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
DeploymentStatus.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
DeploymentStatus
17
{
18
NOT_SET
,
19
COMPLETED
,
20
CREATING
,
21
DELETE_IN_PROGRESS
,
22
DELETE_INITIATING
,
23
DELETE_FAILED
,
24
DELETED
,
25
FAILED
,
26
IN_PROGRESS
,
27
VALIDATING
28
};
29
30
namespace
DeploymentStatusMapper
31
{
32
AWS_LAUNCHWIZARD_API
DeploymentStatus
GetDeploymentStatusForName
(
const
Aws::String
& name);
33
34
AWS_LAUNCHWIZARD_API
Aws::String
GetNameForDeploymentStatus
(
DeploymentStatus
value);
35
}
// namespace DeploymentStatusMapper
36
}
// namespace Model
37
}
// namespace LaunchWizard
38
}
// namespace Aws
Aws::LaunchWizard::Model::DeploymentStatusMapper::GetDeploymentStatusForName
AWS_LAUNCHWIZARD_API DeploymentStatus GetDeploymentStatusForName(const Aws::String &name)
Aws::LaunchWizard::Model::DeploymentStatusMapper::GetNameForDeploymentStatus
AWS_LAUNCHWIZARD_API Aws::String GetNameForDeploymentStatus(DeploymentStatus value)
Aws::LaunchWizard::Model::DeploymentFilterKey::NOT_SET
@ NOT_SET
Aws::LaunchWizard::Model::DeploymentStatus
DeploymentStatus
Definition
DeploymentStatus.h:17
Aws::LaunchWizard::Model::DeploymentStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::LaunchWizard::Model::DeploymentStatus::DELETED
@ DELETED
Aws::LaunchWizard::Model::DeploymentStatus::CREATING
@ CREATING
Aws::LaunchWizard::Model::DeploymentStatus::DELETE_INITIATING
@ DELETE_INITIATING
Aws::LaunchWizard::Model::DeploymentStatus::COMPLETED
@ COMPLETED
Aws::LaunchWizard::Model::DeploymentStatus::DELETE_FAILED
@ DELETE_FAILED
Aws::LaunchWizard::Model::DeploymentStatus::FAILED
@ FAILED
Aws::LaunchWizard::Model::DeploymentStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::LaunchWizard::Model::DeploymentStatus::VALIDATING
@ VALIDATING
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