We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b67f5e commit 22c480cCopy full SHA for 22c480c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- AWS api-change: Added `us-iso-west-1` region
8
9
## 0.1.1
10
11
## Added
src/StepFunctionsClient.php
@@ -194,6 +194,7 @@ protected function getEndpointMetadata(?string $region): array
194
'signVersions' => ['v4'],
195
];
196
case 'us-iso-east-1':
197
+ case 'us-iso-west-1':
198
return [
199
'endpoint' => "https://states.$region.c2s.ic.gov",
200
'signRegion' => $region,
0 commit comments