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-appsync
include
aws
appsync
model
SourceApiAssociationStatus.h
1
6
#pragma once
7
#include <aws/appsync/AppSync_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
AppSync
13
{
14
namespace
Model
15
{
16
enum class
SourceApiAssociationStatus
17
{
18
NOT_SET
,
19
MERGE_SCHEDULED
,
20
MERGE_FAILED
,
21
MERGE_SUCCESS
,
22
MERGE_IN_PROGRESS
,
23
AUTO_MERGE_SCHEDULE_FAILED
,
24
DELETION_SCHEDULED
,
25
DELETION_IN_PROGRESS
,
26
DELETION_FAILED
27
};
28
29
namespace
SourceApiAssociationStatusMapper
30
{
31
AWS_APPSYNC_API
SourceApiAssociationStatus
GetSourceApiAssociationStatusForName
(
const
Aws::String
& name);
32
33
AWS_APPSYNC_API
Aws::String
GetNameForSourceApiAssociationStatus
(
SourceApiAssociationStatus
value);
34
}
// namespace SourceApiAssociationStatusMapper
35
}
// namespace Model
36
}
// namespace AppSync
37
}
// namespace Aws
Aws::AppSync::Model::SourceApiAssociationStatusMapper::GetSourceApiAssociationStatusForName
AWS_APPSYNC_API SourceApiAssociationStatus GetSourceApiAssociationStatusForName(const Aws::String &name)
Aws::AppSync::Model::SourceApiAssociationStatusMapper::GetNameForSourceApiAssociationStatus
AWS_APPSYNC_API Aws::String GetNameForSourceApiAssociationStatus(SourceApiAssociationStatus value)
Aws::AppSync::Model::SourceApiAssociationStatus
SourceApiAssociationStatus
Definition
SourceApiAssociationStatus.h:17
Aws::AppSync::Model::SourceApiAssociationStatus::MERGE_SUCCESS
@ MERGE_SUCCESS
Aws::AppSync::Model::SourceApiAssociationStatus::MERGE_FAILED
@ MERGE_FAILED
Aws::AppSync::Model::SourceApiAssociationStatus::DELETION_IN_PROGRESS
@ DELETION_IN_PROGRESS
Aws::AppSync::Model::SourceApiAssociationStatus::AUTO_MERGE_SCHEDULE_FAILED
@ AUTO_MERGE_SCHEDULE_FAILED
Aws::AppSync::Model::SourceApiAssociationStatus::MERGE_IN_PROGRESS
@ MERGE_IN_PROGRESS
Aws::AppSync::Model::SourceApiAssociationStatus::DELETION_SCHEDULED
@ DELETION_SCHEDULED
Aws::AppSync::Model::SourceApiAssociationStatus::MERGE_SCHEDULED
@ MERGE_SCHEDULED
Aws::AppSync::Model::SourceApiAssociationStatus::DELETION_FAILED
@ DELETION_FAILED
Aws::AppSync::Model::ApiCacheStatus::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