Skip to content

Commit e08594a

Browse files
committed
update generated code
1 parent da618f7 commit e08594a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions
8+
- AWS api-change: TODO
89

910
## 3.4.0
1011

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)