Skip to content

Commit 3ca51f1

Browse files
update generated code (#699)
1 parent 4ce350e commit 3ca51f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/LambdaClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,13 @@ protected function getEndpointMetadata(?string $region): array
172172
'signService' => 'lambda',
173173
'signVersions' => ['v4'],
174174
];
175+
case 'us-isob-east-1':
176+
return [
177+
'endpoint' => "https://lambda.$region.sc2s.sgov.gov",
178+
'signRegion' => $region,
179+
'signService' => 'lambda',
180+
'signVersions' => ['v4'],
181+
];
175182
case 'fips-us-east-1':
176183
return [
177184
'endpoint' => 'https://lambda-fips.us-east-1.amazonaws.com',

0 commit comments

Comments
 (0)