Skip to content

Commit a02680f

Browse files
Update generated code (#1874)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 0d47c93 commit a02680f

Some content is hidden

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

73 files changed

+373
-43
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.22"
3+
"${LATEST}": "3.342.25"
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: Added `eu-isoe-west-1` region
8+
59
### Changed
610

711
- Sort exception alphabetically.

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.25-dev"
41+
"dev-master": "1.26-dev"
4242
}
4343
}
4444
}

src/Core/src/Sts/StsClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ protected function getEndpointMetadata(?string $region): array
405405
'signService' => 'sts',
406406
'signVersions' => ['v4'],
407407
];
408+
case 'eu-isoe-west-1':
409+
return [
410+
'endpoint' => 'https://sts.eu-isoe-west-1.cloud.adc-e.uk',
411+
'signRegion' => 'eu-isoe-west-1',
412+
'signService' => 'sts',
413+
'signVersions' => ['v4'],
414+
];
408415
case 'us-isob-east-1':
409416
return [
410417
'endpoint' => 'https://sts.us-isob-east-1.sc2s.sgov.gov',

src/Service/Athena/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: Added `eu-isoe-west-1` region
8+
59
## 3.2.0
610

711
### Added

src/Service/Athena/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "3.2-dev"
32+
"dev-master": "3.3-dev"
3333
}
3434
}
3535
}

src/Service/Athena/src/AthenaClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,13 @@ protected function getEndpointMetadata(?string $region): array
813813
'signService' => 'athena',
814814
'signVersions' => ['v4'],
815815
];
816+
case 'eu-isoe-west-1':
817+
return [
818+
'endpoint' => 'https://athena.eu-isoe-west-1.cloud.adc-e.uk',
819+
'signRegion' => 'eu-isoe-west-1',
820+
'signService' => 'athena',
821+
'signVersions' => ['v4'],
822+
];
816823
case 'us-iso-east-1':
817824
return [
818825
'endpoint' => 'https://athena.us-iso-east-1.c2s.ic.gov',

src/Service/BedrockRuntime/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: New options for how to handle harmful content detected by Amazon Bedrock Guardrails.
8+
- AWS api-change: This release introduces our latest bedrock runtime API, InvokeModelWithBidirectionalStream. The API supports both input and output streams and is supported by only HTTP2.0.
89

910
### Changed
1011

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: Added `eu-isoe-west-1` region
8+
59
## 1.8.1
610

711
### Changed

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.8-dev"
31+
"dev-master": "1.9-dev"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)