smithy-rs/rust-runtime/aws-smithy-http-auth
John DiSanti 3d0db5650c
Categorize orchestrator TODO comments into `Launch` and `Cleanup` (#2774)
This PR categorizes orchestrator TODO comments into `Launch` and
`Cleanup`:

- `enableNewSmithyRuntimeLaunch`: Comment needs to be addressed before
orchestrator launch
- `enableNewSmithyRuntimeCleanup`: Comment needs to be addressed after
launch when removing middleware

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2023-06-15 17:06:28 +00:00
..
src Categorize orchestrator TODO comments into `Launch` and `Cleanup` (#2774) 2023-06-15 17:06:28 +00:00
Cargo.toml feat(smithy-http-auth): add api key auth types (#2153) 2023-02-13 23:07:06 +00:00
LICENSE feat(smithy-http-auth): add api key auth types (#2153) 2023-02-13 23:07:06 +00:00
README.md feat(smithy-http-auth): add api key auth types (#2153) 2023-02-13 23:07:06 +00:00
external-types.toml feat(smithy-http-auth): add api key auth types (#2153) 2023-02-13 23:07:06 +00:00

README.md

aws-smithy-http-auth

HTTP Auth implementation for service clients generated by smithy-rs.

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.