AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Classes | Typedefs | Enumerations
Aws::DynamoDB Namespace Reference

Namespaces

 DynamoDBEndpoint
 
 DynamoDBErrorMapper
 
 Model
 

Classes

class  DynamoDBClient
 
class  DynamoDBRequest
 

Typedefs

typedef std::function< void(const DynamoDBClient *, const Model::BatchGetItemRequest &, const Model::BatchGetItemOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchGetItemResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::BatchWriteItemRequest &, const Model::BatchWriteItemOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchWriteItemResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::CreateTableRequest &, const Model::CreateTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateTableResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::DeleteItemRequest &, const Model::DeleteItemOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteItemResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::DeleteTableRequest &, const Model::DeleteTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTableResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::DescribeLimitsRequest &, const Model::DescribeLimitsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLimitsResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::DescribeTableRequest &, const Model::DescribeTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTableResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::GetItemRequest &, const Model::GetItemOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetItemResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::ListTablesRequest &, const Model::ListTablesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTablesResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::PutItemRequest &, const Model::PutItemOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutItemResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::QueryRequest &, const Model::QueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > QueryResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::ScanRequest &, const Model::ScanOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ScanResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::UpdateItemRequest &, const Model::UpdateItemOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateItemResponseReceivedHandler
 
typedef std::function< void(const DynamoDBClient *, const Model::UpdateTableRequest &, const Model::UpdateTableOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateTableResponseReceivedHandler
 

Enumerations

enum  DynamoDBErrors {
  DynamoDBErrors::INCOMPLETE_SIGNATURE = 0, DynamoDBErrors::INTERNAL_FAILURE = 1, DynamoDBErrors::INVALID_ACTION = 2, DynamoDBErrors::INVALID_CLIENT_TOKEN_ID = 3,
  DynamoDBErrors::INVALID_PARAMETER_COMBINATION = 4, DynamoDBErrors::INVALID_QUERY_PARAMETER = 5, DynamoDBErrors::INVALID_PARAMETER_VALUE = 6, DynamoDBErrors::MISSING_ACTION = 7,
  DynamoDBErrors::MISSING_AUTHENTICATION_TOKEN = 8, DynamoDBErrors::MISSING_PARAMETER = 9, DynamoDBErrors::OPT_IN_REQUIRED = 10, DynamoDBErrors::REQUEST_EXPIRED = 11,
  DynamoDBErrors::SERVICE_UNAVAILABLE = 12, DynamoDBErrors::THROTTLING = 13, DynamoDBErrors::VALIDATION = 14, DynamoDBErrors::ACCESS_DENIED = 15,
  DynamoDBErrors::RESOURCE_NOT_FOUND = 16, DynamoDBErrors::UNRECOGNIZED_CLIENT = 17, DynamoDBErrors::MALFORMED_QUERY_STRING = 18, DynamoDBErrors::NETWORK_CONNECTION = 99,
  DynamoDBErrors::UNKNOWN = 100, DynamoDBErrors::CONDITIONAL_CHECK_FAILED = static_cast<int>(Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, DynamoDBErrors::ITEM_COLLECTION_SIZE_LIMIT_EXCEEDED, DynamoDBErrors::LIMIT_EXCEEDED,
  DynamoDBErrors::PROVISIONED_THROUGHPUT_EXCEEDED, DynamoDBErrors::RESOURCE_IN_USE
}
 

Typedef Documentation

Definition at line 128 of file DynamoDBClient.h.

Definition at line 131 of file DynamoDBClient.h.

Definition at line 132 of file DynamoDBClient.h.

Definition at line 133 of file DynamoDBClient.h.

Definition at line 134 of file DynamoDBClient.h.

Definition at line 135 of file DynamoDBClient.h.

Definition at line 136 of file DynamoDBClient.h.

typedef std::function<void(const DynamoDBClient*, const Model::GetItemRequest&, const Model::GetItemOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::DynamoDB::GetItemResponseReceivedHandler

Definition at line 137 of file DynamoDBClient.h.

Definition at line 138 of file DynamoDBClient.h.

typedef std::function<void(const DynamoDBClient*, const Model::PutItemRequest&, const Model::PutItemOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::DynamoDB::PutItemResponseReceivedHandler

Definition at line 139 of file DynamoDBClient.h.

typedef std::function<void(const DynamoDBClient*, const Model::QueryRequest&, const Model::QueryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::DynamoDB::QueryResponseReceivedHandler

Definition at line 140 of file DynamoDBClient.h.

typedef std::function<void(const DynamoDBClient*, const Model::ScanRequest&, const Model::ScanOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::DynamoDB::ScanResponseReceivedHandler

Definition at line 141 of file DynamoDBClient.h.

Definition at line 142 of file DynamoDBClient.h.

Definition at line 143 of file DynamoDBClient.h.

Enumeration Type Documentation

Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
NETWORK_CONNECTION 
UNKNOWN 
CONDITIONAL_CHECK_FAILED 
ITEM_COLLECTION_SIZE_LIMIT_EXCEEDED 
LIMIT_EXCEEDED 
PROVISIONED_THROUGHPUT_EXCEEDED 
RESOURCE_IN_USE 

Definition at line 24 of file DynamoDBErrors.h.