|
NAMEPaws::DynamoDB::BatchWriteItemOutputATTRIBUTESConsumedCapacity => ArrayRef[Paws::DynamoDB::ConsumedCapacity]The capacity units consumed by the operation.Each element consists of:
ItemCollectionMetrics => Paws::DynamoDB::ItemCollectionMetricsPerTableA 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.Each entry consists of the following subelements:
UnprocessedItems => Paws::DynamoDB::BatchWriteItemRequestMapA 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 BatchGetItem operation. For more information, see RequestItems in the Request Parameters section.Each UnprocessedItems entry consists of a table name and, for that table, a list of operations to perform (DeleteRequest or PutRequest).
If there are no unprocessed items remaining, the response contains an empty UnprocessedItems map.
Visit the GSP FreeBSD Man Page Interface. |