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-dynamodb
include
aws
dynamodb
model
ImportStatus.h
1
6
#pragma once
7
#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
DynamoDB
13
{
14
namespace
Model
15
{
16
enum class
ImportStatus
17
{
18
NOT_SET
,
19
IN_PROGRESS
,
20
COMPLETED
,
21
CANCELLING
,
22
CANCELLED
,
23
FAILED
24
};
25
26
namespace
ImportStatusMapper
27
{
28
AWS_DYNAMODB_API
ImportStatus
GetImportStatusForName
(
const
Aws::String
& name);
29
30
AWS_DYNAMODB_API
Aws::String
GetNameForImportStatus
(
ImportStatus
value);
31
}
// namespace ImportStatusMapper
32
}
// namespace Model
33
}
// namespace DynamoDB
34
}
// namespace Aws
Aws::DynamoDB::Model::ImportStatusMapper::GetNameForImportStatus
AWS_DYNAMODB_API Aws::String GetNameForImportStatus(ImportStatus value)
Aws::DynamoDB::Model::ImportStatusMapper::GetImportStatusForName
AWS_DYNAMODB_API ImportStatus GetImportStatusForName(const Aws::String &name)
Aws::DynamoDB::Model::ApproximateCreationDateTimePrecision::NOT_SET
@ NOT_SET
Aws::DynamoDB::Model::ExportStatus::COMPLETED
@ COMPLETED
Aws::DynamoDB::Model::ExportStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::DynamoDB::Model::ImportStatus
ImportStatus
Definition
ImportStatus.h:17
Aws::DynamoDB::Model::ImportStatus::CANCELLED
@ CANCELLED
Aws::DynamoDB::Model::ImportStatus::CANCELLING
@ CANCELLING
Aws::DynamoDB::Model::ContributorInsightsStatus::FAILED
@ FAILED
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