Skip to content

Commit 623867a

Browse files
Update generated code (#1885)
* update generated code * Update src/Service/XRay/CHANGELOG.md --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent f884482 commit 623867a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
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.342.33"
3+
"${LATEST}": "3.342.35"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/XRay/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 `eu-isoe-west-1` region
8+
- AWS api-change: Added `us-iso-east-1` and `us-iso-west-1` regions.
89

910
## 1.3.0
1011

src/Service/XRay/src/XRayClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ protected function getEndpointMetadata(?string $region): array
139139
'signService' => 'xray',
140140
'signVersions' => ['v4'],
141141
];
142+
case 'us-iso-east-1':
143+
case 'us-iso-west-1':
144+
return [
145+
'endpoint' => "https://xray.$region.c2s.ic.gov",
146+
'signRegion' => $region,
147+
'signService' => 'xray',
148+
'signVersions' => ['v4'],
149+
];
142150
case 'us-isof-east-1':
143151
case 'us-isof-south-1':
144152
return [

0 commit comments

Comments
 (0)