AWS SDK for C++
AWS SDK for C++ Version 1.11.613
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-iot-managed-integrations
include
aws
iot-managed-integrations
model
OtaStatus.h
1
6
#pragma once
7
#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
IoTManagedIntegrations
13
{
14
namespace
Model
15
{
16
enum class
OtaStatus
17
{
18
NOT_SET
,
19
IN_PROGRESS
,
20
CANCELED
,
21
COMPLETED
,
22
DELETION_IN_PROGRESS
,
23
SCHEDULED
24
};
25
26
namespace
OtaStatusMapper
27
{
28
AWS_IOTMANAGEDINTEGRATIONS_API
OtaStatus
GetOtaStatusForName
(
const
Aws::String
& name);
29
30
AWS_IOTMANAGEDINTEGRATIONS_API
Aws::String
GetNameForOtaStatus
(
OtaStatus
value);
31
}
// namespace OtaStatusMapper
32
}
// namespace Model
33
}
// namespace IoTManagedIntegrations
34
}
// namespace Aws
Aws::IoTManagedIntegrations::Model::OtaStatusMapper::GetNameForOtaStatus
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String GetNameForOtaStatus(OtaStatus value)
Aws::IoTManagedIntegrations::Model::OtaStatusMapper::GetOtaStatusForName
AWS_IOTMANAGEDINTEGRATIONS_API OtaStatus GetOtaStatusForName(const Aws::String &name)
Aws::IoTManagedIntegrations::Model::OtaStatus
OtaStatus
Definition
OtaStatus.h:17
Aws::IoTManagedIntegrations::Model::OtaStatus::SCHEDULED
@ SCHEDULED
Aws::IoTManagedIntegrations::Model::OtaStatus::DELETION_IN_PROGRESS
@ DELETION_IN_PROGRESS
Aws::IoTManagedIntegrations::Model::OtaStatus::COMPLETED
@ COMPLETED
Aws::IoTManagedIntegrations::Model::OtaStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::IoTManagedIntegrations::Model::OtaStatus::CANCELED
@ CANCELED
Aws::IoTManagedIntegrations::Model::AbortCriteriaAction::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