Skip to content

Commit e902ed6

Browse files
Update generated code (#1841)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 1bb8dac commit e902ed6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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: Added `fips-ca-central-1` and `fips-ca-west-1` regions
8+
- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions
89

910
## 2.3.0
1011

src/SqsClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,14 @@ protected function getEndpointMetadata(?string $region): array
948948
'signService' => 'sqs',
949949
'signVersions' => ['v4'],
950950
];
951+
case 'us-isof-east-1':
952+
case 'us-isof-south-1':
953+
return [
954+
'endpoint' => "https://sqs.$region.csp.hci.ic.gov",
955+
'signRegion' => $region,
956+
'signService' => 'sqs',
957+
'signVersions' => ['v4'],
958+
];
951959
case 'us-isob-east-1':
952960
return [
953961
'endpoint' => 'https://sqs.us-isob-east-1.sc2s.sgov.gov',

0 commit comments

Comments
 (0)