AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
DeploymentStatus.h
Go to the documentation of this file.
1
6#pragma once
9
10namespace Aws
11{
12namespace CodeDeploy
13{
14namespace Model
15{
17 {
18 NOT_SET,
19 Created,
20 Queued,
22 Baking,
24 Failed,
25 Stopped,
26 Ready
27 };
28
29namespace DeploymentStatusMapper
30{
32
34} // namespace DeploymentStatusMapper
35} // namespace Model
36} // namespace CodeDeploy
37} // namespace Aws
#define AWS_CODEDEPLOY_API
AWS_CODEDEPLOY_API Aws::String GetNameForDeploymentStatus(DeploymentStatus value)
AWS_CODEDEPLOY_API DeploymentStatus GetDeploymentStatusForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String