mirror of https://github.com/smithy-lang/smithy-rs
Bring RFCs up to date (#1135)
This commit is contained in:
parent
b79cb2658b
commit
8d1a64a776
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue