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
AppLaunchStatus.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
AppLaunchStatus
17
{
18
NOT_SET
,
19
READY_FOR_CONFIGURATION
,
20
CONFIGURATION_IN_PROGRESS
,
21
CONFIGURATION_INVALID
,
22
READY_FOR_LAUNCH
,
23
VALIDATION_IN_PROGRESS
,
24
LAUNCH_PENDING
,
25
LAUNCH_IN_PROGRESS
,
26
LAUNCHED
,
27
PARTIALLY_LAUNCHED
,
28
DELTA_LAUNCH_IN_PROGRESS
,
29
DELTA_LAUNCH_FAILED
,
30
LAUNCH_FAILED
,
31
TERMINATE_IN_PROGRESS
,
32
TERMINATE_FAILED
,
33
TERMINATED
34
};
35
36
namespace
AppLaunchStatusMapper
37
{
38
AWS_SMS_API
AppLaunchStatus
GetAppLaunchStatusForName
(
const
Aws::String
& name);
39
40
AWS_SMS_API
Aws::String
GetNameForAppLaunchStatus
(
AppLaunchStatus
value);
41
}
// namespace AppLaunchStatusMapper
42
}
// namespace Model
43
}
// namespace SMS
44
}
// namespace Aws
Aws::SMS::Model::AppLaunchStatusMapper::GetAppLaunchStatusForName
AWS_SMS_API AppLaunchStatus GetAppLaunchStatusForName(const Aws::String &name)
Aws::SMS::Model::AppLaunchStatusMapper::GetNameForAppLaunchStatus
AWS_SMS_API Aws::String GetNameForAppLaunchStatus(AppLaunchStatus value)
Aws::SMS::Model::AppLaunchConfigurationStatus::NOT_SET
@ NOT_SET
Aws::SMS::Model::AppLaunchStatus
AppLaunchStatus
Definition
AppLaunchStatus.h:17
Aws::SMS::Model::AppLaunchStatus::DELTA_LAUNCH_FAILED
@ DELTA_LAUNCH_FAILED
Aws::SMS::Model::AppLaunchStatus::CONFIGURATION_IN_PROGRESS
@ CONFIGURATION_IN_PROGRESS
Aws::SMS::Model::AppLaunchStatus::VALIDATION_IN_PROGRESS
@ VALIDATION_IN_PROGRESS
Aws::SMS::Model::AppLaunchStatus::READY_FOR_CONFIGURATION
@ READY_FOR_CONFIGURATION
Aws::SMS::Model::AppLaunchStatus::LAUNCHED
@ LAUNCHED
Aws::SMS::Model::AppLaunchStatus::TERMINATE_FAILED
@ TERMINATE_FAILED
Aws::SMS::Model::AppLaunchStatus::LAUNCH_PENDING
@ LAUNCH_PENDING
Aws::SMS::Model::AppLaunchStatus::LAUNCH_FAILED
@ LAUNCH_FAILED
Aws::SMS::Model::AppLaunchStatus::CONFIGURATION_INVALID
@ CONFIGURATION_INVALID
Aws::SMS::Model::AppLaunchStatus::DELTA_LAUNCH_IN_PROGRESS
@ DELTA_LAUNCH_IN_PROGRESS
Aws::SMS::Model::AppLaunchStatus::TERMINATED
@ TERMINATED
Aws::SMS::Model::AppLaunchStatus::TERMINATE_IN_PROGRESS
@ TERMINATE_IN_PROGRESS
Aws::SMS::Model::AppLaunchStatus::PARTIALLY_LAUNCHED
@ PARTIALLY_LAUNCHED
Aws::SMS::Model::AppLaunchStatus::READY_FOR_LAUNCH
@ READY_FOR_LAUNCH
Aws::SMS::Model::AppLaunchStatus::LAUNCH_IN_PROGRESS
@ LAUNCH_IN_PROGRESS
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