Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.322.4"
"${LATEST}": "3.322.6"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
8 changes: 4 additions & 4 deletions src/Service/Lambda/src/LambdaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ public function addLayerVersionPermission($input): AddLayerVersionPermissionResp
* Deletes a Lambda function. To delete a specific function version, use the `Qualifier` parameter. Otherwise, all
* versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias.
*
* To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web
* Servicesservices and resources that invoke your function directly, delete the trigger in the service where you
* originally configured it.
* To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services
* services and resources that invoke your function directly, delete the trigger in the service where you originally
* configured it.
*
* @see https://docs.aws.amazon.com/lambda/latest/APIReference/API_DeleteFunction.html
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-lambda-2015-03-31.html#deletefunction
Expand Down Expand Up @@ -485,7 +485,7 @@ public function publishLayerVersion($input): PublishLayerVersionResponse
* the configuration of a published version, only the unpublished version.
*
* To configure function concurrency, use PutFunctionConcurrency. To grant invoke permissions to an Amazon Web Services
* account or Amazon Web Servicesservice, use AddPermission.
* account or Amazon Web Services service, use AddPermission.
*
* [^1]: https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html
*
Expand Down
1 change: 1 addition & 0 deletions src/Service/RdsDataService/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/Service/RdsDataService/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
Loading