Skip to content

Commit

Permalink
Update generated code (#1754)
Browse files Browse the repository at this point in the history
* update generated code

* Apply suggestions from code review

---------

Co-authored-by: Jérémy Derussé <[email protected]>
  • Loading branch information
async-aws-bot and jderusse committed Aug 23, 2024
1 parent 7b6a541 commit 9536c7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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

### Added

- AWS api-change: Added `ap-southeast-5` region

### Changed

- Enable compiler optimization for the `sprintf` function.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
"dev-master": "2.6-dev"
}
}
}
1 change: 1 addition & 0 deletions src/LambdaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ protected function getEndpointMetadata(?string $region): array
case 'ap-southeast-2':
case 'ap-southeast-3':
case 'ap-southeast-4':
case 'ap-southeast-5':
case 'ca-central-1':
case 'ca-west-1':
case 'eu-central-1':
Expand Down

0 comments on commit 9536c7d

Please sign in to comment.