WriteRequest - Amazon DynamoDB
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

WriteRequest

Represents an operation to perform - either DeleteItem or PutItem. You can only request one of these operations, not both, in a single WriteRequest. If you do need to perform both of these operations, you need to provide two separate WriteRequest objects.

Contents

Note

In the following list, the required parameters are described first.

DeleteRequest

A request to perform a DeleteItem operation.

Type: DeleteRequest object

Required: No

PutRequest

A request to perform a PutItem operation.

Type: PutRequest object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: