Skip to content

Commit

Permalink
Update generated code (#1770)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Sep 27, 2024
1 parent 360548b commit 40c521b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changed

- Enable compiler optimization for the `sprintf` function.
- AWS enhancement: Documentation updates.

## 2.1.2

Expand Down
4 changes: 2 additions & 2 deletions src/RdsDataServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ public function batchExecuteStatement($input): BatchExecuteStatementResponse
* > A transaction times out if no calls use its transaction ID in three minutes. If a transaction times out before it's
* > committed, it's rolled back automatically.
* >
* > DDL statements inside a transaction cause an implicit commit. We recommend that you run each DDL statement in a
* > separate `ExecuteStatement` call with `continueAfterTimeout` enabled.
* > For Aurora MySQL, DDL statements inside a transaction cause an implicit commit. We recommend that you run each
* > MySQL DDL statement in a separate `ExecuteStatement` call with `continueAfterTimeout` enabled.
*
* @see https://docs.aws.amazon.com/rdsdataservice/latest/APIReference/API_BeginTransaction.html
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-rds-data-2018-08-01.html#begintransaction
Expand Down

0 comments on commit 40c521b

Please sign in to comment.