Module aws_smithy_http::endpoint
source · Expand description
Code for resolving an endpoint (URI) that a request should be sent to
Re-exports§
pub use error::ResolveEndpointError;
Modules§
- Errors related to endpoint resolution and validation
Functions§
- apply_endpointDeprecatedApply
endpoint
touri
Type Aliases§
- EndpointPrefixDeprecatedA special type that adds support for services that have special URL-prefixing rules.
- ResultDeprecatedAn endpoint-resolution-specific Result. Contains either an
Endpoint
or aResolveEndpointError
.