File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Added
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 1.2.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change @@ -105,9 +105,12 @@ public function batchGetItem($input): BatchGetItemOutput
105
105
106
106
/**
107
107
* The `BatchWriteItem` operation puts or deletes multiple items in one or more tables. A single call to
108
- * `BatchWriteItem` can write up to 16 MB of data, which can comprise as many as 25 put or delete requests. Individual
109
- * items to be written can be as large as 400 KB.
108
+ * `BatchWriteItem` can transmit up to 16MB of data over the network, consisting of up to 25 item put or delete
109
+ * operations. While individual items can be up to 400 KB once stored, it's important to note that an item's
110
+ * representation might be greater than 400KB while being sent in DynamoDB's JSON format for the API call. For more
111
+ * details on this distinction, see Naming Rules and Data Types.
110
112
*
113
+ * @see https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html
111
114
* @see https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html
112
115
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-dynamodb-2012-08-10.html#batchwriteitem
113
116
*
You can’t perform that action at this time.
0 commit comments