Module endpoint

Source
Expand description

APIs needed to configure endpoint resolution for clients.

Modules§

error
Errors related to endpoint resolution and validation

Structs§

EndpointFuture
Future for [EndpointResolver::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.