-
Notifications
You must be signed in to change notification settings - Fork 856
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Support of ReturnConsumedCapacity in DynamoDBEnhancedClient'…
…s BatchWrite operation (#5462) * Add support for ConsumedCapacity in a BatchWrite request * Added changelog * Add support for consumed capacity in transactWriteItems * Revert "Add support for consumed capacity in transactWriteItems" This reverts commit a7bd547. * Add support for consumed capacity in transactWriteItems (cherry picked from commit a7bd547) * Address review comments * Revert "Add support for consumed capacity in transactWriteItems" This reverts commit c58db98. * Address javadoc comments * Fix build --------- Co-authored-by: prateek.vats <[email protected]> Co-authored-by: Zoe Wang <[email protected]>
- Loading branch information
1 parent
e89007e
commit b4ecd2d
Showing
10 changed files
with
668 additions
and
55 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
.changes/next-release/feature-DynamoDBEnhancedClient-a84a047.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"type": "feature", | ||
"category": "DynamoDBEnhancedClient", | ||
"description": "This commit introduces ConsumedCapacity in the response of a BatchWrite response", | ||
"contributor": "prateek-vats" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.