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 9536c7d commit 50db6c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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

0 comments on commit 50db6c8

Please sign in to comment.