Skip to content

Commit 8632f02

Browse files
committed
update generated code
1 parent 0cc191a commit 8632f02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

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

src/Core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: TODO
8+
59
### Changed
610

711
- Apply no CodingStandard from latest php-cs-fixer.

src/Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "1.27-dev"
41+
"dev-master": "1.28-dev"
4242
}
4343
}
4444
}

src/Core/src/Sts/StsClient.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,14 @@ protected function getEndpointMetadata(?string $region): array
397397
'signService' => 'sts',
398398
'signVersions' => ['v4'],
399399
];
400+
case 'us-isob-east-1':
401+
case 'us-isob-west-1':
402+
return [
403+
'endpoint' => "https://sts.$region.sc2s.sgov.gov",
404+
'signRegion' => $region,
405+
'signService' => 'sts',
406+
'signVersions' => ['v4'],
407+
];
400408
case 'us-isof-east-1':
401409
case 'us-isof-south-1':
402410
return [
@@ -412,13 +420,6 @@ protected function getEndpointMetadata(?string $region): array
412420
'signService' => 'sts',
413421
'signVersions' => ['v4'],
414422
];
415-
case 'us-isob-east-1':
416-
return [
417-
'endpoint' => 'https://sts.us-isob-east-1.sc2s.sgov.gov',
418-
'signRegion' => 'us-isob-east-1',
419-
'signService' => 'sts',
420-
'signVersions' => ['v4'],
421-
];
422423
}
423424

424425
return [

src/Service/CloudFormation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Update endpoint ruleset parameters casing
8+
59
### Changed
610

711
- AWS enhancement: Documentation updates.

src/Service/CloudFormation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "1.10-dev"
31+
"dev-master": "1.11-dev"
3232
}
3333
}
3434
}

src/Service/CloudFormation/src/CloudFormationClient.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ protected function getEndpointMetadata(?string $region): array
169169
'signService' => 'cloudformation',
170170
'signVersions' => ['v4'],
171171
];
172+
case 'us-isob-east-1':
173+
case 'us-isob-west-1':
174+
return [
175+
'endpoint' => "https://cloudformation.$region.sc2s.sgov.gov",
176+
'signRegion' => $region,
177+
'signService' => 'cloudformation',
178+
'signVersions' => ['v4'],
179+
];
172180
case 'us-isof-east-1':
173181
case 'us-isof-south-1':
174182
return [
@@ -184,13 +192,6 @@ protected function getEndpointMetadata(?string $region): array
184192
'signService' => 'cloudformation',
185193
'signVersions' => ['v4'],
186194
];
187-
case 'us-isob-east-1':
188-
return [
189-
'endpoint' => 'https://cloudformation.us-isob-east-1.sc2s.sgov.gov',
190-
'signRegion' => 'us-isob-east-1',
191-
'signService' => 'cloudformation',
192-
'signVersions' => ['v4'],
193-
];
194195
}
195196

196197
return [

src/Service/CloudWatch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: TODO
8+
59
### Changed
610

711
- Apply no CodingStandard from latest php-cs-fixer.

src/Service/CloudWatch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.3-dev"
30+
"dev-master": "1.4-dev"
3131
}
3232
}
3333
}

src/Service/CloudWatch/src/CloudWatchClient.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,14 @@ protected function getEndpointMetadata(?string $region): array
382382
'signService' => 'monitoring',
383383
'signVersions' => ['v4'],
384384
];
385+
case 'us-isob-east-1':
386+
case 'us-isob-west-1':
387+
return [
388+
'endpoint' => "https://monitoring.$region.sc2s.sgov.gov",
389+
'signRegion' => $region,
390+
'signService' => 'monitoring',
391+
'signVersions' => ['v4'],
392+
];
385393
case 'us-isof-east-1':
386394
case 'us-isof-south-1':
387395
return [
@@ -397,13 +405,6 @@ protected function getEndpointMetadata(?string $region): array
397405
'signService' => 'monitoring',
398406
'signVersions' => ['v4'],
399407
];
400-
case 'us-isob-east-1':
401-
return [
402-
'endpoint' => 'https://monitoring.us-isob-east-1.sc2s.sgov.gov',
403-
'signRegion' => 'us-isob-east-1',
404-
'signService' => 'monitoring',
405-
'signVersions' => ['v4'],
406-
];
407408
}
408409

409410
return [

0 commit comments

Comments
 (0)