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
OutboundConnectionStatusCode.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
OutboundConnectionStatusCode
{
14
NOT_SET
,
15
VALIDATING
,
16
VALIDATION_FAILED
,
17
PENDING_ACCEPTANCE
,
18
APPROVED
,
19
PROVISIONING
,
20
ACTIVE
,
21
REJECTING
,
22
REJECTED
,
23
DELETING
,
24
DELETED
25
};
26
27
namespace
OutboundConnectionStatusCodeMapper {
28
AWS_OPENSEARCHSERVICE_API
OutboundConnectionStatusCode
GetOutboundConnectionStatusCodeForName
(
const
Aws::String
& name);
29
30
AWS_OPENSEARCHSERVICE_API
Aws::String
GetNameForOutboundConnectionStatusCode
(
OutboundConnectionStatusCode
value);
31
}
// namespace OutboundConnectionStatusCodeMapper
32
}
// namespace Model
33
}
// namespace OpenSearchService
34
}
// namespace Aws
Aws::OpenSearchService::Model::OutboundConnectionStatusCodeMapper::GetOutboundConnectionStatusCodeForName
AWS_OPENSEARCHSERVICE_API OutboundConnectionStatusCode GetOutboundConnectionStatusCodeForName(const Aws::String &name)
Aws::OpenSearchService::Model::OutboundConnectionStatusCodeMapper::GetNameForOutboundConnectionStatusCode
AWS_OPENSEARCHSERVICE_API Aws::String GetNameForOutboundConnectionStatusCode(OutboundConnectionStatusCode value)
Aws::OpenSearchService::Model::ActionSeverity::NOT_SET
@ NOT_SET
Aws::OpenSearchService::Model::OutboundConnectionStatusCode
OutboundConnectionStatusCode
Definition
OutboundConnectionStatusCode.h:13
Aws::OpenSearchService::Model::OutboundConnectionStatusCode::VALIDATION_FAILED
@ VALIDATION_FAILED
Aws::OpenSearchService::Model::OutboundConnectionStatusCode::VALIDATING
@ VALIDATING
Aws::OpenSearchService::Model::ApplicationStatus::ACTIVE
@ ACTIVE
Aws::OpenSearchService::Model::ApplicationStatus::DELETING
@ DELETING
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