Skip to content

Commit 77429f0

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 fd73104 commit 77429f0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.334.6"
3+
"${LATEST}": "3.335.0"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Athena/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/Service/Athena/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)