AWS SDK for C++

AWS SDK for C++ Version 1.11.751

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