Skip to content

Commit 5b52181

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 aeb94c9 commit 5b52181

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
## 2.8.0
610

711
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "2.8-dev"
31+
"dev-master": "2.9-dev"
3232
}
3333
}
3434
}

src/LambdaClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,14 @@ protected function getEndpointMetadata(?string $region): array
653653
'signService' => 'lambda',
654654
'signVersions' => ['v4'],
655655
];
656+
case 'us-isof-east-1':
657+
case 'us-isof-south-1':
658+
return [
659+
'endpoint' => "https://lambda.$region.csp.hci.ic.gov",
660+
'signRegion' => $region,
661+
'signService' => 'lambda',
662+
'signVersions' => ['v4'],
663+
];
656664
case 'us-isob-east-1':
657665
return [
658666
'endpoint' => 'https://lambda.us-isob-east-1.sc2s.sgov.gov',

0 commit comments

Comments
 (0)