AWS SDK for C++
AWS SDK for C++ Version 1.11.788
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-ecs
include
aws
ecs
model
DaemonDeploymentStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/ecs/ECS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
ECS
{
12
namespace
Model {
13
enum class
DaemonDeploymentStatus
{
14
NOT_SET
,
15
PENDING
,
16
SUCCESSFUL
,
17
STOPPED
,
18
STOP_REQUESTED
,
19
IN_PROGRESS
,
20
ROLLBACK_IN_PROGRESS
,
21
ROLLBACK_SUCCESSFUL
,
22
ROLLBACK_FAILED
23
};
24
25
namespace
DaemonDeploymentStatusMapper {
26
AWS_ECS_API
DaemonDeploymentStatus
GetDaemonDeploymentStatusForName
(
const
Aws::String
& name);
27
28
AWS_ECS_API
Aws::String
GetNameForDaemonDeploymentStatus
(
DaemonDeploymentStatus
value);
29
}
// namespace DaemonDeploymentStatusMapper
30
}
// namespace Model
31
}
// namespace ECS
32
}
// namespace Aws
Aws::ECS::Model::DaemonDeploymentStatusMapper::GetDaemonDeploymentStatusForName
AWS_ECS_API DaemonDeploymentStatus GetDaemonDeploymentStatusForName(const Aws::String &name)
Aws::ECS::Model::DaemonDeploymentStatusMapper::GetNameForDaemonDeploymentStatus
AWS_ECS_API Aws::String GetNameForDaemonDeploymentStatus(DaemonDeploymentStatus value)
Aws::ECS::Model::AgentUpdateStatus::PENDING
@ PENDING
Aws::ECS::Model::DaemonDeploymentStatus
DaemonDeploymentStatus
Definition
DaemonDeploymentStatus.h:13
Aws::ECS::Model::DaemonDeploymentStatus::STOPPED
@ STOPPED
Aws::ECS::Model::DaemonDeploymentStatus::ROLLBACK_IN_PROGRESS
@ ROLLBACK_IN_PROGRESS
Aws::ECS::Model::DaemonDeploymentStatus::STOP_REQUESTED
@ STOP_REQUESTED
Aws::ECS::Model::DaemonDeploymentStatus::ROLLBACK_FAILED
@ ROLLBACK_FAILED
Aws::ECS::Model::DaemonDeploymentStatus::ROLLBACK_SUCCESSFUL
@ ROLLBACK_SUCCESSFUL
Aws::ECS::Model::DaemonDeploymentStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::ECS::Model::DaemonDeploymentStatus::SUCCESSFUL
@ SUCCESSFUL
Aws::ECS::Model::AcceleratorManufacturer::NOT_SET
@ NOT_SET
Aws::ECS::Model::DeploymentControllerType::ECS
@ ECS
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