Skip to content

Commit 110608d

Browse files
Update generated code (#1593)
update generated code
1 parent d9ade23 commit 110608d

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.283.4"
3+
"${LATEST}": "3.283.7"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/DynamoDb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 3.0.0
610

711
### BC-BREAK

src/Service/DynamoDb/src/Exception/TransactionCanceledException.php

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* - An item size becomes too large (larger than 400 KB), or a local secondary index (LSI) becomes too large, or a
2020
* similar validation error occurs because of changes made by the transaction.
2121
* - There is a user error, such as an invalid data format.
22+
* - There is an ongoing `TransactWriteItems` operation that conflicts with a concurrent `TransactWriteItems` request.
23+
* In this case the `TransactWriteItems` operation fails with a `TransactionCanceledException`.
2224
*
2325
* DynamoDB cancels a `TransactGetItems` request under the following circumstances:
2426
*

src/Service/DynamoDb/src/Input/ScanInput.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ final class ScanInput extends Input
191191
*
192192
* For more information, see Filter Expressions [^1] in the *Amazon DynamoDB Developer Guide*.
193193
*
194-
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Query.FilterExpression
194+
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.FilterExpression
195195
*
196196
* @var string|null
197197
*/

0 commit comments

Comments
 (0)