smithy-rs/rust-runtime/aws-smithy-runtime-api
John DiSanti b382ebc063
Upgrade cargo-check-external-types to 0.1.11 (#3413)
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-02-21 14:28:25 +00:00
..
rustdoc Lazy initialize the default HTTP client (#3262) 2023-11-30 23:03:42 +00:00
src Upgrade cargo-check-external-types to 0.1.11 (#3413) 2024-02-21 14:28:25 +00:00
Cargo.toml Add http = "1.0" support to the `http` request wrapper (#3373) 2024-01-25 17:32:34 +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 Feature-gate http versions in aws-smithy-runtime-api (#3236) 2023-11-17 15:00:56 -08:00
external-types-no-http.toml Feature-gate http versions in aws-smithy-runtime-api (#3236) 2023-11-17 15:00:56 -08:00
external-types.toml Revise unhandled error variant according to RFC-39 (#3191) 2023-11-15 10:12:13 -08:00

README.md

aws-smithy-runtime-api

APIs needed to configure and customize the Smithy generated code.

Most users will not need to use this crate directly as the most frequently used APIs are re-exported in the generated clients. However, this crate will be useful for anyone writing a library for others to use with their generated clients.

If you're needing to depend on this and you're not writing a library for Smithy generated clients, then please file an issue on smithy-rs as we likely missed re-exporting one of the APIs.

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.