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-codedeploy
include
aws
codedeploy
model
DeploymentCreator.h
1
6
#pragma once
7
#include <aws/codedeploy/CodeDeploy_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CodeDeploy
13
{
14
namespace
Model
15
{
16
enum class
DeploymentCreator
17
{
18
NOT_SET
,
19
user
,
20
autoscaling
,
21
codeDeployRollback
,
22
CodeDeploy
,
23
CodeDeployAutoUpdate
,
24
CloudFormation
,
25
CloudFormationRollback
,
26
autoscalingTermination
27
};
28
29
namespace
DeploymentCreatorMapper
30
{
31
AWS_CODEDEPLOY_API
DeploymentCreator
GetDeploymentCreatorForName
(
const
Aws::String
& name);
32
33
AWS_CODEDEPLOY_API
Aws::String
GetNameForDeploymentCreator
(
DeploymentCreator
value);
34
}
// namespace DeploymentCreatorMapper
35
}
// namespace Model
36
}
// namespace CodeDeploy
37
}
// namespace Aws
Aws::CodeDeploy::Model::DeploymentCreatorMapper::GetNameForDeploymentCreator
AWS_CODEDEPLOY_API Aws::String GetNameForDeploymentCreator(DeploymentCreator value)
Aws::CodeDeploy::Model::DeploymentCreatorMapper::GetDeploymentCreatorForName
AWS_CODEDEPLOY_API DeploymentCreator GetDeploymentCreatorForName(const Aws::String &name)
Aws::CodeDeploy::Model::DeploymentCreator
DeploymentCreator
Definition
DeploymentCreator.h:17
Aws::CodeDeploy::Model::DeploymentCreator::CodeDeploy
@ CodeDeploy
Aws::CodeDeploy::Model::DeploymentCreator::CloudFormationRollback
@ CloudFormationRollback
Aws::CodeDeploy::Model::DeploymentCreator::codeDeployRollback
@ codeDeployRollback
Aws::CodeDeploy::Model::DeploymentCreator::autoscaling
@ autoscaling
Aws::CodeDeploy::Model::DeploymentCreator::CloudFormation
@ CloudFormation
Aws::CodeDeploy::Model::DeploymentCreator::CodeDeployAutoUpdate
@ CodeDeployAutoUpdate
Aws::CodeDeploy::Model::DeploymentCreator::autoscalingTermination
@ autoscalingTermination
Aws::CodeDeploy::Model::DeploymentCreator::user
@ user
Aws::CodeDeploy::Model::ApplicationRevisionSortBy::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