Skip to content

Commit

Permalink
Update generated code (#1844)
Browse files Browse the repository at this point in the history
* update generated code

* Update src/Service/DynamoDb/CHANGELOG.md

---------

Co-authored-by: Jérémy Derussé <[email protected]>
  • Loading branch information
async-aws-bot and jderusse authored Feb 12, 2025
1 parent 18c7908 commit 8e2b067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DynamoDbClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1161,14 +1161,14 @@ protected function getEndpointMetadata(?string $region): array
];
case 'us-gov-east-1-fips':
return [
'endpoint' => 'https://dynamodb.us-gov-east-1.amazonaws.com',
'endpoint' => 'https://dynamodb-fips.us-gov-east-1.amazonaws.com',
'signRegion' => 'us-gov-east-1',
'signService' => 'dynamodb',
'signVersions' => ['v4'],
];
case 'us-gov-west-1-fips':
return [
'endpoint' => 'https://dynamodb.us-gov-west-1.amazonaws.com',
'endpoint' => 'https://dynamodb-fips.us-gov-west-1.amazonaws.com',
'signRegion' => 'us-gov-west-1',
'signService' => 'dynamodb',
'signVersions' => ['v4'],
Expand Down

0 comments on commit 8e2b067

Please sign in to comment.