AWS SDK for C++  0.12.9
AWS SDK for C++
Namespaces | Enumerations | Functions
IndexStatus.h File Reference
#include <aws/dynamodb/DynamoDB_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::DynamoDB
 
 Aws::DynamoDB::Model
 
 Aws::DynamoDB::Model::IndexStatusMapper
 

Enumerations

enum  Aws::DynamoDB::Model::IndexStatus {
  Aws::DynamoDB::Model::IndexStatus::NOT_SET, Aws::DynamoDB::Model::IndexStatus::CREATING, Aws::DynamoDB::Model::IndexStatus::UPDATING, Aws::DynamoDB::Model::IndexStatus::DELETING,
  Aws::DynamoDB::Model::IndexStatus::ACTIVE
}
 

Functions

AWS_DYNAMODB_API IndexStatus Aws::DynamoDB::Model::IndexStatusMapper::GetIndexStatusForName (const Aws::String &name)
 
AWS_DYNAMODB_API Aws::String Aws::DynamoDB::Model::IndexStatusMapper::GetNameForIndexStatus (IndexStatus value)