Skip to content

Commit 0cc191a

Browse files
Update generated code (#1963)
* update generated code * Apply suggestion from @jderusse --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 0cfced4 commit 0cc191a

33 files changed

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

src/Service/DynamoDb/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Apply no CodingStandard from latest php-cs-fixer.
8+
- AWS enhancement: Documentation updates.
89

910
## 3.8.0
1011

src/Service/DynamoDb/src/Exception/RequestLimitExceededException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* Throughput exceeds the current throughput quota for your account. For detailed information about why the request was
1111
* throttled and the ARN of the impacted resource, find the ThrottlingReason [^1] field in the returned exception.
12-
* Contact Amazon Web Services Support [^2] to request a quota increase.
12+
* Contact Amazon Web ServicesSupport [^2] to request a quota increase.
1313
*
1414
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ThrottlingReason.html
1515
* [^2]: https://aws.amazon.com/support

src/Service/MediaConvert/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: This release adds the ability to set resolution for the black video generator.
8+
59
### Changed
610

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

src/Service/MediaConvert/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.11-dev"
31+
"dev-master": "1.12-dev"
3232
}
3333
}
3434
}

src/Service/MediaConvert/src/Enum/AudioSelectorType.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
* Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by
77
* specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID
88
* values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works
9-
* with most input container formats. Language code: Select audio by language using ISO 639-2 or ISO 639-3 three-letter
10-
* language codes. Use this when your source has embedded language metadata and you want to select tracks based on their
11-
* language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package
12-
* with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM
13-
* audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without
14-
* specifying individual track numbers.
9+
* with most input container formats. Language code: Select audio by language using an ISO 639-2 or ISO 639-3
10+
* three-letter code in all capital letters. Use this when your source has embedded language metadata and you want to
11+
* select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when
12+
* your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All
13+
* PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include
14+
* all PCM audio tracks without specifying individual track numbers.
1515
*/
1616
final class AudioSelectorType
1717
{

src/Service/MediaConvert/src/Enum/FrameMetricType.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
* * PSNR: Peak Signal-to-Noise Ratio * SSIM: Structural Similarity Index Measure * MS_SSIM: Multi-Scale Similarity
77
* Index Measure * PSNR_HVS: Peak Signal-to-Noise Ratio, Human Visual System * VMAF: Video Multi-Method Assessment
88
* Fusion * QVBR: Quality-Defined Variable Bitrate. This option is only available when your output uses the QVBR rate
9-
* control mode.
9+
* control mode. * SHOT_CHANGE: Shot Changes.
1010
*/
1111
final class FrameMetricType
1212
{
1313
public const MS_SSIM = 'MS_SSIM';
1414
public const PSNR = 'PSNR';
1515
public const PSNR_HVS = 'PSNR_HVS';
1616
public const QVBR = 'QVBR';
17+
public const SHOT_CHANGE = 'SHOT_CHANGE';
1718
public const SSIM = 'SSIM';
1819
public const VMAF = 'VMAF';
1920

@@ -24,6 +25,7 @@ public static function exists(string $value): bool
2425
self::PSNR => true,
2526
self::PSNR_HVS => true,
2627
self::QVBR => true,
28+
self::SHOT_CHANGE => true,
2729
self::SSIM => true,
2830
self::VMAF => true,
2931
][$value]);

src/Service/MediaConvert/src/Enum/ImscAccessibilitySubs.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set
77
* Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or
88
* DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this
9-
* track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound"
10-
* and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track:
9+
* track:
10+
* CHARACTERISTICS="public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound" and
11+
* AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track:
1112
* `<Accessibility schemeIdUri="urn:mpeg:dash:role:2011" value="caption"/>`. If the captions track is not intended to
1213
* provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead
1314
* adds the following in the adaptation set for this track: `<Role schemeIDUri="urn:mpeg:dash:role:2011"

src/Service/MediaConvert/src/Enum/LanguageCode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace AsyncAws\MediaConvert\Enum;
44

55
/**
6-
* Specify the language, using the ISO 639-2 three-letter code listed at
7-
* https://www.loc.gov/standards/iso639-2/php/code_list.php.
6+
* Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at:
7+
* https://www.loc.gov/standards/iso639-2/php/code_list.php
88
*/
99
final class LanguageCode
1010
{

src/Service/MediaConvert/src/Enum/WebvttAccessibilitySubs.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set
77
* Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or
88
* DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this
9-
* track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound"
10-
* and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track:
9+
* track:
10+
* CHARACTERISTICS="public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound" and
11+
* AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track:
1112
* `<Accessibility schemeIdUri="urn:mpeg:dash:role:2011" value="caption"/>`. If the captions track is not intended to
1213
* provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead
1314
* adds the following in the adaptation set for this track: `<Role schemeIDUri="urn:mpeg:dash:role:2011"

0 commit comments

Comments
 (0)