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-proton
include
aws
proton
model
DeploymentStatus.h
1
6
#pragma once
7
#include <aws/proton/Proton_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Proton
13
{
14
namespace
Model
15
{
16
enum class
DeploymentStatus
17
{
18
NOT_SET
,
19
IN_PROGRESS
,
20
FAILED
,
21
SUCCEEDED
,
22
DELETE_IN_PROGRESS
,
23
DELETE_FAILED
,
24
DELETE_COMPLETE
,
25
CANCELLING
,
26
CANCELLED
27
};
28
29
namespace
DeploymentStatusMapper
30
{
31
AWS_PROTON_API
DeploymentStatus
GetDeploymentStatusForName
(
const
Aws::String
&
name
);
32
33
AWS_PROTON_API
Aws::String
GetNameForDeploymentStatus
(
DeploymentStatus
value);
34
}
// namespace DeploymentStatusMapper
35
}
// namespace Model
36
}
// namespace Proton
37
}
// namespace Aws
Aws::Proton::Model::DeploymentStatusMapper::GetNameForDeploymentStatus
AWS_PROTON_API Aws::String GetNameForDeploymentStatus(DeploymentStatus value)
Aws::Proton::Model::DeploymentStatusMapper::GetDeploymentStatusForName
AWS_PROTON_API DeploymentStatus GetDeploymentStatusForName(const Aws::String &name)
Aws::Proton::Model::BlockerStatus::NOT_SET
@ NOT_SET
Aws::Proton::Model::ListServiceInstancesFilterBy::name
@ name
Aws::Proton::Model::DeploymentStatus
DeploymentStatus
Definition
DeploymentStatus.h:17
Aws::Proton::Model::DeploymentStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::Proton::Model::DeploymentStatus::DELETE_COMPLETE
@ DELETE_COMPLETE
Aws::Proton::Model::DeploymentStatus::CANCELLED
@ CANCELLED
Aws::Proton::Model::DeploymentStatus::DELETE_FAILED
@ DELETE_FAILED
Aws::Proton::Model::DeploymentStatus::FAILED
@ FAILED
Aws::Proton::Model::DeploymentStatus::CANCELLING
@ CANCELLING
Aws::Proton::Model::DeploymentStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::Proton::Model::DeploymentStatus::SUCCEEDED
@ SUCCEEDED
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