aws-sdk-medialive 1.2.0 → 1.3.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
  SHA1:
3
- metadata.gz: 4e3d10524883043134a074cbd3f22954baceb9ff
4
- data.tar.gz: 5470d95310b54dc7b572980f55403859d415731f
3
+ metadata.gz: 06a52cb83dc8a6d1193ac0be92e88c2765172c35
4
+ data.tar.gz: 267e23f7d5a07c2c08553589e710b8241c8a8001
5
5
  SHA512:
6
- metadata.gz: c1c12cba1c05cb69be47d34ba6ecd8e02bc544144417b42e28a6e2659c095ea47dfe71687c885d5932184271ec019b7ccfbef819f0391e2e32d2baaa75134650
7
- data.tar.gz: bd09bdb2841121e76ecc94f7cd2f6b0fa288bd69eab731d98fa44c1e12159621f4b23893918fb7a060dcf52865c26e3e474e71c91ba7b180244d05b79af8bf9c
6
+ metadata.gz: '038c0ff0d61e9bae41e1b6d8c736b190ed769e784942d93c23aabf13fd159bb8f230160434b1b8208151687dead492906fc96ae8d3c953b90c17b3a8c27eabaa'
7
+ data.tar.gz: 92f12c484efaab8d0bac295ea975ac6de67d0f35f30b498b471b09778aceaf34cdc564e264c86b64cf8c9a4fd3f556bd48d6e6db86b39d714fc7c63d02f9f86c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-medialive/customizations'
42
42
  # @service
43
43
  module Aws::MediaLive
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -185,14 +185,14 @@ module Aws::MediaLive
185
185
  # },
186
186
  # ],
187
187
  # encoder_settings: {
188
- # audio_descriptions: [
188
+ # audio_descriptions: [ # required
189
189
  # {
190
190
  # audio_normalization_settings: {
191
191
  # algorithm: "ITU_1770_1", # accepts ITU_1770_1, ITU_1770_2
192
192
  # algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO
193
193
  # target_lkfs: 1.0,
194
194
  # },
195
- # audio_selector_name: "__string",
195
+ # audio_selector_name: "__string", # required
196
196
  # audio_type: "CLEAN_EFFECTS", # accepts CLEAN_EFFECTS, HEARING_IMPAIRED, UNDEFINED, VISUAL_IMPAIRED_COMMENTARY
197
197
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
198
198
  # codec_settings: {
@@ -246,19 +246,19 @@ module Aws::MediaLive
246
246
  # pass_through_settings: {
247
247
  # },
248
248
  # },
249
- # language_code: "__string",
249
+ # language_code: "__stringMin3Max3",
250
250
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
251
- # name: "__string",
251
+ # name: "__string", # required
252
252
  # remix_settings: {
253
- # channel_mappings: [
253
+ # channel_mappings: [ # required
254
254
  # {
255
- # input_channel_levels: [
255
+ # input_channel_levels: [ # required
256
256
  # {
257
- # gain: 1,
258
- # input_channel: 1,
257
+ # gain: 1, # required
258
+ # input_channel: 1, # required
259
259
  # },
260
260
  # ],
261
- # output_channel: 1,
261
+ # output_channel: 1, # required
262
262
  # },
263
263
  # ],
264
264
  # channels_in: 1,
@@ -270,7 +270,7 @@ module Aws::MediaLive
270
270
  # avail_blanking: {
271
271
  # avail_blanking_image: {
272
272
  # password_param: "__string",
273
- # uri: "__string",
273
+ # uri: "__string", # required
274
274
  # username: "__string",
275
275
  # },
276
276
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -292,21 +292,21 @@ module Aws::MediaLive
292
292
  # blackout_slate: {
293
293
  # blackout_slate_image: {
294
294
  # password_param: "__string",
295
- # uri: "__string",
295
+ # uri: "__string", # required
296
296
  # username: "__string",
297
297
  # },
298
298
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
299
299
  # network_end_blackout_image: {
300
300
  # password_param: "__string",
301
- # uri: "__string",
301
+ # uri: "__string", # required
302
302
  # username: "__string",
303
303
  # },
304
- # network_id: "__string",
304
+ # network_id: "__stringMin34Max34",
305
305
  # state: "DISABLED", # accepts DISABLED, ENABLED
306
306
  # },
307
307
  # caption_descriptions: [
308
308
  # {
309
- # caption_selector_name: "__string",
309
+ # caption_selector_name: "__string", # required
310
310
  # destination_settings: {
311
311
  # arib_destination_settings: {
312
312
  # },
@@ -316,7 +316,7 @@ module Aws::MediaLive
316
316
  # background_opacity: 1,
317
317
  # font: {
318
318
  # password_param: "__string",
319
- # uri: "__string",
319
+ # uri: "__string", # required
320
320
  # username: "__string",
321
321
  # },
322
322
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -339,7 +339,7 @@ module Aws::MediaLive
339
339
  # background_opacity: 1,
340
340
  # font: {
341
341
  # password_param: "__string",
342
- # uri: "__string",
342
+ # uri: "__string", # required
343
343
  # username: "__string",
344
344
  # },
345
345
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -376,7 +376,7 @@ module Aws::MediaLive
376
376
  # },
377
377
  # language_code: "__string",
378
378
  # language_description: "__string",
379
- # name: "__string",
379
+ # name: "__string", # required
380
380
  # },
381
381
  # ],
382
382
  # global_configuration: {
@@ -384,10 +384,10 @@ module Aws::MediaLive
384
384
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
385
385
  # input_loss_behavior: {
386
386
  # black_frame_msec: 1,
387
- # input_loss_image_color: "__string",
387
+ # input_loss_image_color: "__stringMin6Max6",
388
388
  # input_loss_image_slate: {
389
389
  # password_param: "__string",
390
- # uri: "__string",
390
+ # uri: "__string", # required
391
391
  # username: "__string",
392
392
  # },
393
393
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -396,12 +396,12 @@ module Aws::MediaLive
396
396
  # output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
397
397
  # support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
398
398
  # },
399
- # output_groups: [
399
+ # output_groups: [ # required
400
400
  # {
401
- # name: "__string",
402
- # output_group_settings: {
401
+ # name: "__stringMax32",
402
+ # output_group_settings: { # required
403
403
  # archive_group_settings: {
404
- # destination: {
404
+ # destination: { # required
405
405
  # destination_ref_id: "__string",
406
406
  # },
407
407
  # rollover_interval: 1,
@@ -412,16 +412,16 @@ module Aws::MediaLive
412
412
  # base_url_manifest: "__string",
413
413
  # caption_language_mappings: [
414
414
  # {
415
- # caption_channel: 1,
416
- # language_code: "__string",
417
- # language_description: "__string",
415
+ # caption_channel: 1, # required
416
+ # language_code: "__stringMin3Max3", # required
417
+ # language_description: "__stringMin1", # required
418
418
  # },
419
419
  # ],
420
420
  # caption_language_setting: "INSERT", # accepts INSERT, NONE, OMIT
421
421
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
422
422
  # codec_specification: "RFC_4281", # accepts RFC_4281, RFC_6381
423
- # constant_iv: "__string",
424
- # destination: {
423
+ # constant_iv: "__stringMin32Max32",
424
+ # destination: { # required
425
425
  # destination_ref_id: "__string",
426
426
  # },
427
427
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
@@ -468,10 +468,10 @@ module Aws::MediaLive
468
468
  # static_key_settings: {
469
469
  # key_provider_server: {
470
470
  # password_param: "__string",
471
- # uri: "__string",
471
+ # uri: "__string", # required
472
472
  # username: "__string",
473
473
  # },
474
- # static_key_value: "__string",
474
+ # static_key_value: "__stringMin32Max32", # required
475
475
  # },
476
476
  # },
477
477
  # manifest_compression: "GZIP", # accepts GZIP, NONE
@@ -495,7 +495,7 @@ module Aws::MediaLive
495
495
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
496
496
  # certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
497
497
  # connection_retry_interval: 1,
498
- # destination: {
498
+ # destination: { # required
499
499
  # destination_ref_id: "__string",
500
500
  # },
501
501
  # event_id: "__string",
@@ -519,14 +519,14 @@ module Aws::MediaLive
519
519
  # timed_metadata_id_3_period: 1,
520
520
  # },
521
521
  # },
522
- # outputs: [
522
+ # outputs: [ # required
523
523
  # {
524
524
  # audio_description_names: ["__string"],
525
525
  # caption_description_names: ["__string"],
526
- # output_name: "__string",
527
- # output_settings: {
526
+ # output_name: "__stringMin1Max255",
527
+ # output_settings: { # required
528
528
  # archive_output_settings: {
529
- # container_settings: {
529
+ # container_settings: { # required
530
530
  # m2ts_settings: {
531
531
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
532
532
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -540,15 +540,15 @@ module Aws::MediaLive
540
540
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
541
541
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
542
542
  # dvb_nit_settings: {
543
- # network_id: 1,
544
- # network_name: "__string",
543
+ # network_id: 1, # required
544
+ # network_name: "__stringMin1Max256", # required
545
545
  # rep_interval: 1,
546
546
  # },
547
547
  # dvb_sdt_settings: {
548
548
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
549
549
  # rep_interval: 1,
550
- # service_name: "__string",
551
- # service_provider_name: "__string",
550
+ # service_name: "__stringMin1Max256",
551
+ # service_provider_name: "__stringMin1Max256",
552
552
  # },
553
553
  # dvb_sub_pids: "__string",
554
554
  # dvb_tdt_settings: {
@@ -591,19 +591,19 @@ module Aws::MediaLive
591
591
  # name_modifier: "__string",
592
592
  # },
593
593
  # hls_output_settings: {
594
- # hls_settings: {
594
+ # hls_settings: { # required
595
595
  # audio_only_hls_settings: {
596
596
  # audio_group_id: "__string",
597
597
  # audio_only_image: {
598
598
  # password_param: "__string",
599
- # uri: "__string",
599
+ # uri: "__string", # required
600
600
  # username: "__string",
601
601
  # },
602
602
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
603
603
  # },
604
604
  # standard_hls_settings: {
605
605
  # audio_rendition_sets: "__string",
606
- # m3u_8_settings: {
606
+ # m3u_8_settings: { # required
607
607
  # audio_frames_per_pes: 1,
608
608
  # audio_pids: "__string",
609
609
  # ecm_pid: "__string",
@@ -622,7 +622,7 @@ module Aws::MediaLive
622
622
  # },
623
623
  # },
624
624
  # },
625
- # name_modifier: "__string",
625
+ # name_modifier: "__stringMin1",
626
626
  # segment_modifier: "__string",
627
627
  # },
628
628
  # ms_smooth_output_settings: {
@@ -630,7 +630,7 @@ module Aws::MediaLive
630
630
  # },
631
631
  # udp_output_settings: {
632
632
  # buffer_msec: 1,
633
- # container_settings: {
633
+ # container_settings: { # required
634
634
  # m2ts_settings: {
635
635
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
636
636
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -644,15 +644,15 @@ module Aws::MediaLive
644
644
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
645
645
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
646
646
  # dvb_nit_settings: {
647
- # network_id: 1,
648
- # network_name: "__string",
647
+ # network_id: 1, # required
648
+ # network_name: "__stringMin1Max256", # required
649
649
  # rep_interval: 1,
650
650
  # },
651
651
  # dvb_sdt_settings: {
652
652
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
653
653
  # rep_interval: 1,
654
- # service_name: "__string",
655
- # service_provider_name: "__string",
654
+ # service_name: "__stringMin1Max256",
655
+ # service_provider_name: "__stringMin1Max256",
656
656
  # },
657
657
  # dvb_sub_pids: "__string",
658
658
  # dvb_tdt_settings: {
@@ -691,7 +691,7 @@ module Aws::MediaLive
691
691
  # video_pid: "__string",
692
692
  # },
693
693
  # },
694
- # destination: {
694
+ # destination: { # required
695
695
  # destination_ref_id: "__string",
696
696
  # },
697
697
  # fec_output_settings: {
@@ -706,11 +706,11 @@ module Aws::MediaLive
706
706
  # ],
707
707
  # },
708
708
  # ],
709
- # timecode_config: {
710
- # source: "EMBEDDED", # accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
709
+ # timecode_config: { # required
710
+ # source: "EMBEDDED", # required, accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
711
711
  # sync_threshold: 1,
712
712
  # },
713
- # video_descriptions: [
713
+ # video_descriptions: [ # required
714
714
  # {
715
715
  # codec_settings: {
716
716
  # h264_settings: {
@@ -752,7 +752,7 @@ module Aws::MediaLive
752
752
  # },
753
753
  # },
754
754
  # height: 1,
755
- # name: "__string",
755
+ # name: "__string", # required
756
756
  # respond_to_afd: "NONE", # accepts NONE, PASSTHROUGH, RESPOND
757
757
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
758
758
  # sharpness: 1,
@@ -766,14 +766,14 @@ module Aws::MediaLive
766
766
  # input_settings: {
767
767
  # audio_selectors: [
768
768
  # {
769
- # name: "__string",
769
+ # name: "__string", # required
770
770
  # selector_settings: {
771
771
  # audio_language_selection: {
772
- # language_code: "__string",
772
+ # language_code: "__string", # required
773
773
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
774
774
  # },
775
775
  # audio_pid_selection: {
776
- # pid: 1,
776
+ # pid: 1, # required
777
777
  # },
778
778
  # },
779
779
  # },
@@ -781,7 +781,7 @@ module Aws::MediaLive
781
781
  # caption_selectors: [
782
782
  # {
783
783
  # language_code: "__string",
784
- # name: "__string",
784
+ # name: "__string", # required
785
785
  # selector_settings: {
786
786
  # arib_source_settings: {
787
787
  # },
@@ -3699,14 +3699,14 @@ module Aws::MediaLive
3699
3699
  # },
3700
3700
  # ],
3701
3701
  # encoder_settings: {
3702
- # audio_descriptions: [
3702
+ # audio_descriptions: [ # required
3703
3703
  # {
3704
3704
  # audio_normalization_settings: {
3705
3705
  # algorithm: "ITU_1770_1", # accepts ITU_1770_1, ITU_1770_2
3706
3706
  # algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO
3707
3707
  # target_lkfs: 1.0,
3708
3708
  # },
3709
- # audio_selector_name: "__string",
3709
+ # audio_selector_name: "__string", # required
3710
3710
  # audio_type: "CLEAN_EFFECTS", # accepts CLEAN_EFFECTS, HEARING_IMPAIRED, UNDEFINED, VISUAL_IMPAIRED_COMMENTARY
3711
3711
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
3712
3712
  # codec_settings: {
@@ -3760,19 +3760,19 @@ module Aws::MediaLive
3760
3760
  # pass_through_settings: {
3761
3761
  # },
3762
3762
  # },
3763
- # language_code: "__string",
3763
+ # language_code: "__stringMin3Max3",
3764
3764
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
3765
- # name: "__string",
3765
+ # name: "__string", # required
3766
3766
  # remix_settings: {
3767
- # channel_mappings: [
3767
+ # channel_mappings: [ # required
3768
3768
  # {
3769
- # input_channel_levels: [
3769
+ # input_channel_levels: [ # required
3770
3770
  # {
3771
- # gain: 1,
3772
- # input_channel: 1,
3771
+ # gain: 1, # required
3772
+ # input_channel: 1, # required
3773
3773
  # },
3774
3774
  # ],
3775
- # output_channel: 1,
3775
+ # output_channel: 1, # required
3776
3776
  # },
3777
3777
  # ],
3778
3778
  # channels_in: 1,
@@ -3784,7 +3784,7 @@ module Aws::MediaLive
3784
3784
  # avail_blanking: {
3785
3785
  # avail_blanking_image: {
3786
3786
  # password_param: "__string",
3787
- # uri: "__string",
3787
+ # uri: "__string", # required
3788
3788
  # username: "__string",
3789
3789
  # },
3790
3790
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -3806,21 +3806,21 @@ module Aws::MediaLive
3806
3806
  # blackout_slate: {
3807
3807
  # blackout_slate_image: {
3808
3808
  # password_param: "__string",
3809
- # uri: "__string",
3809
+ # uri: "__string", # required
3810
3810
  # username: "__string",
3811
3811
  # },
3812
3812
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
3813
3813
  # network_end_blackout_image: {
3814
3814
  # password_param: "__string",
3815
- # uri: "__string",
3815
+ # uri: "__string", # required
3816
3816
  # username: "__string",
3817
3817
  # },
3818
- # network_id: "__string",
3818
+ # network_id: "__stringMin34Max34",
3819
3819
  # state: "DISABLED", # accepts DISABLED, ENABLED
3820
3820
  # },
3821
3821
  # caption_descriptions: [
3822
3822
  # {
3823
- # caption_selector_name: "__string",
3823
+ # caption_selector_name: "__string", # required
3824
3824
  # destination_settings: {
3825
3825
  # arib_destination_settings: {
3826
3826
  # },
@@ -3830,7 +3830,7 @@ module Aws::MediaLive
3830
3830
  # background_opacity: 1,
3831
3831
  # font: {
3832
3832
  # password_param: "__string",
3833
- # uri: "__string",
3833
+ # uri: "__string", # required
3834
3834
  # username: "__string",
3835
3835
  # },
3836
3836
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -3853,7 +3853,7 @@ module Aws::MediaLive
3853
3853
  # background_opacity: 1,
3854
3854
  # font: {
3855
3855
  # password_param: "__string",
3856
- # uri: "__string",
3856
+ # uri: "__string", # required
3857
3857
  # username: "__string",
3858
3858
  # },
3859
3859
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -3890,7 +3890,7 @@ module Aws::MediaLive
3890
3890
  # },
3891
3891
  # language_code: "__string",
3892
3892
  # language_description: "__string",
3893
- # name: "__string",
3893
+ # name: "__string", # required
3894
3894
  # },
3895
3895
  # ],
3896
3896
  # global_configuration: {
@@ -3898,10 +3898,10 @@ module Aws::MediaLive
3898
3898
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
3899
3899
  # input_loss_behavior: {
3900
3900
  # black_frame_msec: 1,
3901
- # input_loss_image_color: "__string",
3901
+ # input_loss_image_color: "__stringMin6Max6",
3902
3902
  # input_loss_image_slate: {
3903
3903
  # password_param: "__string",
3904
- # uri: "__string",
3904
+ # uri: "__string", # required
3905
3905
  # username: "__string",
3906
3906
  # },
3907
3907
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -3910,12 +3910,12 @@ module Aws::MediaLive
3910
3910
  # output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
3911
3911
  # support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
3912
3912
  # },
3913
- # output_groups: [
3913
+ # output_groups: [ # required
3914
3914
  # {
3915
- # name: "__string",
3916
- # output_group_settings: {
3915
+ # name: "__stringMax32",
3916
+ # output_group_settings: { # required
3917
3917
  # archive_group_settings: {
3918
- # destination: {
3918
+ # destination: { # required
3919
3919
  # destination_ref_id: "__string",
3920
3920
  # },
3921
3921
  # rollover_interval: 1,
@@ -3926,16 +3926,16 @@ module Aws::MediaLive
3926
3926
  # base_url_manifest: "__string",
3927
3927
  # caption_language_mappings: [
3928
3928
  # {
3929
- # caption_channel: 1,
3930
- # language_code: "__string",
3931
- # language_description: "__string",
3929
+ # caption_channel: 1, # required
3930
+ # language_code: "__stringMin3Max3", # required
3931
+ # language_description: "__stringMin1", # required
3932
3932
  # },
3933
3933
  # ],
3934
3934
  # caption_language_setting: "INSERT", # accepts INSERT, NONE, OMIT
3935
3935
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
3936
3936
  # codec_specification: "RFC_4281", # accepts RFC_4281, RFC_6381
3937
- # constant_iv: "__string",
3938
- # destination: {
3937
+ # constant_iv: "__stringMin32Max32",
3938
+ # destination: { # required
3939
3939
  # destination_ref_id: "__string",
3940
3940
  # },
3941
3941
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
@@ -3982,10 +3982,10 @@ module Aws::MediaLive
3982
3982
  # static_key_settings: {
3983
3983
  # key_provider_server: {
3984
3984
  # password_param: "__string",
3985
- # uri: "__string",
3985
+ # uri: "__string", # required
3986
3986
  # username: "__string",
3987
3987
  # },
3988
- # static_key_value: "__string",
3988
+ # static_key_value: "__stringMin32Max32", # required
3989
3989
  # },
3990
3990
  # },
3991
3991
  # manifest_compression: "GZIP", # accepts GZIP, NONE
@@ -4009,7 +4009,7 @@ module Aws::MediaLive
4009
4009
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
4010
4010
  # certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
4011
4011
  # connection_retry_interval: 1,
4012
- # destination: {
4012
+ # destination: { # required
4013
4013
  # destination_ref_id: "__string",
4014
4014
  # },
4015
4015
  # event_id: "__string",
@@ -4033,14 +4033,14 @@ module Aws::MediaLive
4033
4033
  # timed_metadata_id_3_period: 1,
4034
4034
  # },
4035
4035
  # },
4036
- # outputs: [
4036
+ # outputs: [ # required
4037
4037
  # {
4038
4038
  # audio_description_names: ["__string"],
4039
4039
  # caption_description_names: ["__string"],
4040
- # output_name: "__string",
4041
- # output_settings: {
4040
+ # output_name: "__stringMin1Max255",
4041
+ # output_settings: { # required
4042
4042
  # archive_output_settings: {
4043
- # container_settings: {
4043
+ # container_settings: { # required
4044
4044
  # m2ts_settings: {
4045
4045
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
4046
4046
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -4054,15 +4054,15 @@ module Aws::MediaLive
4054
4054
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
4055
4055
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
4056
4056
  # dvb_nit_settings: {
4057
- # network_id: 1,
4058
- # network_name: "__string",
4057
+ # network_id: 1, # required
4058
+ # network_name: "__stringMin1Max256", # required
4059
4059
  # rep_interval: 1,
4060
4060
  # },
4061
4061
  # dvb_sdt_settings: {
4062
4062
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
4063
4063
  # rep_interval: 1,
4064
- # service_name: "__string",
4065
- # service_provider_name: "__string",
4064
+ # service_name: "__stringMin1Max256",
4065
+ # service_provider_name: "__stringMin1Max256",
4066
4066
  # },
4067
4067
  # dvb_sub_pids: "__string",
4068
4068
  # dvb_tdt_settings: {
@@ -4105,19 +4105,19 @@ module Aws::MediaLive
4105
4105
  # name_modifier: "__string",
4106
4106
  # },
4107
4107
  # hls_output_settings: {
4108
- # hls_settings: {
4108
+ # hls_settings: { # required
4109
4109
  # audio_only_hls_settings: {
4110
4110
  # audio_group_id: "__string",
4111
4111
  # audio_only_image: {
4112
4112
  # password_param: "__string",
4113
- # uri: "__string",
4113
+ # uri: "__string", # required
4114
4114
  # username: "__string",
4115
4115
  # },
4116
4116
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
4117
4117
  # },
4118
4118
  # standard_hls_settings: {
4119
4119
  # audio_rendition_sets: "__string",
4120
- # m3u_8_settings: {
4120
+ # m3u_8_settings: { # required
4121
4121
  # audio_frames_per_pes: 1,
4122
4122
  # audio_pids: "__string",
4123
4123
  # ecm_pid: "__string",
@@ -4136,7 +4136,7 @@ module Aws::MediaLive
4136
4136
  # },
4137
4137
  # },
4138
4138
  # },
4139
- # name_modifier: "__string",
4139
+ # name_modifier: "__stringMin1",
4140
4140
  # segment_modifier: "__string",
4141
4141
  # },
4142
4142
  # ms_smooth_output_settings: {
@@ -4144,7 +4144,7 @@ module Aws::MediaLive
4144
4144
  # },
4145
4145
  # udp_output_settings: {
4146
4146
  # buffer_msec: 1,
4147
- # container_settings: {
4147
+ # container_settings: { # required
4148
4148
  # m2ts_settings: {
4149
4149
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
4150
4150
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -4158,15 +4158,15 @@ module Aws::MediaLive
4158
4158
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
4159
4159
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
4160
4160
  # dvb_nit_settings: {
4161
- # network_id: 1,
4162
- # network_name: "__string",
4161
+ # network_id: 1, # required
4162
+ # network_name: "__stringMin1Max256", # required
4163
4163
  # rep_interval: 1,
4164
4164
  # },
4165
4165
  # dvb_sdt_settings: {
4166
4166
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
4167
4167
  # rep_interval: 1,
4168
- # service_name: "__string",
4169
- # service_provider_name: "__string",
4168
+ # service_name: "__stringMin1Max256",
4169
+ # service_provider_name: "__stringMin1Max256",
4170
4170
  # },
4171
4171
  # dvb_sub_pids: "__string",
4172
4172
  # dvb_tdt_settings: {
@@ -4205,7 +4205,7 @@ module Aws::MediaLive
4205
4205
  # video_pid: "__string",
4206
4206
  # },
4207
4207
  # },
4208
- # destination: {
4208
+ # destination: { # required
4209
4209
  # destination_ref_id: "__string",
4210
4210
  # },
4211
4211
  # fec_output_settings: {
@@ -4220,11 +4220,11 @@ module Aws::MediaLive
4220
4220
  # ],
4221
4221
  # },
4222
4222
  # ],
4223
- # timecode_config: {
4224
- # source: "EMBEDDED", # accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
4223
+ # timecode_config: { # required
4224
+ # source: "EMBEDDED", # required, accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
4225
4225
  # sync_threshold: 1,
4226
4226
  # },
4227
- # video_descriptions: [
4227
+ # video_descriptions: [ # required
4228
4228
  # {
4229
4229
  # codec_settings: {
4230
4230
  # h264_settings: {
@@ -4266,7 +4266,7 @@ module Aws::MediaLive
4266
4266
  # },
4267
4267
  # },
4268
4268
  # height: 1,
4269
- # name: "__string",
4269
+ # name: "__string", # required
4270
4270
  # respond_to_afd: "NONE", # accepts NONE, PASSTHROUGH, RESPOND
4271
4271
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
4272
4272
  # sharpness: 1,
@@ -4761,7 +4761,7 @@ module Aws::MediaLive
4761
4761
  params: params,
4762
4762
  config: config)
4763
4763
  context[:gem_name] = 'aws-sdk-medialive'
4764
- context[:gem_version] = '1.2.0'
4764
+ context[:gem_version] = '1.3.0'
4765
4765
  Seahorse::Client::Request.new(handlers, context)
4766
4766
  end
4767
4767