aws-runtime 1.4.3

Runtime support code for the AWS SDK. This crate isn't intended to be used directly.
Documentation
1
2
3
4
5
6
7
8
9
10
allowed_external_types = [
    "aws_sigv4::*",
    "aws_smithy_types::*",
    "aws_smithy_runtime_api::*",
    "aws_types::*",
    "bytes::bytes::Bytes",

    # Used by the aws-chunked implementation
    "http_body::Body",
]