AWS SDK for C++
AWS SDK for C++ Version 1.11.719
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-lambda
include
aws
lambda
LambdaEndpointProvider.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/lambda/LambdaEndpointRules.h>
13
#include <aws/lambda/Lambda_EXPORTS.h>
14
15
namespace
Aws
{
16
namespace
Lambda {
17
namespace
Endpoint {
18
using
EndpointParameters
=
Aws::Endpoint::EndpointParameters
;
19
using
Aws::Endpoint::DefaultEndpointProvider
;
20
using
Aws::Endpoint::EndpointProviderBase
;
21
22
using
LambdaClientContextParameters
=
Aws::Endpoint::ClientContextParameters
;
23
24
using
LambdaClientConfiguration
=
Aws::Client::GenericClientConfiguration
;
25
using
LambdaBuiltInParameters
=
Aws::Endpoint::BuiltInParameters
;
26
32
using
LambdaEndpointProviderBase
=
EndpointProviderBase<LambdaClientConfiguration, LambdaBuiltInParameters, LambdaClientContextParameters>
;
33
34
using
LambdaDefaultEpProviderBase
=
35
DefaultEndpointProvider<LambdaClientConfiguration, LambdaBuiltInParameters, LambdaClientContextParameters>
;
36
40
class
AWS_LAMBDA_API
LambdaEndpointProvider
:
public
LambdaDefaultEpProviderBase
{
41
public
:
42
using
LambdaResolveEndpointOutcome
=
Aws::Endpoint::ResolveEndpointOutcome
;
43
44
LambdaEndpointProvider
()
45
:
LambdaDefaultEpProviderBase
(
Aws
::Lambda::
LambdaEndpointRules
::GetRulesBlob(),
Aws
::Lambda::
LambdaEndpointRules
::RulesBlobSize) {}
46
47
~LambdaEndpointProvider
() {}
48
};
49
}
// namespace Endpoint
50
}
// namespace Lambda
51
}
// namespace Aws
Aws::Endpoint::BuiltInParameters
Aws::Endpoint::ClientContextParameters
Aws::Endpoint::DefaultEndpointProvider
Aws::Endpoint::EndpointProviderBase
Aws::Lambda::Endpoint::LambdaEndpointProvider
Definition
LambdaEndpointProvider.h:40
Aws::Lambda::Endpoint::LambdaEndpointProvider::~LambdaEndpointProvider
~LambdaEndpointProvider()
Definition
LambdaEndpointProvider.h:47
Aws::Lambda::Endpoint::LambdaEndpointProvider::LambdaEndpointProvider
LambdaEndpointProvider()
Definition
LambdaEndpointProvider.h:44
Aws::Lambda::LambdaEndpointRules
Definition
LambdaEndpointRules.h:13
Aws::Utils::Outcome
Aws::Endpoint::EndpointParameters
Aws::Vector< Aws::Endpoint::EndpointParameter > EndpointParameters
Aws::Endpoint::ResolveEndpointOutcome
Aws::Utils::Outcome< AWSEndpoint, Aws::Client::AWSError< Aws::Client::CoreErrors > > ResolveEndpointOutcome
Aws::Lambda::Endpoint::EndpointParameters
Aws::Endpoint::EndpointParameters EndpointParameters
Definition
LambdaEndpointProvider.h:18
Aws
Aws::Client::GenericClientConfiguration
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences