Skip to content

Commit db90689

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 c701243 commit db90689

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions
8+
59
## 1.5.4
610

711
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"extra": {
3333
"branch-alias": {
34-
"dev-master": "1.5-dev"
34+
"dev-master": "1.6-dev"
3535
}
3636
}
3737
}

src/IamClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,14 @@ protected function getEndpointMetadata(?string $region): array
581581
'signService' => 'iam',
582582
'signVersions' => ['v4'],
583583
];
584+
case 'us-isof-east-1':
585+
case 'us-isof-south-1':
586+
return [
587+
'endpoint' => 'https://iam.us-isof-south-1.csp.hci.ic.gov',
588+
'signRegion' => 'us-isof-south-1',
589+
'signService' => 'iam',
590+
'signVersions' => ['v4'],
591+
];
584592
case 'us-isob-east-1':
585593
return [
586594
'endpoint' => 'https://iam.us-isob-east-1.sc2s.sgov.gov',

0 commit comments

Comments
 (0)