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
Throughput in the Amazon DynamoDB Developer Guide.
Contents
Note
In the following list, the required parameters are described first.
- CapacityUnits
-
The total number of capacity units consumed by the operation.
Type: Double
Required: No
- GlobalSecondaryIndexes
-
The amount of throughput consumed on each global index affected by the operation.
Type: String to Capacity object map
Key Length Constraints: Minimum length of 3. Maximum length of 255.
Key Pattern:
[a-zA-Z0-9_.-]+
Required: No
- LocalSecondaryIndexes
-
The amount of throughput consumed on each local index affected by the operation.
Type: String to Capacity object map
Key Length Constraints: Minimum length of 3. Maximum length of 255.
Key Pattern:
[a-zA-Z0-9_.-]+
Required: No
- Table
-
The amount of throughput consumed on the table affected by the operation.
Type: Capacity object
Required: No
- TableName
-
The name of the table that was affected by the operation.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 255.
Pattern:
[a-zA-Z0-9_.-]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: