AWS SDK for C++
1.8.129
AWS SDK for C++
aws-cpp-sdk-email
include
aws
email
model
EventType.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/email/SES_EXPORTS.h
>
8
#include <
aws/core/utils/memory/stl/AWSString.h
>
9
10
namespace
Aws
11
{
12
namespace
SES
13
{
14
namespace
Model
15
{
16
enum class
EventType
17
{
18
NOT_SET
,
19
send,
20
reject,
21
bounce,
22
complaint,
23
delivery,
24
open,
25
click,
26
renderingFailure
27
};
28
29
namespace
EventTypeMapper
30
{
31
AWS_SES_API
EventType
GetEventTypeForName
(
const
Aws::String
& name);
32
33
AWS_SES_API
Aws::String
GetNameForEventType
(
EventType
value);
34
}
// namespace EventTypeMapper
35
}
// namespace Model
36
}
// namespace SES
37
}
// namespace Aws
Aws::SES::Model::EventType::NOT_SET
@ NOT_SET
Aws::SES::Model::EventTypeMapper::GetEventTypeForName
AWS_SES_API EventType GetEventTypeForName(const Aws::String &name)
AWSString.h
SES_EXPORTS.h
AWS_SES_API
#define AWS_SES_API
Definition:
SES_EXPORTS.h:28
Aws
Definition:
AccessManagementClient.h:15
Aws::SES::Model::EventType
EventType
Definition:
EventType.h:17
Aws::SES::Model::EventTypeMapper::GetNameForEventType
AWS_SES_API Aws::String GetNameForEventType(EventType value)
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences