Skip to content

Commit 19e49bd

Browse files
committed
update generated code
1 parent fd73104 commit 19e49bd

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: TODO
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)