Module vector::aws

source ·
Expand description

Shared functionality for the AWS components.

Re-exports§

Modules§

  • Authentication settings for AWS components.
  • Handles the region settings for AWS components.
  • Client timeout configuration for AWS operations.

Traits§

  • Implement for each AWS service to create the appropriate AWS sdk client.

Functions§

  • Create the SDK client using the provided settings.
  • Create the SDK client and resolve the region using the provided settings.
  • Checks if the request can be retried after the given error was returned.
  • Sign the request prior to sending to AWS. The signature is added to the provided request.