AWS SDK for C++
AWS SDK for C++ Version 1.11.717
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-imagebuilder
include
aws
imagebuilder
model
WorkflowExecutionStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
imagebuilder {
12
namespace
Model {
13
enum class
WorkflowExecutionStatus
{
14
NOT_SET
,
15
PENDING
,
16
SKIPPED
,
17
RUNNING
,
18
COMPLETED
,
19
FAILED
,
20
ROLLBACK_IN_PROGRESS
,
21
ROLLBACK_COMPLETED
,
22
CANCELLED
23
};
24
25
namespace
WorkflowExecutionStatusMapper {
26
AWS_IMAGEBUILDER_API
WorkflowExecutionStatus
GetWorkflowExecutionStatusForName
(
const
Aws::String
& name);
27
28
AWS_IMAGEBUILDER_API
Aws::String
GetNameForWorkflowExecutionStatus
(
WorkflowExecutionStatus
value);
29
}
// namespace WorkflowExecutionStatusMapper
30
}
// namespace Model
31
}
// namespace imagebuilder
32
}
// namespace Aws
Aws::imagebuilder::Model::WorkflowExecutionStatusMapper::GetWorkflowExecutionStatusForName
AWS_IMAGEBUILDER_API WorkflowExecutionStatus GetWorkflowExecutionStatusForName(const Aws::String &name)
Aws::imagebuilder::Model::WorkflowExecutionStatusMapper::GetNameForWorkflowExecutionStatus
AWS_IMAGEBUILDER_API Aws::String GetNameForWorkflowExecutionStatus(WorkflowExecutionStatus value)
Aws::imagebuilder::Model::WorkflowExecutionStatus
WorkflowExecutionStatus
Definition
WorkflowExecutionStatus.h:13
Aws::imagebuilder::Model::WorkflowExecutionStatus::ROLLBACK_IN_PROGRESS
@ ROLLBACK_IN_PROGRESS
Aws::imagebuilder::Model::WorkflowExecutionStatus::RUNNING
@ RUNNING
Aws::imagebuilder::Model::WorkflowExecutionStatus::ROLLBACK_COMPLETED
@ ROLLBACK_COMPLETED
Aws::imagebuilder::Model::ImageScanStatus::COMPLETED
@ COMPLETED
Aws::imagebuilder::Model::ImageScanStatus::FAILED
@ FAILED
Aws::imagebuilder::Model::ImageScanStatus::PENDING
@ PENDING
Aws::imagebuilder::Model::BuildType::NOT_SET
@ NOT_SET
Aws::imagebuilder::Model::LifecycleExecutionResourceStatus::SKIPPED
@ SKIPPED
Aws::imagebuilder::Model::ImageStatus::CANCELLED
@ CANCELLED
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