AWS SDK for C++

AWS SDK for C++ Version 1.11.680

Loading...
Searching...
No Matches
DetectiveEndpointProvider.h
1
6#pragma once
7#include <aws/core/client/GenericClientConfiguration.h>
8#include <aws/core/endpoint/DefaultEndpointProvider.h>
9#include <aws/core/endpoint/EndpointParameter.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/detective/DetectiveEndpointRules.h>
13#include <aws/detective/Detective_EXPORTS.h>
14
15namespace Aws {
16namespace Detective {
17namespace Endpoint {
21
23
26
34
37
42 public:
44
46 : DetectiveDefaultEpProviderBase(Aws::Detective::DetectiveEndpointRules::GetRulesBlob(),
47 Aws::Detective::DetectiveEndpointRules::RulesBlobSize) {}
48
50};
51} // namespace Endpoint
52} // namespace Detective
53} // namespace Aws
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Vector< Aws::Endpoint::EndpointParameter > EndpointParameters
Aws::Utils::Outcome< AWSEndpoint, Aws::Client::AWSError< Aws::Client::CoreErrors > > ResolveEndpointOutcome