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
SystemInstanceDeploymentStatus.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
SystemInstanceDeploymentStatus
17
{
18
NOT_SET
,
19
NOT_DEPLOYED
,
20
BOOTSTRAP
,
21
DEPLOY_IN_PROGRESS
,
22
DEPLOYED_IN_TARGET
,
23
UNDEPLOY_IN_PROGRESS
,
24
FAILED
,
25
PENDING_DELETE
,
26
DELETED_IN_TARGET
27
};
28
29
namespace
SystemInstanceDeploymentStatusMapper
30
{
31
AWS_IOTTHINGSGRAPH_API
SystemInstanceDeploymentStatus
GetSystemInstanceDeploymentStatusForName
(
const
Aws::String
& name);
32
33
AWS_IOTTHINGSGRAPH_API
Aws::String
GetNameForSystemInstanceDeploymentStatus
(
SystemInstanceDeploymentStatus
value);
34
}
// namespace SystemInstanceDeploymentStatusMapper
35
}
// namespace Model
36
}
// namespace IoTThingsGraph
37
}
// namespace Aws
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatusMapper::GetNameForSystemInstanceDeploymentStatus
AWS_IOTTHINGSGRAPH_API Aws::String GetNameForSystemInstanceDeploymentStatus(SystemInstanceDeploymentStatus value)
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatusMapper::GetSystemInstanceDeploymentStatusForName
AWS_IOTTHINGSGRAPH_API SystemInstanceDeploymentStatus GetSystemInstanceDeploymentStatusForName(const Aws::String &name)
Aws::IoTThingsGraph::Model::FlowExecutionStatus::FAILED
@ FAILED
Aws::IoTThingsGraph::Model::DefinitionLanguage::NOT_SET
@ NOT_SET
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatus
SystemInstanceDeploymentStatus
Definition
SystemInstanceDeploymentStatus.h:17
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatus::NOT_DEPLOYED
@ NOT_DEPLOYED
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatus::PENDING_DELETE
@ PENDING_DELETE
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatus::DEPLOYED_IN_TARGET
@ DEPLOYED_IN_TARGET
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatus::DEPLOY_IN_PROGRESS
@ DEPLOY_IN_PROGRESS
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatus::DELETED_IN_TARGET
@ DELETED_IN_TARGET
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatus::BOOTSTRAP
@ BOOTSTRAP
Aws::IoTThingsGraph::Model::SystemInstanceDeploymentStatus::UNDEPLOY_IN_PROGRESS
@ UNDEPLOY_IN_PROGRESS
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