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
DeploymentTarget.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
DeploymentTarget
17
{
18
NOT_SET
,
19
GREENGRASS
,
20
CLOUD
21
};
22
23
namespace
DeploymentTargetMapper
24
{
25
AWS_IOTTHINGSGRAPH_API
DeploymentTarget
GetDeploymentTargetForName
(
const
Aws::String
& name);
26
27
AWS_IOTTHINGSGRAPH_API
Aws::String
GetNameForDeploymentTarget
(
DeploymentTarget
value);
28
}
// namespace DeploymentTargetMapper
29
}
// namespace Model
30
}
// namespace IoTThingsGraph
31
}
// namespace Aws
Aws::IoTThingsGraph::Model::DeploymentTargetMapper::GetNameForDeploymentTarget
AWS_IOTTHINGSGRAPH_API Aws::String GetNameForDeploymentTarget(DeploymentTarget value)
Aws::IoTThingsGraph::Model::DeploymentTargetMapper::GetDeploymentTargetForName
AWS_IOTTHINGSGRAPH_API DeploymentTarget GetDeploymentTargetForName(const Aws::String &name)
Aws::IoTThingsGraph::Model::DefinitionLanguage::NOT_SET
@ NOT_SET
Aws::IoTThingsGraph::Model::DeploymentTarget
DeploymentTarget
Definition
DeploymentTarget.h:17
Aws::IoTThingsGraph::Model::DeploymentTarget::CLOUD
@ CLOUD
Aws::IoTThingsGraph::Model::DeploymentTarget::GREENGRASS
@ GREENGRASS
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