Skip to content

Commit b63b911

Browse files
Update generated code (#1818)
* update generated code * Update src/Service/Athena/CHANGELOG.md --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 2a3cbec commit b63b911

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- AWS api-change: Add FEDERATED type to CreateDataCatalog. This creates Athena Data Catalog, AWS Lambda connector, and AWS Glue connection. Create/DeleteDataCatalog returns DataCatalog. Add Status, ConnectionType, and Error to DataCatalog and DataCatalogSummary. Add DeleteCatalogOnly to delete Athena Catalog only.
8+
- AWS api-change: Added `ap-southeast-5` region
89

910
## 3.0.0
1011

src/AthenaClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ protected function getEndpointMetadata(?string $region): array
714714
case 'ap-southeast-2':
715715
case 'ap-southeast-3':
716716
case 'ap-southeast-4':
717+
case 'ap-southeast-5':
717718
case 'ca-central-1':
718719
case 'ca-west-1':
719720
case 'eu-central-1':

0 commit comments

Comments
 (0)