pub struct AwsClient { /* private fields */ }
Expand description

AwsClient represents a client that connects to the AWS KMS backend.

Implementations

Return a new AWS KMS client which will use default credentials to handle keys with uri_prefix prefix. uri_prefix must have the following format: aws-kms://arn:<partition>:kms:<region>:[:path] See http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html.

Return a new AWS KMS client which will use given credentials to handle keys with uri_prefix prefix. uri_prefix must have the following format: aws-kms://arn:<partition>:kms:<region>:[:path] See http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html.

Return a new AWS KMS client with user created KMS client. Client is responsible for keeping the region consistency between key URI and KMS client. uri_prefix must have the following format: aws-kms://arn:<partition>:kms:<region>:[:path] See http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html.

Trait Implementations

Formats the value using the given formatter. Read more

Get an AEAD backed by key_uri. key_uri must have the following format: aws-kms://arn:<partition>:kms:<region>:[:path]. See http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html.

Returns true if this client does support key_uri.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more