AWS SDK for C++
AWS SDK for C++ Version 1.11.743
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/launch-wizard/LaunchWizard_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
LaunchWizard {
12
namespace
Model {
13
enum class
DeploymentStatus
{
14
NOT_SET
,
15
COMPLETED
,
16
CREATING
,
17
DELETE_IN_PROGRESS
,
18
DELETE_INITIATING
,
19
DELETE_FAILED
,
20
DELETED
,
21
FAILED
,
22
IN_PROGRESS
,
23
VALIDATING
,
24
UPDATE_IN_PROGRESS
,
25
UPDATE_COMPLETED
,
26
UPDATE_FAILED
,
27
UPDATE_ROLLBACK_COMPLETED
,
28
UPDATE_ROLLBACK_FAILED
29
};
30
31
namespace
DeploymentStatusMapper {
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:13
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::UPDATE_FAILED
@ UPDATE_FAILED
Aws::LaunchWizard::Model::DeploymentStatus::DELETE_INITIATING
@ DELETE_INITIATING
Aws::LaunchWizard::Model::DeploymentStatus::UPDATE_COMPLETED
@ UPDATE_COMPLETED
Aws::LaunchWizard::Model::DeploymentStatus::UPDATE_ROLLBACK_COMPLETED
@ UPDATE_ROLLBACK_COMPLETED
Aws::LaunchWizard::Model::DeploymentStatus::COMPLETED
@ COMPLETED
Aws::LaunchWizard::Model::DeploymentStatus::UPDATE_IN_PROGRESS
@ UPDATE_IN_PROGRESS
Aws::LaunchWizard::Model::DeploymentStatus::UPDATE_ROLLBACK_FAILED
@ UPDATE_ROLLBACK_FAILED
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