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-eventbridge
include
aws
eventbridge
model
EndpointState.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/eventbridge/EventBridge_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
EventBridge {
12
namespace
Model {
13
enum class
EndpointState
{
NOT_SET
,
ACTIVE
,
CREATING
,
UPDATING
,
DELETING
,
CREATE_FAILED
,
UPDATE_FAILED
,
DELETE_FAILED
};
14
15
namespace
EndpointStateMapper {
16
AWS_EVENTBRIDGE_API
EndpointState
GetEndpointStateForName
(
const
Aws::String
& name);
17
18
AWS_EVENTBRIDGE_API
Aws::String
GetNameForEndpointState
(
EndpointState
value);
19
}
// namespace EndpointStateMapper
20
}
// namespace Model
21
}
// namespace EventBridge
22
}
// 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:13
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