Module aws_config::endpoint
source · Expand description
Code for resolving an endpoint (URI) that a request should be sent to
Modules
- Errors related to endpoint resolution and validation
MapRequest
-based middleware for resolving and applying a request’s endpoint.
Structs
- EndpointDeprecatedAPI Endpoint
- A special type that adds support for services that have special URL-prefixing rules.
- Endpoint resolution failed
- Endpoint Resolver wrapper that may be shared
Traits
- Implementors of this trait can resolve an endpoint that will be applied to a request.
Functions
- Apply
endpoint
touri
Type Definitions
- An endpoint-resolution-specific Result. Contains either an
Endpoint
or aResolveEndpointError
.