We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the client crate organization RFC:
crate::AppName
crate::Endpoint
crate::Credentials
crate::Region
crate::config
crate::PKG_VERSION
crate::meta
crate::operation::customize
crate::client
aws_smithy_client::client::Builder
crate::types
crate::primitives
crate::model
crate::error
crate::ErrorExt
aws_smithy_types::error::display::DisplayErrorContext
aws_smithy_http::result::SdkError
crate::paginator
crate::operation
crate::presigning
ParseResponse
crate::lens
crate::http_body_checksum
The text was updated successfully, but these errors were encountered:
jdisanti
No branches or pull requests
Implement the client crate organization RFC:
crate::AppName
,crate::Endpoint
,crate::Credentials
, andcrate::Region
intocrate::config
crate::PKG_VERSION
into a newcrate::meta
modulecrate::operation::customize
intocrate::client
aws_smithy_client::client::Builder
for non-SDK clients (remove from SDK clients)crate::types
tocrate::primitives
crate::model
tocrate::types
crate::error
intocrate::types
crate::ErrorExt
intocrate::error
aws_smithy_types::error::display::DisplayErrorContext
andaws_smithy_http::result::SdkError
incrate::error
crate::paginator
intocrate::operation
crate::presigning
ParseResponse
implementations incrate::operation
crate::lens
andcrate::http_body_checksum
The text was updated successfully, but these errors were encountered: