Skip to content

Commit afef581

Browse files
committed
update generated code
1 parent 1effb0e commit afef581

File tree

74 files changed

+373
-45
lines changed

Some content is hidden

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

74 files changed

+373
-45
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: TODO
8+
59
## 1.25.0
610

711
### Added

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: TODO
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
## 1.0.0
1011

src/Service/BedrockRuntime/src/BedrockRuntimeClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class BedrockRuntimeClient extends AbstractApi
6767
* @throws InternalServerException
6868
* @throws ServiceUnavailableException
6969
* @throws ValidationException
70-
* @throws ModelNotReadyException
7170
* @throws ServiceQuotaExceededException
71+
* @throws ModelNotReadyException
7272
* @throws ModelErrorException
7373
*/
7474
public function invokeModel($input): InvokeModelResponse
@@ -82,8 +82,8 @@ public function invokeModel($input): InvokeModelResponse
8282
'InternalServerException' => InternalServerException::class,
8383
'ServiceUnavailableException' => ServiceUnavailableException::class,
8484
'ValidationException' => ValidationException::class,
85-
'ModelNotReadyException' => ModelNotReadyException::class,
8685
'ServiceQuotaExceededException' => ServiceQuotaExceededException::class,
86+
'ModelNotReadyException' => ModelNotReadyException::class,
8787
'ModelErrorException' => ModelErrorException::class,
8888
]]));
8989

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: TODO
8+
59
## 1.8.1
610

711
### Changed

0 commit comments

Comments
 (0)