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-appconfig
include
aws
appconfig
model
DeploymentState.h
1
6
#pragma once
7
#include <aws/appconfig/AppConfig_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AppConfig
13
{
14
namespace
Model
15
{
16
enum class
DeploymentState
17
{
18
NOT_SET
,
19
BAKING
,
20
VALIDATING
,
21
DEPLOYING
,
22
COMPLETE
,
23
ROLLING_BACK
,
24
ROLLED_BACK
,
25
REVERTED
26
};
27
28
namespace
DeploymentStateMapper
29
{
30
AWS_APPCONFIG_API
DeploymentState
GetDeploymentStateForName
(
const
Aws::String
& name);
31
32
AWS_APPCONFIG_API
Aws::String
GetNameForDeploymentState
(
DeploymentState
value);
33
}
// namespace DeploymentStateMapper
34
}
// namespace Model
35
}
// namespace AppConfig
36
}
// namespace Aws
Aws::AppConfig::Model::DeploymentStateMapper::GetNameForDeploymentState
AWS_APPCONFIG_API Aws::String GetNameForDeploymentState(DeploymentState value)
Aws::AppConfig::Model::DeploymentStateMapper::GetDeploymentStateForName
AWS_APPCONFIG_API DeploymentState GetDeploymentStateForName(const Aws::String &name)
Aws::AppConfig::Model::DeploymentState
DeploymentState
Definition
DeploymentState.h:17
Aws::AppConfig::Model::DeploymentState::DEPLOYING
@ DEPLOYING
Aws::AppConfig::Model::DeploymentState::COMPLETE
@ COMPLETE
Aws::AppConfig::Model::DeploymentState::ROLLING_BACK
@ ROLLING_BACK
Aws::AppConfig::Model::DeploymentState::REVERTED
@ REVERTED
Aws::AppConfig::Model::DeploymentState::BAKING
@ BAKING
Aws::AppConfig::Model::DeploymentState::ROLLED_BACK
@ ROLLED_BACK
Aws::AppConfig::Model::DeploymentState::VALIDATING
@ VALIDATING
Aws::AppConfig::Model::ActionPoint::NOT_SET
@ NOT_SET
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