AWS SDK for C++
AWS SDK for C++ Version 1.11.743
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
namespace
AppSync {
12
namespace
Model {
13
enum class
SourceApiAssociationStatus
{
14
NOT_SET
,
15
MERGE_SCHEDULED
,
16
MERGE_FAILED
,
17
MERGE_SUCCESS
,
18
MERGE_IN_PROGRESS
,
19
AUTO_MERGE_SCHEDULE_FAILED
,
20
DELETION_SCHEDULED
,
21
DELETION_IN_PROGRESS
,
22
DELETION_FAILED
23
};
24
25
namespace
SourceApiAssociationStatusMapper {
26
AWS_APPSYNC_API
SourceApiAssociationStatus
GetSourceApiAssociationStatusForName
(
const
Aws::String
& name);
27
28
AWS_APPSYNC_API
Aws::String
GetNameForSourceApiAssociationStatus
(
SourceApiAssociationStatus
value);
29
}
// namespace SourceApiAssociationStatusMapper
30
}
// namespace Model
31
}
// namespace AppSync
32
}
// 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:13
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