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-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
namespace
AppConfig {
12
namespace
Model {
13
enum class
DeploymentState
{
NOT_SET
,
BAKING
,
VALIDATING
,
DEPLOYING
,
COMPLETE
,
ROLLING_BACK
,
ROLLED_BACK
,
REVERTED
};
14
15
namespace
DeploymentStateMapper {
16
AWS_APPCONFIG_API
DeploymentState
GetDeploymentStateForName
(
const
Aws::String
& name);
17
18
AWS_APPCONFIG_API
Aws::String
GetNameForDeploymentState
(
DeploymentState
value);
19
}
// namespace DeploymentStateMapper
20
}
// namespace Model
21
}
// namespace AppConfig
22
}
// 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:13
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