AWS SDK for C++
AWS SDK for C++
|
Classes | |
class | AWSEndpoint |
struct | AWSPartitions |
class | BuiltInParameters |
class | ClientContextParameters |
class | DefaultEndpointProvider |
class | EndpointParameter |
class | EndpointProviderBase |
Typedefs | |
using | EndpointParameters = Aws::Vector< Aws::Endpoint::EndpointParameter > |
using | ResolveEndpointOutcome = Aws::Utils::Outcome< AWSEndpoint, Aws::Client::AWSError< Aws::Client::CoreErrors > > |
Functions | |
AWS_CORE_API ResolveEndpointOutcome | ResolveEndpointDefaultImpl (const Aws::Crt::Endpoints::RuleEngine &ruleEngine, const EndpointParameters &builtInParameters, const EndpointParameters &clientContextParameters, const EndpointParameters &endpointParameters) |
Variables | |
static const char | DEFAULT_ENDPOINT_PROVIDER_TAG [] = "Aws::Endpoint::DefaultEndpointProvider" |
Definition at line 137 of file EndpointParameter.h.
using Aws::Endpoint::ResolveEndpointOutcome = typedef Aws::Utils::Outcome<AWSEndpoint, Aws::Client::AWSError<Aws::Client::CoreErrors> > |
Definition at line 29 of file EndpointProviderBase.h.
AWS_CORE_API ResolveEndpointOutcome Aws::Endpoint::ResolveEndpointDefaultImpl | ( | const Aws::Crt::Endpoints::RuleEngine & | ruleEngine, |
const EndpointParameters & | builtInParameters, | ||
const EndpointParameters & | clientContextParameters, | ||
const EndpointParameters & | endpointParameters | ||
) |
Default template implementation for endpoint resolution
ruleEngine | |
builtInParameters | |
clientContextParameters | |
endpointParameters |
|
static |
Definition at line 27 of file DefaultEndpointProvider.h.