Skip to content

Commit 40c521b

Browse files
Update generated code (#1770)
update generated code
1 parent 360548b commit 40c521b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Enable compiler optimization for the `sprintf` function.
8+
- AWS enhancement: Documentation updates.
89

910
## 2.1.2
1011

src/RdsDataServiceClient.php

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

0 commit comments

Comments
 (0)