smithy-rs/rust-runtime/aws-smithy-runtime
Zelda Hessler f19a9da9b8
make it possible to retry any response (#3389)
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here -->
https://github.com/awsdocs/aws-doc-sdk-examples/pull/6021

## Description
<!--- Describe your changes in detail -->
This change makes it possible to retry requests that were successfully
deserialized into an output.

## Testing
<!--- Please describe in detail how you tested your changes -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
I wrote a test

## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the
smithy-rs codegen or runtime crates
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS
SDK, generated SDK code, or SDK runtime crates

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-04-02 19:02:08 +00:00
..
src make it possible to retry any response (#3389) 2024-04-02 19:02:08 +00:00
test-data Port middleware connectors to the orchestrator (#2970) 2023-09-07 16:54:56 +00:00
tests Revert "Overhaul stalled stream protection and add upload support (#3485)" (#3534) 2024-03-28 19:43:32 +00:00
Cargo.toml Revert "Overhaul stalled stream protection and add upload support (#3485)" (#3534) 2024-03-28 19:43:32 +00:00
LICENSE Feature: Add smithy orchestrator (#2447) 2023-03-14 21:44:43 +00:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
additional-ci New-type the interceptor context `Input`, `Output`, and `Error` (#2872) 2023-07-27 17:51:12 +00:00
external-types.toml Assorted cleanups of stable runtime crates (#3205) 2023-11-16 18:33:42 +00:00

README.md

aws-smithy-runtime

Runtime support logic and types for smithy-rs generated code.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.