Skip to content

Commit 3686750

Browse files
Update generated code (#1303)
update generated code
1 parent 640e65e commit 3686750

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.3.0
610

711
### Added

src/DynamoDbClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ public function tableNotExists($input): TableNotExistsWaiter
595595
}
596596

597597
/**
598-
* `TransactWriteItems` is a synchronous write operation that groups up to 25 action requests. These actions can target
598+
* `TransactWriteItems` is a synchronous write operation that groups up to 100 action requests. These actions can target
599599
* items in different tables, but not in different Amazon Web Services accounts or Regions, and no two actions can
600600
* target the same item. For example, you cannot both `ConditionCheck` and `Update` the same item. The aggregate size of
601601
* the items in the transaction cannot exceed 4 MB.

src/Input/TransactWriteItemsInput.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
final class TransactWriteItemsInput extends Input
1818
{
1919
/**
20-
* An ordered array of up to 25 `TransactWriteItem` objects, each of which contains a `ConditionCheck`, `Put`, `Update`,
21-
* or `Delete` object. These can operate on items in different tables, but the tables must reside in the same Amazon Web
22-
* Services account and Region, and no two of them can operate on the same item.
20+
* An ordered array of up to 100 `TransactWriteItem` objects, each of which contains a `ConditionCheck`, `Put`,
21+
* `Update`, or `Delete` object. These can operate on items in different tables, but the tables must reside in the same
22+
* Amazon Web Services account and Region, and no two of them can operate on the same item.
2323
*
2424
* @required
2525
*

0 commit comments

Comments
 (0)