AWS SDK for C++

AWS SDK for C++ Version 1.11.743

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