AWS SDK for C++
AWS SDK for C++ Version 1.11.719
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/opensearch/OpenSearchService_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
OpenSearchService {
12
namespace
Model {
13
enum class
InboundConnectionStatusCode
{
14
NOT_SET
,
15
PENDING_ACCEPTANCE
,
16
APPROVED
,
17
PROVISIONING
,
18
ACTIVE
,
19
REJECTING
,
20
REJECTED
,
21
DELETING
,
22
DELETED
23
};
24
25
namespace
InboundConnectionStatusCodeMapper {
26
AWS_OPENSEARCHSERVICE_API
InboundConnectionStatusCode
GetInboundConnectionStatusCodeForName
(
const
Aws::String
& name);
27
28
AWS_OPENSEARCHSERVICE_API
Aws::String
GetNameForInboundConnectionStatusCode
(
InboundConnectionStatusCode
value);
29
}
// namespace InboundConnectionStatusCodeMapper
30
}
// namespace Model
31
}
// namespace OpenSearchService
32
}
// 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:13
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