AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
DynamoDBEndpointProvider.h
1
6#pragma once
7#include <aws/core/endpoint/DefaultEndpointProvider.h>
8#include <aws/core/endpoint/EndpointParameter.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/dynamodb/DynamoDBClientConfiguration.h>
12#include <aws/dynamodb/DynamoDBEndpointRules.h>
13#include <aws/dynamodb/DynamoDB_EXPORTS.h>
14
15namespace Aws {
16namespace DynamoDB {
17namespace Endpoint {
22
24
26 public:
30};
31
39
42
43} // namespace Endpoint
44} // namespace DynamoDB
45
46namespace Endpoint {
50AWS_DYNAMODB_EXTERN template class AWS_DYNAMODB_API
53
54AWS_DYNAMODB_EXTERN template class AWS_DYNAMODB_API
57} // namespace Endpoint
58
59namespace DynamoDB {
60namespace Endpoint {
65 public:
67
69 : DynamoDBDefaultEpProviderBase(Aws::DynamoDB::DynamoDBEndpointRules::GetRulesBlob(),
70 Aws::DynamoDB::DynamoDBEndpointRules::RulesBlobSize) {}
71
73};
74} // namespace Endpoint
75} // namespace DynamoDB
76} // namespace Aws
virtual void SetFromClientConfiguration(const DynamoDBClientConfiguration &config)
virtual void SetFromClientConfiguration(const Client::ClientConfiguration &config)
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::DynamoDB::DynamoDBClientConfiguration DynamoDBClientConfiguration
Aws::Vector< Aws::Endpoint::EndpointParameter > EndpointParameters
Aws::Utils::Outcome< AWSEndpoint, Aws::Client::AWSError< Aws::Client::CoreErrors > > ResolveEndpointOutcome