Skip to content

Commit 0c709b9

Browse files
Update generated code (#1844)
* update generated code * Update src/Service/DynamoDb/CHANGELOG.md --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent da618f7 commit 0c709b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.339.9"
3+
"${LATEST}": "3.339.11"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/DynamoDb/src/DynamoDbClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,14 +1161,14 @@ protected function getEndpointMetadata(?string $region): array
11611161
];
11621162
case 'us-gov-east-1-fips':
11631163
return [
1164-
'endpoint' => 'https://dynamodb.us-gov-east-1.amazonaws.com',
1164+
'endpoint' => 'https://dynamodb-fips.us-gov-east-1.amazonaws.com',
11651165
'signRegion' => 'us-gov-east-1',
11661166
'signService' => 'dynamodb',
11671167
'signVersions' => ['v4'],
11681168
];
11691169
case 'us-gov-west-1-fips':
11701170
return [
1171-
'endpoint' => 'https://dynamodb.us-gov-west-1.amazonaws.com',
1171+
'endpoint' => 'https://dynamodb-fips.us-gov-west-1.amazonaws.com',
11721172
'signRegion' => 'us-gov-west-1',
11731173
'signService' => 'dynamodb',
11741174
'signVersions' => ['v4'],

0 commit comments

Comments
 (0)