AWS SDK for C++

AWS SDK for C++ Version 1.11.762

Loading...
Searching...
No Matches
BedrockDataAutomationClientConfiguration.h
1
6#pragma once
7
8#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
9#include <aws/core/client/GenericClientConfiguration.h>
10
11namespace Aws {
12namespace BedrockDataAutomation {
15
17
24 BedrockDataAutomationClientConfiguration(const char* profileName, bool shouldDisableIMDS = false);
25
32 BedrockDataAutomationClientConfiguration(bool useSmartDefaults, const char* defaultMode = "legacy", bool shouldDisableIMDS = false);
33
38
39 private:
40 void LoadBedrockDataAutomationSpecificConfig(const Aws::String& profileName);
41};
42} // namespace BedrockDataAutomation
43} // namespace Aws
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
BedrockDataAutomationClientConfiguration(const Aws::Client::ClientConfigurationInitValues &configuration={})
BedrockDataAutomationClientConfiguration(const char *profileName, bool shouldDisableIMDS=false)
BedrockDataAutomationClientConfiguration(bool useSmartDefaults, const char *defaultMode="legacy", bool shouldDisableIMDS=false)
BedrockDataAutomationClientConfiguration(const Aws::Client::ClientConfiguration &config)