AWS IoT Device SDK C++ v2
1.44.1
AWS IoT Device SDK C++ v2
Toggle main menu visibility
Loading...
Searching...
No Matches
commands
include
aws
iotcommands
CommandExecutionStatus.h
Go to the documentation of this file.
1
#pragma once
2
3
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
* SPDX-License-Identifier: Apache-2.0.
5
*
6
* This file is generated
7
*/
8
9
#include <
aws/iotcommands/Exports.h
>
10
11
#include <
aws/crt/StlAllocator.h
>
12
#include <
aws/crt/Types.h
>
13
14
namespace
Aws
15
{
16
namespace
Iotcommands
17
{
18
23
enum class
CommandExecutionStatus
24
{
28
IN_PROGRESS
,
29
33
SUCCEEDED
,
34
38
FAILED
,
39
43
REJECTED
,
44
49
TIMED_OUT
,
50
51
};
52
53
namespace
CommandExecutionStatusMarshaller
54
{
55
AWS_IOTCOMMANDS_API
const
char
*
ToString
(
CommandExecutionStatus
val);
56
AWS_IOTCOMMANDS_API
CommandExecutionStatus
FromString
(
const
Aws::Crt::String
&val);
57
}
// namespace CommandExecutionStatusMarshaller
58
}
// namespace Iotcommands
59
}
// namespace Aws
StlAllocator.h
Types.h
Exports.h
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition
Exports.h:20
Aws::Crt::String
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition
Types.h:45
Aws::Iotcommands::CommandExecutionStatusMarshaller
Definition
CommandExecutionStatus.h:54
Aws::Iotcommands::CommandExecutionStatusMarshaller::ToString
AWS_IOTCOMMANDS_API const char * ToString(CommandExecutionStatus val)
Definition
CommandExecutionStatus.cpp:26
Aws::Iotcommands::CommandExecutionStatusMarshaller::FromString
AWS_IOTCOMMANDS_API CommandExecutionStatus FromString(const Aws::Crt::String &val)
Definition
CommandExecutionStatus.cpp:46
Aws::Iotcommands
Definition
CommandExecutionEvent.h:17
Aws::Iotcommands::CommandExecutionStatus
CommandExecutionStatus
Definition
CommandExecutionStatus.h:24
Aws::Iotcommands::CommandExecutionStatus::REJECTED
@ REJECTED
Definition
CommandExecutionStatus.h:43
Aws::Iotcommands::CommandExecutionStatus::FAILED
@ FAILED
Definition
CommandExecutionStatus.h:38
Aws::Iotcommands::CommandExecutionStatus::IN_PROGRESS
@ IN_PROGRESS
Definition
CommandExecutionStatus.h:28
Aws::Iotcommands::CommandExecutionStatus::TIMED_OUT
@ TIMED_OUT
Definition
CommandExecutionStatus.h:49
Aws::Iotcommands::CommandExecutionStatus::SUCCEEDED
@ SUCCEEDED
Definition
CommandExecutionStatus.h:33
Aws
Definition
Allocator.h:11
Generated by
1.17.0