Skip to content

Commit

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

* Apply suggestions from code review

Co-authored-by: Christophe Coevoet <stof@notk.org>

---------

Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
Co-authored-by: Christophe Coevoet <stof@notk.org>
  • Loading branch information
3 people authored Aug 3, 2023
1 parent 1aec8fc commit 76e0161
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
### Added

- Added `me-central-1` region
- AWS api-change: Add support for the `ap-south-2`, `ap-southeast-4`, `eu-central-2` and `eu-south-2` regions

## 1.0.0

Expand Down
4 changes: 4 additions & 0 deletions src/AthenaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -715,13 +715,17 @@ protected function getEndpointMetadata(?string $region): array
case 'ap-northeast-2':
case 'ap-northeast-3':
case 'ap-south-1':
case 'ap-south-2':
case 'ap-southeast-1':
case 'ap-southeast-2':
case 'ap-southeast-3':
case 'ap-southeast-4':
case 'ca-central-1':
case 'eu-central-1':
case 'eu-central-2':
case 'eu-north-1':
case 'eu-south-1':
case 'eu-south-2':
case 'eu-west-1':
case 'eu-west-2':
case 'eu-west-3':
Expand Down

0 comments on commit 76e0161

Please sign in to comment.