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
TableStatus.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
TableStatus
{
NOT_SET
,
ACTIVE
,
DELETING
,
RESTORING
};
14
15
namespace
TableStatusMapper {
16
AWS_TIMESTREAMWRITE_API
TableStatus
GetTableStatusForName
(
const
Aws::String
& name);
17
18
AWS_TIMESTREAMWRITE_API
Aws::String
GetNameForTableStatus
(
TableStatus
value);
19
}
// namespace TableStatusMapper
20
}
// namespace Model
21
}
// namespace TimestreamWrite
22
}
// namespace Aws
Aws::TimestreamWrite::Model::TableStatusMapper::GetTableStatusForName
AWS_TIMESTREAMWRITE_API TableStatus GetTableStatusForName(const Aws::String &name)
Aws::TimestreamWrite::Model::TableStatusMapper::GetNameForTableStatus
AWS_TIMESTREAMWRITE_API Aws::String GetNameForTableStatus(TableStatus value)
Aws::TimestreamWrite::Model::TableStatus
TableStatus
Definition
TableStatus.h:13
Aws::TimestreamWrite::Model::TableStatus::ACTIVE
@ ACTIVE
Aws::TimestreamWrite::Model::TableStatus::DELETING
@ DELETING
Aws::TimestreamWrite::Model::TableStatus::RESTORING
@ RESTORING
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