AWS IoT Device SDK C++ v2  1.43.1
AWS IoT Device SDK C++ v2
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 
10 
11 #include <aws/crt/StlAllocator.h>
12 #include <aws/crt/Types.h>
13 
14 namespace Aws
15 {
16  namespace Iotcommands
17  {
18 
24  {
28  IN_PROGRESS,
29 
33  SUCCEEDED,
34 
38  FAILED,
39 
43  REJECTED,
44 
49  TIMED_OUT,
50 
51  };
52 
53  namespace CommandExecutionStatusMarshaller
54  {
57  } // namespace CommandExecutionStatusMarshaller
58  } // namespace Iotcommands
59 } // namespace Aws
Aws::Iotcommands::CommandExecutionStatusMarshaller::ToString
AWS_IOTCOMMANDS_API const char * ToString(CommandExecutionStatus val)
Definition: CommandExecutionStatus.cpp:26
Exports.h
Aws::Iotcommands::CommandExecutionStatus
CommandExecutionStatus
Definition: CommandExecutionStatus.h:24
StlAllocator.h
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition: Exports.h:20
Aws::Iotcommands::CommandExecutionStatus::IN_PROGRESS
@ IN_PROGRESS
Types.h
Aws
Definition: Allocator.h:11
Aws::Crt::String
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition: Types.h:45
Aws::Iotcommands::CommandExecutionStatusMarshaller::FromString
AWS_IOTCOMMANDS_API CommandExecutionStatus FromString(const Aws::Crt::String &val)
Definition: CommandExecutionStatus.cpp:46