aws-sdk-mediaconvert 1.172.0 → 1.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +30 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +79 -1
- data/lib/aws-sdk-mediaconvert/client_api.rb +26 -2
- data/lib/aws-sdk-mediaconvert/types.rb +147 -5
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +165 -3
- data/sig/types.rbs +16 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 235de44f6a79c789d6f1cc29f35a2359c7e5c3f42c4977e1841b0bb4333bc232
|
|
4
|
+
data.tar.gz: e5cad7972be866dcf7ace6f4612288f6866f6fbe5ab72619f81fc75560acaec8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7e907e689e74dcb3f81851a945568ccebc9c422ea727161c156a667b3c652edb5fa365c0af2905a4a025ab246306648a93b454bf321d931225b34a64e51810f
|
|
7
|
+
data.tar.gz: db9dff0e0e35729486f46613789e72067820091ee600ed6702c34b97981414dcac3f1587fd73a12c7a70843497860cdfe95c94d050f52efc9e616920977b3864
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.178.0 (2026-01-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.177.0 (2026-01-08)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.176.0 (2026-01-05)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.175.0 (2025-12-17)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Adds support for tile encoding in HEVC and audio for video overlays.
|
|
23
|
+
|
|
24
|
+
1.174.0 (2025-11-21)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
28
|
+
|
|
29
|
+
1.173.0 (2025-11-13)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Lowers minimum duration for black video generator. Adds support for embedding and signing C2PA content credentials in DASH and CMAF HLS outputs.
|
|
33
|
+
|
|
4
34
|
1.172.0 (2025-10-31)
|
|
5
35
|
------------------
|
|
6
36
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.178.0
|
|
@@ -972,12 +972,15 @@ module Aws::MediaConvert
|
|
|
972
972
|
# audio_group_id: "__string",
|
|
973
973
|
# audio_rendition_sets: "__string",
|
|
974
974
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
|
975
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
976
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
975
977
|
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
|
976
978
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
977
979
|
# klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
978
980
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
979
981
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
980
982
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
983
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
981
984
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
982
985
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
983
986
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -1090,11 +1093,14 @@ module Aws::MediaConvert
|
|
|
1090
1093
|
# mpd_settings: {
|
|
1091
1094
|
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
1092
1095
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
|
1096
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
1093
1097
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
|
1098
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
1094
1099
|
# klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
|
|
1095
1100
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
1096
1101
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
1097
1102
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
1103
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
1098
1104
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
1099
1105
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
1100
1106
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -1245,6 +1251,8 @@ module Aws::MediaConvert
|
|
|
1245
1251
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
|
1246
1252
|
# max_bitrate: 1,
|
|
1247
1253
|
# min_i_interval: 1,
|
|
1254
|
+
# mv_over_picture_boundaries: "ENABLED", # accepts ENABLED, DISABLED
|
|
1255
|
+
# mv_temporal_predictor: "ENABLED", # accepts ENABLED, DISABLED
|
|
1248
1256
|
# number_b_frames_between_reference_frames: 1,
|
|
1249
1257
|
# number_reference_frames: 1,
|
|
1250
1258
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
@@ -1267,7 +1275,11 @@ module Aws::MediaConvert
|
|
|
1267
1275
|
# telecine: "NONE", # accepts NONE, SOFT, HARD
|
|
1268
1276
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
1269
1277
|
# temporal_ids: "DISABLED", # accepts DISABLED, ENABLED
|
|
1278
|
+
# tile_height: 1,
|
|
1279
|
+
# tile_padding: "NONE", # accepts NONE, PADDED
|
|
1280
|
+
# tile_width: 1,
|
|
1270
1281
|
# tiles: "DISABLED", # accepts DISABLED, ENABLED
|
|
1282
|
+
# tree_block_size: "AUTO", # accepts AUTO, TREE_SIZE_32X32
|
|
1271
1283
|
# unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
|
|
1272
1284
|
# write_mp_4_packaging_type: "HVC1", # accepts HVC1, HEV1
|
|
1273
1285
|
# },
|
|
@@ -1308,6 +1320,7 @@ module Aws::MediaConvert
|
|
|
1308
1320
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
1309
1321
|
# },
|
|
1310
1322
|
# passthrough_settings: {
|
|
1323
|
+
# frame_control: "NEAREST_IDRFRAME", # accepts NEAREST_IDRFRAME, NEAREST_IFRAME
|
|
1311
1324
|
# video_selector_mode: "AUTO", # accepts AUTO, REMUX_ALL
|
|
1312
1325
|
# },
|
|
1313
1326
|
# prores_settings: {
|
|
@@ -1752,12 +1765,15 @@ module Aws::MediaConvert
|
|
|
1752
1765
|
# resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
1753
1766
|
# resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
1754
1767
|
# resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
|
|
1768
|
+
# resp.preset.settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1769
|
+
# resp.preset.settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
1755
1770
|
# resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
1756
1771
|
# resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1757
1772
|
# resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
1758
1773
|
# resp.preset.settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
1759
1774
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
1760
1775
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
1776
|
+
# resp.preset.settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
1761
1777
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
1762
1778
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
1763
1779
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -1853,11 +1869,14 @@ module Aws::MediaConvert
|
|
|
1853
1869
|
# resp.preset.settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
1854
1870
|
# resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1855
1871
|
# resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
1872
|
+
# resp.preset.settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1856
1873
|
# resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
1874
|
+
# resp.preset.settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
1857
1875
|
# resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
1858
1876
|
# resp.preset.settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
1859
1877
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
1860
1878
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
1879
|
+
# resp.preset.settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
1861
1880
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
1862
1881
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
1863
1882
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -1982,6 +2001,8 @@ module Aws::MediaConvert
|
|
|
1982
2001
|
# resp.preset.settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
|
|
1983
2002
|
# resp.preset.settings.video_description.codec_settings.h265_settings.max_bitrate #=> Integer
|
|
1984
2003
|
# resp.preset.settings.video_description.codec_settings.h265_settings.min_i_interval #=> Integer
|
|
2004
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "ENABLED", "DISABLED"
|
|
2005
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "ENABLED", "DISABLED"
|
|
1985
2006
|
# resp.preset.settings.video_description.codec_settings.h265_settings.number_b_frames_between_reference_frames #=> Integer
|
|
1986
2007
|
# resp.preset.settings.video_description.codec_settings.h265_settings.number_reference_frames #=> Integer
|
|
1987
2008
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
@@ -2003,7 +2024,11 @@ module Aws::MediaConvert
|
|
|
2003
2024
|
# resp.preset.settings.video_description.codec_settings.h265_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
2004
2025
|
# resp.preset.settings.video_description.codec_settings.h265_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
2005
2026
|
# resp.preset.settings.video_description.codec_settings.h265_settings.temporal_ids #=> String, one of "DISABLED", "ENABLED"
|
|
2027
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tile_height #=> Integer
|
|
2028
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
|
2029
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tile_width #=> Integer
|
|
2006
2030
|
# resp.preset.settings.video_description.codec_settings.h265_settings.tiles #=> String, one of "DISABLED", "ENABLED"
|
|
2031
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tree_block_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
|
2007
2032
|
# resp.preset.settings.video_description.codec_settings.h265_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
|
|
2008
2033
|
# resp.preset.settings.video_description.codec_settings.h265_settings.write_mp_4_packaging_type #=> String, one of "HVC1", "HEV1"
|
|
2009
2034
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH"
|
|
@@ -2041,6 +2066,7 @@ module Aws::MediaConvert
|
|
|
2041
2066
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
2042
2067
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
2043
2068
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
2069
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
2044
2070
|
# resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
2045
2071
|
# resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
2046
2072
|
# resp.preset.settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
|
|
@@ -2814,12 +2840,15 @@ module Aws::MediaConvert
|
|
|
2814
2840
|
# resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
2815
2841
|
# resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
2816
2842
|
# resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
|
|
2843
|
+
# resp.preset.settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2844
|
+
# resp.preset.settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
2817
2845
|
# resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
2818
2846
|
# resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2819
2847
|
# resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
2820
2848
|
# resp.preset.settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
2821
2849
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
2822
2850
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
2851
|
+
# resp.preset.settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
2823
2852
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
2824
2853
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
2825
2854
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -2915,11 +2944,14 @@ module Aws::MediaConvert
|
|
|
2915
2944
|
# resp.preset.settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
2916
2945
|
# resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2917
2946
|
# resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
2947
|
+
# resp.preset.settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2918
2948
|
# resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
2949
|
+
# resp.preset.settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
2919
2950
|
# resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
2920
2951
|
# resp.preset.settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
2921
2952
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
2922
2953
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
2954
|
+
# resp.preset.settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
2923
2955
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
2924
2956
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
2925
2957
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -3044,6 +3076,8 @@ module Aws::MediaConvert
|
|
|
3044
3076
|
# resp.preset.settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
|
|
3045
3077
|
# resp.preset.settings.video_description.codec_settings.h265_settings.max_bitrate #=> Integer
|
|
3046
3078
|
# resp.preset.settings.video_description.codec_settings.h265_settings.min_i_interval #=> Integer
|
|
3079
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "ENABLED", "DISABLED"
|
|
3080
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "ENABLED", "DISABLED"
|
|
3047
3081
|
# resp.preset.settings.video_description.codec_settings.h265_settings.number_b_frames_between_reference_frames #=> Integer
|
|
3048
3082
|
# resp.preset.settings.video_description.codec_settings.h265_settings.number_reference_frames #=> Integer
|
|
3049
3083
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
@@ -3065,7 +3099,11 @@ module Aws::MediaConvert
|
|
|
3065
3099
|
# resp.preset.settings.video_description.codec_settings.h265_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
3066
3100
|
# resp.preset.settings.video_description.codec_settings.h265_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
3067
3101
|
# resp.preset.settings.video_description.codec_settings.h265_settings.temporal_ids #=> String, one of "DISABLED", "ENABLED"
|
|
3102
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tile_height #=> Integer
|
|
3103
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
|
3104
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tile_width #=> Integer
|
|
3068
3105
|
# resp.preset.settings.video_description.codec_settings.h265_settings.tiles #=> String, one of "DISABLED", "ENABLED"
|
|
3106
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tree_block_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
|
3069
3107
|
# resp.preset.settings.video_description.codec_settings.h265_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
|
|
3070
3108
|
# resp.preset.settings.video_description.codec_settings.h265_settings.write_mp_4_packaging_type #=> String, one of "HVC1", "HEV1"
|
|
3071
3109
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH"
|
|
@@ -3103,6 +3141,7 @@ module Aws::MediaConvert
|
|
|
3103
3141
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
3104
3142
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
3105
3143
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
3144
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
3106
3145
|
# resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
3107
3146
|
# resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
3108
3147
|
# resp.preset.settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
|
|
@@ -3690,12 +3729,15 @@ module Aws::MediaConvert
|
|
|
3690
3729
|
# resp.presets[0].settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
3691
3730
|
# resp.presets[0].settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
3692
3731
|
# resp.presets[0].settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
|
|
3732
|
+
# resp.presets[0].settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3733
|
+
# resp.presets[0].settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
3693
3734
|
# resp.presets[0].settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
3694
3735
|
# resp.presets[0].settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3695
3736
|
# resp.presets[0].settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
3696
3737
|
# resp.presets[0].settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
3697
3738
|
# resp.presets[0].settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
3698
3739
|
# resp.presets[0].settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
3740
|
+
# resp.presets[0].settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
3699
3741
|
# resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
3700
3742
|
# resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
3701
3743
|
# resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -3791,11 +3833,14 @@ module Aws::MediaConvert
|
|
|
3791
3833
|
# resp.presets[0].settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
3792
3834
|
# resp.presets[0].settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3793
3835
|
# resp.presets[0].settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
3836
|
+
# resp.presets[0].settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3794
3837
|
# resp.presets[0].settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
3838
|
+
# resp.presets[0].settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
3795
3839
|
# resp.presets[0].settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
3796
3840
|
# resp.presets[0].settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
3797
3841
|
# resp.presets[0].settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
3798
3842
|
# resp.presets[0].settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
3843
|
+
# resp.presets[0].settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
3799
3844
|
# resp.presets[0].settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
3800
3845
|
# resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
3801
3846
|
# resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -3920,6 +3965,8 @@ module Aws::MediaConvert
|
|
|
3920
3965
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
|
|
3921
3966
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.max_bitrate #=> Integer
|
|
3922
3967
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.min_i_interval #=> Integer
|
|
3968
|
+
# resp.presets[0].settings.video_description.codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "ENABLED", "DISABLED"
|
|
3969
|
+
# resp.presets[0].settings.video_description.codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "ENABLED", "DISABLED"
|
|
3923
3970
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.number_b_frames_between_reference_frames #=> Integer
|
|
3924
3971
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.number_reference_frames #=> Integer
|
|
3925
3972
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
@@ -3941,7 +3988,11 @@ module Aws::MediaConvert
|
|
|
3941
3988
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
3942
3989
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
3943
3990
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.temporal_ids #=> String, one of "DISABLED", "ENABLED"
|
|
3991
|
+
# resp.presets[0].settings.video_description.codec_settings.h265_settings.tile_height #=> Integer
|
|
3992
|
+
# resp.presets[0].settings.video_description.codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
|
3993
|
+
# resp.presets[0].settings.video_description.codec_settings.h265_settings.tile_width #=> Integer
|
|
3944
3994
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.tiles #=> String, one of "DISABLED", "ENABLED"
|
|
3995
|
+
# resp.presets[0].settings.video_description.codec_settings.h265_settings.tree_block_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
|
3945
3996
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
|
|
3946
3997
|
# resp.presets[0].settings.video_description.codec_settings.h265_settings.write_mp_4_packaging_type #=> String, one of "HVC1", "HEV1"
|
|
3947
3998
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH"
|
|
@@ -3979,6 +4030,7 @@ module Aws::MediaConvert
|
|
|
3979
4030
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
3980
4031
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
3981
4032
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
4033
|
+
# resp.presets[0].settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
3982
4034
|
# resp.presets[0].settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
3983
4035
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
3984
4036
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
|
|
@@ -4940,12 +4992,15 @@ module Aws::MediaConvert
|
|
|
4940
4992
|
# audio_group_id: "__string",
|
|
4941
4993
|
# audio_rendition_sets: "__string",
|
|
4942
4994
|
# audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
|
|
4995
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
4996
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
4943
4997
|
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
|
4944
4998
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
4945
4999
|
# klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
4946
5000
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
4947
5001
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
4948
5002
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
5003
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
4949
5004
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
4950
5005
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
4951
5006
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -5058,11 +5113,14 @@ module Aws::MediaConvert
|
|
|
5058
5113
|
# mpd_settings: {
|
|
5059
5114
|
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
5060
5115
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
|
5116
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
5061
5117
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
|
5118
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
5062
5119
|
# klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
|
|
5063
5120
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
5064
5121
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
5065
5122
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
5123
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
5066
5124
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
5067
5125
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
5068
5126
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -5213,6 +5271,8 @@ module Aws::MediaConvert
|
|
|
5213
5271
|
# interlace_mode: "PROGRESSIVE", # accepts PROGRESSIVE, TOP_FIELD, BOTTOM_FIELD, FOLLOW_TOP_FIELD, FOLLOW_BOTTOM_FIELD
|
|
5214
5272
|
# max_bitrate: 1,
|
|
5215
5273
|
# min_i_interval: 1,
|
|
5274
|
+
# mv_over_picture_boundaries: "ENABLED", # accepts ENABLED, DISABLED
|
|
5275
|
+
# mv_temporal_predictor: "ENABLED", # accepts ENABLED, DISABLED
|
|
5216
5276
|
# number_b_frames_between_reference_frames: 1,
|
|
5217
5277
|
# number_reference_frames: 1,
|
|
5218
5278
|
# par_control: "INITIALIZE_FROM_SOURCE", # accepts INITIALIZE_FROM_SOURCE, SPECIFIED
|
|
@@ -5235,7 +5295,11 @@ module Aws::MediaConvert
|
|
|
5235
5295
|
# telecine: "NONE", # accepts NONE, SOFT, HARD
|
|
5236
5296
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
5237
5297
|
# temporal_ids: "DISABLED", # accepts DISABLED, ENABLED
|
|
5298
|
+
# tile_height: 1,
|
|
5299
|
+
# tile_padding: "NONE", # accepts NONE, PADDED
|
|
5300
|
+
# tile_width: 1,
|
|
5238
5301
|
# tiles: "DISABLED", # accepts DISABLED, ENABLED
|
|
5302
|
+
# tree_block_size: "AUTO", # accepts AUTO, TREE_SIZE_32X32
|
|
5239
5303
|
# unregistered_sei_timecode: "DISABLED", # accepts DISABLED, ENABLED
|
|
5240
5304
|
# write_mp_4_packaging_type: "HVC1", # accepts HVC1, HEV1
|
|
5241
5305
|
# },
|
|
@@ -5276,6 +5340,7 @@ module Aws::MediaConvert
|
|
|
5276
5340
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
5277
5341
|
# },
|
|
5278
5342
|
# passthrough_settings: {
|
|
5343
|
+
# frame_control: "NEAREST_IDRFRAME", # accepts NEAREST_IDRFRAME, NEAREST_IFRAME
|
|
5279
5344
|
# video_selector_mode: "AUTO", # accepts AUTO, REMUX_ALL
|
|
5280
5345
|
# },
|
|
5281
5346
|
# prores_settings: {
|
|
@@ -5717,12 +5782,15 @@ module Aws::MediaConvert
|
|
|
5717
5782
|
# resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
5718
5783
|
# resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
5719
5784
|
# resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
|
|
5785
|
+
# resp.preset.settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5786
|
+
# resp.preset.settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
5720
5787
|
# resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
5721
5788
|
# resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5722
5789
|
# resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
5723
5790
|
# resp.preset.settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
5724
5791
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
5725
5792
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
5793
|
+
# resp.preset.settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
5726
5794
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
5727
5795
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
5728
5796
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -5818,11 +5886,14 @@ module Aws::MediaConvert
|
|
|
5818
5886
|
# resp.preset.settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
5819
5887
|
# resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5820
5888
|
# resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
5889
|
+
# resp.preset.settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5821
5890
|
# resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
5891
|
+
# resp.preset.settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
5822
5892
|
# resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
5823
5893
|
# resp.preset.settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
5824
5894
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
5825
5895
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
5896
|
+
# resp.preset.settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
5826
5897
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
5827
5898
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
5828
5899
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -5947,6 +6018,8 @@ module Aws::MediaConvert
|
|
|
5947
6018
|
# resp.preset.settings.video_description.codec_settings.h265_settings.interlace_mode #=> String, one of "PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD"
|
|
5948
6019
|
# resp.preset.settings.video_description.codec_settings.h265_settings.max_bitrate #=> Integer
|
|
5949
6020
|
# resp.preset.settings.video_description.codec_settings.h265_settings.min_i_interval #=> Integer
|
|
6021
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.mv_over_picture_boundaries #=> String, one of "ENABLED", "DISABLED"
|
|
6022
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.mv_temporal_predictor #=> String, one of "ENABLED", "DISABLED"
|
|
5950
6023
|
# resp.preset.settings.video_description.codec_settings.h265_settings.number_b_frames_between_reference_frames #=> Integer
|
|
5951
6024
|
# resp.preset.settings.video_description.codec_settings.h265_settings.number_reference_frames #=> Integer
|
|
5952
6025
|
# resp.preset.settings.video_description.codec_settings.h265_settings.par_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
@@ -5968,7 +6041,11 @@ module Aws::MediaConvert
|
|
|
5968
6041
|
# resp.preset.settings.video_description.codec_settings.h265_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
5969
6042
|
# resp.preset.settings.video_description.codec_settings.h265_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
5970
6043
|
# resp.preset.settings.video_description.codec_settings.h265_settings.temporal_ids #=> String, one of "DISABLED", "ENABLED"
|
|
6044
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tile_height #=> Integer
|
|
6045
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tile_padding #=> String, one of "NONE", "PADDED"
|
|
6046
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tile_width #=> Integer
|
|
5971
6047
|
# resp.preset.settings.video_description.codec_settings.h265_settings.tiles #=> String, one of "DISABLED", "ENABLED"
|
|
6048
|
+
# resp.preset.settings.video_description.codec_settings.h265_settings.tree_block_size #=> String, one of "AUTO", "TREE_SIZE_32X32"
|
|
5972
6049
|
# resp.preset.settings.video_description.codec_settings.h265_settings.unregistered_sei_timecode #=> String, one of "DISABLED", "ENABLED"
|
|
5973
6050
|
# resp.preset.settings.video_description.codec_settings.h265_settings.write_mp_4_packaging_type #=> String, one of "HVC1", "HEV1"
|
|
5974
6051
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH"
|
|
@@ -6006,6 +6083,7 @@ module Aws::MediaConvert
|
|
|
6006
6083
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
6007
6084
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
6008
6085
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
6086
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
6009
6087
|
# resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
6010
6088
|
# resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
6011
6089
|
# resp.preset.settings.video_description.codec_settings.prores_settings.codec_profile #=> String, one of "APPLE_PRORES_422", "APPLE_PRORES_422_HQ", "APPLE_PRORES_422_LT", "APPLE_PRORES_422_PROXY", "APPLE_PRORES_4444", "APPLE_PRORES_4444_XQ"
|
|
@@ -6293,7 +6371,7 @@ module Aws::MediaConvert
|
|
|
6293
6371
|
tracer: tracer
|
|
6294
6372
|
)
|
|
6295
6373
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
|
6296
|
-
context[:gem_version] = '1.
|
|
6374
|
+
context[:gem_version] = '1.178.0'
|
|
6297
6375
|
Seahorse::Client::Request.new(handlers, context)
|
|
6298
6376
|
end
|
|
6299
6377
|
|
|
@@ -147,6 +147,7 @@ module Aws::MediaConvert
|
|
|
147
147
|
CmafWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'CmafWriteSegmentTimelineInRepresentation')
|
|
148
148
|
CmfcAudioDuration = Shapes::StringShape.new(name: 'CmfcAudioDuration')
|
|
149
149
|
CmfcAudioTrackType = Shapes::StringShape.new(name: 'CmfcAudioTrackType')
|
|
150
|
+
CmfcC2paManifest = Shapes::StringShape.new(name: 'CmfcC2paManifest')
|
|
150
151
|
CmfcDescriptiveVideoServiceFlag = Shapes::StringShape.new(name: 'CmfcDescriptiveVideoServiceFlag')
|
|
151
152
|
CmfcIFrameOnlyManifest = Shapes::StringShape.new(name: 'CmfcIFrameOnlyManifest')
|
|
152
153
|
CmfcKlvMetadata = Shapes::StringShape.new(name: 'CmfcKlvMetadata')
|
|
@@ -292,6 +293,7 @@ module Aws::MediaConvert
|
|
|
292
293
|
ForceIncludeRenditionSize = Shapes::StructureShape.new(name: 'ForceIncludeRenditionSize')
|
|
293
294
|
Format = Shapes::StringShape.new(name: 'Format')
|
|
294
295
|
FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
|
|
296
|
+
FrameControl = Shapes::StringShape.new(name: 'FrameControl')
|
|
295
297
|
FrameMetricType = Shapes::StringShape.new(name: 'FrameMetricType')
|
|
296
298
|
FrameRate = Shapes::StructureShape.new(name: 'FrameRate')
|
|
297
299
|
GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
|
|
@@ -351,6 +353,8 @@ module Aws::MediaConvert
|
|
|
351
353
|
H265GopBReference = Shapes::StringShape.new(name: 'H265GopBReference')
|
|
352
354
|
H265GopSizeUnits = Shapes::StringShape.new(name: 'H265GopSizeUnits')
|
|
353
355
|
H265InterlaceMode = Shapes::StringShape.new(name: 'H265InterlaceMode')
|
|
356
|
+
H265MvOverPictureBoundaries = Shapes::StringShape.new(name: 'H265MvOverPictureBoundaries')
|
|
357
|
+
H265MvTemporalPredictor = Shapes::StringShape.new(name: 'H265MvTemporalPredictor')
|
|
354
358
|
H265ParControl = Shapes::StringShape.new(name: 'H265ParControl')
|
|
355
359
|
H265QualityTuningLevel = Shapes::StringShape.new(name: 'H265QualityTuningLevel')
|
|
356
360
|
H265QvbrSettings = Shapes::StructureShape.new(name: 'H265QvbrSettings')
|
|
@@ -364,7 +368,9 @@ module Aws::MediaConvert
|
|
|
364
368
|
H265Telecine = Shapes::StringShape.new(name: 'H265Telecine')
|
|
365
369
|
H265TemporalAdaptiveQuantization = Shapes::StringShape.new(name: 'H265TemporalAdaptiveQuantization')
|
|
366
370
|
H265TemporalIds = Shapes::StringShape.new(name: 'H265TemporalIds')
|
|
371
|
+
H265TilePadding = Shapes::StringShape.new(name: 'H265TilePadding')
|
|
367
372
|
H265Tiles = Shapes::StringShape.new(name: 'H265Tiles')
|
|
373
|
+
H265TreeBlockSize = Shapes::StringShape.new(name: 'H265TreeBlockSize')
|
|
368
374
|
H265UnregisteredSeiTimecode = Shapes::StringShape.new(name: 'H265UnregisteredSeiTimecode')
|
|
369
375
|
H265WriteMp4PackagingType = Shapes::StringShape.new(name: 'H265WriteMp4PackagingType')
|
|
370
376
|
HDRToSDRToneMapper = Shapes::StringShape.new(name: 'HDRToSDRToneMapper')
|
|
@@ -503,6 +509,7 @@ module Aws::MediaConvert
|
|
|
503
509
|
Mp4Settings = Shapes::StructureShape.new(name: 'Mp4Settings')
|
|
504
510
|
MpdAccessibilityCaptionHints = Shapes::StringShape.new(name: 'MpdAccessibilityCaptionHints')
|
|
505
511
|
MpdAudioDuration = Shapes::StringShape.new(name: 'MpdAudioDuration')
|
|
512
|
+
MpdC2paManifest = Shapes::StringShape.new(name: 'MpdC2paManifest')
|
|
506
513
|
MpdCaptionContainerType = Shapes::StringShape.new(name: 'MpdCaptionContainerType')
|
|
507
514
|
MpdKlvMetadata = Shapes::StringShape.new(name: 'MpdKlvMetadata')
|
|
508
515
|
MpdManifestMetadataSignaling = Shapes::StringShape.new(name: 'MpdManifestMetadataSignaling')
|
|
@@ -824,10 +831,12 @@ module Aws::MediaConvert
|
|
|
824
831
|
__integerMin1Max60000 = Shapes::IntegerShape.new(name: '__integerMin1Max60000')
|
|
825
832
|
__integerMin1Max64 = Shapes::IntegerShape.new(name: '__integerMin1Max64')
|
|
826
833
|
__integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
|
|
834
|
+
__integerMin1Max86400000 = Shapes::IntegerShape.new(name: '__integerMin1Max86400000')
|
|
827
835
|
__integerMin2000Max30000 = Shapes::IntegerShape.new(name: '__integerMin2000Max30000')
|
|
828
836
|
__integerMin22050Max192000 = Shapes::IntegerShape.new(name: '__integerMin22050Max192000')
|
|
829
837
|
__integerMin22050Max48000 = Shapes::IntegerShape.new(name: '__integerMin22050Max48000')
|
|
830
838
|
__integerMin24Max60000 = Shapes::IntegerShape.new(name: '__integerMin24Max60000')
|
|
839
|
+
__integerMin256Max3840 = Shapes::IntegerShape.new(name: '__integerMin256Max3840')
|
|
831
840
|
__integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
|
|
832
841
|
__integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
|
|
833
842
|
__integerMin2Max2147483647 = Shapes::IntegerShape.new(name: '__integerMin2Max2147483647')
|
|
@@ -842,9 +851,9 @@ module Aws::MediaConvert
|
|
|
842
851
|
__integerMin3Max15 = Shapes::IntegerShape.new(name: '__integerMin3Max15')
|
|
843
852
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
|
844
853
|
__integerMin4Max12 = Shapes::IntegerShape.new(name: '__integerMin4Max12')
|
|
845
|
-
__integerMin50Max86400000 = Shapes::IntegerShape.new(name: '__integerMin50Max86400000')
|
|
846
854
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
|
847
855
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
|
856
|
+
__integerMin64Max2160 = Shapes::IntegerShape.new(name: '__integerMin64Max2160')
|
|
848
857
|
__integerMin6Max16 = Shapes::IntegerShape.new(name: '__integerMin6Max16')
|
|
849
858
|
__integerMin8000Max192000 = Shapes::IntegerShape.new(name: '__integerMin8000Max192000')
|
|
850
859
|
__integerMin8000Max96000 = Shapes::IntegerShape.new(name: '__integerMin8000Max96000')
|
|
@@ -1314,12 +1323,15 @@ module Aws::MediaConvert
|
|
|
1314
1323
|
CmfcSettings.add_member(:audio_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "audioGroupId"))
|
|
1315
1324
|
CmfcSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
|
|
1316
1325
|
CmfcSettings.add_member(:audio_track_type, Shapes::ShapeRef.new(shape: CmfcAudioTrackType, location_name: "audioTrackType"))
|
|
1326
|
+
CmfcSettings.add_member(:c2pa_manifest, Shapes::ShapeRef.new(shape: CmfcC2paManifest, location_name: "c2paManifest"))
|
|
1327
|
+
CmfcSettings.add_member(:certificate_secret, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "certificateSecret"))
|
|
1317
1328
|
CmfcSettings.add_member(:descriptive_video_service_flag, Shapes::ShapeRef.new(shape: CmfcDescriptiveVideoServiceFlag, location_name: "descriptiveVideoServiceFlag"))
|
|
1318
1329
|
CmfcSettings.add_member(:i_frame_only_manifest, Shapes::ShapeRef.new(shape: CmfcIFrameOnlyManifest, location_name: "iFrameOnlyManifest"))
|
|
1319
1330
|
CmfcSettings.add_member(:klv_metadata, Shapes::ShapeRef.new(shape: CmfcKlvMetadata, location_name: "klvMetadata"))
|
|
1320
1331
|
CmfcSettings.add_member(:manifest_metadata_signaling, Shapes::ShapeRef.new(shape: CmfcManifestMetadataSignaling, location_name: "manifestMetadataSignaling"))
|
|
1321
1332
|
CmfcSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: CmfcScte35Esam, location_name: "scte35Esam"))
|
|
1322
1333
|
CmfcSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: CmfcScte35Source, location_name: "scte35Source"))
|
|
1334
|
+
CmfcSettings.add_member(:signing_kms_key, Shapes::ShapeRef.new(shape: __stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932, location_name: "signingKmsKey"))
|
|
1323
1335
|
CmfcSettings.add_member(:timed_metadata, Shapes::ShapeRef.new(shape: CmfcTimedMetadata, location_name: "timedMetadata"))
|
|
1324
1336
|
CmfcSettings.add_member(:timed_metadata_box_version, Shapes::ShapeRef.new(shape: CmfcTimedMetadataBoxVersion, location_name: "timedMetadataBoxVersion"))
|
|
1325
1337
|
CmfcSettings.add_member(:timed_metadata_scheme_id_uri, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "timedMetadataSchemeIdUri"))
|
|
@@ -1832,6 +1844,8 @@ module Aws::MediaConvert
|
|
|
1832
1844
|
H265Settings.add_member(:interlace_mode, Shapes::ShapeRef.new(shape: H265InterlaceMode, location_name: "interlaceMode"))
|
|
1833
1845
|
H265Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin1000Max1466400000, location_name: "maxBitrate"))
|
|
1834
1846
|
H265Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integerMin0Max30, location_name: "minIInterval"))
|
|
1847
|
+
H265Settings.add_member(:mv_over_picture_boundaries, Shapes::ShapeRef.new(shape: H265MvOverPictureBoundaries, location_name: "mvOverPictureBoundaries"))
|
|
1848
|
+
H265Settings.add_member(:mv_temporal_predictor, Shapes::ShapeRef.new(shape: H265MvTemporalPredictor, location_name: "mvTemporalPredictor"))
|
|
1835
1849
|
H265Settings.add_member(:number_b_frames_between_reference_frames, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "numberBFramesBetweenReferenceFrames"))
|
|
1836
1850
|
H265Settings.add_member(:number_reference_frames, Shapes::ShapeRef.new(shape: __integerMin1Max6, location_name: "numberReferenceFrames"))
|
|
1837
1851
|
H265Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H265ParControl, location_name: "parControl"))
|
|
@@ -1850,7 +1864,11 @@ module Aws::MediaConvert
|
|
|
1850
1864
|
H265Settings.add_member(:telecine, Shapes::ShapeRef.new(shape: H265Telecine, location_name: "telecine"))
|
|
1851
1865
|
H265Settings.add_member(:temporal_adaptive_quantization, Shapes::ShapeRef.new(shape: H265TemporalAdaptiveQuantization, location_name: "temporalAdaptiveQuantization"))
|
|
1852
1866
|
H265Settings.add_member(:temporal_ids, Shapes::ShapeRef.new(shape: H265TemporalIds, location_name: "temporalIds"))
|
|
1867
|
+
H265Settings.add_member(:tile_height, Shapes::ShapeRef.new(shape: __integerMin64Max2160, location_name: "tileHeight"))
|
|
1868
|
+
H265Settings.add_member(:tile_padding, Shapes::ShapeRef.new(shape: H265TilePadding, location_name: "tilePadding"))
|
|
1869
|
+
H265Settings.add_member(:tile_width, Shapes::ShapeRef.new(shape: __integerMin256Max3840, location_name: "tileWidth"))
|
|
1853
1870
|
H265Settings.add_member(:tiles, Shapes::ShapeRef.new(shape: H265Tiles, location_name: "tiles"))
|
|
1871
|
+
H265Settings.add_member(:tree_block_size, Shapes::ShapeRef.new(shape: H265TreeBlockSize, location_name: "treeBlockSize"))
|
|
1854
1872
|
H265Settings.add_member(:unregistered_sei_timecode, Shapes::ShapeRef.new(shape: H265UnregisteredSeiTimecode, location_name: "unregisteredSeiTimecode"))
|
|
1855
1873
|
H265Settings.add_member(:write_mp_4_packaging_type, Shapes::ShapeRef.new(shape: H265WriteMp4PackagingType, location_name: "writeMp4PackagingType"))
|
|
1856
1874
|
H265Settings.struct_class = Types::H265Settings
|
|
@@ -2035,10 +2053,11 @@ module Aws::MediaConvert
|
|
|
2035
2053
|
InputTemplate.struct_class = Types::InputTemplate
|
|
2036
2054
|
|
|
2037
2055
|
InputVideoGenerator.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "channels"))
|
|
2038
|
-
InputVideoGenerator.add_member(:duration, Shapes::ShapeRef.new(shape:
|
|
2056
|
+
InputVideoGenerator.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin1Max86400000, location_name: "duration"))
|
|
2039
2057
|
InputVideoGenerator.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
|
2040
2058
|
InputVideoGenerator.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max60000, location_name: "framerateNumerator"))
|
|
2041
2059
|
InputVideoGenerator.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
|
|
2060
|
+
InputVideoGenerator.add_member(:image_input, Shapes::ShapeRef.new(shape: __stringMin14PatternS3BmpBMPPngPNGTgaTGAHttpsBmpBMPPngPNGTgaTGA, location_name: "imageInput"))
|
|
2042
2061
|
InputVideoGenerator.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __integerMin32000Max48000, location_name: "sampleRate"))
|
|
2043
2062
|
InputVideoGenerator.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "width"))
|
|
2044
2063
|
InputVideoGenerator.struct_class = Types::InputVideoGenerator
|
|
@@ -2360,11 +2379,14 @@ module Aws::MediaConvert
|
|
|
2360
2379
|
|
|
2361
2380
|
MpdSettings.add_member(:accessibility_caption_hints, Shapes::ShapeRef.new(shape: MpdAccessibilityCaptionHints, location_name: "accessibilityCaptionHints"))
|
|
2362
2381
|
MpdSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: MpdAudioDuration, location_name: "audioDuration"))
|
|
2382
|
+
MpdSettings.add_member(:c2pa_manifest, Shapes::ShapeRef.new(shape: MpdC2paManifest, location_name: "c2paManifest"))
|
|
2363
2383
|
MpdSettings.add_member(:caption_container_type, Shapes::ShapeRef.new(shape: MpdCaptionContainerType, location_name: "captionContainerType"))
|
|
2384
|
+
MpdSettings.add_member(:certificate_secret, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "certificateSecret"))
|
|
2364
2385
|
MpdSettings.add_member(:klv_metadata, Shapes::ShapeRef.new(shape: MpdKlvMetadata, location_name: "klvMetadata"))
|
|
2365
2386
|
MpdSettings.add_member(:manifest_metadata_signaling, Shapes::ShapeRef.new(shape: MpdManifestMetadataSignaling, location_name: "manifestMetadataSignaling"))
|
|
2366
2387
|
MpdSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: MpdScte35Esam, location_name: "scte35Esam"))
|
|
2367
2388
|
MpdSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: MpdScte35Source, location_name: "scte35Source"))
|
|
2389
|
+
MpdSettings.add_member(:signing_kms_key, Shapes::ShapeRef.new(shape: __stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932, location_name: "signingKmsKey"))
|
|
2368
2390
|
MpdSettings.add_member(:timed_metadata, Shapes::ShapeRef.new(shape: MpdTimedMetadata, location_name: "timedMetadata"))
|
|
2369
2391
|
MpdSettings.add_member(:timed_metadata_box_version, Shapes::ShapeRef.new(shape: MpdTimedMetadataBoxVersion, location_name: "timedMetadataBoxVersion"))
|
|
2370
2392
|
MpdSettings.add_member(:timed_metadata_scheme_id_uri, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "timedMetadataSchemeIdUri"))
|
|
@@ -2528,6 +2550,7 @@ module Aws::MediaConvert
|
|
|
2528
2550
|
PartnerWatermarking.add_member(:nexguard_file_marker_settings, Shapes::ShapeRef.new(shape: NexGuardFileMarkerSettings, location_name: "nexguardFileMarkerSettings"))
|
|
2529
2551
|
PartnerWatermarking.struct_class = Types::PartnerWatermarking
|
|
2530
2552
|
|
|
2553
|
+
PassthroughSettings.add_member(:frame_control, Shapes::ShapeRef.new(shape: FrameControl, location_name: "frameControl"))
|
|
2531
2554
|
PassthroughSettings.add_member(:video_selector_mode, Shapes::ShapeRef.new(shape: VideoSelectorMode, location_name: "videoSelectorMode"))
|
|
2532
2555
|
PassthroughSettings.struct_class = Types::PassthroughSettings
|
|
2533
2556
|
|
|
@@ -2881,6 +2904,7 @@ module Aws::MediaConvert
|
|
|
2881
2904
|
VideoOverlayCrop.add_member(:y, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "y"))
|
|
2882
2905
|
VideoOverlayCrop.struct_class = Types::VideoOverlayCrop
|
|
2883
2906
|
|
|
2907
|
+
VideoOverlayInput.add_member(:audio_selectors, Shapes::ShapeRef.new(shape: __mapOfAudioSelector, location_name: "audioSelectors"))
|
|
2884
2908
|
VideoOverlayInput.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3Https, location_name: "fileInput"))
|
|
2885
2909
|
VideoOverlayInput.add_member(:input_clippings, Shapes::ShapeRef.new(shape: __listOfVideoOverlayInputClipping, location_name: "inputClippings"))
|
|
2886
2910
|
VideoOverlayInput.add_member(:timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, location_name: "timecodeSource"))
|