8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/core/client/GenericClientConfiguration.h>
19 static const bool EndpointDiscoverySupported =
true;
20 static const bool EndpointDiscoveryRequired =
false;
23 :
Aws::Client::GenericClientConfiguration(other),
30 enableEndpointDiscovery(BaseClientConfigClass::enableEndpointDiscovery)
38 Aws::Client::GenericClientConfiguration::operator =(other);
46 Aws::Client::GenericClientConfiguration::operator =(std::move(other));
94 void LoadDynamoDBSpecificConfig(
const Aws::String& profileName);
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
DynamoDBClientConfiguration(const Client::ClientConfiguration &config)
DynamoDBClientConfiguration(const char *profileName, bool shouldDisableIMDS=false)
Aws::Crt::Optional< bool > & enableEndpointDiscovery
DynamoDBClientConfiguration(bool useSmartDefaults, const char *defaultMode="legacy", bool shouldDisableIMDS=false)
DynamoDBClientConfiguration(const DynamoDBClientConfiguration &other)
DynamoDBClientConfiguration & operator=(DynamoDBClientConfiguration &&other) noexcept
DynamoDBClientConfiguration(DynamoDBClientConfiguration &&other) noexcept
DynamoDBClientConfiguration(const Client::ClientConfigurationInitValues &configuration={})
DynamoDBClientConfiguration & operator=(const DynamoDBClientConfiguration &other)