aws-sdk-mediaconvert 1.137.0 → 1.139.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58c960d9bf0675137111c51113643a166465fd96d8bd8ddf46a4fd5968856a4f
4
- data.tar.gz: f19fa4d81157641f653faade55cc9a7b04fbf94375b06db2d55a706a48e90b99
3
+ metadata.gz: 2b2f82d2f5ba57a353a0680ea34e8635edaf6ca42cc1c7f183273dece4cff016
4
+ data.tar.gz: ceb61d4faee2f7307bdefde8f7a724fb686a69c2ae219509e08c8ed8aebcae2e
5
5
  SHA512:
6
- metadata.gz: 343ec01150b777692ce27ac1dd5947158d58b8fa69b54dc8c7237e82b2015cc34410ad1c3531c903acd5a8a96aba53e0959005f5ff35151eade2a305321b4613
7
- data.tar.gz: 55d7d23fb6fc711966e9e5ecdacb3ced76fb1c8dadb7aacc4ff6ded21d0733a4ef332892a7906f16614cccfb787b41a87bd8958d6d5939b5be735b4f119dd2c1
6
+ metadata.gz: eb000bb775be3c764def2f99780fb8590a1bcc8080eabcb8dc49299c033aaf11df1b0598a91ac49f1a547a67cc1812fcba23faa0883045e58ac009895ab053fc
7
+ data.tar.gz: ec5bdf8479661487fb2dcb0432d5dfaf1813d712fbc935515e8ad8e63d1e5a8fc34e503e7c99ce70b8f049006d11c76e20c619c52e379d6ca9713500971ae8d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.139.0 (2024-09-19)
5
+ ------------------
6
+
7
+ * Feature - This release provides support for additional DRM configurations per SPEKE Version 2.0.
8
+
9
+ 1.138.0 (2024-09-12)
10
+ ------------------
11
+
12
+ * Feature - This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback
13
+
4
14
  1.137.0 (2024-09-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
1
+ 1.139.0
@@ -519,6 +519,13 @@ module Aws::MediaConvert
519
519
  # before hopping. For more information about this feature, see the AWS
520
520
  # Elemental MediaConvert User Guide.
521
521
  #
522
+ # @option params [String] :job_engine_version
523
+ # Use Job engine versions to run jobs for your production workflow on
524
+ # one version, while you test and validate the latest version. To
525
+ # specify a Job engine version: Enter a date in a YYYY-MM-DD format. For
526
+ # a list of valid Job engine versions, submit a ListVersions request. To
527
+ # not specify a Job engine version: Leave blank.
528
+ #
522
529
  # @option params [String] :job_template
523
530
  # Optional. When you create a job, you can either specify a job template
524
531
  # or specify the transcoding settings individually.
@@ -935,7 +942,7 @@ module Aws::MediaConvert
935
942
  # timed_metadata_scheme_id_uri: "__stringMax1000",
936
943
  # timed_metadata_value: "__stringMax1000",
937
944
  # },
938
- # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW, Y4M
945
+ # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, OGG, WEBM, RAW, Y4M
939
946
  # f4v_settings: {
940
947
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
941
948
  # },
@@ -1141,6 +1148,7 @@ module Aws::MediaConvert
1141
1148
  # },
1142
1149
  # rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
1143
1150
  # repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
1151
+ # saliency_aware_encoding: "DISABLED", # accepts DISABLED, PREFERRED
1144
1152
  # scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
1145
1153
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
1146
1154
  # slices: 1,
@@ -1682,7 +1690,7 @@ module Aws::MediaConvert
1682
1690
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
1683
1691
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
1684
1692
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata_value #=> String
1685
- # resp.preset.settings.container_settings.container #=> String, one of "F4V", "ISMV", "M2TS", "M3U8", "CMFC", "MOV", "MP4", "MPD", "MXF", "WEBM", "RAW", "Y4M"
1693
+ # resp.preset.settings.container_settings.container #=> String, one of "F4V", "ISMV", "M2TS", "M3U8", "CMFC", "MOV", "MP4", "MPD", "MXF", "OGG", "WEBM", "RAW", "Y4M"
1686
1694
  # resp.preset.settings.container_settings.f4v_settings.moov_placement #=> String, one of "PROGRESSIVE_DOWNLOAD", "NORMAL"
1687
1695
  # resp.preset.settings.container_settings.m2ts_settings.audio_buffer_model #=> String, one of "DVB", "ATSC"
1688
1696
  # resp.preset.settings.container_settings.m2ts_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -1849,6 +1857,7 @@ module Aws::MediaConvert
1849
1857
  # resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
1850
1858
  # resp.preset.settings.video_description.codec_settings.h264_settings.rate_control_mode #=> String, one of "VBR", "CBR", "QVBR"
1851
1859
  # resp.preset.settings.video_description.codec_settings.h264_settings.repeat_pps #=> String, one of "DISABLED", "ENABLED"
1860
+ # resp.preset.settings.video_description.codec_settings.h264_settings.saliency_aware_encoding #=> String, one of "DISABLED", "PREFERRED"
1852
1861
  # resp.preset.settings.video_description.codec_settings.h264_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
1853
1862
  # resp.preset.settings.video_description.codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED", "TRANSITION_DETECTION"
1854
1863
  # resp.preset.settings.video_description.codec_settings.h264_settings.slices #=> Integer
@@ -2640,7 +2649,7 @@ module Aws::MediaConvert
2640
2649
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
2641
2650
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
2642
2651
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata_value #=> String
2643
- # resp.preset.settings.container_settings.container #=> String, one of "F4V", "ISMV", "M2TS", "M3U8", "CMFC", "MOV", "MP4", "MPD", "MXF", "WEBM", "RAW", "Y4M"
2652
+ # resp.preset.settings.container_settings.container #=> String, one of "F4V", "ISMV", "M2TS", "M3U8", "CMFC", "MOV", "MP4", "MPD", "MXF", "OGG", "WEBM", "RAW", "Y4M"
2644
2653
  # resp.preset.settings.container_settings.f4v_settings.moov_placement #=> String, one of "PROGRESSIVE_DOWNLOAD", "NORMAL"
2645
2654
  # resp.preset.settings.container_settings.m2ts_settings.audio_buffer_model #=> String, one of "DVB", "ATSC"
2646
2655
  # resp.preset.settings.container_settings.m2ts_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -2807,6 +2816,7 @@ module Aws::MediaConvert
2807
2816
  # resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
2808
2817
  # resp.preset.settings.video_description.codec_settings.h264_settings.rate_control_mode #=> String, one of "VBR", "CBR", "QVBR"
2809
2818
  # resp.preset.settings.video_description.codec_settings.h264_settings.repeat_pps #=> String, one of "DISABLED", "ENABLED"
2819
+ # resp.preset.settings.video_description.codec_settings.h264_settings.saliency_aware_encoding #=> String, one of "DISABLED", "PREFERRED"
2810
2820
  # resp.preset.settings.video_description.codec_settings.h264_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
2811
2821
  # resp.preset.settings.video_description.codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED", "TRANSITION_DETECTION"
2812
2822
  # resp.preset.settings.video_description.codec_settings.h264_settings.slices #=> Integer
@@ -3475,7 +3485,7 @@ module Aws::MediaConvert
3475
3485
  # resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
3476
3486
  # resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
3477
3487
  # resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata_value #=> String
3478
- # resp.presets[0].settings.container_settings.container #=> String, one of "F4V", "ISMV", "M2TS", "M3U8", "CMFC", "MOV", "MP4", "MPD", "MXF", "WEBM", "RAW", "Y4M"
3488
+ # resp.presets[0].settings.container_settings.container #=> String, one of "F4V", "ISMV", "M2TS", "M3U8", "CMFC", "MOV", "MP4", "MPD", "MXF", "OGG", "WEBM", "RAW", "Y4M"
3479
3489
  # resp.presets[0].settings.container_settings.f4v_settings.moov_placement #=> String, one of "PROGRESSIVE_DOWNLOAD", "NORMAL"
3480
3490
  # resp.presets[0].settings.container_settings.m2ts_settings.audio_buffer_model #=> String, one of "DVB", "ATSC"
3481
3491
  # resp.presets[0].settings.container_settings.m2ts_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -3642,6 +3652,7 @@ module Aws::MediaConvert
3642
3652
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
3643
3653
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.rate_control_mode #=> String, one of "VBR", "CBR", "QVBR"
3644
3654
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.repeat_pps #=> String, one of "DISABLED", "ENABLED"
3655
+ # resp.presets[0].settings.video_description.codec_settings.h264_settings.saliency_aware_encoding #=> String, one of "DISABLED", "PREFERRED"
3645
3656
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
3646
3657
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED", "TRANSITION_DETECTION"
3647
3658
  # resp.presets[0].settings.video_description.codec_settings.h264_settings.slices #=> Integer
@@ -4011,6 +4022,47 @@ module Aws::MediaConvert
4011
4022
  req.send_request(options)
4012
4023
  end
4013
4024
 
4025
+ # Retrieve a JSON array of all available Job engine versions and the
4026
+ # date they expire.
4027
+ #
4028
+ # @option params [Integer] :max_results
4029
+ # Optional. Number of valid Job engine versions, up to twenty, that will
4030
+ # be returned at one time.
4031
+ #
4032
+ # @option params [String] :next_token
4033
+ # Optional. Use this string, provided with the response to a previous
4034
+ # request, to request the next batch of Job engine versions.
4035
+ #
4036
+ # @return [Types::ListVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4037
+ #
4038
+ # * {Types::ListVersionsResponse#next_token #next_token} => String
4039
+ # * {Types::ListVersionsResponse#versions #versions} => Array<Types::JobEngineVersion>
4040
+ #
4041
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4042
+ #
4043
+ # @example Request syntax with placeholder values
4044
+ #
4045
+ # resp = client.list_versions({
4046
+ # max_results: 1,
4047
+ # next_token: "__string",
4048
+ # })
4049
+ #
4050
+ # @example Response structure
4051
+ #
4052
+ # resp.next_token #=> String
4053
+ # resp.versions #=> Array
4054
+ # resp.versions[0].expiration_date #=> Time
4055
+ # resp.versions[0].version #=> String
4056
+ #
4057
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListVersions AWS API Documentation
4058
+ #
4059
+ # @overload list_versions(params = {})
4060
+ # @param [Hash] params ({})
4061
+ def list_versions(params = {}, options = {})
4062
+ req = build_request(:list_versions, params)
4063
+ req.send_request(options)
4064
+ end
4065
+
4014
4066
  # Create or change your policy. For more information about policies, see
4015
4067
  # the user guide at
4016
4068
  # http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
@@ -4503,7 +4555,7 @@ module Aws::MediaConvert
4503
4555
  # timed_metadata_scheme_id_uri: "__stringMax1000",
4504
4556
  # timed_metadata_value: "__stringMax1000",
4505
4557
  # },
4506
- # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, WEBM, RAW, Y4M
4558
+ # container: "F4V", # accepts F4V, ISMV, M2TS, M3U8, CMFC, MOV, MP4, MPD, MXF, OGG, WEBM, RAW, Y4M
4507
4559
  # f4v_settings: {
4508
4560
  # moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
4509
4561
  # },
@@ -4709,6 +4761,7 @@ module Aws::MediaConvert
4709
4761
  # },
4710
4762
  # rate_control_mode: "VBR", # accepts VBR, CBR, QVBR
4711
4763
  # repeat_pps: "DISABLED", # accepts DISABLED, ENABLED
4764
+ # saliency_aware_encoding: "DISABLED", # accepts DISABLED, PREFERRED
4712
4765
  # scan_type_conversion_mode: "INTERLACED", # accepts INTERLACED, INTERLACED_OPTIMIZE
4713
4766
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED, TRANSITION_DETECTION
4714
4767
  # slices: 1,
@@ -5247,7 +5300,7 @@ module Aws::MediaConvert
5247
5300
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata_box_version #=> String, one of "VERSION_0", "VERSION_1"
5248
5301
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata_scheme_id_uri #=> String
5249
5302
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata_value #=> String
5250
- # resp.preset.settings.container_settings.container #=> String, one of "F4V", "ISMV", "M2TS", "M3U8", "CMFC", "MOV", "MP4", "MPD", "MXF", "WEBM", "RAW", "Y4M"
5303
+ # resp.preset.settings.container_settings.container #=> String, one of "F4V", "ISMV", "M2TS", "M3U8", "CMFC", "MOV", "MP4", "MPD", "MXF", "OGG", "WEBM", "RAW", "Y4M"
5251
5304
  # resp.preset.settings.container_settings.f4v_settings.moov_placement #=> String, one of "PROGRESSIVE_DOWNLOAD", "NORMAL"
5252
5305
  # resp.preset.settings.container_settings.m2ts_settings.audio_buffer_model #=> String, one of "DVB", "ATSC"
5253
5306
  # resp.preset.settings.container_settings.m2ts_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -5414,6 +5467,7 @@ module Aws::MediaConvert
5414
5467
  # resp.preset.settings.video_description.codec_settings.h264_settings.qvbr_settings.qvbr_quality_level_fine_tune #=> Float
5415
5468
  # resp.preset.settings.video_description.codec_settings.h264_settings.rate_control_mode #=> String, one of "VBR", "CBR", "QVBR"
5416
5469
  # resp.preset.settings.video_description.codec_settings.h264_settings.repeat_pps #=> String, one of "DISABLED", "ENABLED"
5470
+ # resp.preset.settings.video_description.codec_settings.h264_settings.saliency_aware_encoding #=> String, one of "DISABLED", "PREFERRED"
5417
5471
  # resp.preset.settings.video_description.codec_settings.h264_settings.scan_type_conversion_mode #=> String, one of "INTERLACED", "INTERLACED_OPTIMIZE"
5418
5472
  # resp.preset.settings.video_description.codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED", "TRANSITION_DETECTION"
5419
5473
  # resp.preset.settings.video_description.codec_settings.h264_settings.slices #=> Integer
@@ -5769,7 +5823,7 @@ module Aws::MediaConvert
5769
5823
  tracer: tracer
5770
5824
  )
5771
5825
  context[:gem_name] = 'aws-sdk-mediaconvert'
5772
- context[:gem_version] = '1.137.0'
5826
+ context[:gem_version] = '1.139.0'
5773
5827
  Seahorse::Client::Request.new(handlers, context)
5774
5828
  end
5775
5829
 
@@ -108,6 +108,7 @@ module Aws::MediaConvert
108
108
  CaptionDestinationSettings = Shapes::StructureShape.new(name: 'CaptionDestinationSettings')
109
109
  CaptionDestinationType = Shapes::StringShape.new(name: 'CaptionDestinationType')
110
110
  CaptionSelector = Shapes::StructureShape.new(name: 'CaptionSelector')
111
+ CaptionSourceByteRateLimit = Shapes::StringShape.new(name: 'CaptionSourceByteRateLimit')
111
112
  CaptionSourceConvertPaintOnToPopOn = Shapes::StringShape.new(name: 'CaptionSourceConvertPaintOnToPopOn')
112
113
  CaptionSourceFramerate = Shapes::StructureShape.new(name: 'CaptionSourceFramerate')
113
114
  CaptionSourceSettings = Shapes::StructureShape.new(name: 'CaptionSourceSettings')
@@ -257,6 +258,7 @@ module Aws::MediaConvert
257
258
  EmbeddedSourceSettings = Shapes::StructureShape.new(name: 'EmbeddedSourceSettings')
258
259
  EmbeddedTerminateCaptions = Shapes::StringShape.new(name: 'EmbeddedTerminateCaptions')
259
260
  EmbeddedTimecodeOverride = Shapes::StringShape.new(name: 'EmbeddedTimecodeOverride')
261
+ EncryptionContractConfiguration = Shapes::StructureShape.new(name: 'EncryptionContractConfiguration')
260
262
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
261
263
  EsamManifestConfirmConditionNotification = Shapes::StructureShape.new(name: 'EsamManifestConfirmConditionNotification')
262
264
  EsamSettings = Shapes::StructureShape.new(name: 'EsamSettings')
@@ -302,6 +304,7 @@ module Aws::MediaConvert
302
304
  H264QvbrSettings = Shapes::StructureShape.new(name: 'H264QvbrSettings')
303
305
  H264RateControlMode = Shapes::StringShape.new(name: 'H264RateControlMode')
304
306
  H264RepeatPps = Shapes::StringShape.new(name: 'H264RepeatPps')
307
+ H264SaliencyAwareEncoding = Shapes::StringShape.new(name: 'H264SaliencyAwareEncoding')
305
308
  H264ScanTypeConversionMode = Shapes::StringShape.new(name: 'H264ScanTypeConversionMode')
306
309
  H264SceneChangeDetect = Shapes::StringShape.new(name: 'H264SceneChangeDetect')
307
310
  H264Settings = Shapes::StructureShape.new(name: 'H264Settings')
@@ -399,6 +402,7 @@ module Aws::MediaConvert
399
402
  InsertableImage = Shapes::StructureShape.new(name: 'InsertableImage')
400
403
  InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
401
404
  Job = Shapes::StructureShape.new(name: 'Job')
405
+ JobEngineVersion = Shapes::StructureShape.new(name: 'JobEngineVersion')
402
406
  JobMessages = Shapes::StructureShape.new(name: 'JobMessages')
403
407
  JobPhase = Shapes::StringShape.new(name: 'JobPhase')
404
408
  JobSettings = Shapes::StructureShape.new(name: 'JobSettings')
@@ -418,6 +422,8 @@ module Aws::MediaConvert
418
422
  ListQueuesResponse = Shapes::StructureShape.new(name: 'ListQueuesResponse')
419
423
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
420
424
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
425
+ ListVersionsRequest = Shapes::StructureShape.new(name: 'ListVersionsRequest')
426
+ ListVersionsResponse = Shapes::StructureShape.new(name: 'ListVersionsResponse')
421
427
  M2tsAudioBufferModel = Shapes::StringShape.new(name: 'M2tsAudioBufferModel')
422
428
  M2tsAudioDuration = Shapes::StringShape.new(name: 'M2tsAudioDuration')
423
429
  M2tsBufferModel = Shapes::StringShape.new(name: 'M2tsBufferModel')
@@ -534,6 +540,8 @@ module Aws::MediaConvert
534
540
  Preset = Shapes::StructureShape.new(name: 'Preset')
535
541
  PresetListBy = Shapes::StringShape.new(name: 'PresetListBy')
536
542
  PresetSettings = Shapes::StructureShape.new(name: 'PresetSettings')
543
+ PresetSpeke20Audio = Shapes::StringShape.new(name: 'PresetSpeke20Audio')
544
+ PresetSpeke20Video = Shapes::StringShape.new(name: 'PresetSpeke20Video')
537
545
  PricingPlan = Shapes::StringShape.new(name: 'PricingPlan')
538
546
  ProresChromaSampling = Shapes::StringShape.new(name: 'ProresChromaSampling')
539
547
  ProresCodecProfile = Shapes::StringShape.new(name: 'ProresCodecProfile')
@@ -630,6 +638,10 @@ module Aws::MediaConvert
630
638
  VideoOverlay = Shapes::StructureShape.new(name: 'VideoOverlay')
631
639
  VideoOverlayInput = Shapes::StructureShape.new(name: 'VideoOverlayInput')
632
640
  VideoOverlayInputClipping = Shapes::StructureShape.new(name: 'VideoOverlayInputClipping')
641
+ VideoOverlayPlayBackMode = Shapes::StringShape.new(name: 'VideoOverlayPlayBackMode')
642
+ VideoOverlayPosition = Shapes::StructureShape.new(name: 'VideoOverlayPosition')
643
+ VideoOverlayTransition = Shapes::StructureShape.new(name: 'VideoOverlayTransition')
644
+ VideoOverlayUnit = Shapes::StringShape.new(name: 'VideoOverlayUnit')
633
645
  VideoPreprocessor = Shapes::StructureShape.new(name: 'VideoPreprocessor')
634
646
  VideoSelector = Shapes::StructureShape.new(name: 'VideoSelector')
635
647
  VideoTimecodeInsertion = Shapes::StringShape.new(name: 'VideoTimecodeInsertion')
@@ -785,6 +797,7 @@ module Aws::MediaConvert
785
797
  __integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
786
798
  __integerMinNegative180Max180 = Shapes::IntegerShape.new(name: '__integerMinNegative180Max180')
787
799
  __integerMinNegative1Max10 = Shapes::IntegerShape.new(name: '__integerMinNegative1Max10')
800
+ __integerMinNegative1Max2147483647 = Shapes::IntegerShape.new(name: '__integerMinNegative1Max2147483647')
788
801
  __integerMinNegative1Max3 = Shapes::IntegerShape.new(name: '__integerMinNegative1Max3')
789
802
  __integerMinNegative2147483648Max2147483647 = Shapes::IntegerShape.new(name: '__integerMinNegative2147483648Max2147483647')
790
803
  __integerMinNegative2Max3 = Shapes::IntegerShape.new(name: '__integerMinNegative2Max3')
@@ -813,6 +826,7 @@ module Aws::MediaConvert
813
826
  __listOfInputTemplate = Shapes::ListShape.new(name: '__listOfInputTemplate')
814
827
  __listOfInsertableImage = Shapes::ListShape.new(name: '__listOfInsertableImage')
815
828
  __listOfJob = Shapes::ListShape.new(name: '__listOfJob')
829
+ __listOfJobEngineVersion = Shapes::ListShape.new(name: '__listOfJobEngineVersion')
816
830
  __listOfJobTemplate = Shapes::ListShape.new(name: '__listOfJobTemplate')
817
831
  __listOfMsSmoothAdditionalManifest = Shapes::ListShape.new(name: '__listOfMsSmoothAdditionalManifest')
818
832
  __listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
@@ -826,6 +840,7 @@ module Aws::MediaConvert
826
840
  __listOfTeletextPageType = Shapes::ListShape.new(name: '__listOfTeletextPageType')
827
841
  __listOfVideoOverlay = Shapes::ListShape.new(name: '__listOfVideoOverlay')
828
842
  __listOfVideoOverlayInputClipping = Shapes::ListShape.new(name: '__listOfVideoOverlayInputClipping')
843
+ __listOfVideoOverlayTransition = Shapes::ListShape.new(name: '__listOfVideoOverlayTransition')
829
844
  __listOfWarningGroup = Shapes::ListShape.new(name: '__listOfWarningGroup')
830
845
  __listOf__doubleMinNegative60Max6 = Shapes::ListShape.new(name: '__listOf__doubleMinNegative60Max6')
831
846
  __listOf__integerMin1Max2147483647 = Shapes::ListShape.new(name: '__listOf__integerMin1Max2147483647')
@@ -1251,6 +1266,7 @@ module Aws::MediaConvert
1251
1266
  CreateJobRequest.add_member(:billing_tags_source, Shapes::ShapeRef.new(shape: BillingTagsSource, location_name: "billingTagsSource"))
1252
1267
  CreateJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
1253
1268
  CreateJobRequest.add_member(:hop_destinations, Shapes::ShapeRef.new(shape: __listOfHopDestination, location_name: "hopDestinations"))
1269
+ CreateJobRequest.add_member(:job_engine_version, Shapes::ShapeRef.new(shape: __string, location_name: "jobEngineVersion"))
1254
1270
  CreateJobRequest.add_member(:job_template, Shapes::ShapeRef.new(shape: __string, location_name: "jobTemplate"))
1255
1271
  CreateJobRequest.add_member(:priority, Shapes::ShapeRef.new(shape: __integerMinNegative50Max50, location_name: "priority"))
1256
1272
  CreateJobRequest.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
@@ -1494,6 +1510,10 @@ module Aws::MediaConvert
1494
1510
  EmbeddedSourceSettings.add_member(:terminate_captions, Shapes::ShapeRef.new(shape: EmbeddedTerminateCaptions, location_name: "terminateCaptions"))
1495
1511
  EmbeddedSourceSettings.struct_class = Types::EmbeddedSourceSettings
1496
1512
 
1513
+ EncryptionContractConfiguration.add_member(:speke_audio_preset, Shapes::ShapeRef.new(shape: PresetSpeke20Audio, location_name: "spekeAudioPreset"))
1514
+ EncryptionContractConfiguration.add_member(:speke_video_preset, Shapes::ShapeRef.new(shape: PresetSpeke20Video, location_name: "spekeVideoPreset"))
1515
+ EncryptionContractConfiguration.struct_class = Types::EncryptionContractConfiguration
1516
+
1497
1517
  Endpoint.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
1498
1518
  Endpoint.struct_class = Types::Endpoint
1499
1519
 
@@ -1522,6 +1542,7 @@ module Aws::MediaConvert
1522
1542
  FileGroupSettings.add_member(:destination_settings, Shapes::ShapeRef.new(shape: DestinationSettings, location_name: "destinationSettings"))
1523
1543
  FileGroupSettings.struct_class = Types::FileGroupSettings
1524
1544
 
1545
+ FileSourceSettings.add_member(:byte_rate_limit, Shapes::ShapeRef.new(shape: CaptionSourceByteRateLimit, location_name: "byteRateLimit"))
1525
1546
  FileSourceSettings.add_member(:convert_608_to_708, Shapes::ShapeRef.new(shape: FileSourceConvert608To708, location_name: "convert608To708"))
1526
1547
  FileSourceSettings.add_member(:convert_paint_to_pop, Shapes::ShapeRef.new(shape: CaptionSourceConvertPaintOnToPopOn, location_name: "convertPaintToPop"))
1527
1548
  FileSourceSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: CaptionSourceFramerate, location_name: "framerate"))
@@ -1615,6 +1636,7 @@ module Aws::MediaConvert
1615
1636
  H264Settings.add_member(:qvbr_settings, Shapes::ShapeRef.new(shape: H264QvbrSettings, location_name: "qvbrSettings"))
1616
1637
  H264Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H264RateControlMode, location_name: "rateControlMode"))
1617
1638
  H264Settings.add_member(:repeat_pps, Shapes::ShapeRef.new(shape: H264RepeatPps, location_name: "repeatPps"))
1639
+ H264Settings.add_member(:saliency_aware_encoding, Shapes::ShapeRef.new(shape: H264SaliencyAwareEncoding, location_name: "saliencyAwareEncoding"))
1618
1640
  H264Settings.add_member(:scan_type_conversion_mode, Shapes::ShapeRef.new(shape: H264ScanTypeConversionMode, location_name: "scanTypeConversionMode"))
1619
1641
  H264Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: H264SceneChangeDetect, location_name: "sceneChangeDetect"))
1620
1642
  H264Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
@@ -1881,6 +1903,8 @@ module Aws::MediaConvert
1881
1903
  Job.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
1882
1904
  Job.add_member(:hop_destinations, Shapes::ShapeRef.new(shape: __listOfHopDestination, location_name: "hopDestinations"))
1883
1905
  Job.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1906
+ Job.add_member(:job_engine_version_requested, Shapes::ShapeRef.new(shape: __string, location_name: "jobEngineVersionRequested"))
1907
+ Job.add_member(:job_engine_version_used, Shapes::ShapeRef.new(shape: __string, location_name: "jobEngineVersionUsed"))
1884
1908
  Job.add_member(:job_percent_complete, Shapes::ShapeRef.new(shape: __integer, location_name: "jobPercentComplete"))
1885
1909
  Job.add_member(:job_template, Shapes::ShapeRef.new(shape: __string, location_name: "jobTemplate"))
1886
1910
  Job.add_member(:messages, Shapes::ShapeRef.new(shape: JobMessages, location_name: "messages"))
@@ -1899,6 +1923,10 @@ module Aws::MediaConvert
1899
1923
  Job.add_member(:warnings, Shapes::ShapeRef.new(shape: __listOfWarningGroup, location_name: "warnings"))
1900
1924
  Job.struct_class = Types::Job
1901
1925
 
1926
+ JobEngineVersion.add_member(:expiration_date, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "expirationDate"))
1927
+ JobEngineVersion.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "version"))
1928
+ JobEngineVersion.struct_class = Types::JobEngineVersion
1929
+
1902
1930
  JobMessages.add_member(:info, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "info"))
1903
1931
  JobMessages.add_member(:warning, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "warning"))
1904
1932
  JobMessages.struct_class = Types::JobMessages
@@ -2014,6 +2042,14 @@ module Aws::MediaConvert
2014
2042
  ListTagsForResourceResponse.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTags, location_name: "resourceTags"))
2015
2043
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
2016
2044
 
2045
+ ListVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin1Max20, location: "querystring", location_name: "maxResults"))
2046
+ ListVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
2047
+ ListVersionsRequest.struct_class = Types::ListVersionsRequest
2048
+
2049
+ ListVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
2050
+ ListVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: __listOfJobEngineVersion, location_name: "versions"))
2051
+ ListVersionsResponse.struct_class = Types::ListVersionsResponse
2052
+
2017
2053
  M2tsScte35Esam.add_member(:scte_35_esam_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "scte35EsamPid"))
2018
2054
  M2tsScte35Esam.struct_class = Types::M2tsScte35Esam
2019
2055
 
@@ -2422,6 +2458,7 @@ module Aws::MediaConvert
2422
2458
  SearchJobsResponse.struct_class = Types::SearchJobsResponse
2423
2459
 
2424
2460
  SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovAcm, location_name: "certificateArn"))
2461
+ SpekeKeyProvider.add_member(:encryption_contract_configuration, Shapes::ShapeRef.new(shape: EncryptionContractConfiguration, location_name: "encryptionContractConfiguration"))
2425
2462
  SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
2426
2463
  SpekeKeyProvider.add_member(:system_ids, Shapes::ShapeRef.new(shape: __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "systemIds"))
2427
2464
  SpekeKeyProvider.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttpsD, location_name: "url"))
@@ -2429,6 +2466,7 @@ module Aws::MediaConvert
2429
2466
 
2430
2467
  SpekeKeyProviderCmaf.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __stringPatternArnAwsUsGovAcm, location_name: "certificateArn"))
2431
2468
  SpekeKeyProviderCmaf.add_member(:dash_signaled_system_ids, Shapes::ShapeRef.new(shape: __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "dashSignaledSystemIds"))
2469
+ SpekeKeyProviderCmaf.add_member(:encryption_contract_configuration, Shapes::ShapeRef.new(shape: EncryptionContractConfiguration, location_name: "encryptionContractConfiguration"))
2432
2470
  SpekeKeyProviderCmaf.add_member(:hls_signaled_system_ids, Shapes::ShapeRef.new(shape: __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12, location_name: "hlsSignaledSystemIds"))
2433
2471
  SpekeKeyProviderCmaf.add_member(:resource_id, Shapes::ShapeRef.new(shape: __stringPatternW, location_name: "resourceId"))
2434
2472
  SpekeKeyProviderCmaf.add_member(:url, Shapes::ShapeRef.new(shape: __stringPatternHttpsD, location_name: "url"))
@@ -2581,8 +2619,11 @@ module Aws::MediaConvert
2581
2619
  VideoDetail.struct_class = Types::VideoDetail
2582
2620
 
2583
2621
  VideoOverlay.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "endTimecode"))
2622
+ VideoOverlay.add_member(:initial_position, Shapes::ShapeRef.new(shape: VideoOverlayPosition, location_name: "initialPosition"))
2584
2623
  VideoOverlay.add_member(:input, Shapes::ShapeRef.new(shape: VideoOverlayInput, location_name: "input"))
2624
+ VideoOverlay.add_member(:playback, Shapes::ShapeRef.new(shape: VideoOverlayPlayBackMode, location_name: "playback"))
2585
2625
  VideoOverlay.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "startTimecode"))
2626
+ VideoOverlay.add_member(:transitions, Shapes::ShapeRef.new(shape: __listOfVideoOverlayTransition, location_name: "transitions"))
2586
2627
  VideoOverlay.struct_class = Types::VideoOverlay
2587
2628
 
2588
2629
  VideoOverlayInput.add_member(:file_input, Shapes::ShapeRef.new(shape: __stringPatternS3Https, location_name: "fileInput"))
@@ -2591,10 +2632,22 @@ module Aws::MediaConvert
2591
2632
  VideoOverlayInput.add_member(:timecode_start, Shapes::ShapeRef.new(shape: __stringMin11Max11Pattern01D20305D205D, location_name: "timecodeStart"))
2592
2633
  VideoOverlayInput.struct_class = Types::VideoOverlayInput
2593
2634
 
2594
- VideoOverlayInputClipping.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "endTimecode"))
2595
- VideoOverlayInputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "startTimecode"))
2635
+ VideoOverlayInputClipping.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092090909, location_name: "endTimecode"))
2636
+ VideoOverlayInputClipping.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092090909, location_name: "startTimecode"))
2596
2637
  VideoOverlayInputClipping.struct_class = Types::VideoOverlayInputClipping
2597
2638
 
2639
+ VideoOverlayPosition.add_member(:height, Shapes::ShapeRef.new(shape: __integerMinNegative1Max2147483647, location_name: "height"))
2640
+ VideoOverlayPosition.add_member(:unit, Shapes::ShapeRef.new(shape: VideoOverlayUnit, location_name: "unit"))
2641
+ VideoOverlayPosition.add_member(:width, Shapes::ShapeRef.new(shape: __integerMinNegative1Max2147483647, location_name: "width"))
2642
+ VideoOverlayPosition.add_member(:x_position, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "xPosition"))
2643
+ VideoOverlayPosition.add_member(:y_position, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "yPosition"))
2644
+ VideoOverlayPosition.struct_class = Types::VideoOverlayPosition
2645
+
2646
+ VideoOverlayTransition.add_member(:end_position, Shapes::ShapeRef.new(shape: VideoOverlayPosition, location_name: "endPosition"))
2647
+ VideoOverlayTransition.add_member(:end_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "endTimecode"))
2648
+ VideoOverlayTransition.add_member(:start_timecode, Shapes::ShapeRef.new(shape: __stringPattern010920405090509092, location_name: "startTimecode"))
2649
+ VideoOverlayTransition.struct_class = Types::VideoOverlayTransition
2650
+
2598
2651
  VideoPreprocessor.add_member(:color_corrector, Shapes::ShapeRef.new(shape: ColorCorrector, location_name: "colorCorrector"))
2599
2652
  VideoPreprocessor.add_member(:deinterlacer, Shapes::ShapeRef.new(shape: Deinterlacer, location_name: "deinterlacer"))
2600
2653
  VideoPreprocessor.add_member(:dolby_vision, Shapes::ShapeRef.new(shape: DolbyVision, location_name: "dolbyVision"))
@@ -2762,6 +2815,8 @@ module Aws::MediaConvert
2762
2815
 
2763
2816
  __listOfJob.member = Shapes::ShapeRef.new(shape: Job)
2764
2817
 
2818
+ __listOfJobEngineVersion.member = Shapes::ShapeRef.new(shape: JobEngineVersion)
2819
+
2765
2820
  __listOfJobTemplate.member = Shapes::ShapeRef.new(shape: JobTemplate)
2766
2821
 
2767
2822
  __listOfMsSmoothAdditionalManifest.member = Shapes::ShapeRef.new(shape: MsSmoothAdditionalManifest)
@@ -2788,6 +2843,8 @@ module Aws::MediaConvert
2788
2843
 
2789
2844
  __listOfVideoOverlayInputClipping.member = Shapes::ShapeRef.new(shape: VideoOverlayInputClipping)
2790
2845
 
2846
+ __listOfVideoOverlayTransition.member = Shapes::ShapeRef.new(shape: VideoOverlayTransition)
2847
+
2791
2848
  __listOfWarningGroup.member = Shapes::ShapeRef.new(shape: WarningGroup)
2792
2849
 
2793
2850
  __listOf__doubleMinNegative60Max6.member = Shapes::ShapeRef.new(shape: __doubleMinNegative60Max6)
@@ -3179,6 +3236,26 @@ module Aws::MediaConvert
3179
3236
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3180
3237
  end)
3181
3238
 
3239
+ api.add_operation(:list_versions, Seahorse::Model::Operation.new.tap do |o|
3240
+ o.name = "ListVersions"
3241
+ o.http_method = "GET"
3242
+ o.http_request_uri = "/2017-08-29/versions"
3243
+ o.input = Shapes::ShapeRef.new(shape: ListVersionsRequest)
3244
+ o.output = Shapes::ShapeRef.new(shape: ListVersionsResponse)
3245
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3246
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3247
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3248
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3249
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3250
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3251
+ o[:pager] = Aws::Pager.new(
3252
+ limit_key: "max_results",
3253
+ tokens: {
3254
+ "next_token" => "next_token"
3255
+ }
3256
+ )
3257
+ end)
3258
+
3182
3259
  api.add_operation(:put_policy, Seahorse::Model::Operation.new.tap do |o|
3183
3260
  o.name = "PutPolicy"
3184
3261
  o.http_method = "PUT"
@@ -254,6 +254,17 @@ module Aws::MediaConvert
254
254
  end
255
255
  end
256
256
 
257
+ class ListVersions
258
+ def self.build(context)
259
+ Aws::MediaConvert::EndpointParameters.new(
260
+ region: context.config.region,
261
+ use_dual_stack: context.config.use_dualstack_endpoint,
262
+ use_fips: context.config.use_fips_endpoint,
263
+ endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
264
+ )
265
+ end
266
+ end
267
+
257
268
  class PutPolicy
258
269
  def self.build(context)
259
270
  Aws::MediaConvert::EndpointParameters.new(
@@ -111,6 +111,8 @@ module Aws::MediaConvert
111
111
  Aws::MediaConvert::Endpoints::ListQueues.build(context)
112
112
  when :list_tags_for_resource
113
113
  Aws::MediaConvert::Endpoints::ListTagsForResource.build(context)
114
+ when :list_versions
115
+ Aws::MediaConvert::Endpoints::ListVersions.build(context)
114
116
  when :put_policy
115
117
  Aws::MediaConvert::Endpoints::PutPolicy.build(context)
116
118
  when :search_jobs