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-launch-wizard
include
aws
launch-wizard
model
EventStatus.h
1
6
#pragma once
7
#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
LaunchWizard
13
{
14
namespace
Model
15
{
16
enum class
EventStatus
17
{
18
NOT_SET
,
19
CANCELED
,
20
CANCELING
,
21
COMPLETED
,
22
CREATED
,
23
FAILED
,
24
IN_PROGRESS
,
25
PENDING
,
26
TIMED_OUT
27
};
28
29
namespace
EventStatusMapper
30
{
31
AWS_LAUNCHWIZARD_API
EventStatus
GetEventStatusForName
(
const
Aws::String
& name);
32
33
AWS_LAUNCHWIZARD_API
Aws::String
GetNameForEventStatus
(
EventStatus
value);
34
}
// namespace EventStatusMapper
35
}
// namespace Model
36
}
// namespace LaunchWizard
37
}
// namespace Aws
Aws::LaunchWizard::Model::EventStatusMapper::GetNameForEventStatus
AWS_LAUNCHWIZARD_API Aws::String GetNameForEventStatus(EventStatus value)
Aws::LaunchWizard::Model::EventStatusMapper::GetEventStatusForName
AWS_LAUNCHWIZARD_API EventStatus GetEventStatusForName(const Aws::String &name)
Aws::LaunchWizard::Model::EventStatus
EventStatus
Definition
EventStatus.h:17
Aws::LaunchWizard::Model::EventStatus::CANCELING
@ CANCELING
Aws::LaunchWizard::Model::EventStatus::CREATED
@ CREATED
Aws::LaunchWizard::Model::EventStatus::PENDING
@ PENDING
Aws::LaunchWizard::Model::EventStatus::CANCELED
@ CANCELED
Aws::LaunchWizard::Model::EventStatus::TIMED_OUT
@ TIMED_OUT
Aws::LaunchWizard::Model::DeploymentFilterKey::NOT_SET
@ NOT_SET
Aws::LaunchWizard::Model::DeploymentStatus::COMPLETED
@ COMPLETED
Aws::LaunchWizard::Model::DeploymentStatus::FAILED
@ FAILED
Aws::LaunchWizard::Model::DeploymentStatus::IN_PROGRESS
@ IN_PROGRESS
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