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-opensearch
include
aws
opensearch
model
InboundConnectionStatusCode.h
1
6
#pragma once
7
#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
OpenSearchService
13
{
14
namespace
Model
15
{
16
enum class
InboundConnectionStatusCode
17
{
18
NOT_SET
,
19
PENDING_ACCEPTANCE
,
20
APPROVED
,
21
PROVISIONING
,
22
ACTIVE
,
23
REJECTING
,
24
REJECTED
,
25
DELETING
,
26
DELETED
27
};
28
29
namespace
InboundConnectionStatusCodeMapper
30
{
31
AWS_OPENSEARCHSERVICE_API
InboundConnectionStatusCode
GetInboundConnectionStatusCodeForName
(
const
Aws::String
& name);
32
33
AWS_OPENSEARCHSERVICE_API
Aws::String
GetNameForInboundConnectionStatusCode
(
InboundConnectionStatusCode
value);
34
}
// namespace InboundConnectionStatusCodeMapper
35
}
// namespace Model
36
}
// namespace OpenSearchService
37
}
// namespace Aws
Aws::OpenSearchService::Model::InboundConnectionStatusCodeMapper::GetNameForInboundConnectionStatusCode
AWS_OPENSEARCHSERVICE_API Aws::String GetNameForInboundConnectionStatusCode(InboundConnectionStatusCode value)
Aws::OpenSearchService::Model::InboundConnectionStatusCodeMapper::GetInboundConnectionStatusCodeForName
AWS_OPENSEARCHSERVICE_API InboundConnectionStatusCode GetInboundConnectionStatusCodeForName(const Aws::String &name)
Aws::OpenSearchService::Model::ActionSeverity::NOT_SET
@ NOT_SET
Aws::OpenSearchService::Model::ApplicationStatus::ACTIVE
@ ACTIVE
Aws::OpenSearchService::Model::ApplicationStatus::DELETING
@ DELETING
Aws::OpenSearchService::Model::InboundConnectionStatusCode
InboundConnectionStatusCode
Definition
InboundConnectionStatusCode.h:17
Aws::OpenSearchService::Model::InboundConnectionStatusCode::APPROVED
@ APPROVED
Aws::OpenSearchService::Model::InboundConnectionStatusCode::DELETED
@ DELETED
Aws::OpenSearchService::Model::InboundConnectionStatusCode::PROVISIONING
@ PROVISIONING
Aws::OpenSearchService::Model::InboundConnectionStatusCode::REJECTED
@ REJECTED
Aws::OpenSearchService::Model::InboundConnectionStatusCode::PENDING_ACCEPTANCE
@ PENDING_ACCEPTANCE
Aws::OpenSearchService::Model::InboundConnectionStatusCode::REJECTING
@ REJECTING
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