Module endpoint

Source
Available on crate feature client only.
Expand description

APIs needed to configure endpoint resolution for clients.

Modules§

error
Errors related to endpoint resolution and validation

Structs§

EndpointFuture
Future for ResolveEndpoint::resolve_endpoint.
EndpointPrefix
A special type that adds support for services that have special URL-prefixing rules.
EndpointResolverParams
Parameters originating from the Smithy endpoint ruleset required for endpoint resolution.
SharedEndpointResolver
Shared endpoint resolver.

Traits§

ResolveEndpoint
Configurable endpoint resolver implementation.