AWS SDK for C++
AWS SDK for C++ Version 1.11.901
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-eventbridgev2
include
aws
eventbridgev2
model
EventSourceState.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/eventbridgev2/EventBridgeV2_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
EventBridgeV2 {
12
namespace
Model {
13
enum class
EventSourceState
{
NOT_SET
,
CREATING
,
ACTIVE
,
UPDATING
,
CREATE_FAILED
,
UPDATE_FAILED
,
DELETING
,
DELETE_FAILED
};
14
15
namespace
EventSourceStateMapper {
16
AWS_EVENTBRIDGEV2_API
EventSourceState
GetEventSourceStateForName
(
const
Aws::String
& name);
17
18
AWS_EVENTBRIDGEV2_API
Aws::String
GetNameForEventSourceState
(
EventSourceState
value);
19
}
// namespace EventSourceStateMapper
20
}
// namespace Model
21
}
// namespace EventBridgeV2
22
}
// namespace Aws
Aws::EventBridgeV2::Model::EventSourceStateMapper::GetEventSourceStateForName
AWS_EVENTBRIDGEV2_API EventSourceState GetEventSourceStateForName(const Aws::String &name)
Aws::EventBridgeV2::Model::EventSourceStateMapper::GetNameForEventSourceState
AWS_EVENTBRIDGEV2_API Aws::String GetNameForEventSourceState(EventSourceState value)
Aws::EventBridgeV2::Model::EventSourceState
EventSourceState
Definition
EventSourceState.h:13
Aws::EventBridgeV2::Model::BusState::ACTIVE
@ ACTIVE
Aws::EventBridgeV2::Model::BusState::NOT_SET
@ NOT_SET
Aws::EventBridgeV2::Model::BusState::CREATING
@ CREATING
Aws::EventBridgeV2::Model::BusState::UPDATE_FAILED
@ UPDATE_FAILED
Aws::EventBridgeV2::Model::BusState::DELETING
@ DELETING
Aws::EventBridgeV2::Model::BusState::DELETE_FAILED
@ DELETE_FAILED
Aws::EventBridgeV2::Model::BusState::CREATE_FAILED
@ CREATE_FAILED
Aws::EventBridgeV2::Model::BusState::UPDATING
@ UPDATING
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