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
EnvironmentState.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
EnvironmentState
17
{
18
NOT_SET
,
19
READY_FOR_DEPLOYMENT
,
20
DEPLOYING
,
21
ROLLING_BACK
,
22
ROLLED_BACK
,
23
REVERTED
24
};
25
26
namespace
EnvironmentStateMapper
27
{
28
AWS_APPCONFIG_API
EnvironmentState
GetEnvironmentStateForName
(
const
Aws::String
& name);
29
30
AWS_APPCONFIG_API
Aws::String
GetNameForEnvironmentState
(
EnvironmentState
value);
31
}
// namespace EnvironmentStateMapper
32
}
// namespace Model
33
}
// namespace AppConfig
34
}
// namespace Aws
Aws::AppConfig::Model::EnvironmentStateMapper::GetEnvironmentStateForName
AWS_APPCONFIG_API EnvironmentState GetEnvironmentStateForName(const Aws::String &name)
Aws::AppConfig::Model::EnvironmentStateMapper::GetNameForEnvironmentState
AWS_APPCONFIG_API Aws::String GetNameForEnvironmentState(EnvironmentState value)
Aws::AppConfig::Model::EnvironmentState
EnvironmentState
Definition
EnvironmentState.h:17
Aws::AppConfig::Model::EnvironmentState::READY_FOR_DEPLOYMENT
@ READY_FOR_DEPLOYMENT
Aws::AppConfig::Model::DeploymentState::DEPLOYING
@ DEPLOYING
Aws::AppConfig::Model::DeploymentState::ROLLING_BACK
@ ROLLING_BACK
Aws::AppConfig::Model::DeploymentState::REVERTED
@ REVERTED
Aws::AppConfig::Model::DeploymentState::ROLLED_BACK
@ ROLLED_BACK
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