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. |
BatchGetItemResult |
Represents the output of a
BatchGetItem operation. |
BatchWriteItemRequest |
Represents the input of a
BatchWriteItem operation. |
BatchWriteItemResult |
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. |
CreateTableResult |
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. |
DeleteItemResult |
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. |
DeleteTableResult |
Represents the output of a
DeleteTable operation. |
DescribeLimitsRequest |
Represents the input of a
DescribeLimits operation. |
DescribeLimitsResult |
Represents the output of a
DescribeLimits operation. |
DescribeStreamRequest |
Represents the input of a
DescribeStream operation. |
DescribeStreamResult |
Represents the output of a
DescribeStream operation. |
DescribeTableRequest |
Represents the input of a
DescribeTable operation. |
DescribeTableResult |
Represents the output of a
DescribeTable operation. |
DescribeTimeToLiveRequest | |
DescribeTimeToLiveResult | |
ExpectedAttributeValue |
Represents a condition to be compared with an attribute value.
|
GetItemRequest |
Represents the input of a
GetItem operation. |
GetItemResult |
Represents the output of a
GetItem operation. |
GetRecordsRequest |
Represents the input of a
GetRecords operation. |
GetRecordsResult |
Represents the output of a
GetRecords operation. |
GetShardIteratorRequest |
Represents the input of a
GetShardIterator operation. |
GetShardIteratorResult |
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. |
ListStreamsResult |
Represents the output of a
ListStreams operation. |
ListTablesRequest |
Represents the input of a
ListTables operation. |
ListTablesResult |
Represents the output of a
ListTables operation. |
ListTagsOfResourceRequest | |
ListTagsOfResourceResult | |
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. |
PutItemResult |
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. |
QueryResult |
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. |
ScanResult |
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 | |
TagResourceResult | |
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 | |
UntagResourceResult | |
UpdateGlobalSecondaryIndexAction |
Represents the new provisioned throughput settings to be applied to a global secondary index.
|
UpdateItemRequest |
Represents the input of an
UpdateItem operation. |
UpdateItemResult |
Represents the output of an
UpdateItem operation. |
UpdateTableRequest |
Represents the input of an
UpdateTable operation. |
UpdateTableResult |
Represents the output of an
UpdateTable operation. |
UpdateTimeToLiveRequest |
Represents the input of an
UpdateTimeToLive operation. |
UpdateTimeToLiveResult | |
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 |
---|---|
AmazonDynamoDBException |
Base exception for all service exceptions thrown by Amazon DynamoDB
|
ConditionalCheckFailedException |
A condition specified in the operation could not be evaluated.
|
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.