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-discovery
include
aws
discovery
model
ImportStatus.h
1
6
#pragma once
7
#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
ApplicationDiscoveryService
13
{
14
namespace
Model
15
{
16
enum class
ImportStatus
17
{
18
NOT_SET
,
19
IMPORT_IN_PROGRESS
,
20
IMPORT_COMPLETE
,
21
IMPORT_COMPLETE_WITH_ERRORS
,
22
IMPORT_FAILED
,
23
IMPORT_FAILED_SERVER_LIMIT_EXCEEDED
,
24
IMPORT_FAILED_RECORD_LIMIT_EXCEEDED
,
25
DELETE_IN_PROGRESS
,
26
DELETE_COMPLETE
,
27
DELETE_FAILED
,
28
DELETE_FAILED_LIMIT_EXCEEDED
,
29
INTERNAL_ERROR
30
};
31
32
namespace
ImportStatusMapper
33
{
34
AWS_APPLICATIONDISCOVERYSERVICE_API
ImportStatus
GetImportStatusForName
(
const
Aws::String
& name);
35
36
AWS_APPLICATIONDISCOVERYSERVICE_API
Aws::String
GetNameForImportStatus
(
ImportStatus
value);
37
}
// namespace ImportStatusMapper
38
}
// namespace Model
39
}
// namespace ApplicationDiscoveryService
40
}
// namespace Aws
Aws::ApplicationDiscoveryService::Model::ImportStatusMapper::GetNameForImportStatus
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::String GetNameForImportStatus(ImportStatus value)
Aws::ApplicationDiscoveryService::Model::ImportStatusMapper::GetImportStatusForName
AWS_APPLICATIONDISCOVERYSERVICE_API ImportStatus GetImportStatusForName(const Aws::String &name)
Aws::ApplicationDiscoveryService::Model::ImportStatus
ImportStatus
Definition
ImportStatus.h:17
Aws::ApplicationDiscoveryService::Model::ImportStatus::IMPORT_COMPLETE
@ IMPORT_COMPLETE
Aws::ApplicationDiscoveryService::Model::ImportStatus::IMPORT_IN_PROGRESS
@ IMPORT_IN_PROGRESS
Aws::ApplicationDiscoveryService::Model::ImportStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::ApplicationDiscoveryService::Model::ImportStatus::DELETE_FAILED_LIMIT_EXCEEDED
@ DELETE_FAILED_LIMIT_EXCEEDED
Aws::ApplicationDiscoveryService::Model::ImportStatus::DELETE_COMPLETE
@ DELETE_COMPLETE
Aws::ApplicationDiscoveryService::Model::ImportStatus::IMPORT_COMPLETE_WITH_ERRORS
@ IMPORT_COMPLETE_WITH_ERRORS
Aws::ApplicationDiscoveryService::Model::ImportStatus::IMPORT_FAILED_RECORD_LIMIT_EXCEEDED
@ IMPORT_FAILED_RECORD_LIMIT_EXCEEDED
Aws::ApplicationDiscoveryService::Model::ImportStatus::DELETE_FAILED
@ DELETE_FAILED
Aws::ApplicationDiscoveryService::Model::ImportStatus::IMPORT_FAILED
@ IMPORT_FAILED
Aws::ApplicationDiscoveryService::Model::ImportStatus::INTERNAL_ERROR
@ INTERNAL_ERROR
Aws::ApplicationDiscoveryService::Model::ImportStatus::IMPORT_FAILED_SERVER_LIMIT_EXCEEDED
@ IMPORT_FAILED_SERVER_LIMIT_EXCEEDED
Aws::ApplicationDiscoveryService::Model::AgentStatus::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