ConsumedCapacity
The capacity units consumed by an operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the request asked for it. For more information, see Provisioned capacity mode in the Amazon DynamoDB Developer Guide.
Types
Properties
The total number of capacity units consumed by the operation.
The amount of throughput consumed on each global index affected by the operation.
The amount of throughput consumed on each local index affected by the operation.
The total number of read capacity units consumed by the operation.
The amount of throughput consumed on each vector index affected by the operation. Each entry contains VectorWriteRequestBytes (for write operations) or VectorSearchRequestBytes (for search operations).
The total number of write capacity units consumed by the operation.