Skip to content

Commit 7840f16

Browse files
Update generated code (#866)
* update generated code * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Tobias Nyholm <tobias.nyholm@gmail.com>
1 parent 2d9bcd7 commit 7840f16

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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+
- Added region us-isob-east-1
8+
59
## 1.0.0
610

711
### Added

src/CodeDeployClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ protected function getEndpointMetadata(?string $region): array
9696
'signService' => 'codedeploy',
9797
'signVersions' => ['v4'],
9898
];
99+
case 'us-isob-east-1':
100+
return [
101+
'endpoint' => "https://codedeploy.$region.sc2s.sgov.gov",
102+
'signRegion' => $region,
103+
'signService' => 'codedeploy',
104+
'signVersions' => ['v4'],
105+
];
99106
case 'us-east-1-fips':
100107
return [
101108
'endpoint' => 'https://codedeploy-fips.us-east-1.amazonaws.com',

0 commit comments

Comments
 (0)