AWS SDK for C++

AWS SDK for C++ Version 1.11.754

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