AWS SDK for C++
AWS SDK for C++ Version 1.11.766
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-apigateway
include
aws
apigateway
model
CacheClusterStatus.h
1
6
#pragma once
7
#include <aws/apigateway/APIGateway_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
{
11
namespace
APIGateway {
12
namespace
Model {
13
enum class
CacheClusterStatus
{
NOT_SET
,
CREATE_IN_PROGRESS
,
AVAILABLE
,
DELETE_IN_PROGRESS
,
NOT_AVAILABLE
,
FLUSH_IN_PROGRESS
};
14
15
namespace
CacheClusterStatusMapper {
16
AWS_APIGATEWAY_API
CacheClusterStatus
GetCacheClusterStatusForName
(
const
Aws::String
& name);
17
18
AWS_APIGATEWAY_API
Aws::String
GetNameForCacheClusterStatus
(
CacheClusterStatus
value);
19
}
// namespace CacheClusterStatusMapper
20
}
// namespace Model
21
}
// namespace APIGateway
22
}
// namespace Aws
Aws::APIGateway::Model::CacheClusterStatusMapper::GetNameForCacheClusterStatus
AWS_APIGATEWAY_API Aws::String GetNameForCacheClusterStatus(CacheClusterStatus value)
Aws::APIGateway::Model::CacheClusterStatusMapper::GetCacheClusterStatusForName
AWS_APIGATEWAY_API CacheClusterStatus GetCacheClusterStatusForName(const Aws::String &name)
Aws::APIGateway::Model::ApiStatus::AVAILABLE
@ AVAILABLE
Aws::APIGateway::Model::AccessAssociationSourceType::NOT_SET
@ NOT_SET
Aws::APIGateway::Model::CacheClusterStatus
CacheClusterStatus
Definition
CacheClusterStatus.h:13
Aws::APIGateway::Model::CacheClusterStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::APIGateway::Model::CacheClusterStatus::FLUSH_IN_PROGRESS
@ FLUSH_IN_PROGRESS
Aws::APIGateway::Model::CacheClusterStatus::CREATE_IN_PROGRESS
@ CREATE_IN_PROGRESS
Aws::APIGateway::Model::CacheClusterStatus::NOT_AVAILABLE
@ NOT_AVAILABLE
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