Skip to content

Commit

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

* Update src/Service/Athena/CHANGELOG.md

---------

Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
  • Loading branch information
async-aws-bot and jderusse authored Dec 18, 2024
1 parent fd73104 commit 77429f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.334.6"
"${LATEST}": "3.335.0"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
1 change: 1 addition & 0 deletions src/Service/Athena/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- 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.
- AWS api-change: Added `ap-southeast-5` region

## 3.0.0

Expand Down
1 change: 1 addition & 0 deletions src/Service/Athena/src/AthenaClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,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 77429f0

Please sign in to comment.