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é <[email protected]>
  • Loading branch information
async-aws-bot and jderusse authored Feb 5, 2025
1 parent 1bb8dac commit e902ed6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- AWS api-change: Added `fips-ca-central-1` and `fips-ca-west-1` regions
- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions

## 2.3.0

Expand Down
8 changes: 8 additions & 0 deletions src/SqsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,14 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'sqs',
'signVersions' => ['v4'],
];
case 'us-isof-east-1':
case 'us-isof-south-1':
return [
'endpoint' => "https://sqs.$region.csp.hci.ic.gov",
'signRegion' => $region,
'signService' => 'sqs',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://sqs.us-isob-east-1.sc2s.sgov.gov',
Expand Down

0 comments on commit e902ed6

Please sign in to comment.