File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ public function addLayerVersionPermission($input): AddLayerVersionPermissionResp
130
130
* Deletes a Lambda function. To delete a specific function version, use the `Qualifier` parameter. Otherwise, all
131
131
* versions and aliases are deleted. This doesn't require the user to have explicit permissions for DeleteAlias.
132
132
*
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.
136
136
*
137
137
* @see https://docs.aws.amazon.com/lambda/latest/APIReference/API_DeleteFunction.html
138
138
* @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
485
485
* the configuration of a published version, only the unpublished version.
486
486
*
487
487
* 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.
489
489
*
490
490
* [^1]: https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html
491
491
*
You can’t perform that action at this time.
0 commit comments