AWS SDK for C++
AWS SDK for C++ Version 1.11.718
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/databrew/GlueDataBrew_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
GlueDataBrew {
12
namespace
Model {
13
enum class
SessionStatus
{
14
NOT_SET
,
15
ASSIGNED
,
16
FAILED
,
17
INITIALIZING
,
18
PROVISIONING
,
19
READY
,
20
RECYCLING
,
21
ROTATING
,
22
TERMINATED
,
23
TERMINATING
,
24
UPDATING
25
};
26
27
namespace
SessionStatusMapper {
28
AWS_GLUEDATABREW_API
SessionStatus
GetSessionStatusForName
(
const
Aws::String
& name);
29
30
AWS_GLUEDATABREW_API
Aws::String
GetNameForSessionStatus
(
SessionStatus
value);
31
}
// namespace SessionStatusMapper
32
}
// namespace Model
33
}
// namespace GlueDataBrew
34
}
// 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:13
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