WriteRequest - Amazon DynamoDB

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 AWS SDKs, see the following: