Skip to content

Commit af3819d

Browse files
Update generated code (#1681)
update generated code
1 parent b1deb35 commit af3819d

6 files changed

+9
-5
lines changed

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/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/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/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/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/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)