Skip to content

Commit 6ec27b1

Browse files
Update generated code (#1681)
update generated code
1 parent 65ef9e8 commit 6ec27b1

7 files changed

+10
-6
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.300.12"
3+
"${LATEST}": "3.300.13"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Lambda/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 2.4.0
610

711
### Added

src/Service/Lambda/src/Input/DeleteFunctionRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
final class DeleteFunctionRequest extends Input
1111
{
1212
/**
13-
* The name of the Lambda function or version.
13+
* The name or ARN of the Lambda function or version.
1414
*
1515
* **Name formats**
1616
*

src/Service/Lambda/src/Input/GetFunctionConfigurationRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
final class GetFunctionConfigurationRequest extends Input
1111
{
1212
/**
13-
* The name of the Lambda function, version, or alias.
13+
* The name or ARN of the Lambda function, version, or alias.
1414
*
1515
* **Name formats**
1616
*

src/Service/Lambda/src/Input/InvocationRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
final class InvocationRequest extends Input
1313
{
1414
/**
15-
* The name of the Lambda function, version, or alias.
15+
* The name or ARN of the Lambda function, version, or alias.
1616
*
1717
* **Name formats**
1818
*

src/Service/Lambda/src/Input/ListVersionsByFunctionRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
final class ListVersionsByFunctionRequest extends Input
1111
{
1212
/**
13-
* The name of the Lambda function.
13+
* The name or ARN of the Lambda function.
1414
*
1515
* **Name formats**
1616
*

src/Service/Lambda/src/Input/UpdateFunctionConfigurationRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
final class UpdateFunctionConfigurationRequest extends Input
2121
{
2222
/**
23-
* The name of the Lambda function.
23+
* The name or ARN of the Lambda function.
2424
*
2525
* **Name formats**
2626
*

0 commit comments

Comments
 (0)