aws-sdk-mediaconvert 1.171.0 → 1.173.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +63 -1
- data/lib/aws-sdk-mediaconvert/client_api.rb +27 -2
- data/lib/aws-sdk-mediaconvert/types.rb +210 -31
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +86 -9
- data/sig/types.rbs +25 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15e2abf5a3c9f14b78f3b69dd84f3037db33cb742b5682c978012f787fe43b4b
|
|
4
|
+
data.tar.gz: 95d3d479a83902967b03d89a13da70e6b9a83ddbbd6d59a8c7d65f4404de4663
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8d03064349e2c956770eba83197754ffd788a103b0cae0cde0e6348a8945e02dd0568ded51a31f162f71424b1e4efcf938089b86078be99f4cad7547de29fa4
|
|
7
|
+
data.tar.gz: 2cbc5f259e3db1941b6c9f6df989dcc7120da83e139c9ce3820e2470b54e6aaeaefcc279cc8effeaa2094cc68676019a4ef5f98c195cb5c5817c2a2b43886eb7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.173.0 (2025-11-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Lowers minimum duration for black video generator. Adds support for embedding and signing C2PA content credentials in DASH and CMAF HLS outputs.
|
|
8
|
+
|
|
9
|
+
1.172.0 (2025-10-31)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds SlowPalPitchCorrection to audio pitch correction settings. Enables opacity for VideoOverlays. Adds REMUX_ALL option to enable multi-rendition passthrough to VideoSelector for allow listed accounts.
|
|
13
|
+
|
|
4
14
|
1.171.0 (2025-10-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.173.0
|
|
@@ -734,6 +734,9 @@ module Aws::MediaConvert
|
|
|
734
734
|
# target_lkfs: 1.0,
|
|
735
735
|
# true_peak_limiter_threshold: 1.0,
|
|
736
736
|
# },
|
|
737
|
+
# audio_pitch_correction_settings: {
|
|
738
|
+
# slow_pal_pitch_correction: "DISABLED", # accepts DISABLED, ENABLED
|
|
739
|
+
# },
|
|
737
740
|
# audio_source_name: "__stringMax2048",
|
|
738
741
|
# audio_type: 1,
|
|
739
742
|
# audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
|
@@ -969,12 +972,15 @@ module Aws::MediaConvert
|
|
|
969
972
|
# audio_group_id: "__string",
|
|
970
973
|
# audio_rendition_sets: "__string",
|
|
971
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",
|
|
972
977
|
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
|
973
978
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
974
979
|
# klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
975
980
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
976
981
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
977
982
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
983
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
978
984
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
979
985
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
980
986
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -1087,11 +1093,14 @@ module Aws::MediaConvert
|
|
|
1087
1093
|
# mpd_settings: {
|
|
1088
1094
|
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
1089
1095
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
|
1096
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
1090
1097
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
|
1098
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
1091
1099
|
# klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
|
|
1092
1100
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
1093
1101
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
1094
1102
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
1103
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
1095
1104
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
1096
1105
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
1097
1106
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -1304,6 +1313,10 @@ module Aws::MediaConvert
|
|
|
1304
1313
|
# telecine: "NONE", # accepts NONE, SOFT, HARD
|
|
1305
1314
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
1306
1315
|
# },
|
|
1316
|
+
# passthrough_settings: {
|
|
1317
|
+
# frame_control: "NEAREST_IDRFRAME", # accepts NEAREST_IDRFRAME, NEAREST_IFRAME
|
|
1318
|
+
# video_selector_mode: "AUTO", # accepts AUTO, REMUX_ALL
|
|
1319
|
+
# },
|
|
1307
1320
|
# prores_settings: {
|
|
1308
1321
|
# chroma_sampling: "PRESERVE_444_SAMPLING", # accepts PRESERVE_444_SAMPLING, SUBSAMPLE_TO_422
|
|
1309
1322
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY, APPLE_PRORES_4444, APPLE_PRORES_4444_XQ
|
|
@@ -1565,6 +1578,7 @@ module Aws::MediaConvert
|
|
|
1565
1578
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.peak_calculation #=> String, one of "TRUE_PEAK", "NONE"
|
|
1566
1579
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.target_lkfs #=> Float
|
|
1567
1580
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.true_peak_limiter_threshold #=> Float
|
|
1581
|
+
# resp.preset.settings.audio_descriptions[0].audio_pitch_correction_settings.slow_pal_pitch_correction #=> String, one of "DISABLED", "ENABLED"
|
|
1568
1582
|
# resp.preset.settings.audio_descriptions[0].audio_source_name #=> String
|
|
1569
1583
|
# resp.preset.settings.audio_descriptions[0].audio_type #=> Integer
|
|
1570
1584
|
# resp.preset.settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
@@ -1745,12 +1759,15 @@ module Aws::MediaConvert
|
|
|
1745
1759
|
# resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
1746
1760
|
# resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
1747
1761
|
# 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"
|
|
1762
|
+
# resp.preset.settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1763
|
+
# resp.preset.settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
1748
1764
|
# resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
1749
1765
|
# resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1750
1766
|
# resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
1751
1767
|
# resp.preset.settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
1752
1768
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
1753
1769
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
1770
|
+
# resp.preset.settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
1754
1771
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
1755
1772
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
1756
1773
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -1846,11 +1863,14 @@ module Aws::MediaConvert
|
|
|
1846
1863
|
# resp.preset.settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
1847
1864
|
# resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1848
1865
|
# resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
1866
|
+
# resp.preset.settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
1849
1867
|
# resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
1868
|
+
# resp.preset.settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
1850
1869
|
# resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
1851
1870
|
# resp.preset.settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
1852
1871
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
1853
1872
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
1873
|
+
# resp.preset.settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
1854
1874
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
1855
1875
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
1856
1876
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -2034,6 +2054,8 @@ module Aws::MediaConvert
|
|
|
2034
2054
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
2035
2055
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
2036
2056
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
2057
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
2058
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
2037
2059
|
# resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
2038
2060
|
# 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"
|
|
2039
2061
|
# resp.preset.settings.video_description.codec_settings.prores_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
@@ -2625,6 +2647,7 @@ module Aws::MediaConvert
|
|
|
2625
2647
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.peak_calculation #=> String, one of "TRUE_PEAK", "NONE"
|
|
2626
2648
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.target_lkfs #=> Float
|
|
2627
2649
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.true_peak_limiter_threshold #=> Float
|
|
2650
|
+
# resp.preset.settings.audio_descriptions[0].audio_pitch_correction_settings.slow_pal_pitch_correction #=> String, one of "DISABLED", "ENABLED"
|
|
2628
2651
|
# resp.preset.settings.audio_descriptions[0].audio_source_name #=> String
|
|
2629
2652
|
# resp.preset.settings.audio_descriptions[0].audio_type #=> Integer
|
|
2630
2653
|
# resp.preset.settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
@@ -2805,12 +2828,15 @@ module Aws::MediaConvert
|
|
|
2805
2828
|
# resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
2806
2829
|
# resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
2807
2830
|
# 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"
|
|
2831
|
+
# resp.preset.settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2832
|
+
# resp.preset.settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
2808
2833
|
# resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
2809
2834
|
# resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2810
2835
|
# resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
2811
2836
|
# resp.preset.settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
2812
2837
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
2813
2838
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
2839
|
+
# resp.preset.settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
2814
2840
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
2815
2841
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
2816
2842
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -2906,11 +2932,14 @@ module Aws::MediaConvert
|
|
|
2906
2932
|
# resp.preset.settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
2907
2933
|
# resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2908
2934
|
# resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
2935
|
+
# resp.preset.settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
2909
2936
|
# resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
2937
|
+
# resp.preset.settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
2910
2938
|
# resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
2911
2939
|
# resp.preset.settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
2912
2940
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
2913
2941
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
2942
|
+
# resp.preset.settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
2914
2943
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
2915
2944
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
2916
2945
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -3094,6 +3123,8 @@ module Aws::MediaConvert
|
|
|
3094
3123
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
3095
3124
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
3096
3125
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
3126
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
3127
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
3097
3128
|
# resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
3098
3129
|
# 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"
|
|
3099
3130
|
# resp.preset.settings.video_description.codec_settings.prores_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
@@ -3499,6 +3530,7 @@ module Aws::MediaConvert
|
|
|
3499
3530
|
# resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.peak_calculation #=> String, one of "TRUE_PEAK", "NONE"
|
|
3500
3531
|
# resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.target_lkfs #=> Float
|
|
3501
3532
|
# resp.presets[0].settings.audio_descriptions[0].audio_normalization_settings.true_peak_limiter_threshold #=> Float
|
|
3533
|
+
# resp.presets[0].settings.audio_descriptions[0].audio_pitch_correction_settings.slow_pal_pitch_correction #=> String, one of "DISABLED", "ENABLED"
|
|
3502
3534
|
# resp.presets[0].settings.audio_descriptions[0].audio_source_name #=> String
|
|
3503
3535
|
# resp.presets[0].settings.audio_descriptions[0].audio_type #=> Integer
|
|
3504
3536
|
# resp.presets[0].settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
@@ -3679,12 +3711,15 @@ module Aws::MediaConvert
|
|
|
3679
3711
|
# resp.presets[0].settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
3680
3712
|
# resp.presets[0].settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
3681
3713
|
# 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"
|
|
3714
|
+
# resp.presets[0].settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3715
|
+
# resp.presets[0].settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
3682
3716
|
# resp.presets[0].settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
3683
3717
|
# resp.presets[0].settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3684
3718
|
# resp.presets[0].settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
3685
3719
|
# resp.presets[0].settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
3686
3720
|
# resp.presets[0].settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
3687
3721
|
# resp.presets[0].settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
3722
|
+
# resp.presets[0].settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
3688
3723
|
# resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
3689
3724
|
# resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
3690
3725
|
# resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -3780,11 +3815,14 @@ module Aws::MediaConvert
|
|
|
3780
3815
|
# resp.presets[0].settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
3781
3816
|
# resp.presets[0].settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3782
3817
|
# resp.presets[0].settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
3818
|
+
# resp.presets[0].settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
3783
3819
|
# resp.presets[0].settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
3820
|
+
# resp.presets[0].settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
3784
3821
|
# resp.presets[0].settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
3785
3822
|
# resp.presets[0].settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
3786
3823
|
# resp.presets[0].settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
3787
3824
|
# resp.presets[0].settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
3825
|
+
# resp.presets[0].settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
3788
3826
|
# resp.presets[0].settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
3789
3827
|
# resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
3790
3828
|
# resp.presets[0].settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -3968,6 +4006,8 @@ module Aws::MediaConvert
|
|
|
3968
4006
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
3969
4007
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
3970
4008
|
# resp.presets[0].settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
4009
|
+
# resp.presets[0].settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
4010
|
+
# resp.presets[0].settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
3971
4011
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
3972
4012
|
# 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"
|
|
3973
4013
|
# resp.presets[0].settings.video_description.codec_settings.prores_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
@@ -4690,6 +4730,9 @@ module Aws::MediaConvert
|
|
|
4690
4730
|
# target_lkfs: 1.0,
|
|
4691
4731
|
# true_peak_limiter_threshold: 1.0,
|
|
4692
4732
|
# },
|
|
4733
|
+
# audio_pitch_correction_settings: {
|
|
4734
|
+
# slow_pal_pitch_correction: "DISABLED", # accepts DISABLED, ENABLED
|
|
4735
|
+
# },
|
|
4693
4736
|
# audio_source_name: "__stringMax2048",
|
|
4694
4737
|
# audio_type: 1,
|
|
4695
4738
|
# audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
|
@@ -4925,12 +4968,15 @@ module Aws::MediaConvert
|
|
|
4925
4968
|
# audio_group_id: "__string",
|
|
4926
4969
|
# audio_rendition_sets: "__string",
|
|
4927
4970
|
# 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
|
|
4971
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
4972
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
4928
4973
|
# descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
|
|
4929
4974
|
# i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
4930
4975
|
# klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
4931
4976
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
4932
4977
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
4933
4978
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
4979
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
4934
4980
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
4935
4981
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
4936
4982
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -5043,11 +5089,14 @@ module Aws::MediaConvert
|
|
|
5043
5089
|
# mpd_settings: {
|
|
5044
5090
|
# accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
5045
5091
|
# audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
|
|
5092
|
+
# c2pa_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
|
|
5046
5093
|
# caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
|
|
5094
|
+
# certificate_secret: "__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
|
|
5047
5095
|
# klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
|
|
5048
5096
|
# manifest_metadata_signaling: "ENABLED", # accepts ENABLED, DISABLED
|
|
5049
5097
|
# scte_35_esam: "INSERT", # accepts INSERT, NONE
|
|
5050
5098
|
# scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
5099
|
+
# signing_kms_key: "__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
|
|
5051
5100
|
# timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
|
|
5052
5101
|
# timed_metadata_box_version: "VERSION_0", # accepts VERSION_0, VERSION_1
|
|
5053
5102
|
# timed_metadata_scheme_id_uri: "__stringMax1000",
|
|
@@ -5260,6 +5309,10 @@ module Aws::MediaConvert
|
|
|
5260
5309
|
# telecine: "NONE", # accepts NONE, SOFT, HARD
|
|
5261
5310
|
# temporal_adaptive_quantization: "DISABLED", # accepts DISABLED, ENABLED
|
|
5262
5311
|
# },
|
|
5312
|
+
# passthrough_settings: {
|
|
5313
|
+
# frame_control: "NEAREST_IDRFRAME", # accepts NEAREST_IDRFRAME, NEAREST_IFRAME
|
|
5314
|
+
# video_selector_mode: "AUTO", # accepts AUTO, REMUX_ALL
|
|
5315
|
+
# },
|
|
5263
5316
|
# prores_settings: {
|
|
5264
5317
|
# chroma_sampling: "PRESERVE_444_SAMPLING", # accepts PRESERVE_444_SAMPLING, SUBSAMPLE_TO_422
|
|
5265
5318
|
# codec_profile: "APPLE_PRORES_422", # accepts APPLE_PRORES_422, APPLE_PRORES_422_HQ, APPLE_PRORES_422_LT, APPLE_PRORES_422_PROXY, APPLE_PRORES_4444, APPLE_PRORES_4444_XQ
|
|
@@ -5518,6 +5571,7 @@ module Aws::MediaConvert
|
|
|
5518
5571
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.peak_calculation #=> String, one of "TRUE_PEAK", "NONE"
|
|
5519
5572
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.target_lkfs #=> Float
|
|
5520
5573
|
# resp.preset.settings.audio_descriptions[0].audio_normalization_settings.true_peak_limiter_threshold #=> Float
|
|
5574
|
+
# resp.preset.settings.audio_descriptions[0].audio_pitch_correction_settings.slow_pal_pitch_correction #=> String, one of "DISABLED", "ENABLED"
|
|
5521
5575
|
# resp.preset.settings.audio_descriptions[0].audio_source_name #=> String
|
|
5522
5576
|
# resp.preset.settings.audio_descriptions[0].audio_type #=> Integer
|
|
5523
5577
|
# resp.preset.settings.audio_descriptions[0].audio_type_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
|
@@ -5698,12 +5752,15 @@ module Aws::MediaConvert
|
|
|
5698
5752
|
# resp.preset.settings.container_settings.cmfc_settings.audio_group_id #=> String
|
|
5699
5753
|
# resp.preset.settings.container_settings.cmfc_settings.audio_rendition_sets #=> String
|
|
5700
5754
|
# 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"
|
|
5755
|
+
# resp.preset.settings.container_settings.cmfc_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5756
|
+
# resp.preset.settings.container_settings.cmfc_settings.certificate_secret #=> String
|
|
5701
5757
|
# resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
|
|
5702
5758
|
# resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5703
5759
|
# resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
5704
5760
|
# resp.preset.settings.container_settings.cmfc_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
5705
5761
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
5706
5762
|
# resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
5763
|
+
# resp.preset.settings.container_settings.cmfc_settings.signing_kms_key #=> String
|
|
5707
5764
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
5708
5765
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
5709
5766
|
# resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -5799,11 +5856,14 @@ module Aws::MediaConvert
|
|
|
5799
5856
|
# resp.preset.settings.container_settings.mp_4_settings.signing_kms_key #=> String
|
|
5800
5857
|
# resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5801
5858
|
# resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
|
|
5859
|
+
# resp.preset.settings.container_settings.mpd_settings.c2pa_manifest #=> String, one of "INCLUDE", "EXCLUDE"
|
|
5802
5860
|
# resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
|
|
5861
|
+
# resp.preset.settings.container_settings.mpd_settings.certificate_secret #=> String
|
|
5803
5862
|
# resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
|
|
5804
5863
|
# resp.preset.settings.container_settings.mpd_settings.manifest_metadata_signaling #=> String, one of "ENABLED", "DISABLED"
|
|
5805
5864
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
|
|
5806
5865
|
# resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
|
|
5866
|
+
# resp.preset.settings.container_settings.mpd_settings.signing_kms_key #=> String
|
|
5807
5867
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
|
|
5808
5868
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
|
|
5809
5869
|
# resp.preset.settings.container_settings.mpd_settings.timed_metadata_scheme_id_uri #=> String
|
|
@@ -5987,6 +6047,8 @@ module Aws::MediaConvert
|
|
|
5987
6047
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.syntax #=> String, one of "DEFAULT", "D_10"
|
|
5988
6048
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.telecine #=> String, one of "NONE", "SOFT", "HARD"
|
|
5989
6049
|
# resp.preset.settings.video_description.codec_settings.mpeg_2_settings.temporal_adaptive_quantization #=> String, one of "DISABLED", "ENABLED"
|
|
6050
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.frame_control #=> String, one of "NEAREST_IDRFRAME", "NEAREST_IFRAME"
|
|
6051
|
+
# resp.preset.settings.video_description.codec_settings.passthrough_settings.video_selector_mode #=> String, one of "AUTO", "REMUX_ALL"
|
|
5990
6052
|
# resp.preset.settings.video_description.codec_settings.prores_settings.chroma_sampling #=> String, one of "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
|
|
5991
6053
|
# 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"
|
|
5992
6054
|
# resp.preset.settings.video_description.codec_settings.prores_settings.framerate_control #=> String, one of "INITIALIZE_FROM_SOURCE", "SPECIFIED"
|
|
@@ -6273,7 +6335,7 @@ module Aws::MediaConvert
|
|
|
6273
6335
|
tracer: tracer
|
|
6274
6336
|
)
|
|
6275
6337
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
|
6276
|
-
context[:gem_version] = '1.
|
|
6338
|
+
context[:gem_version] = '1.173.0'
|
|
6277
6339
|
Seahorse::Client::Request.new(handlers, context)
|
|
6278
6340
|
end
|
|
6279
6341
|
|
|
@@ -61,6 +61,7 @@ module Aws::MediaConvert
|
|
|
61
61
|
AudioNormalizationLoudnessLogging = Shapes::StringShape.new(name: 'AudioNormalizationLoudnessLogging')
|
|
62
62
|
AudioNormalizationPeakCalculation = Shapes::StringShape.new(name: 'AudioNormalizationPeakCalculation')
|
|
63
63
|
AudioNormalizationSettings = Shapes::StructureShape.new(name: 'AudioNormalizationSettings')
|
|
64
|
+
AudioPitchCorrectionSettings = Shapes::StructureShape.new(name: 'AudioPitchCorrectionSettings')
|
|
64
65
|
AudioProperties = Shapes::StructureShape.new(name: 'AudioProperties')
|
|
65
66
|
AudioSelector = Shapes::StructureShape.new(name: 'AudioSelector')
|
|
66
67
|
AudioSelectorGroup = Shapes::StructureShape.new(name: 'AudioSelectorGroup')
|
|
@@ -146,6 +147,7 @@ module Aws::MediaConvert
|
|
|
146
147
|
CmafWriteSegmentTimelineInRepresentation = Shapes::StringShape.new(name: 'CmafWriteSegmentTimelineInRepresentation')
|
|
147
148
|
CmfcAudioDuration = Shapes::StringShape.new(name: 'CmfcAudioDuration')
|
|
148
149
|
CmfcAudioTrackType = Shapes::StringShape.new(name: 'CmfcAudioTrackType')
|
|
150
|
+
CmfcC2paManifest = Shapes::StringShape.new(name: 'CmfcC2paManifest')
|
|
149
151
|
CmfcDescriptiveVideoServiceFlag = Shapes::StringShape.new(name: 'CmfcDescriptiveVideoServiceFlag')
|
|
150
152
|
CmfcIFrameOnlyManifest = Shapes::StringShape.new(name: 'CmfcIFrameOnlyManifest')
|
|
151
153
|
CmfcKlvMetadata = Shapes::StringShape.new(name: 'CmfcKlvMetadata')
|
|
@@ -291,6 +293,7 @@ module Aws::MediaConvert
|
|
|
291
293
|
ForceIncludeRenditionSize = Shapes::StructureShape.new(name: 'ForceIncludeRenditionSize')
|
|
292
294
|
Format = Shapes::StringShape.new(name: 'Format')
|
|
293
295
|
FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
|
|
296
|
+
FrameControl = Shapes::StringShape.new(name: 'FrameControl')
|
|
294
297
|
FrameMetricType = Shapes::StringShape.new(name: 'FrameMetricType')
|
|
295
298
|
FrameRate = Shapes::StructureShape.new(name: 'FrameRate')
|
|
296
299
|
GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
|
|
@@ -502,6 +505,7 @@ module Aws::MediaConvert
|
|
|
502
505
|
Mp4Settings = Shapes::StructureShape.new(name: 'Mp4Settings')
|
|
503
506
|
MpdAccessibilityCaptionHints = Shapes::StringShape.new(name: 'MpdAccessibilityCaptionHints')
|
|
504
507
|
MpdAudioDuration = Shapes::StringShape.new(name: 'MpdAudioDuration')
|
|
508
|
+
MpdC2paManifest = Shapes::StringShape.new(name: 'MpdC2paManifest')
|
|
505
509
|
MpdCaptionContainerType = Shapes::StringShape.new(name: 'MpdCaptionContainerType')
|
|
506
510
|
MpdKlvMetadata = Shapes::StringShape.new(name: 'MpdKlvMetadata')
|
|
507
511
|
MpdManifestMetadataSignaling = Shapes::StringShape.new(name: 'MpdManifestMetadataSignaling')
|
|
@@ -568,6 +572,7 @@ module Aws::MediaConvert
|
|
|
568
572
|
OutputSettings = Shapes::StructureShape.new(name: 'OutputSettings')
|
|
569
573
|
PadVideo = Shapes::StringShape.new(name: 'PadVideo')
|
|
570
574
|
PartnerWatermarking = Shapes::StructureShape.new(name: 'PartnerWatermarking')
|
|
575
|
+
PassthroughSettings = Shapes::StructureShape.new(name: 'PassthroughSettings')
|
|
571
576
|
Policy = Shapes::StructureShape.new(name: 'Policy')
|
|
572
577
|
Preset = Shapes::StructureShape.new(name: 'Preset')
|
|
573
578
|
PresetListBy = Shapes::StringShape.new(name: 'PresetListBy')
|
|
@@ -622,6 +627,7 @@ module Aws::MediaConvert
|
|
|
622
627
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
623
628
|
ShareStatus = Shapes::StringShape.new(name: 'ShareStatus')
|
|
624
629
|
SimulateReservedQueue = Shapes::StringShape.new(name: 'SimulateReservedQueue')
|
|
630
|
+
SlowPalPitchCorrection = Shapes::StringShape.new(name: 'SlowPalPitchCorrection')
|
|
625
631
|
SpekeKeyProvider = Shapes::StructureShape.new(name: 'SpekeKeyProvider')
|
|
626
632
|
SpekeKeyProviderCmaf = Shapes::StructureShape.new(name: 'SpekeKeyProviderCmaf')
|
|
627
633
|
SrtDestinationSettings = Shapes::StructureShape.new(name: 'SrtDestinationSettings')
|
|
@@ -694,6 +700,7 @@ module Aws::MediaConvert
|
|
|
694
700
|
VideoPreprocessor = Shapes::StructureShape.new(name: 'VideoPreprocessor')
|
|
695
701
|
VideoProperties = Shapes::StructureShape.new(name: 'VideoProperties')
|
|
696
702
|
VideoSelector = Shapes::StructureShape.new(name: 'VideoSelector')
|
|
703
|
+
VideoSelectorMode = Shapes::StringShape.new(name: 'VideoSelectorMode')
|
|
697
704
|
VideoSelectorType = Shapes::StringShape.new(name: 'VideoSelectorType')
|
|
698
705
|
VideoTimecodeInsertion = Shapes::StringShape.new(name: 'VideoTimecodeInsertion')
|
|
699
706
|
VorbisSettings = Shapes::StructureShape.new(name: 'VorbisSettings')
|
|
@@ -820,6 +827,7 @@ module Aws::MediaConvert
|
|
|
820
827
|
__integerMin1Max60000 = Shapes::IntegerShape.new(name: '__integerMin1Max60000')
|
|
821
828
|
__integerMin1Max64 = Shapes::IntegerShape.new(name: '__integerMin1Max64')
|
|
822
829
|
__integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
|
|
830
|
+
__integerMin1Max86400000 = Shapes::IntegerShape.new(name: '__integerMin1Max86400000')
|
|
823
831
|
__integerMin2000Max30000 = Shapes::IntegerShape.new(name: '__integerMin2000Max30000')
|
|
824
832
|
__integerMin22050Max192000 = Shapes::IntegerShape.new(name: '__integerMin22050Max192000')
|
|
825
833
|
__integerMin22050Max48000 = Shapes::IntegerShape.new(name: '__integerMin22050Max48000')
|
|
@@ -838,7 +846,6 @@ module Aws::MediaConvert
|
|
|
838
846
|
__integerMin3Max15 = Shapes::IntegerShape.new(name: '__integerMin3Max15')
|
|
839
847
|
__integerMin48000Max48000 = Shapes::IntegerShape.new(name: '__integerMin48000Max48000')
|
|
840
848
|
__integerMin4Max12 = Shapes::IntegerShape.new(name: '__integerMin4Max12')
|
|
841
|
-
__integerMin50Max86400000 = Shapes::IntegerShape.new(name: '__integerMin50Max86400000')
|
|
842
849
|
__integerMin6000Max1024000 = Shapes::IntegerShape.new(name: '__integerMin6000Max1024000')
|
|
843
850
|
__integerMin64000Max640000 = Shapes::IntegerShape.new(name: '__integerMin64000Max640000')
|
|
844
851
|
__integerMin6Max16 = Shapes::IntegerShape.new(name: '__integerMin6Max16')
|
|
@@ -1056,6 +1063,7 @@ module Aws::MediaConvert
|
|
|
1056
1063
|
|
|
1057
1064
|
AudioDescription.add_member(:audio_channel_tagging_settings, Shapes::ShapeRef.new(shape: AudioChannelTaggingSettings, location_name: "audioChannelTaggingSettings"))
|
|
1058
1065
|
AudioDescription.add_member(:audio_normalization_settings, Shapes::ShapeRef.new(shape: AudioNormalizationSettings, location_name: "audioNormalizationSettings"))
|
|
1066
|
+
AudioDescription.add_member(:audio_pitch_correction_settings, Shapes::ShapeRef.new(shape: AudioPitchCorrectionSettings, location_name: "audioPitchCorrectionSettings"))
|
|
1059
1067
|
AudioDescription.add_member(:audio_source_name, Shapes::ShapeRef.new(shape: __stringMax2048, location_name: "audioSourceName"))
|
|
1060
1068
|
AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "audioType"))
|
|
1061
1069
|
AudioDescription.add_member(:audio_type_control, Shapes::ShapeRef.new(shape: AudioTypeControl, location_name: "audioTypeControl"))
|
|
@@ -1076,6 +1084,9 @@ module Aws::MediaConvert
|
|
|
1076
1084
|
AudioNormalizationSettings.add_member(:true_peak_limiter_threshold, Shapes::ShapeRef.new(shape: __doubleMinNegative8Max0, location_name: "truePeakLimiterThreshold"))
|
|
1077
1085
|
AudioNormalizationSettings.struct_class = Types::AudioNormalizationSettings
|
|
1078
1086
|
|
|
1087
|
+
AudioPitchCorrectionSettings.add_member(:slow_pal_pitch_correction, Shapes::ShapeRef.new(shape: SlowPalPitchCorrection, location_name: "slowPalPitchCorrection"))
|
|
1088
|
+
AudioPitchCorrectionSettings.struct_class = Types::AudioPitchCorrectionSettings
|
|
1089
|
+
|
|
1079
1090
|
AudioProperties.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integer, location_name: "bitDepth"))
|
|
1080
1091
|
AudioProperties.add_member(:bit_rate, Shapes::ShapeRef.new(shape: __long, location_name: "bitRate"))
|
|
1081
1092
|
AudioProperties.add_member(:channels, Shapes::ShapeRef.new(shape: __integer, location_name: "channels"))
|
|
@@ -1095,6 +1106,7 @@ module Aws::MediaConvert
|
|
|
1095
1106
|
AudioSelector.add_member(:program_selection, Shapes::ShapeRef.new(shape: __integerMin0Max8, location_name: "programSelection"))
|
|
1096
1107
|
AudioSelector.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
|
|
1097
1108
|
AudioSelector.add_member(:selector_type, Shapes::ShapeRef.new(shape: AudioSelectorType, location_name: "selectorType"))
|
|
1109
|
+
AudioSelector.add_member(:streams, Shapes::ShapeRef.new(shape: __listOf__integerMin1Max2147483647, location_name: "streams"))
|
|
1098
1110
|
AudioSelector.add_member(:tracks, Shapes::ShapeRef.new(shape: __listOf__integerMin1Max2147483647, location_name: "tracks"))
|
|
1099
1111
|
AudioSelector.struct_class = Types::AudioSelector
|
|
1100
1112
|
|
|
@@ -1305,12 +1317,15 @@ module Aws::MediaConvert
|
|
|
1305
1317
|
CmfcSettings.add_member(:audio_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "audioGroupId"))
|
|
1306
1318
|
CmfcSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
|
|
1307
1319
|
CmfcSettings.add_member(:audio_track_type, Shapes::ShapeRef.new(shape: CmfcAudioTrackType, location_name: "audioTrackType"))
|
|
1320
|
+
CmfcSettings.add_member(:c2pa_manifest, Shapes::ShapeRef.new(shape: CmfcC2paManifest, location_name: "c2paManifest"))
|
|
1321
|
+
CmfcSettings.add_member(:certificate_secret, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "certificateSecret"))
|
|
1308
1322
|
CmfcSettings.add_member(:descriptive_video_service_flag, Shapes::ShapeRef.new(shape: CmfcDescriptiveVideoServiceFlag, location_name: "descriptiveVideoServiceFlag"))
|
|
1309
1323
|
CmfcSettings.add_member(:i_frame_only_manifest, Shapes::ShapeRef.new(shape: CmfcIFrameOnlyManifest, location_name: "iFrameOnlyManifest"))
|
|
1310
1324
|
CmfcSettings.add_member(:klv_metadata, Shapes::ShapeRef.new(shape: CmfcKlvMetadata, location_name: "klvMetadata"))
|
|
1311
1325
|
CmfcSettings.add_member(:manifest_metadata_signaling, Shapes::ShapeRef.new(shape: CmfcManifestMetadataSignaling, location_name: "manifestMetadataSignaling"))
|
|
1312
1326
|
CmfcSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: CmfcScte35Esam, location_name: "scte35Esam"))
|
|
1313
1327
|
CmfcSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: CmfcScte35Source, location_name: "scte35Source"))
|
|
1328
|
+
CmfcSettings.add_member(:signing_kms_key, Shapes::ShapeRef.new(shape: __stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932, location_name: "signingKmsKey"))
|
|
1314
1329
|
CmfcSettings.add_member(:timed_metadata, Shapes::ShapeRef.new(shape: CmfcTimedMetadata, location_name: "timedMetadata"))
|
|
1315
1330
|
CmfcSettings.add_member(:timed_metadata_box_version, Shapes::ShapeRef.new(shape: CmfcTimedMetadataBoxVersion, location_name: "timedMetadataBoxVersion"))
|
|
1316
1331
|
CmfcSettings.add_member(:timed_metadata_scheme_id_uri, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "timedMetadataSchemeIdUri"))
|
|
@@ -2026,7 +2041,7 @@ module Aws::MediaConvert
|
|
|
2026
2041
|
InputTemplate.struct_class = Types::InputTemplate
|
|
2027
2042
|
|
|
2028
2043
|
InputVideoGenerator.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "channels"))
|
|
2029
|
-
InputVideoGenerator.add_member(:duration, Shapes::ShapeRef.new(shape:
|
|
2044
|
+
InputVideoGenerator.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin1Max86400000, location_name: "duration"))
|
|
2030
2045
|
InputVideoGenerator.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max1001, location_name: "framerateDenominator"))
|
|
2031
2046
|
InputVideoGenerator.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max60000, location_name: "framerateNumerator"))
|
|
2032
2047
|
InputVideoGenerator.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin32Max8192, location_name: "height"))
|
|
@@ -2351,11 +2366,14 @@ module Aws::MediaConvert
|
|
|
2351
2366
|
|
|
2352
2367
|
MpdSettings.add_member(:accessibility_caption_hints, Shapes::ShapeRef.new(shape: MpdAccessibilityCaptionHints, location_name: "accessibilityCaptionHints"))
|
|
2353
2368
|
MpdSettings.add_member(:audio_duration, Shapes::ShapeRef.new(shape: MpdAudioDuration, location_name: "audioDuration"))
|
|
2369
|
+
MpdSettings.add_member(:c2pa_manifest, Shapes::ShapeRef.new(shape: MpdC2paManifest, location_name: "c2paManifest"))
|
|
2354
2370
|
MpdSettings.add_member(:caption_container_type, Shapes::ShapeRef.new(shape: MpdCaptionContainerType, location_name: "captionContainerType"))
|
|
2371
|
+
MpdSettings.add_member(:certificate_secret, Shapes::ShapeRef.new(shape: __stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09, location_name: "certificateSecret"))
|
|
2355
2372
|
MpdSettings.add_member(:klv_metadata, Shapes::ShapeRef.new(shape: MpdKlvMetadata, location_name: "klvMetadata"))
|
|
2356
2373
|
MpdSettings.add_member(:manifest_metadata_signaling, Shapes::ShapeRef.new(shape: MpdManifestMetadataSignaling, location_name: "manifestMetadataSignaling"))
|
|
2357
2374
|
MpdSettings.add_member(:scte_35_esam, Shapes::ShapeRef.new(shape: MpdScte35Esam, location_name: "scte35Esam"))
|
|
2358
2375
|
MpdSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: MpdScte35Source, location_name: "scte35Source"))
|
|
2376
|
+
MpdSettings.add_member(:signing_kms_key, Shapes::ShapeRef.new(shape: __stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932, location_name: "signingKmsKey"))
|
|
2359
2377
|
MpdSettings.add_member(:timed_metadata, Shapes::ShapeRef.new(shape: MpdTimedMetadata, location_name: "timedMetadata"))
|
|
2360
2378
|
MpdSettings.add_member(:timed_metadata_box_version, Shapes::ShapeRef.new(shape: MpdTimedMetadataBoxVersion, location_name: "timedMetadataBoxVersion"))
|
|
2361
2379
|
MpdSettings.add_member(:timed_metadata_scheme_id_uri, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "timedMetadataSchemeIdUri"))
|
|
@@ -2519,6 +2537,10 @@ module Aws::MediaConvert
|
|
|
2519
2537
|
PartnerWatermarking.add_member(:nexguard_file_marker_settings, Shapes::ShapeRef.new(shape: NexGuardFileMarkerSettings, location_name: "nexguardFileMarkerSettings"))
|
|
2520
2538
|
PartnerWatermarking.struct_class = Types::PartnerWatermarking
|
|
2521
2539
|
|
|
2540
|
+
PassthroughSettings.add_member(:frame_control, Shapes::ShapeRef.new(shape: FrameControl, location_name: "frameControl"))
|
|
2541
|
+
PassthroughSettings.add_member(:video_selector_mode, Shapes::ShapeRef.new(shape: VideoSelectorMode, location_name: "videoSelectorMode"))
|
|
2542
|
+
PassthroughSettings.struct_class = Types::PassthroughSettings
|
|
2543
|
+
|
|
2522
2544
|
Policy.add_member(:http_inputs, Shapes::ShapeRef.new(shape: InputPolicy, location_name: "httpInputs"))
|
|
2523
2545
|
Policy.add_member(:https_inputs, Shapes::ShapeRef.new(shape: InputPolicy, location_name: "httpsInputs"))
|
|
2524
2546
|
Policy.add_member(:s3_inputs, Shapes::ShapeRef.new(shape: InputPolicy, location_name: "s3Inputs"))
|
|
@@ -2745,6 +2767,7 @@ module Aws::MediaConvert
|
|
|
2745
2767
|
TrackMapping.add_member(:video_track_indexes, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "videoTrackIndexes"))
|
|
2746
2768
|
TrackMapping.struct_class = Types::TrackMapping
|
|
2747
2769
|
|
|
2770
|
+
TrackSourceSettings.add_member(:stream_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "streamNumber"))
|
|
2748
2771
|
TrackSourceSettings.add_member(:track_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "trackNumber"))
|
|
2749
2772
|
TrackSourceSettings.struct_class = Types::TrackSourceSettings
|
|
2750
2773
|
|
|
@@ -2820,6 +2843,7 @@ module Aws::MediaConvert
|
|
|
2820
2843
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
|
2821
2844
|
VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
|
|
2822
2845
|
VideoCodecSettings.add_member(:mpeg_2_settings, Shapes::ShapeRef.new(shape: Mpeg2Settings, location_name: "mpeg2Settings"))
|
|
2846
|
+
VideoCodecSettings.add_member(:passthrough_settings, Shapes::ShapeRef.new(shape: PassthroughSettings, location_name: "passthroughSettings"))
|
|
2823
2847
|
VideoCodecSettings.add_member(:prores_settings, Shapes::ShapeRef.new(shape: ProresSettings, location_name: "proresSettings"))
|
|
2824
2848
|
VideoCodecSettings.add_member(:uncompressed_settings, Shapes::ShapeRef.new(shape: UncompressedSettings, location_name: "uncompressedSettings"))
|
|
2825
2849
|
VideoCodecSettings.add_member(:vc_3_settings, Shapes::ShapeRef.new(shape: Vc3Settings, location_name: "vc3Settings"))
|
|
@@ -2878,6 +2902,7 @@ module Aws::MediaConvert
|
|
|
2878
2902
|
VideoOverlayInputClipping.struct_class = Types::VideoOverlayInputClipping
|
|
2879
2903
|
|
|
2880
2904
|
VideoOverlayPosition.add_member(:height, Shapes::ShapeRef.new(shape: __integerMinNegative1Max2147483647, location_name: "height"))
|
|
2905
|
+
VideoOverlayPosition.add_member(:opacity, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "opacity"))
|
|
2881
2906
|
VideoOverlayPosition.add_member(:unit, Shapes::ShapeRef.new(shape: VideoOverlayUnit, location_name: "unit"))
|
|
2882
2907
|
VideoOverlayPosition.add_member(:width, Shapes::ShapeRef.new(shape: __integerMinNegative1Max2147483647, location_name: "width"))
|
|
2883
2908
|
VideoOverlayPosition.add_member(:x_position, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "xPosition"))
|