See: Description
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 |
The BatchGetItem operation returns the attributes of one or more items
from one or more tables.
|
BatchGetItemResult |
Represents the output of a BatchGetItem operation.
|
BatchWriteItemRequest |
The BatchWriteItem operation puts or deletes multiple items in one or
more tables.
|
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 |
The CreateTable operation adds a new table to your account.
|
CreateTableResult |
Represents the output of a CreateTable operation.
|
DeleteGlobalSecondaryIndexAction |
Represents a global secondary index to be deleted from an existing table.
|
DeleteItemRequest |
Deletes a single item in a table by primary key.
|
DeleteItemResult |
Represents the output of a DeleteItem operation.
|
DeleteRequest |
Represents a request to perform a DeleteItem operation on an item.
|
DeleteTableRequest |
The DeleteTable operation deletes a table and all of its items.
|
DeleteTableResult |
Represents the output of a DeleteTable operation.
|
DescribeLimitsRequest |
Returns the current provisioned-capacity limits for your AWS account in a
region, both for the region as a whole and for any one DynamoDB table that
you create there.
|
DescribeLimitsResult |
Represents the output of a DescribeLimits operation.
|
DescribeTableRequest |
Returns information about the table, including the current status of the
table, when it was created, the primary key schema, and any indexes on the
table.
|
DescribeTableResult |
Represents the output of a DescribeTable operation.
|
ExpectedAttributeValue |
Represents a condition to be compared with an attribute value.
|
GetItemRequest |
The GetItem operation returns a set of attributes for the item with
the given primary key.
|
GetItemResult |
Represents the output of a GetItem 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:
|
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.
|
ListTablesRequest |
Returns an array of table names associated with the current account and
endpoint.
|
ListTablesResult |
Represents the output of a ListTables operation.
|
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 |
Creates a new item, or replaces an old item with a new item.
|
PutItemResult |
Represents the output of a PutItem operation.
|
PutRequest |
Represents a request to perform a PutItem operation on an item.
|
QueryRequest |
A Query operation uses the primary key of a table or a secondary index
to directly access items from that table or index.
|
QueryResult |
Represents the output of a Query operation.
|
ScanRequest |
The Scan operation returns one or more items and item attributes by
accessing every item in a table or a secondary index.
|
ScanResult |
Represents the output of a Scan operation.
|
StreamSpecification |
Represents the DynamoDB Streams configuration for a table in DynamoDB.
|
TableDescription |
Represents the properties of a table.
|
UpdateGlobalSecondaryIndexAction |
Represents the new provisioned throughput settings to be applied to a global
secondary index.
|
UpdateItemRequest |
Edits an existing item's attributes, or adds a new item to the table if it
does not already exist.
|
UpdateItemResult |
Represents the output of an UpdateItem operation.
|
UpdateTableRequest |
Modifies the provisioned throughput settings, global secondary indexes, or
DynamoDB Streams settings for a given table.
|
UpdateTableResult |
Represents the output of an UpdateTable operation.
|
WriteRequest |
Represents an operation to perform - either DeleteItem or
PutItem.
|
Enum | Description |
---|---|
AttributeAction |
Attribute Action
|
ComparisonOperator |
Comparison Operator
|
ConditionalOperator |
Conditional Operator
|
IndexStatus |
Index Status
|
KeyType |
Key Type
|
ProjectionType |
Projection Type
|
ReturnConsumedCapacity |
Determines the level of detail about provisioned throughput consumption that
is returned in the response:
|
ReturnItemCollectionMetrics |
Return Item Collection Metrics
|
ReturnValue |
Return Value
|
ScalarAttributeType |
Scalar Attribute Type
|
Select |
Select
|
StreamViewType |
Stream View Type
|
TableStatus |
Table Status
|
Exception | Description |
---|---|
ConditionalCheckFailedException |
A condition specified in the operation could not be evaluated.
|
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.
|
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.