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-eventbridge
include
aws
eventbridge
model
EndpointState.h
1
6
#pragma once
7
#include <aws/eventbridge/EventBridge_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
EventBridge
13
{
14
namespace
Model
15
{
16
enum class
EndpointState
17
{
18
NOT_SET
,
19
ACTIVE
,
20
CREATING
,
21
UPDATING
,
22
DELETING
,
23
CREATE_FAILED
,
24
UPDATE_FAILED
,
25
DELETE_FAILED
26
};
27
28
namespace
EndpointStateMapper
29
{
30
AWS_EVENTBRIDGE_API
EndpointState
GetEndpointStateForName
(
const
Aws::String
& name);
31
32
AWS_EVENTBRIDGE_API
Aws::String
GetNameForEndpointState
(
EndpointState
value);
33
}
// namespace EndpointStateMapper
34
}
// namespace Model
35
}
// namespace EventBridge
36
}
// namespace Aws
Aws::EventBridge::Model::EndpointStateMapper::GetNameForEndpointState
AWS_EVENTBRIDGE_API Aws::String GetNameForEndpointState(EndpointState value)
Aws::EventBridge::Model::EndpointStateMapper::GetEndpointStateForName
AWS_EVENTBRIDGE_API EndpointState GetEndpointStateForName(const Aws::String &name)
Aws::EventBridge::Model::ConnectionState::DELETING
@ DELETING
Aws::EventBridge::Model::ArchiveState::CREATING
@ CREATING
Aws::EventBridge::Model::ArchiveState::UPDATE_FAILED
@ UPDATE_FAILED
Aws::EventBridge::Model::ArchiveState::CREATE_FAILED
@ CREATE_FAILED
Aws::EventBridge::Model::ArchiveState::UPDATING
@ UPDATING
Aws::EventBridge::Model::ApiDestinationHttpMethod::NOT_SET
@ NOT_SET
Aws::EventBridge::Model::EndpointState
EndpointState
Definition
EndpointState.h:17
Aws::EventBridge::Model::EndpointState::DELETE_FAILED
@ DELETE_FAILED
Aws::EventBridge::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