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
Structs
- A special type that adds support for services that have special URL-prefixing rules.
- Endpoint resolution failed
Functions
- Apply
endpoint
touri
Type Aliases
- An endpoint-resolution-specific Result. Contains either an
Endpoint
or aResolveEndpointError
.