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-timestream-write
include
aws
timestream-write
model
BatchLoadStatus.h
1
6
#pragma once
7
#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
TimestreamWrite
13
{
14
namespace
Model
15
{
16
enum class
BatchLoadStatus
17
{
18
NOT_SET
,
19
CREATED
,
20
IN_PROGRESS
,
21
FAILED
,
22
SUCCEEDED
,
23
PROGRESS_STOPPED
,
24
PENDING_RESUME
25
};
26
27
namespace
BatchLoadStatusMapper
28
{
29
AWS_TIMESTREAMWRITE_API
BatchLoadStatus
GetBatchLoadStatusForName
(
const
Aws::String
& name);
30
31
AWS_TIMESTREAMWRITE_API
Aws::String
GetNameForBatchLoadStatus
(
BatchLoadStatus
value);
32
}
// namespace BatchLoadStatusMapper
33
}
// namespace Model
34
}
// namespace TimestreamWrite
35
}
// namespace Aws
Aws::TimestreamWrite::Model::BatchLoadStatusMapper::GetBatchLoadStatusForName
AWS_TIMESTREAMWRITE_API BatchLoadStatus GetBatchLoadStatusForName(const Aws::String &name)
Aws::TimestreamWrite::Model::BatchLoadStatusMapper::GetNameForBatchLoadStatus
AWS_TIMESTREAMWRITE_API Aws::String GetNameForBatchLoadStatus(BatchLoadStatus value)
Aws::TimestreamWrite::Model::BatchLoadStatus
BatchLoadStatus
Definition
BatchLoadStatus.h:17
Aws::TimestreamWrite::Model::BatchLoadStatus::PENDING_RESUME
@ PENDING_RESUME
Aws::TimestreamWrite::Model::BatchLoadStatus::CREATED
@ CREATED
Aws::TimestreamWrite::Model::BatchLoadStatus::FAILED
@ FAILED
Aws::TimestreamWrite::Model::BatchLoadStatus::PROGRESS_STOPPED
@ PROGRESS_STOPPED
Aws::TimestreamWrite::Model::BatchLoadStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::TimestreamWrite::Model::BatchLoadStatus::SUCCEEDED
@ SUCCEEDED
Aws::TimestreamWrite::Model::BatchLoadDataFormat::NOT_SET
@ NOT_SET
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