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
AssociationState.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
AssociationState
17
{
18
NOT_SET
,
19
ASSOCIATION_IN_PROGRESS
,
20
ASSOCIATION_FAILED
,
21
ASSOCIATION_SUCCEEDED
,
22
ASSOCIATION_DELETING
,
23
REFRESH_TOKEN_EXPIRED
24
};
25
26
namespace
AssociationStateMapper
27
{
28
AWS_IOTMANAGEDINTEGRATIONS_API
AssociationState
GetAssociationStateForName
(
const
Aws::String
& name);
29
30
AWS_IOTMANAGEDINTEGRATIONS_API
Aws::String
GetNameForAssociationState
(
AssociationState
value);
31
}
// namespace AssociationStateMapper
32
}
// namespace Model
33
}
// namespace IoTManagedIntegrations
34
}
// namespace Aws
Aws::IoTManagedIntegrations::Model::AssociationStateMapper::GetAssociationStateForName
AWS_IOTMANAGEDINTEGRATIONS_API AssociationState GetAssociationStateForName(const Aws::String &name)
Aws::IoTManagedIntegrations::Model::AssociationStateMapper::GetNameForAssociationState
AWS_IOTMANAGEDINTEGRATIONS_API Aws::String GetNameForAssociationState(AssociationState value)
Aws::IoTManagedIntegrations::Model::AssociationState
AssociationState
Definition
AssociationState.h:17
Aws::IoTManagedIntegrations::Model::AssociationState::ASSOCIATION_SUCCEEDED
@ ASSOCIATION_SUCCEEDED
Aws::IoTManagedIntegrations::Model::AssociationState::ASSOCIATION_FAILED
@ ASSOCIATION_FAILED
Aws::IoTManagedIntegrations::Model::AssociationState::ASSOCIATION_DELETING
@ ASSOCIATION_DELETING
Aws::IoTManagedIntegrations::Model::AssociationState::ASSOCIATION_IN_PROGRESS
@ ASSOCIATION_IN_PROGRESS
Aws::IoTManagedIntegrations::Model::AssociationState::REFRESH_TOKEN_EXPIRED
@ REFRESH_TOKEN_EXPIRED
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