Skip to content

Commit c7463a9

Browse files
Update generated code (#1704)
* update generated code * Update src/Service/MediaConvert/CHANGELOG.md --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 544167a commit c7463a9

File tree

4 files changed

+5
-3
lines changed

4 files changed

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

src/Service/MediaConvert/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
### Added
66

77
- AWS api-change: This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.
8+
- AWS api-change: Change endpoint for `cn-northwest-1` region
9+
- ```
810
911
## 1.1.0
1012

src/Service/MediaConvert/src/MediaConvertClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ protected function getEndpointMetadata(?string $region): array
238238
switch ($region) {
239239
case 'cn-northwest-1':
240240
return [
241-
'endpoint' => 'https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn',
241+
'endpoint' => 'https://mediaconvert.cn-northwest-1.amazonaws.com.cn',
242242
'signRegion' => 'cn-northwest-1',
243243
'signService' => 'mediaconvert',
244244
'signVersions' => ['v4'],

src/Service/TimestreamQuery/src/Exception/InternalServerException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use AsyncAws\Core\Exception\Http\ClientException;
66

77
/**
8-
* Timestream was unable to fully process this request because of an internal server error.
8+
* The service was unable to fully process this request because of an internal server error.
99
*/
1010
final class InternalServerException extends ClientException
1111
{

0 commit comments

Comments
 (0)