Loading design/src/SUMMARY.md +4 −0 Original line number Diff line number Diff line Loading @@ -18,3 +18,7 @@ - [RFC-0003: API for Pre-signed URLs](./rfcs/rfc0003_presigning_api.md) - [RFC-0004: Retry Behavior](./rfcs/rfc0004_retry_behavior.md) - [RFC-0005: Smithy Rust service framework](./rfcs/rfc0005_service_generation.md) - [RFC-0006: Service-specific middleware](./rfcs/rfc0006_service_specific_middleware.md) - [RFC-0007: Split release process](./rfcs/rfc0007_split_release_process.md) - [RFC-0008: Paginators](./rfcs/rfc0008_paginators.md) - [RFC-0009: Example Consolidation](./rfcs/rfc0009_example_consolidation.md) design/src/rfcs/rfc0008_paginators.md +2 −0 Original line number Diff line number Diff line ## Summary > Status: Implemented Smithy [models paginated responses](https://awslabs.github.io/smithy/1.0/spec/core/behavior-traits.html#paginated-trait) . Customers of Smithy generated code & the Rust SDK will have an improved user experience if code is generated to support this. Fundamentally, paginators are a way to automatically make a series of requests with the SDK, where subsequent Loading Loading
design/src/SUMMARY.md +4 −0 Original line number Diff line number Diff line Loading @@ -18,3 +18,7 @@ - [RFC-0003: API for Pre-signed URLs](./rfcs/rfc0003_presigning_api.md) - [RFC-0004: Retry Behavior](./rfcs/rfc0004_retry_behavior.md) - [RFC-0005: Smithy Rust service framework](./rfcs/rfc0005_service_generation.md) - [RFC-0006: Service-specific middleware](./rfcs/rfc0006_service_specific_middleware.md) - [RFC-0007: Split release process](./rfcs/rfc0007_split_release_process.md) - [RFC-0008: Paginators](./rfcs/rfc0008_paginators.md) - [RFC-0009: Example Consolidation](./rfcs/rfc0009_example_consolidation.md)
design/src/rfcs/rfc0008_paginators.md +2 −0 Original line number Diff line number Diff line ## Summary > Status: Implemented Smithy [models paginated responses](https://awslabs.github.io/smithy/1.0/spec/core/behavior-traits.html#paginated-trait) . Customers of Smithy generated code & the Rust SDK will have an improved user experience if code is generated to support this. Fundamentally, paginators are a way to automatically make a series of requests with the SDK, where subsequent Loading