Skip to content

Commit 50db6c8

Browse files
Update generated code (#1770)
update generated code
1 parent 9536c7d commit 50db6c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/LambdaClient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ public function addLayerVersionPermission($input): AddLayerVersionPermissionResp
130130
* Deletes a Lambda function. To delete a specific function version, use the `Qualifier` parameter. Otherwise, all
131131
* versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias.
132132
*
133-
* To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web
134-
* Servicesservices and resources that invoke your function directly, delete the trigger in the service where you
135-
* originally configured it.
133+
* To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services
134+
* services and resources that invoke your function directly, delete the trigger in the service where you originally
135+
* configured it.
136136
*
137137
* @see https://docs.aws.amazon.com/lambda/latest/APIReference/API_DeleteFunction.html
138138
* @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
485485
* the configuration of a published version, only the unpublished version.
486486
*
487487
* To configure function concurrency, use PutFunctionConcurrency. To grant invoke permissions to an Amazon Web Services
488-
* account or Amazon Web Servicesservice, use AddPermission.
488+
* account or Amazon Web Services service, use AddPermission.
489489
*
490490
* [^1]: https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html
491491
*

0 commit comments

Comments
 (0)