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-snow-device-management
include
aws
snow-device-management
model
ExecutionState.h
1
6
#pragma once
7
#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SnowDeviceManagement
13
{
14
namespace
Model
15
{
16
enum class
ExecutionState
17
{
18
NOT_SET
,
19
QUEUED
,
20
IN_PROGRESS
,
21
CANCELED
,
22
FAILED
,
23
SUCCEEDED
,
24
REJECTED
,
25
TIMED_OUT
26
};
27
28
namespace
ExecutionStateMapper
29
{
30
AWS_SNOWDEVICEMANAGEMENT_API
ExecutionState
GetExecutionStateForName
(
const
Aws::String
& name);
31
32
AWS_SNOWDEVICEMANAGEMENT_API
Aws::String
GetNameForExecutionState
(
ExecutionState
value);
33
}
// namespace ExecutionStateMapper
34
}
// namespace Model
35
}
// namespace SnowDeviceManagement
36
}
// namespace Aws
Aws::SnowDeviceManagement::Model::ExecutionStateMapper::GetExecutionStateForName
AWS_SNOWDEVICEMANAGEMENT_API ExecutionState GetExecutionStateForName(const Aws::String &name)
Aws::SnowDeviceManagement::Model::ExecutionStateMapper::GetNameForExecutionState
AWS_SNOWDEVICEMANAGEMENT_API Aws::String GetNameForExecutionState(ExecutionState value)
Aws::SnowDeviceManagement::Model::ExecutionState
ExecutionState
Definition
ExecutionState.h:17
Aws::SnowDeviceManagement::Model::ExecutionState::REJECTED
@ REJECTED
Aws::SnowDeviceManagement::Model::ExecutionState::QUEUED
@ QUEUED
Aws::SnowDeviceManagement::Model::ExecutionState::FAILED
@ FAILED
Aws::SnowDeviceManagement::Model::ExecutionState::IN_PROGRESS
@ IN_PROGRESS
Aws::SnowDeviceManagement::Model::ExecutionState::CANCELED
@ CANCELED
Aws::SnowDeviceManagement::Model::ExecutionState::TIMED_OUT
@ TIMED_OUT
Aws::SnowDeviceManagement::Model::ExecutionState::SUCCEEDED
@ SUCCEEDED
Aws::SnowDeviceManagement::Model::AttachmentStatus::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