Skip to content

Commit ca895ab

Browse files
Update generated code (#1841)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent e57056d commit ca895ab

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

711
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "2.1-dev"
31+
"dev-master": "2.2-dev"
3232
}
3333
}
3434
}

src/CodeDeployClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,14 @@ protected function getEndpointMetadata(?string $region): array
284284
'signService' => 'codedeploy',
285285
'signVersions' => ['v4'],
286286
];
287+
case 'us-isof-east-1':
288+
case 'us-isof-south-1':
289+
return [
290+
'endpoint' => "https://codedeploy.$region.csp.hci.ic.gov",
291+
'signRegion' => $region,
292+
'signService' => 'codedeploy',
293+
'signVersions' => ['v4'],
294+
];
287295
case 'us-isob-east-1':
288296
return [
289297
'endpoint' => 'https://codedeploy.us-isob-east-1.sc2s.sgov.gov',

0 commit comments

Comments
 (0)