AWS SDK for C++
AWS SDK for C++ Version 1.11.744
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
namespace
AppConfig {
12
namespace
Model {
13
enum class
EnvironmentState
{
NOT_SET
,
READY_FOR_DEPLOYMENT
,
DEPLOYING
,
ROLLING_BACK
,
ROLLED_BACK
,
REVERTED
};
14
15
namespace
EnvironmentStateMapper {
16
AWS_APPCONFIG_API
EnvironmentState
GetEnvironmentStateForName
(
const
Aws::String
& name);
17
18
AWS_APPCONFIG_API
Aws::String
GetNameForEnvironmentState
(
EnvironmentState
value);
19
}
// namespace EnvironmentStateMapper
20
}
// namespace Model
21
}
// namespace AppConfig
22
}
// 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:13
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