Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated code #1753

Merged
merged 1 commit into from
Aug 22, 2024
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.320.4"
"${LATEST}": "3.320.5"
},
"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 Services
* 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
* Servicesservices 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 Service, use AddPermission.
* account or Amazon Web Servicesservice, use AddPermission.
*
* [^1]: https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html
*
Expand Down
Loading