BatchWriteItemResponse
class BatchWriteItemResponse
Represents the output of a BatchWriteItem operation.
Types
Properties
Link copied to clipboard
The capacity units consumed by the entire BatchWriteItem operation.
Link copied to clipboard
A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.
Link copied to clipboard
A map of tables and requests against those tables that were not processed. The UnprocessedItems value is in the same form as RequestItems, so you can provide this value directly to a subsequent BatchWriteItem operation. For more information, see RequestItems in the Request Parameters section.