| Class | Description |
|---|---|
| AttributeDefinition |
Represents an attribute for describing the key schema for the table and indexes.
|
| AttributeValue |
Represents the data for an attribute.
|
| AttributeValueUpdate |
For the
UpdateItem operation, represents the attributes to be modified, the action to perform on each,
and the new value for each. |
| BatchGetItemRequest |
Represents the input of a
BatchGetItem operation. |
| BatchGetItemResponse |
Represents the output of a
BatchGetItem operation. |
| BatchWriteItemRequest |
Represents the input of a
BatchWriteItem operation. |
| BatchWriteItemResponse |
Represents the output of a
BatchWriteItem operation. |
| Capacity |
Represents the amount of provisioned throughput capacity consumed on a table or an index.
|
| Condition |
Represents the selection criteria for a
Query or Scan operation: |
| ConsumedCapacity |
The capacity units consumed by an operation.
|
| CreateGlobalSecondaryIndexAction |
Represents a new global secondary index to be added to an existing table.
|
| CreateTableRequest |
Represents the input of a
CreateTable operation. |
| CreateTableResponse |
Represents the output of a
CreateTable operation. |
| DeleteGlobalSecondaryIndexAction |
Represents a global secondary index to be deleted from an existing table.
|
| DeleteItemRequest |
Represents the input of a
DeleteItem operation. |
| DeleteItemResponse |
Represents the output of a
DeleteItem operation. |
| DeleteRequest |
Represents a request to perform a
DeleteItem operation on an item. |
| DeleteTableRequest |
Represents the input of a
DeleteTable operation. |
| DeleteTableResponse |
Represents the output of a
DeleteTable operation. |
| DescribeLimitsRequest |
Represents the input of a
DescribeLimits operation. |
| DescribeLimitsResponse |
Represents the output of a
DescribeLimits operation. |
| DescribeStreamRequest |
Represents the input of a
DescribeStream operation. |
| DescribeStreamResponse |
Represents the output of a
DescribeStream operation. |
| DescribeTableRequest |
Represents the input of a
DescribeTable operation. |
| DescribeTableResponse |
Represents the output of a
DescribeTable operation. |
| DescribeTimeToLiveRequest | |
| DescribeTimeToLiveResponse | |
| ExpectedAttributeValue |
Represents a condition to be compared with an attribute value.
|
| GetItemRequest |
Represents the input of a
GetItem operation. |
| GetItemResponse |
Represents the output of a
GetItem operation. |
| GetRecordsRequest |
Represents the input of a
GetRecords operation. |
| GetRecordsResponse |
Represents the output of a
GetRecords operation. |
| GetShardIteratorRequest |
Represents the input of a
GetShardIterator operation. |
| GetShardIteratorResponse |
Represents the output of a
GetShardIterator operation. |
| GlobalSecondaryIndex |
Represents the properties of a global secondary index.
|
| GlobalSecondaryIndexDescription |
Represents the properties of a global secondary index.
|
| GlobalSecondaryIndexUpdate |
Represents one of the following:
|
| Identity |
Contains details about the type of identity that made the request.
|
| ItemCollectionMetrics |
Information about item collections, if any, that were affected by the operation.
|
| KeysAndAttributes |
Represents a set of primary keys and, for each key, the attributes to retrieve from the table.
|
| KeySchemaElement |
Represents a single element of a key schema.
|
| ListStreamsRequest |
Represents the input of a
ListStreams operation. |
| ListStreamsResponse |
Represents the output of a
ListStreams operation. |
| ListTablesRequest |
Represents the input of a
ListTables operation. |
| ListTablesResponse |
Represents the output of a
ListTables operation. |
| ListTagsOfResourceRequest | |
| ListTagsOfResourceResponse | |
| LocalSecondaryIndex |
Represents the properties of a local secondary index.
|
| LocalSecondaryIndexDescription |
Represents the properties of a local secondary index.
|
| Projection |
Represents attributes that are copied (projected) from the table into an index.
|
| ProvisionedThroughput |
Represents the provisioned throughput settings for a specified table or index.
|
| ProvisionedThroughputDescription |
Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with
data about increases and decreases.
|
| PutItemRequest |
Represents the input of a
PutItem operation. |
| PutItemResponse |
Represents the output of a
PutItem operation. |
| PutRequest |
Represents a request to perform a
PutItem operation on an item. |
| QueryRequest |
Represents the input of a
Query operation. |
| QueryResponse |
Represents the output of a
Query operation. |
| Record |
A description of a unique event within a stream.
|
| ScanRequest |
Represents the input of a
Scan operation. |
| ScanResponse |
Represents the output of a
Scan operation. |
| SequenceNumberRange |
The beginning and ending sequence numbers for the stream records contained within a shard.
|
| Shard |
A uniquely identified group of stream records within a stream.
|
| Stream |
Represents all of the data describing a particular stream.
|
| StreamDescription |
Represents all of the data describing a particular stream.
|
| StreamRecord |
A description of a single data modification that was performed on an item in a DynamoDB table.
|
| StreamSpecification |
Represents the DynamoDB Streams configuration for a table in DynamoDB.
|
| TableDescription |
Represents the properties of a table.
|
| Tag |
Describes a tag.
|
| TagResourceRequest | |
| TagResourceResponse | |
| TimeToLiveDescription |
The description of the Time to Live (TTL) status on the specified table.
|
| TimeToLiveSpecification |
Represents the settings used to enable or disable Time to Live for the specified table.
|
| UntagResourceRequest | |
| UntagResourceResponse | |
| UpdateGlobalSecondaryIndexAction |
Represents the new provisioned throughput settings to be applied to a global secondary index.
|
| UpdateItemRequest |
Represents the input of an
UpdateItem operation. |
| UpdateItemResponse |
Represents the output of an
UpdateItem operation. |
| UpdateTableRequest |
Represents the input of an
UpdateTable operation. |
| UpdateTableResponse |
Represents the output of an
UpdateTable operation. |
| UpdateTimeToLiveRequest |
Represents the input of an
UpdateTimeToLive operation. |
| UpdateTimeToLiveResponse | |
| WriteRequest |
Represents an operation to perform - either
DeleteItem or PutItem. |
| Enum | Description |
|---|---|
| AttributeAction | |
| ComparisonOperator | |
| ConditionalOperator | |
| IndexStatus | |
| KeyType | |
| OperationType | |
| ProjectionType | |
| ReturnConsumedCapacity |
Determines the level of detail about provisioned throughput consumption that is returned in the response:
|
| ReturnItemCollectionMetrics | |
| ReturnValue | |
| ScalarAttributeType | |
| Select | |
| ShardIteratorType | |
| StreamStatus | |
| StreamViewType | |
| TableStatus | |
| TimeToLiveStatus |
| Exception | Description |
|---|---|
| ConditionalCheckFailedException |
A condition specified in the operation could not be evaluated.
|
| DynamoDBException |
Base exception for all service exceptions thrown by Amazon DynamoDB
|
| ExpiredIteratorException |
The shard iterator has expired and can no longer be used to retrieve stream records.
|
| InternalServerErrorException |
An error occurred on the server side.
|
| ItemCollectionSizeLimitExceededException |
An item collection is too large.
|
| LimitExceededException |
The number of concurrent table requests (cumulative number of tables in the
CREATING,
DELETING or UPDATING state) exceeds the maximum allowed of 10. |
| ProvisionedThroughputExceededException |
Your request rate is too high.
|
| ResourceInUseException |
The operation conflicts with the resource's availability.
|
| ResourceNotFoundException |
The operation tried to access a nonexistent table or index.
|
| TrimmedDataAccessException |
The operation attempted to read past the oldest stream record in a shard.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.