aws-sdk-mediaconvert 1.71.0 → 1.72.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +27 -1
- data/lib/aws-sdk-mediaconvert/client_api.rb +9 -0
- data/lib/aws-sdk-mediaconvert/types.rb +64 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8840966cb3c87c83eac37b00f97ec8ca044eb13722d30a69a2669df50de0388f
|
4
|
+
data.tar.gz: b01f91efad378934a871b7bc403e6cb421039cf44f5a4f267c4a01227be9e854
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b0fe63d21d08fa813017c0d35251b3eab16fa195a18b873302babc520dc26180e384ecab2e8f6191fa3af26fae6de99012ca9f7ac59de252b204c40d7f65974
|
7
|
+
data.tar.gz: 3bc0c55d5745d934afc6c38ec0f8917cf4d2c1b6a8503d0c5317ed247ce47df1221b645904b8d24580c96e9982a23af6bd53349c5f7159bbfed87842f47ca50a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.72.0
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
@@ -491,6 +491,10 @@ module Aws::MediaConvert
|
|
491
491
|
# scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
|
492
492
|
# },
|
493
493
|
# },
|
494
|
+
# extended_data_services: {
|
495
|
+
# copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
496
|
+
# vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
497
|
+
# },
|
494
498
|
# inputs: [
|
495
499
|
# {
|
496
500
|
# audio_selector_groups: {
|
@@ -1714,6 +1718,8 @@ module Aws::MediaConvert
|
|
1714
1718
|
# resp.job.settings.esam.manifest_confirm_condition_notification.mcc_xml #=> String
|
1715
1719
|
# resp.job.settings.esam.response_signal_preroll #=> Integer
|
1716
1720
|
# resp.job.settings.esam.signal_processing_notification.scc_xml #=> String
|
1721
|
+
# resp.job.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
1722
|
+
# resp.job.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
1717
1723
|
# resp.job.settings.inputs #=> Array
|
1718
1724
|
# resp.job.settings.inputs[0].audio_selector_groups #=> Hash
|
1719
1725
|
# resp.job.settings.inputs[0].audio_selector_groups["__string"].audio_selector_names #=> Array
|
@@ -2670,6 +2676,10 @@ module Aws::MediaConvert
|
|
2670
2676
|
# scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
|
2671
2677
|
# },
|
2672
2678
|
# },
|
2679
|
+
# extended_data_services: {
|
2680
|
+
# copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
2681
|
+
# vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
2682
|
+
# },
|
2673
2683
|
# inputs: [
|
2674
2684
|
# {
|
2675
2685
|
# audio_selector_groups: {
|
@@ -3862,6 +3872,8 @@ module Aws::MediaConvert
|
|
3862
3872
|
# resp.job_template.settings.esam.manifest_confirm_condition_notification.mcc_xml #=> String
|
3863
3873
|
# resp.job_template.settings.esam.response_signal_preroll #=> Integer
|
3864
3874
|
# resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
|
3875
|
+
# resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
3876
|
+
# resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
3865
3877
|
# resp.job_template.settings.inputs #=> Array
|
3866
3878
|
# resp.job_template.settings.inputs[0].audio_selector_groups #=> Hash
|
3867
3879
|
# resp.job_template.settings.inputs[0].audio_selector_groups["__string"].audio_selector_names #=> Array
|
@@ -6299,6 +6311,8 @@ module Aws::MediaConvert
|
|
6299
6311
|
# resp.job.settings.esam.manifest_confirm_condition_notification.mcc_xml #=> String
|
6300
6312
|
# resp.job.settings.esam.response_signal_preroll #=> Integer
|
6301
6313
|
# resp.job.settings.esam.signal_processing_notification.scc_xml #=> String
|
6314
|
+
# resp.job.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
6315
|
+
# resp.job.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
6302
6316
|
# resp.job.settings.inputs #=> Array
|
6303
6317
|
# resp.job.settings.inputs[0].audio_selector_groups #=> Hash
|
6304
6318
|
# resp.job.settings.inputs[0].audio_selector_groups["__string"].audio_selector_names #=> Array
|
@@ -7202,6 +7216,8 @@ module Aws::MediaConvert
|
|
7202
7216
|
# resp.job_template.settings.esam.manifest_confirm_condition_notification.mcc_xml #=> String
|
7203
7217
|
# resp.job_template.settings.esam.response_signal_preroll #=> Integer
|
7204
7218
|
# resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
|
7219
|
+
# resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
7220
|
+
# resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
7205
7221
|
# resp.job_template.settings.inputs #=> Array
|
7206
7222
|
# resp.job_template.settings.inputs[0].audio_selector_groups #=> Hash
|
7207
7223
|
# resp.job_template.settings.inputs[0].audio_selector_groups["__string"].audio_selector_names #=> Array
|
@@ -8745,6 +8761,8 @@ module Aws::MediaConvert
|
|
8745
8761
|
# resp.job_templates[0].settings.esam.manifest_confirm_condition_notification.mcc_xml #=> String
|
8746
8762
|
# resp.job_templates[0].settings.esam.response_signal_preroll #=> Integer
|
8747
8763
|
# resp.job_templates[0].settings.esam.signal_processing_notification.scc_xml #=> String
|
8764
|
+
# resp.job_templates[0].settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
8765
|
+
# resp.job_templates[0].settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
8748
8766
|
# resp.job_templates[0].settings.inputs #=> Array
|
8749
8767
|
# resp.job_templates[0].settings.inputs[0].audio_selector_groups #=> Hash
|
8750
8768
|
# resp.job_templates[0].settings.inputs[0].audio_selector_groups["__string"].audio_selector_names #=> Array
|
@@ -9684,6 +9702,8 @@ module Aws::MediaConvert
|
|
9684
9702
|
# resp.jobs[0].settings.esam.manifest_confirm_condition_notification.mcc_xml #=> String
|
9685
9703
|
# resp.jobs[0].settings.esam.response_signal_preroll #=> Integer
|
9686
9704
|
# resp.jobs[0].settings.esam.signal_processing_notification.scc_xml #=> String
|
9705
|
+
# resp.jobs[0].settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
9706
|
+
# resp.jobs[0].settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
9687
9707
|
# resp.jobs[0].settings.inputs #=> Array
|
9688
9708
|
# resp.jobs[0].settings.inputs[0].audio_selector_groups #=> Hash
|
9689
9709
|
# resp.jobs[0].settings.inputs[0].audio_selector_groups["__string"].audio_selector_names #=> Array
|
@@ -11401,6 +11421,10 @@ module Aws::MediaConvert
|
|
11401
11421
|
# scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
|
11402
11422
|
# },
|
11403
11423
|
# },
|
11424
|
+
# extended_data_services: {
|
11425
|
+
# copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
11426
|
+
# vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
11427
|
+
# },
|
11404
11428
|
# inputs: [
|
11405
11429
|
# {
|
11406
11430
|
# audio_selector_groups: {
|
@@ -12590,6 +12614,8 @@ module Aws::MediaConvert
|
|
12590
12614
|
# resp.job_template.settings.esam.manifest_confirm_condition_notification.mcc_xml #=> String
|
12591
12615
|
# resp.job_template.settings.esam.response_signal_preroll #=> Integer
|
12592
12616
|
# resp.job_template.settings.esam.signal_processing_notification.scc_xml #=> String
|
12617
|
+
# resp.job_template.settings.extended_data_services.copy_protection_action #=> String, one of "PASSTHROUGH", "STRIP"
|
12618
|
+
# resp.job_template.settings.extended_data_services.vchip_action #=> String, one of "PASSTHROUGH", "STRIP"
|
12593
12619
|
# resp.job_template.settings.inputs #=> Array
|
12594
12620
|
# resp.job_template.settings.inputs[0].audio_selector_groups #=> Hash
|
12595
12621
|
# resp.job_template.settings.inputs[0].audio_selector_groups["__string"].audio_selector_names #=> Array
|
@@ -14826,7 +14852,7 @@ module Aws::MediaConvert
|
|
14826
14852
|
params: params,
|
14827
14853
|
config: config)
|
14828
14854
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
14829
|
-
context[:gem_version] = '1.
|
14855
|
+
context[:gem_version] = '1.72.0'
|
14830
14856
|
Seahorse::Client::Request.new(handlers, context)
|
14831
14857
|
end
|
14832
14858
|
|
@@ -132,6 +132,7 @@ module Aws::MediaConvert
|
|
132
132
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
133
133
|
ContainerSettings = Shapes::StructureShape.new(name: 'ContainerSettings')
|
134
134
|
ContainerType = Shapes::StringShape.new(name: 'ContainerType')
|
135
|
+
CopyProtectionAction = Shapes::StringShape.new(name: 'CopyProtectionAction')
|
135
136
|
CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
|
136
137
|
CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
|
137
138
|
CreateJobTemplateRequest = Shapes::StructureShape.new(name: 'CreateJobTemplateRequest')
|
@@ -221,6 +222,7 @@ module Aws::MediaConvert
|
|
221
222
|
EsamSettings = Shapes::StructureShape.new(name: 'EsamSettings')
|
222
223
|
EsamSignalProcessingNotification = Shapes::StructureShape.new(name: 'EsamSignalProcessingNotification')
|
223
224
|
ExceptionBody = Shapes::StructureShape.new(name: 'ExceptionBody')
|
225
|
+
ExtendedDataServices = Shapes::StructureShape.new(name: 'ExtendedDataServices')
|
224
226
|
F4vMoovPlacement = Shapes::StringShape.new(name: 'F4vMoovPlacement')
|
225
227
|
F4vSettings = Shapes::StructureShape.new(name: 'F4vSettings')
|
226
228
|
FileGroupSettings = Shapes::StructureShape.new(name: 'FileGroupSettings')
|
@@ -534,6 +536,7 @@ module Aws::MediaConvert
|
|
534
536
|
Vc3Settings = Shapes::StructureShape.new(name: 'Vc3Settings')
|
535
537
|
Vc3SlowPal = Shapes::StringShape.new(name: 'Vc3SlowPal')
|
536
538
|
Vc3Telecine = Shapes::StringShape.new(name: 'Vc3Telecine')
|
539
|
+
VchipAction = Shapes::StringShape.new(name: 'VchipAction')
|
537
540
|
VideoCodec = Shapes::StringShape.new(name: 'VideoCodec')
|
538
541
|
VideoCodecSettings = Shapes::StructureShape.new(name: 'VideoCodecSettings')
|
539
542
|
VideoDescription = Shapes::StructureShape.new(name: 'VideoDescription')
|
@@ -1289,6 +1292,10 @@ module Aws::MediaConvert
|
|
1289
1292
|
ExceptionBody.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1290
1293
|
ExceptionBody.struct_class = Types::ExceptionBody
|
1291
1294
|
|
1295
|
+
ExtendedDataServices.add_member(:copy_protection_action, Shapes::ShapeRef.new(shape: CopyProtectionAction, location_name: "copyProtectionAction"))
|
1296
|
+
ExtendedDataServices.add_member(:vchip_action, Shapes::ShapeRef.new(shape: VchipAction, location_name: "vchipAction"))
|
1297
|
+
ExtendedDataServices.struct_class = Types::ExtendedDataServices
|
1298
|
+
|
1292
1299
|
F4vSettings.add_member(:moov_placement, Shapes::ShapeRef.new(shape: F4vMoovPlacement, location_name: "moovPlacement"))
|
1293
1300
|
F4vSettings.struct_class = Types::F4vSettings
|
1294
1301
|
|
@@ -1626,6 +1633,7 @@ module Aws::MediaConvert
|
|
1626
1633
|
JobSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
|
1627
1634
|
JobSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
|
1628
1635
|
JobSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
|
1636
|
+
JobSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
|
1629
1637
|
JobSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInput, location_name: "inputs"))
|
1630
1638
|
JobSettings.add_member(:kantar_watermark, Shapes::ShapeRef.new(shape: KantarWatermarkSettings, location_name: "kantarWatermark"))
|
1631
1639
|
JobSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
@@ -1654,6 +1662,7 @@ module Aws::MediaConvert
|
|
1654
1662
|
JobTemplateSettings.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
|
1655
1663
|
JobTemplateSettings.add_member(:avail_blanking, Shapes::ShapeRef.new(shape: AvailBlanking, location_name: "availBlanking"))
|
1656
1664
|
JobTemplateSettings.add_member(:esam, Shapes::ShapeRef.new(shape: EsamSettings, location_name: "esam"))
|
1665
|
+
JobTemplateSettings.add_member(:extended_data_services, Shapes::ShapeRef.new(shape: ExtendedDataServices, location_name: "extendedDataServices"))
|
1657
1666
|
JobTemplateSettings.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOfInputTemplate, location_name: "inputs"))
|
1658
1667
|
JobTemplateSettings.add_member(:kantar_watermark, Shapes::ShapeRef.new(shape: KantarWatermarkSettings, location_name: "kantarWatermark"))
|
1659
1668
|
JobTemplateSettings.add_member(:motion_image_inserter, Shapes::ShapeRef.new(shape: MotionImageInserter, location_name: "motionImageInserter"))
|
@@ -3413,6 +3413,10 @@ module Aws::MediaConvert
|
|
3413
3413
|
# scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
|
3414
3414
|
# },
|
3415
3415
|
# },
|
3416
|
+
# extended_data_services: {
|
3417
|
+
# copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
3418
|
+
# vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
3419
|
+
# },
|
3416
3420
|
# inputs: [
|
3417
3421
|
# {
|
3418
3422
|
# audio_selector_groups: {
|
@@ -4760,6 +4764,10 @@ module Aws::MediaConvert
|
|
4760
4764
|
# scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
|
4761
4765
|
# },
|
4762
4766
|
# },
|
4767
|
+
# extended_data_services: {
|
4768
|
+
# copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
4769
|
+
# vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
4770
|
+
# },
|
4763
4771
|
# inputs: [
|
4764
4772
|
# {
|
4765
4773
|
# audio_selector_groups: {
|
@@ -8568,6 +8576,38 @@ module Aws::MediaConvert
|
|
8568
8576
|
include Aws::Structure
|
8569
8577
|
end
|
8570
8578
|
|
8579
|
+
# Hexadecimal value as per EIA-608 Line 21 Data Services, section
|
8580
|
+
# 9.5.1.5 05h Content Advisory.
|
8581
|
+
#
|
8582
|
+
# @note When making an API call, you may pass ExtendedDataServices
|
8583
|
+
# data as a hash:
|
8584
|
+
#
|
8585
|
+
# {
|
8586
|
+
# copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
8587
|
+
# vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
8588
|
+
# }
|
8589
|
+
#
|
8590
|
+
# @!attribute [rw] copy_protection_action
|
8591
|
+
# The action to take on copy and redistribution control XDS packets.
|
8592
|
+
# If you select PASSTHROUGH, packets will not be changed. If you
|
8593
|
+
# select STRIP, any packets will be removed in output captions.
|
8594
|
+
# @return [String]
|
8595
|
+
#
|
8596
|
+
# @!attribute [rw] vchip_action
|
8597
|
+
# The action to take on content advisory XDS packets. If you select
|
8598
|
+
# PASSTHROUGH, packets will not be changed. If you select STRIP, any
|
8599
|
+
# packets will be removed in output captions.
|
8600
|
+
# @return [String]
|
8601
|
+
#
|
8602
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ExtendedDataServices AWS API Documentation
|
8603
|
+
#
|
8604
|
+
class ExtendedDataServices < Struct.new(
|
8605
|
+
:copy_protection_action,
|
8606
|
+
:vchip_action)
|
8607
|
+
SENSITIVE = []
|
8608
|
+
include Aws::Structure
|
8609
|
+
end
|
8610
|
+
|
8571
8611
|
# Settings for F4v container
|
8572
8612
|
#
|
8573
8613
|
# @note When making an API call, you may pass F4vSettings
|
@@ -12001,6 +12041,10 @@ module Aws::MediaConvert
|
|
12001
12041
|
# scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
|
12002
12042
|
# },
|
12003
12043
|
# },
|
12044
|
+
# extended_data_services: {
|
12045
|
+
# copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
12046
|
+
# vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
12047
|
+
# },
|
12004
12048
|
# inputs: [
|
12005
12049
|
# {
|
12006
12050
|
# audio_selector_groups: {
|
@@ -13191,6 +13235,11 @@ module Aws::MediaConvert
|
|
13191
13235
|
# ad insertion, you can ignore these settings.
|
13192
13236
|
# @return [Types::EsamSettings]
|
13193
13237
|
#
|
13238
|
+
# @!attribute [rw] extended_data_services
|
13239
|
+
# Hexadecimal value as per EIA-608 Line 21 Data Services, section
|
13240
|
+
# 9.5.1.5 05h Content Advisory.
|
13241
|
+
# @return [Types::ExtendedDataServices]
|
13242
|
+
#
|
13194
13243
|
# @!attribute [rw] inputs
|
13195
13244
|
# Use Inputs (inputs) to define source file used in the transcode job.
|
13196
13245
|
# There can be multiple inputs add in a job. These inputs will be
|
@@ -13270,6 +13319,7 @@ module Aws::MediaConvert
|
|
13270
13319
|
:ad_avail_offset,
|
13271
13320
|
:avail_blanking,
|
13272
13321
|
:esam,
|
13322
|
+
:extended_data_services,
|
13273
13323
|
:inputs,
|
13274
13324
|
:kantar_watermark,
|
13275
13325
|
:motion_image_inserter,
|
@@ -13388,6 +13438,10 @@ module Aws::MediaConvert
|
|
13388
13438
|
# scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
|
13389
13439
|
# },
|
13390
13440
|
# },
|
13441
|
+
# extended_data_services: {
|
13442
|
+
# copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
13443
|
+
# vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
13444
|
+
# },
|
13391
13445
|
# inputs: [
|
13392
13446
|
# {
|
13393
13447
|
# audio_selector_groups: {
|
@@ -14570,6 +14624,11 @@ module Aws::MediaConvert
|
|
14570
14624
|
# ad insertion, you can ignore these settings.
|
14571
14625
|
# @return [Types::EsamSettings]
|
14572
14626
|
#
|
14627
|
+
# @!attribute [rw] extended_data_services
|
14628
|
+
# Hexadecimal value as per EIA-608 Line 21 Data Services, section
|
14629
|
+
# 9.5.1.5 05h Content Advisory.
|
14630
|
+
# @return [Types::ExtendedDataServices]
|
14631
|
+
#
|
14573
14632
|
# @!attribute [rw] inputs
|
14574
14633
|
# Use Inputs (inputs) to define the source file used in the transcode
|
14575
14634
|
# job. There can only be one input in a job template. Using the API,
|
@@ -14649,6 +14708,7 @@ module Aws::MediaConvert
|
|
14649
14708
|
:ad_avail_offset,
|
14650
14709
|
:avail_blanking,
|
14651
14710
|
:esam,
|
14711
|
+
:extended_data_services,
|
14652
14712
|
:inputs,
|
14653
14713
|
:kantar_watermark,
|
14654
14714
|
:motion_image_inserter,
|
@@ -21527,6 +21587,10 @@ module Aws::MediaConvert
|
|
21527
21587
|
# scc_xml: "__stringPatternSNSignalProcessingNotificationNS",
|
21528
21588
|
# },
|
21529
21589
|
# },
|
21590
|
+
# extended_data_services: {
|
21591
|
+
# copy_protection_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
21592
|
+
# vchip_action: "PASSTHROUGH", # accepts PASSTHROUGH, STRIP
|
21593
|
+
# },
|
21530
21594
|
# inputs: [
|
21531
21595
|
# {
|
21532
21596
|
# audio_selector_groups: {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediaconvert
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.72.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|