aws-smithy-runtime 0.55.2

The new smithy runtime crate
Documentation
1
2
3
4
5
6
7
8
9
10
allowed_external_types = [
    "aws_smithy_runtime_api::*",
    "aws_smithy_http::*",
    "aws_smithy_client::erase::DynConnector",
    # TODO(audit-external-type-usage) We should newtype these or otherwise avoid exposing them
    "http::header::name::HeaderName",
    "http::request::Request",
    "http::response::Response",
    "http::uri::Uri",
]