From 51460623e18bb69f1a1e9d3988ce3a448fd16778 Mon Sep 17 00:00:00 2001 From: AsyncAws <61784373+async-aws-bot@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:31:17 -0700 Subject: [PATCH] Update generated code (#1770) update generated code --- manifest.json | 2 +- src/Service/Lambda/src/LambdaClient.php | 8 ++++---- src/Service/RdsDataService/CHANGELOG.md | 1 + src/Service/RdsDataService/src/RdsDataServiceClient.php | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 4bdf436de..c54cd670f 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { diff --git a/src/Service/Lambda/src/LambdaClient.php b/src/Service/Lambda/src/LambdaClient.php index 318245f58..3cbaad452 100644 --- a/src/Service/Lambda/src/LambdaClient.php +++ b/src/Service/Lambda/src/LambdaClient.php @@ -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 @@ -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 * diff --git a/src/Service/RdsDataService/CHANGELOG.md b/src/Service/RdsDataService/CHANGELOG.md index d993330e6..62567b858 100644 --- a/src/Service/RdsDataService/CHANGELOG.md +++ b/src/Service/RdsDataService/CHANGELOG.md @@ -5,6 +5,7 @@ ### Changed - Enable compiler optimization for the `sprintf` function. +- AWS enhancement: Documentation updates. ## 2.1.2 diff --git a/src/Service/RdsDataService/src/RdsDataServiceClient.php b/src/Service/RdsDataService/src/RdsDataServiceClient.php index c452add14..524f4d2aa 100644 --- a/src/Service/RdsDataService/src/RdsDataServiceClient.php +++ b/src/Service/RdsDataService/src/RdsDataServiceClient.php @@ -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