Skip to content

Commit 22c480c

Browse files
Update generated code (#1114)
* update generated code * Fix changelog Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 5b67f5e commit 22c480c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
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-iso-west-1` region
8+
59
## 0.1.1
610

711
## Added

src/StepFunctionsClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ protected function getEndpointMetadata(?string $region): array
194194
'signVersions' => ['v4'],
195195
];
196196
case 'us-iso-east-1':
197+
case 'us-iso-west-1':
197198
return [
198199
'endpoint' => "https://states.$region.c2s.ic.gov",
199200
'signRegion' => $region,

0 commit comments

Comments
 (0)