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-greengrassv2
include
aws
greengrassv2
model
EffectiveDeploymentExecutionStatus.h
1
6
#pragma once
7
#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
GreengrassV2
13
{
14
namespace
Model
15
{
16
enum class
EffectiveDeploymentExecutionStatus
17
{
18
NOT_SET
,
19
IN_PROGRESS
,
20
QUEUED
,
21
FAILED
,
22
COMPLETED
,
23
TIMED_OUT
,
24
CANCELED
,
25
REJECTED
,
26
SUCCEEDED
27
};
28
29
namespace
EffectiveDeploymentExecutionStatusMapper
30
{
31
AWS_GREENGRASSV2_API
EffectiveDeploymentExecutionStatus
GetEffectiveDeploymentExecutionStatusForName
(
const
Aws::String
& name);
32
33
AWS_GREENGRASSV2_API
Aws::String
GetNameForEffectiveDeploymentExecutionStatus
(
EffectiveDeploymentExecutionStatus
value);
34
}
// namespace EffectiveDeploymentExecutionStatusMapper
35
}
// namespace Model
36
}
// namespace GreengrassV2
37
}
// namespace Aws
Aws::GreengrassV2::Model::EffectiveDeploymentExecutionStatusMapper::GetEffectiveDeploymentExecutionStatusForName
AWS_GREENGRASSV2_API EffectiveDeploymentExecutionStatus GetEffectiveDeploymentExecutionStatusForName(const Aws::String &name)
Aws::GreengrassV2::Model::EffectiveDeploymentExecutionStatusMapper::GetNameForEffectiveDeploymentExecutionStatus
AWS_GREENGRASSV2_API Aws::String GetNameForEffectiveDeploymentExecutionStatus(EffectiveDeploymentExecutionStatus value)
Aws::GreengrassV2::Model::EffectiveDeploymentExecutionStatus
EffectiveDeploymentExecutionStatus
Definition
EffectiveDeploymentExecutionStatus.h:17
Aws::GreengrassV2::Model::EffectiveDeploymentExecutionStatus::REJECTED
@ REJECTED
Aws::GreengrassV2::Model::EffectiveDeploymentExecutionStatus::QUEUED
@ QUEUED
Aws::GreengrassV2::Model::EffectiveDeploymentExecutionStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::GreengrassV2::Model::EffectiveDeploymentExecutionStatus::TIMED_OUT
@ TIMED_OUT
Aws::GreengrassV2::Model::EffectiveDeploymentExecutionStatus::SUCCEEDED
@ SUCCEEDED
Aws::GreengrassV2::Model::DeploymentStatus::COMPLETED
@ COMPLETED
Aws::GreengrassV2::Model::DeploymentStatus::CANCELED
@ CANCELED
Aws::GreengrassV2::Model::CloudComponentState::NOT_SET
@ NOT_SET
Aws::GreengrassV2::Model::CloudComponentState::FAILED
@ FAILED
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