AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-events
include
aws
events
model
EventSourceState.h
1
6
#pragma once
7
#include <aws/events/CloudWatchEvents_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CloudWatchEvents
13
{
14
namespace
Model
15
{
16
enum class
EventSourceState
17
{
18
NOT_SET
,
19
PENDING
,
20
ACTIVE
,
21
DELETED
22
};
23
24
namespace
EventSourceStateMapper
25
{
26
AWS_CLOUDWATCHEVENTS_API
EventSourceState
GetEventSourceStateForName
(
const
Aws::String
& name);
27
28
AWS_CLOUDWATCHEVENTS_API
Aws::String
GetNameForEventSourceState
(
EventSourceState
value);
29
}
// namespace EventSourceStateMapper
30
}
// namespace Model
31
}
// namespace CloudWatchEvents
32
}
// namespace Aws
Aws::CloudWatchEvents::Model::EventSourceStateMapper::GetEventSourceStateForName
AWS_CLOUDWATCHEVENTS_API EventSourceState GetEventSourceStateForName(const Aws::String &name)
Aws::CloudWatchEvents::Model::EventSourceStateMapper::GetNameForEventSourceState
AWS_CLOUDWATCHEVENTS_API Aws::String GetNameForEventSourceState(EventSourceState value)
Aws::CloudWatchEvents::Model::EventSourceState
EventSourceState
Definition
EventSourceState.h:17
Aws::CloudWatchEvents::Model::EventSourceState::DELETED
@ DELETED
Aws::CloudWatchEvents::Model::EventSourceState::PENDING
@ PENDING
Aws::CloudWatchEvents::Model::ApiDestinationHttpMethod::NOT_SET
@ NOT_SET
Aws::CloudWatchEvents::Model::ApiDestinationState::ACTIVE
@ ACTIVE
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences