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-cloudformation
include
aws
cloudformation
model
ChangeSetStatus.h
1
6
#pragma once
7
#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CloudFormation
13
{
14
namespace
Model
15
{
16
enum class
ChangeSetStatus
17
{
18
NOT_SET
,
19
CREATE_PENDING
,
20
CREATE_IN_PROGRESS
,
21
CREATE_COMPLETE
,
22
DELETE_PENDING
,
23
DELETE_IN_PROGRESS
,
24
DELETE_COMPLETE
,
25
DELETE_FAILED
,
26
FAILED
27
};
28
29
namespace
ChangeSetStatusMapper
30
{
31
AWS_CLOUDFORMATION_API
ChangeSetStatus
GetChangeSetStatusForName
(
const
Aws::String
& name);
32
33
AWS_CLOUDFORMATION_API
Aws::String
GetNameForChangeSetStatus
(
ChangeSetStatus
value);
34
}
// namespace ChangeSetStatusMapper
35
}
// namespace Model
36
}
// namespace CloudFormation
37
}
// namespace Aws
Aws::CloudFormation::Model::ChangeSetStatusMapper::GetChangeSetStatusForName
AWS_CLOUDFORMATION_API ChangeSetStatus GetChangeSetStatusForName(const Aws::String &name)
Aws::CloudFormation::Model::ChangeSetStatusMapper::GetNameForChangeSetStatus
AWS_CLOUDFORMATION_API Aws::String GetNameForChangeSetStatus(ChangeSetStatus value)
Aws::CloudFormation::Model::AccountGateStatus::FAILED
@ FAILED
Aws::CloudFormation::Model::AccountFilterType::NOT_SET
@ NOT_SET
Aws::CloudFormation::Model::ChangeSetStatus
ChangeSetStatus
Definition
ChangeSetStatus.h:17
Aws::CloudFormation::Model::ChangeSetStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::CloudFormation::Model::ChangeSetStatus::CREATE_COMPLETE
@ CREATE_COMPLETE
Aws::CloudFormation::Model::ChangeSetStatus::CREATE_PENDING
@ CREATE_PENDING
Aws::CloudFormation::Model::ChangeSetStatus::DELETE_COMPLETE
@ DELETE_COMPLETE
Aws::CloudFormation::Model::ChangeSetStatus::DELETE_FAILED
@ DELETE_FAILED
Aws::CloudFormation::Model::ChangeSetStatus::DELETE_PENDING
@ DELETE_PENDING
Aws::CloudFormation::Model::ChangeSetStatus::CREATE_IN_PROGRESS
@ CREATE_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