Skip to content

Commit ceb049b

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

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

711
### Fixed

src/LambdaClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ protected function getEndpointMetadata(?string $region): array
383383
'signVersions' => ['v4'],
384384
];
385385
case 'us-iso-east-1':
386+
case 'us-iso-west-1':
386387
return [
387388
'endpoint' => "https://lambda.$region.c2s.ic.gov",
388389
'signRegion' => $region,

0 commit comments

Comments
 (0)