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-amplify
include
aws
amplify
model
JobStatus.h
1
6
#pragma once
7
#include <aws/amplify/Amplify_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Amplify
13
{
14
namespace
Model
15
{
16
enum class
JobStatus
17
{
18
NOT_SET
,
19
PENDING
,
20
PROVISIONING
,
21
RUNNING
,
22
FAILED
,
23
SUCCEED
,
24
CANCELLING
,
25
CANCELLED
26
};
27
28
namespace
JobStatusMapper
29
{
30
AWS_AMPLIFY_API
JobStatus
GetJobStatusForName
(
const
Aws::String
& name);
31
32
AWS_AMPLIFY_API
Aws::String
GetNameForJobStatus
(
JobStatus
value);
33
}
// namespace JobStatusMapper
34
}
// namespace Model
35
}
// namespace Amplify
36
}
// namespace Aws
Aws::Amplify::Model::JobStatusMapper::GetJobStatusForName
AWS_AMPLIFY_API JobStatus GetJobStatusForName(const Aws::String &name)
Aws::Amplify::Model::JobStatusMapper::GetNameForJobStatus
AWS_AMPLIFY_API Aws::String GetNameForJobStatus(JobStatus value)
Aws::Amplify::Model::JobStatus
JobStatus
Definition
JobStatus.h:17
Aws::Amplify::Model::JobStatus::RUNNING
@ RUNNING
Aws::Amplify::Model::JobStatus::SUCCEED
@ SUCCEED
Aws::Amplify::Model::JobStatus::PROVISIONING
@ PROVISIONING
Aws::Amplify::Model::JobStatus::CANCELLED
@ CANCELLED
Aws::Amplify::Model::JobStatus::CANCELLING
@ CANCELLING
Aws::Amplify::Model::JobStatus::PENDING
@ PENDING
Aws::Amplify::Model::CacheConfigType::NOT_SET
@ NOT_SET
Aws::Amplify::Model::DomainStatus::FAILED
@ FAILED
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