AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
BedrockEndpointProvider.h
1
6#pragma once
7#include <aws/bedrock/BedrockClientConfiguration.h>
8#include <aws/bedrock/BedrockEndpointRules.h>
9#include <aws/bedrock/Bedrock_EXPORTS.h>
10#include <aws/core/endpoint/DefaultEndpointProvider.h>
11#include <aws/core/endpoint/EndpointParameter.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14
15namespace Aws {
16namespace Bedrock {
17namespace Endpoint {
22
24
26 public:
30};
31
39
42
43} // namespace Endpoint
44} // namespace Bedrock
45
46namespace Endpoint {
50AWS_BEDROCK_EXTERN template class AWS_BEDROCK_API
53
54AWS_BEDROCK_EXTERN template class AWS_BEDROCK_API
57} // namespace Endpoint
58
59namespace Bedrock {
60namespace Endpoint {
65 public:
67
69 : BedrockDefaultEpProviderBase(Aws::Bedrock::BedrockEndpointRules::GetRulesBlob(),
70 Aws::Bedrock::BedrockEndpointRules::RulesBlobSize) {}
71
73};
74} // namespace Endpoint
75} // namespace Bedrock
76} // namespace Aws
virtual void SetFromClientConfiguration(const BedrockClientConfiguration &config)
virtual void SetFromClientConfiguration(const Client::ClientConfiguration &config)
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Bedrock::BedrockClientConfiguration BedrockClientConfiguration
Aws::Vector< Aws::Endpoint::EndpointParameter > EndpointParameters
Aws::Utils::Outcome< AWSEndpoint, Aws::Client::AWSError< Aws::Client::CoreErrors > > ResolveEndpointOutcome