AWS SDK for C++
1.8.184
AWS SDK for C++
aws-cpp-sdk-lambda
include
aws
lambda
model
InvocationType.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/lambda/Lambda_EXPORTS.h
>
8
#include <
aws/core/utils/memory/stl/AWSString.h
>
9
10
namespace
Aws
11
{
12
namespace
Lambda
13
{
14
namespace
Model
15
{
16
enum class
InvocationType
17
{
18
NOT_SET
,
19
Event
,
20
RequestResponse,
21
DryRun
22
};
23
24
namespace
InvocationTypeMapper
25
{
26
AWS_LAMBDA_API
InvocationType
GetInvocationTypeForName
(
const
Aws::String
& name);
27
28
AWS_LAMBDA_API
Aws::String
GetNameForInvocationType
(
InvocationType
value);
29
}
// namespace InvocationTypeMapper
30
}
// namespace Model
31
}
// namespace Lambda
32
}
// namespace Aws
Aws::Lambda::Model::InvocationType
InvocationType
Definition:
InvocationType.h:17
Aws::Lambda::Model::InvocationType::NOT_SET
@ NOT_SET
Aws::Lambda::Model::InvocationTypeMapper::GetNameForInvocationType
AWS_LAMBDA_API Aws::String GetNameForInvocationType(InvocationType value)
AWS_LAMBDA_API
#define AWS_LAMBDA_API
Definition:
Lambda_EXPORTS.h:28
AWSString.h
Aws::CodePipeline::Model::ExecutorType::NOT_SET
@ NOT_SET
Aws
Definition:
AccessManagementClient.h:15
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Lambda_EXPORTS.h
Aws::Lambda::Model::InvocationTypeMapper::GetInvocationTypeForName
AWS_LAMBDA_API InvocationType GetInvocationTypeForName(const Aws::String &name)
Aws::Lambda::Model::InvocationType::Event
@ Event
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences