Skip to content

Commit a588796

Browse files
Update generated code (#1502)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 5476763 commit a588796

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
### Added
1515

1616
- AWS api-change: This release adds RecursiveInvocationException to the Invoke API and InvokeWithResponseStream API.
17+
- AWS enhancement: Documentation updates.
1718

1819
## 1.9.0
1920

src/LambdaClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function addLayerVersionPermission($input): AddLayerVersionPermissionResp
113113

114114
/**
115115
* Deletes a Lambda function. To delete a specific function version, use the `Qualifier` parameter. Otherwise, all
116-
* versions and aliases are deleted.
116+
* versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias.
117117
*
118118
* To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For Amazon Web Services
119119
* and resources that invoke your function directly, delete the trigger in the service where you originally configured

0 commit comments

Comments
 (0)