Skip to content

Commit 5cc4bfa

Browse files
Update generated code (#1841)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 2aecbca commit 5cc4bfa

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.3.0
610

711
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.3-dev"
30+
"dev-master": "1.4-dev"
3131
}
3232
}
3333
}

src/StepFunctionsClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,14 @@ protected function getEndpointMetadata(?string $region): array
361361
'signService' => 'states',
362362
'signVersions' => ['v4'],
363363
];
364+
case 'us-isof-east-1':
365+
case 'us-isof-south-1':
366+
return [
367+
'endpoint' => "https://states.$region.csp.hci.ic.gov",
368+
'signRegion' => $region,
369+
'signService' => 'states',
370+
'signVersions' => ['v4'],
371+
];
364372
case 'us-isob-east-1':
365373
return [
366374
'endpoint' => 'https://states.us-isob-east-1.sc2s.sgov.gov',

0 commit comments

Comments
 (0)