AWS SDK for C++
AWS SDK for C++ Version 1.11.719
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
namespace
CodeDeploy
{
12
namespace
Model {
13
enum class
DeploymentCreator
{
14
NOT_SET
,
15
user
,
16
autoscaling
,
17
codeDeployRollback
,
18
CodeDeploy
,
19
CodeDeployAutoUpdate
,
20
CloudFormation
,
21
CloudFormationRollback
,
22
autoscalingTermination
23
};
24
25
namespace
DeploymentCreatorMapper {
26
AWS_CODEDEPLOY_API
DeploymentCreator
GetDeploymentCreatorForName
(
const
Aws::String
& name);
27
28
AWS_CODEDEPLOY_API
Aws::String
GetNameForDeploymentCreator
(
DeploymentCreator
value);
29
}
// namespace DeploymentCreatorMapper
30
}
// namespace Model
31
}
// namespace CodeDeploy
32
}
// 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:13
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