Skip to content

Commit

Permalink
Update generated code (#1681)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Mar 8, 2024
1 parent b1deb35 commit af3819d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 2.4.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Input/DeleteFunctionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
final class DeleteFunctionRequest extends Input
{
/**
* The name of the Lambda function or version.
* The name or ARN of the Lambda function or version.
*
* **Name formats**
*
Expand Down
2 changes: 1 addition & 1 deletion src/Input/GetFunctionConfigurationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
final class GetFunctionConfigurationRequest extends Input
{
/**
* The name of the Lambda function, version, or alias.
* The name or ARN of the Lambda function, version, or alias.
*
* **Name formats**
*
Expand Down
2 changes: 1 addition & 1 deletion src/Input/InvocationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
final class InvocationRequest extends Input
{
/**
* The name of the Lambda function, version, or alias.
* The name or ARN of the Lambda function, version, or alias.
*
* **Name formats**
*
Expand Down
2 changes: 1 addition & 1 deletion src/Input/ListVersionsByFunctionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
final class ListVersionsByFunctionRequest extends Input
{
/**
* The name of the Lambda function.
* The name or ARN of the Lambda function.
*
* **Name formats**
*
Expand Down
2 changes: 1 addition & 1 deletion src/Input/UpdateFunctionConfigurationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
final class UpdateFunctionConfigurationRequest extends Input
{
/**
* The name of the Lambda function.
* The name or ARN of the Lambda function.
*
* **Name formats**
*
Expand Down

0 comments on commit af3819d

Please sign in to comment.