Deprecations removal list #3223
jdisanti
announced in
Change Log
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations
were ignored by the Rust compiler (we found out later that
#[deprecated]
onpub use
doesn't work), so those onesare listed out below:
AuthSchemeOptionResolver
renamed toResolveAuthSchemeOptions
aws_smithy_types::Error
moved/renamed toaws_smithy_types::error::Error
aws_smithy_types::unhandled::Unhandled
was removed with no replacement, but it shouldn't be neededEndpointResolver
renamed toResolveEndpoint
IdentityResolver
renamed toResolveIdentity
Interceptor
renamed toIntercept
RequestSerializer
renamed toSerializeRequest
ResponseDeserializer
renamed toDeserializeResponse
ResponseDeserializer
renamed toDeserializeResponse
Signer
renamed toSign
Beta Was this translation helpful? Give feedback.
All reactions