Skip to content

Commit 21ef497

Browse files
update generated code (#658)
1 parent 04353b5 commit 21ef497

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Sts/StsClient.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,20 @@ protected function getEndpointMetadata(?string $region): array
172172
'signService' => 'sts',
173173
'signVersions' => ['v4'],
174174
];
175+
case 'us-gov-east-1-fips':
176+
return [
177+
'endpoint' => 'https://sts.us-gov-east-1.amazonaws.com',
178+
'signRegion' => 'us-gov-east-1',
179+
'signService' => 'sts',
180+
'signVersions' => ['v4'],
181+
];
182+
case 'us-gov-west-1-fips':
183+
return [
184+
'endpoint' => 'https://sts.us-gov-west-1.amazonaws.com',
185+
'signRegion' => 'us-gov-west-1',
186+
'signService' => 'sts',
187+
'signVersions' => ['v4'],
188+
];
175189
case 'us-west-1-fips':
176190
return [
177191
'endpoint' => 'https://sts-fips.us-west-1.amazonaws.com',

0 commit comments

Comments
 (0)