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-databrew
include
aws
databrew
model
SessionStatus.h
1
6
#pragma once
7
#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
GlueDataBrew
13
{
14
namespace
Model
15
{
16
enum class
SessionStatus
17
{
18
NOT_SET
,
19
ASSIGNED
,
20
FAILED
,
21
INITIALIZING
,
22
PROVISIONING
,
23
READY
,
24
RECYCLING
,
25
ROTATING
,
26
TERMINATED
,
27
TERMINATING
,
28
UPDATING
29
};
30
31
namespace
SessionStatusMapper
32
{
33
AWS_GLUEDATABREW_API
SessionStatus
GetSessionStatusForName
(
const
Aws::String
& name);
34
35
AWS_GLUEDATABREW_API
Aws::String
GetNameForSessionStatus
(
SessionStatus
value);
36
}
// namespace SessionStatusMapper
37
}
// namespace Model
38
}
// namespace GlueDataBrew
39
}
// namespace Aws
Aws::GlueDataBrew::Model::SessionStatusMapper::GetSessionStatusForName
AWS_GLUEDATABREW_API SessionStatus GetSessionStatusForName(const Aws::String &name)
Aws::GlueDataBrew::Model::SessionStatusMapper::GetNameForSessionStatus
AWS_GLUEDATABREW_API Aws::String GetNameForSessionStatus(SessionStatus value)
Aws::GlueDataBrew::Model::JobRunState::FAILED
@ FAILED
Aws::GlueDataBrew::Model::AnalyticsMode::NOT_SET
@ NOT_SET
Aws::GlueDataBrew::Model::SessionStatus
SessionStatus
Definition
SessionStatus.h:17
Aws::GlueDataBrew::Model::SessionStatus::READY
@ READY
Aws::GlueDataBrew::Model::SessionStatus::ROTATING
@ ROTATING
Aws::GlueDataBrew::Model::SessionStatus::ASSIGNED
@ ASSIGNED
Aws::GlueDataBrew::Model::SessionStatus::INITIALIZING
@ INITIALIZING
Aws::GlueDataBrew::Model::SessionStatus::PROVISIONING
@ PROVISIONING
Aws::GlueDataBrew::Model::SessionStatus::RECYCLING
@ RECYCLING
Aws::GlueDataBrew::Model::SessionStatus::TERMINATED
@ TERMINATED
Aws::GlueDataBrew::Model::SessionStatus::TERMINATING
@ TERMINATING
Aws::GlueDataBrew::Model::SessionStatus::UPDATING
@ UPDATING
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