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-sms
include
aws
sms
model
ReplicationRunState.h
1
6
#pragma once
7
#include <aws/sms/SMS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SMS
13
{
14
namespace
Model
15
{
16
enum class
ReplicationRunState
17
{
18
NOT_SET
,
19
PENDING
,
20
MISSED
,
21
ACTIVE
,
22
FAILED
,
23
COMPLETED
,
24
DELETING
,
25
DELETED
26
};
27
28
namespace
ReplicationRunStateMapper
29
{
30
AWS_SMS_API
ReplicationRunState
GetReplicationRunStateForName
(
const
Aws::String
& name);
31
32
AWS_SMS_API
Aws::String
GetNameForReplicationRunState
(
ReplicationRunState
value);
33
}
// namespace ReplicationRunStateMapper
34
}
// namespace Model
35
}
// namespace SMS
36
}
// namespace Aws
Aws::SMS::Model::ReplicationRunStateMapper::GetNameForReplicationRunState
AWS_SMS_API Aws::String GetNameForReplicationRunState(ReplicationRunState value)
Aws::SMS::Model::ReplicationRunStateMapper::GetReplicationRunStateForName
AWS_SMS_API ReplicationRunState GetReplicationRunStateForName(const Aws::String &name)
Aws::SMS::Model::AppLaunchConfigurationStatus::NOT_SET
@ NOT_SET
Aws::SMS::Model::ReplicationJobState::COMPLETED
@ COMPLETED
Aws::SMS::Model::ReplicationJobState::FAILED
@ FAILED
Aws::SMS::Model::ReplicationJobState::PENDING
@ PENDING
Aws::SMS::Model::ReplicationRunState
ReplicationRunState
Definition
ReplicationRunState.h:17
Aws::SMS::Model::ReplicationRunState::MISSED
@ MISSED
Aws::SMS::Model::AppStatus::ACTIVE
@ ACTIVE
Aws::SMS::Model::AppStatus::DELETED
@ DELETED
Aws::SMS::Model::AppStatus::DELETING
@ DELETING
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