Expand description
AWS Shared Config
This module contains a shared configuration representation that is agnostic from a specific service.
Modules§
- unified_
docs - Unified docstrings to keep crates in sync. Not intended for public use
Structs§
- Builder
- Builder for AWS Shared Configuration
- Retry
Config - Retry configuration for requests.
- SdkConfig
- AWS Shared Configuration
- Shared
Async Sleep - Wrapper type for sharable
AsyncSleep
- Shared
Credentials Provider - Credentials Provider wrapper that may be shared
- Shared
Http Client - Shared HTTP client for use across multiple clients and requests.
- Shared
Time Source - Time source structure used inside SDK
- Stalled
Stream Protection Config - Configuration for stalled stream protection.
- Timeout
Config - Top-level configuration for timeouts
Enums§
- Request
Checksum Calculation - Determines when a checksum will be calculated for request payloads. Values are:
- Response
Checksum Validation - Determines when checksum validation will be performed on response payloads. Values are:
Traits§
- Time
Source - Trait with a
now()
function returning the current time