Skip to content

Commit

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

* Apply suggestions from code review

---------

Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
  • Loading branch information
async-aws-bot and jderusse authored Feb 5, 2025
1 parent 3549b76 commit e1d2e5c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions

## 2.6.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
"dev-master": "2.7-dev"
}
}
}
8 changes: 8 additions & 0 deletions src/Route53Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,14 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'route53',
'signVersions' => ['v4'],
];
case 'us-isof-east-1':
case 'us-isof-south-1':
return [
'endpoint' => 'https://route53.csp.hci.ic.gov',
'signRegion' => 'us-isof-south-1',
'signService' => 'route53',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://route53.sc2s.sgov.gov',
Expand Down

0 comments on commit e1d2e5c

Please sign in to comment.