Struct aws_endpoint::AwsAuthStage
source · pub struct AwsAuthStage;
Expand description
Middleware Stage to add authentication information from a Smithy endpoint into the property bag
AwsAuthStage implements MapRequest
. It will:
- Load an endpoint from the property bag
- Set the
SigningRegion
andSigningService
in the property bag to drive downstream signing middleware.
Trait Implementations§
source§impl Clone for AwsAuthStage
impl Clone for AwsAuthStage
source§fn clone(&self) -> AwsAuthStage
fn clone(&self) -> AwsAuthStage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more