aws-sdk-mediaconvert 1.46.0 → 1.47.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: 102e79bc0eb910eeaf46316777b27ae090d0c00e74e13a65228d053657b65631
4
- data.tar.gz: 03cddc29a7ba2f17446428175af727aeb3c253e37928cc3745c514958ea6945c
3
+ metadata.gz: dbdb56da05da5af041b95e2b72365a7ee086b7270cb7ee243adffdaae393216c
4
+ data.tar.gz: '080919850757f6bcd00517af4aad49d43117ea4af41702cf03d70c3aa4864165'
5
5
  SHA512:
6
- metadata.gz: ea69abf29250f9b30d0d22ffeec1521ee2ba06b3aefc3e215f1cfb6e507beb45893fc39dcb9f35f2d6ae18f1f1a75452c3f3796f2a30d8b350f53759b06e0ff5
7
- data.tar.gz: 7f903689170112ff16261fad134a7d7a355945b22dc63dbb323cf5fab9b481dfb17cb057f093a89d07622f57b4224c4335052a189527b1037e02cf2c757e8f56
6
+ metadata.gz: 8f4739a65260f40f3e57568e6f89bb9b64f55e10fc963f97f4635a0bca3de4890663defdde12fe027eeb57c8339b10b16c81130d674a5ffee7446ae75501f7b2
7
+ data.tar.gz: afb3547656cd7439767f05fbad44637c53b15fc3d7774ad44c1ec78d31a798037da6a54fdcf513da48e6e8738e37f7443d40107b0d4fb9f75bf53e80858457aa
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
45
45
  # @service
46
46
  module Aws::MediaConvert
47
47
 
48
- GEM_VERSION = '1.46.0'
48
+ GEM_VERSION = '1.47.0'
49
49
 
50
50
  end
@@ -1123,6 +1123,9 @@ module Aws::MediaConvert
1123
1123
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
1124
1124
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
1125
1125
  # },
1126
+ # mxf_settings: {
1127
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
1128
+ # },
1126
1129
  # },
1127
1130
  # extension: "__string",
1128
1131
  # name_modifier: "__stringMin1",
@@ -1919,6 +1922,7 @@ module Aws::MediaConvert
1919
1922
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
1920
1923
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
1921
1924
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
1925
+ # resp.job.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
1922
1926
  # resp.job.settings.output_groups[0].outputs[0].extension #=> String
1923
1927
  # resp.job.settings.output_groups[0].outputs[0].name_modifier #=> String
1924
1928
  # resp.job.settings.output_groups[0].outputs[0].output_settings.hls_settings.audio_group_id #=> String
@@ -2896,6 +2900,9 @@ module Aws::MediaConvert
2896
2900
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
2897
2901
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
2898
2902
  # },
2903
+ # mxf_settings: {
2904
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
2905
+ # },
2899
2906
  # },
2900
2907
  # extension: "__string",
2901
2908
  # name_modifier: "__stringMin1",
@@ -3662,6 +3669,7 @@ module Aws::MediaConvert
3662
3669
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
3663
3670
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
3664
3671
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
3672
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
3665
3673
  # resp.job_template.settings.output_groups[0].outputs[0].extension #=> String
3666
3674
  # resp.job_template.settings.output_groups[0].outputs[0].name_modifier #=> String
3667
3675
  # resp.job_template.settings.output_groups[0].outputs[0].output_settings.hls_settings.audio_group_id #=> String
@@ -4209,6 +4217,9 @@ module Aws::MediaConvert
4209
4217
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
4210
4218
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
4211
4219
  # },
4220
+ # mxf_settings: {
4221
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
4222
+ # },
4212
4223
  # },
4213
4224
  # video_description: {
4214
4225
  # afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
@@ -4698,6 +4709,7 @@ module Aws::MediaConvert
4698
4709
  # resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
4699
4710
  # resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
4700
4711
  # resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
4712
+ # resp.preset.settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
4701
4713
  # resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
4702
4714
  # resp.preset.settings.video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
4703
4715
  # resp.preset.settings.video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
@@ -5642,6 +5654,7 @@ module Aws::MediaConvert
5642
5654
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
5643
5655
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
5644
5656
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
5657
+ # resp.job.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
5645
5658
  # resp.job.settings.output_groups[0].outputs[0].extension #=> String
5646
5659
  # resp.job.settings.output_groups[0].outputs[0].name_modifier #=> String
5647
5660
  # resp.job.settings.output_groups[0].outputs[0].output_settings.hls_settings.audio_group_id #=> String
@@ -6365,6 +6378,7 @@ module Aws::MediaConvert
6365
6378
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
6366
6379
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
6367
6380
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
6381
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
6368
6382
  # resp.job_template.settings.output_groups[0].outputs[0].extension #=> String
6369
6383
  # resp.job_template.settings.output_groups[0].outputs[0].name_modifier #=> String
6370
6384
  # resp.job_template.settings.output_groups[0].outputs[0].output_settings.hls_settings.audio_group_id #=> String
@@ -6837,6 +6851,7 @@ module Aws::MediaConvert
6837
6851
  # resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
6838
6852
  # resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
6839
6853
  # resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
6854
+ # resp.preset.settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
6840
6855
  # resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
6841
6856
  # resp.preset.settings.video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
6842
6857
  # resp.preset.settings.video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
@@ -7610,6 +7625,7 @@ module Aws::MediaConvert
7610
7625
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
7611
7626
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
7612
7627
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
7628
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
7613
7629
  # resp.job_templates[0].settings.output_groups[0].outputs[0].extension #=> String
7614
7630
  # resp.job_templates[0].settings.output_groups[0].outputs[0].name_modifier #=> String
7615
7631
  # resp.job_templates[0].settings.output_groups[0].outputs[0].output_settings.hls_settings.audio_group_id #=> String
@@ -8383,6 +8399,7 @@ module Aws::MediaConvert
8383
8399
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
8384
8400
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
8385
8401
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
8402
+ # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
8386
8403
  # resp.jobs[0].settings.output_groups[0].outputs[0].extension #=> String
8387
8404
  # resp.jobs[0].settings.output_groups[0].outputs[0].name_modifier #=> String
8388
8405
  # resp.jobs[0].settings.output_groups[0].outputs[0].output_settings.hls_settings.audio_group_id #=> String
@@ -8893,6 +8910,7 @@ module Aws::MediaConvert
8893
8910
  # resp.presets[0].settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
8894
8911
  # resp.presets[0].settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
8895
8912
  # resp.presets[0].settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
8913
+ # resp.presets[0].settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
8896
8914
  # resp.presets[0].settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
8897
8915
  # resp.presets[0].settings.video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
8898
8916
  # resp.presets[0].settings.video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
@@ -9996,6 +10014,9 @@ module Aws::MediaConvert
9996
10014
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
9997
10015
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
9998
10016
  # },
10017
+ # mxf_settings: {
10018
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
10019
+ # },
9999
10020
  # },
10000
10021
  # extension: "__string",
10001
10022
  # name_modifier: "__stringMin1",
@@ -10759,6 +10780,7 @@ module Aws::MediaConvert
10759
10780
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
10760
10781
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
10761
10782
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
10783
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
10762
10784
  # resp.job_template.settings.output_groups[0].outputs[0].extension #=> String
10763
10785
  # resp.job_template.settings.output_groups[0].outputs[0].name_modifier #=> String
10764
10786
  # resp.job_template.settings.output_groups[0].outputs[0].output_settings.hls_settings.audio_group_id #=> String
@@ -11300,6 +11322,9 @@ module Aws::MediaConvert
11300
11322
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
11301
11323
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
11302
11324
  # },
11325
+ # mxf_settings: {
11326
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
11327
+ # },
11303
11328
  # },
11304
11329
  # video_description: {
11305
11330
  # afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
@@ -11786,6 +11811,7 @@ module Aws::MediaConvert
11786
11811
  # resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
11787
11812
  # resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
11788
11813
  # resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
11814
+ # resp.preset.settings.container_settings.mxf_settings.afd_signaling #=> String, one of "NO_COPY", "COPY_FROM_VIDEO"
11789
11815
  # resp.preset.settings.video_description.afd_signaling #=> String, one of "NONE", "AUTO", "FIXED"
11790
11816
  # resp.preset.settings.video_description.anti_alias #=> String, one of "DISABLED", "ENABLED"
11791
11817
  # resp.preset.settings.video_description.codec_settings.av_1_settings.adaptive_quantization #=> String, one of "OFF", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX"
@@ -12085,7 +12111,7 @@ module Aws::MediaConvert
12085
12111
  params: params,
12086
12112
  config: config)
12087
12113
  context[:gem_name] = 'aws-sdk-mediaconvert'
12088
- context[:gem_version] = '1.46.0'
12114
+ context[:gem_version] = '1.47.0'
12089
12115
  Seahorse::Client::Request.new(handlers, context)
12090
12116
  end
12091
12117
 
@@ -382,6 +382,8 @@ module Aws::MediaConvert
382
382
  MsSmoothEncryptionSettings = Shapes::StructureShape.new(name: 'MsSmoothEncryptionSettings')
383
383
  MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
384
384
  MsSmoothManifestEncoding = Shapes::StringShape.new(name: 'MsSmoothManifestEncoding')
385
+ MxfAfdSignaling = Shapes::StringShape.new(name: 'MxfAfdSignaling')
386
+ MxfSettings = Shapes::StructureShape.new(name: 'MxfSettings')
385
387
  NielsenConfiguration = Shapes::StructureShape.new(name: 'NielsenConfiguration')
386
388
  NoiseReducer = Shapes::StructureShape.new(name: 'NoiseReducer')
387
389
  NoiseReducerFilter = Shapes::StringShape.new(name: 'NoiseReducerFilter')
@@ -869,6 +871,7 @@ module Aws::MediaConvert
869
871
  ContainerSettings.add_member(:mov_settings, Shapes::ShapeRef.new(shape: MovSettings, location_name: "movSettings"))
870
872
  ContainerSettings.add_member(:mp_4_settings, Shapes::ShapeRef.new(shape: Mp4Settings, location_name: "mp4Settings"))
871
873
  ContainerSettings.add_member(:mpd_settings, Shapes::ShapeRef.new(shape: MpdSettings, location_name: "mpdSettings"))
874
+ ContainerSettings.add_member(:mxf_settings, Shapes::ShapeRef.new(shape: MxfSettings, location_name: "mxfSettings"))
872
875
  ContainerSettings.struct_class = Types::ContainerSettings
873
876
 
874
877
  CreateJobRequest.add_member(:acceleration_settings, Shapes::ShapeRef.new(shape: AccelerationSettings, location_name: "accelerationSettings"))
@@ -1655,6 +1658,9 @@ module Aws::MediaConvert
1655
1658
  MsSmoothGroupSettings.add_member(:manifest_encoding, Shapes::ShapeRef.new(shape: MsSmoothManifestEncoding, location_name: "manifestEncoding"))
1656
1659
  MsSmoothGroupSettings.struct_class = Types::MsSmoothGroupSettings
1657
1660
 
1661
+ MxfSettings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: MxfAfdSignaling, location_name: "afdSignaling"))
1662
+ MxfSettings.struct_class = Types::MxfSettings
1663
+
1658
1664
  NielsenConfiguration.add_member(:breakout_code, Shapes::ShapeRef.new(shape: __integerMin0Max0, location_name: "breakoutCode"))
1659
1665
  NielsenConfiguration.add_member(:distributor_id, Shapes::ShapeRef.new(shape: __string, location_name: "distributorId"))
1660
1666
  NielsenConfiguration.struct_class = Types::NielsenConfiguration
@@ -2472,6 +2472,9 @@ module Aws::MediaConvert
2472
2472
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
2473
2473
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
2474
2474
  # },
2475
+ # mxf_settings: {
2476
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
2477
+ # },
2475
2478
  # }
2476
2479
  #
2477
2480
  # @!attribute [rw] cmfc_settings
@@ -2519,6 +2522,10 @@ module Aws::MediaConvert
2519
2522
  # Settings for MP4 segments in DASH
2520
2523
  # @return [Types::MpdSettings]
2521
2524
  #
2525
+ # @!attribute [rw] mxf_settings
2526
+ # MXF settings
2527
+ # @return [Types::MxfSettings]
2528
+ #
2522
2529
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ContainerSettings AWS API Documentation
2523
2530
  #
2524
2531
  class ContainerSettings < Struct.new(
@@ -2529,7 +2536,8 @@ module Aws::MediaConvert
2529
2536
  :m3u_8_settings,
2530
2537
  :mov_settings,
2531
2538
  :mp_4_settings,
2532
- :mpd_settings)
2539
+ :mpd_settings,
2540
+ :mxf_settings)
2533
2541
  include Aws::Structure
2534
2542
  end
2535
2543
 
@@ -3225,6 +3233,9 @@ module Aws::MediaConvert
3225
3233
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
3226
3234
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
3227
3235
  # },
3236
+ # mxf_settings: {
3237
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
3238
+ # },
3228
3239
  # },
3229
3240
  # extension: "__string",
3230
3241
  # name_modifier: "__stringMin1",
@@ -4333,6 +4344,9 @@ module Aws::MediaConvert
4333
4344
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
4334
4345
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
4335
4346
  # },
4347
+ # mxf_settings: {
4348
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
4349
+ # },
4336
4350
  # },
4337
4351
  # extension: "__string",
4338
4352
  # name_modifier: "__stringMin1",
@@ -5013,6 +5027,9 @@ module Aws::MediaConvert
5013
5027
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
5014
5028
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
5015
5029
  # },
5030
+ # mxf_settings: {
5031
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
5032
+ # },
5016
5033
  # },
5017
5034
  # video_description: {
5018
5035
  # afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
@@ -8691,8 +8708,8 @@ module Aws::MediaConvert
8691
8708
  # @!attribute [rw] style_passthrough
8692
8709
  # Keep this setting enabled to have MediaConvert use the font style
8693
8710
  # and position information from the captions source in the output.
8694
- # This option is available only when your input captions are CFF-TT,
8695
- # IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output
8711
+ # This option is available only when your input captions are IMSC,
8712
+ # SMPTE-TT, or TTML. Disable this setting for simplified output
8696
8713
  # captions.
8697
8714
  # @return [String]
8698
8715
  #
@@ -10406,6 +10423,9 @@ module Aws::MediaConvert
10406
10423
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
10407
10424
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
10408
10425
  # },
10426
+ # mxf_settings: {
10427
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
10428
+ # },
10409
10429
  # },
10410
10430
  # extension: "__string",
10411
10431
  # name_modifier: "__stringMin1",
@@ -11531,6 +11551,9 @@ module Aws::MediaConvert
11531
11551
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
11532
11552
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
11533
11553
  # },
11554
+ # mxf_settings: {
11555
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
11556
+ # },
11534
11557
  # },
11535
11558
  # extension: "__string",
11536
11559
  # name_modifier: "__stringMin1",
@@ -13557,6 +13580,35 @@ module Aws::MediaConvert
13557
13580
  include Aws::Structure
13558
13581
  end
13559
13582
 
13583
+ # MXF settings
13584
+ #
13585
+ # @note When making an API call, you may pass MxfSettings
13586
+ # data as a hash:
13587
+ #
13588
+ # {
13589
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
13590
+ # }
13591
+ #
13592
+ # @!attribute [rw] afd_signaling
13593
+ # Optional. When you have AFD signaling set up in your output video
13594
+ # stream, use this setting to choose whether to also include it in the
13595
+ # MXF wrapper. Choose Don't copy (NO\_COPY) to exclude AFD signaling
13596
+ # from the MXF wrapper. Choose Copy from video stream
13597
+ # (COPY\_FROM\_VIDEO) to copy the AFD values from the video stream for
13598
+ # this output to the MXF wrapper. Regardless of which option you
13599
+ # choose, the AFD values remain in the video stream. Related settings:
13600
+ # To set up your output to include or exclude AFD values, see
13601
+ # AfdSignaling, under VideoDescription. On the console, find AFD
13602
+ # signaling under the output's video encoding settings.
13603
+ # @return [String]
13604
+ #
13605
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MxfSettings AWS API Documentation
13606
+ #
13607
+ class MxfSettings < Struct.new(
13608
+ :afd_signaling)
13609
+ include Aws::Structure
13610
+ end
13611
+
13560
13612
  # Settings for your Nielsen configuration. If you don't do Nielsen
13561
13613
  # measurement and analytics, ignore these settings. When you enable
13562
13614
  # Nielsen configuration (nielsenConfiguration), MediaConvert enables PCM
@@ -14047,6 +14099,9 @@ module Aws::MediaConvert
14047
14099
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
14048
14100
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
14049
14101
  # },
14102
+ # mxf_settings: {
14103
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
14104
+ # },
14050
14105
  # },
14051
14106
  # extension: "__string",
14052
14107
  # name_modifier: "__stringMin1",
@@ -14929,6 +14984,9 @@ module Aws::MediaConvert
14929
14984
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
14930
14985
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
14931
14986
  # },
14987
+ # mxf_settings: {
14988
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
14989
+ # },
14932
14990
  # },
14933
14991
  # extension: "__string",
14934
14992
  # name_modifier: "__stringMin1",
@@ -15874,6 +15932,9 @@ module Aws::MediaConvert
15874
15932
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
15875
15933
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
15876
15934
  # },
15935
+ # mxf_settings: {
15936
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
15937
+ # },
15877
15938
  # },
15878
15939
  # video_description: {
15879
15940
  # afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
@@ -17196,7 +17257,7 @@ module Aws::MediaConvert
17196
17257
  #
17197
17258
  # @!attribute [rw] style_passthrough
17198
17259
  # Pass through style and position information from a TTML-like input
17199
- # source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
17260
+ # source (TTML, SMPTE-TT) to the TTML output.
17200
17261
  # @return [String]
17201
17262
  #
17202
17263
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/TtmlDestinationSettings AWS API Documentation
@@ -17927,6 +17988,9 @@ module Aws::MediaConvert
17927
17988
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
17928
17989
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
17929
17990
  # },
17991
+ # mxf_settings: {
17992
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
17993
+ # },
17930
17994
  # },
17931
17995
  # extension: "__string",
17932
17996
  # name_modifier: "__stringMin1",
@@ -18594,6 +18658,9 @@ module Aws::MediaConvert
18594
18658
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
18595
18659
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
18596
18660
  # },
18661
+ # mxf_settings: {
18662
+ # afd_signaling: "NO_COPY", # accepts NO_COPY, COPY_FROM_VIDEO
18663
+ # },
18597
18664
  # },
18598
18665
  # video_description: {
18599
18666
  # afd_signaling: "NONE", # accepts NONE, AUTO, FIXED
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.46.0
4
+ version: 1.47.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: 2020-04-16 00:00:00.000000000 Z
11
+ date: 2020-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core