Skip to content

Commit e49bfb5

Browse files
Update generated code (#1114)
* update generated code * Fix changelog Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent d5586c8 commit e49bfb5

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

711
### Fixed

src/CodeDeployClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ protected function getEndpointMetadata(?string $region): array
9393
'signVersions' => ['v4'],
9494
];
9595
case 'us-iso-east-1':
96+
case 'us-iso-west-1':
9697
return [
9798
'endpoint' => "https://codedeploy.$region.c2s.ic.gov",
9899
'signRegion' => $region,

0 commit comments

Comments
 (0)