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-iotthingsgraph
include
aws
iotthingsgraph
model
FlowExecutionStatus.h
1
6
#pragma once
7
#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
IoTThingsGraph
13
{
14
namespace
Model
15
{
16
enum class
FlowExecutionStatus
17
{
18
NOT_SET
,
19
RUNNING
,
20
ABORTED
,
21
SUCCEEDED
,
22
FAILED
23
};
24
25
namespace
FlowExecutionStatusMapper
26
{
27
AWS_IOTTHINGSGRAPH_API
FlowExecutionStatus
GetFlowExecutionStatusForName
(
const
Aws::String
& name);
28
29
AWS_IOTTHINGSGRAPH_API
Aws::String
GetNameForFlowExecutionStatus
(
FlowExecutionStatus
value);
30
}
// namespace FlowExecutionStatusMapper
31
}
// namespace Model
32
}
// namespace IoTThingsGraph
33
}
// namespace Aws
Aws::IoTThingsGraph::Model::FlowExecutionStatusMapper::GetNameForFlowExecutionStatus
AWS_IOTTHINGSGRAPH_API Aws::String GetNameForFlowExecutionStatus(FlowExecutionStatus value)
Aws::IoTThingsGraph::Model::FlowExecutionStatusMapper::GetFlowExecutionStatusForName
AWS_IOTTHINGSGRAPH_API FlowExecutionStatus GetFlowExecutionStatusForName(const Aws::String &name)
Aws::IoTThingsGraph::Model::FlowExecutionStatus
FlowExecutionStatus
Definition
FlowExecutionStatus.h:17
Aws::IoTThingsGraph::Model::FlowExecutionStatus::RUNNING
@ RUNNING
Aws::IoTThingsGraph::Model::FlowExecutionStatus::ABORTED
@ ABORTED
Aws::IoTThingsGraph::Model::FlowExecutionStatus::FAILED
@ FAILED
Aws::IoTThingsGraph::Model::FlowExecutionStatus::SUCCEEDED
@ SUCCEEDED
Aws::IoTThingsGraph::Model::DefinitionLanguage::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