Bring RFCs up to date (#1135)

This commit is contained in:
Russell Cohen 2022-01-28 18:54:05 -05:00 committed by GitHub
parent b79cb2658b
commit 8d1a64a776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -1,5 +1,7 @@
## 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