AWS SDK for C++
AWS SDK for C++ Version 1.11.758
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
TimestreamWrite {
12
namespace
Model {
13
enum class
BatchLoadStatus
{
NOT_SET
,
CREATED
,
IN_PROGRESS
,
FAILED
,
SUCCEEDED
,
PROGRESS_STOPPED
,
PENDING_RESUME
};
14
15
namespace
BatchLoadStatusMapper {
16
AWS_TIMESTREAMWRITE_API
BatchLoadStatus
GetBatchLoadStatusForName
(
const
Aws::String
& name);
17
18
AWS_TIMESTREAMWRITE_API
Aws::String
GetNameForBatchLoadStatus
(
BatchLoadStatus
value);
19
}
// namespace BatchLoadStatusMapper
20
}
// namespace Model
21
}
// namespace TimestreamWrite
22
}
// 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:13
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