| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.DynamoDB.Types.ReturnConsumedCapacity
Description
Synopsis
- newtype ReturnConsumedCapacity where
Documentation
newtype ReturnConsumedCapacity Source #
Determines the level of detail about provisioned throughput consumption that is returned in the response:
INDEXES- The response includes the aggregateConsumedCapacityfor the operation, together withConsumedCapacityfor each table and secondary index that was accessed.Note that some operations, such as
GetItemandBatchGetItem, do not access any indexes at all. In these cases, specifyingINDEXESwill only returnConsumedCapacityinformation for table(s).TOTAL- The response includes only the aggregateConsumedCapacityfor the operation.NONE- NoConsumedCapacitydetails are included in the response.
Constructors
| ReturnConsumedCapacity' | |
Fields | |
Bundled Patterns
| pattern ReturnConsumedCapacity_INDEXES :: ReturnConsumedCapacity | |
| pattern ReturnConsumedCapacity_NONE :: ReturnConsumedCapacity | |
| pattern ReturnConsumedCapacity_TOTAL :: ReturnConsumedCapacity |