aws-sdk-medialive 1.57.0 → 1.58.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: eaa67d16c20496901d76b1e11d9f864490a246544931725c447dfa9770d5aa72
4
- data.tar.gz: d77ecba06406731ab5689c64a86eb993b1725311d3b757c8ffaf2cc4a0d9b541
3
+ metadata.gz: 23bf880993260e50d0f8f9bd9453e3d6636ecf8ec052cdb82d5cf0669b344e5e
4
+ data.tar.gz: d9858050be48bb1fa9c7b493f329f8e70d03f8114bb263d6db32660a43cb8029
5
5
  SHA512:
6
- metadata.gz: 457a3adf6779718bf665489aade41b7cd80ffd472e0bb884e066ddcdd72f09de3223b614c014da10078046b05fe2cf87651a3375323b541098c68f14a5ef823a
7
- data.tar.gz: 0b6779d0d2b3c5d4c91c5c68660a61a1e95e07d50b2350350e8aa6134f34ae42db42e38b02b679944ce0e180dfd15a3a2bc9c3fc34aa3934ef885e2291420f0f
6
+ metadata.gz: 03de180614796bedfa7e75529c485e77cdc43ebedcdb7b82dc4fa3ebb3a6b73da63bec22053645ea040e7f4e51cba7d78ebd7abeeeea7f0e59a043793e26f18f
7
+ data.tar.gz: 14f9e28a3bde8e456bf9f9a8dae26c69f704249b39ccadb3389080ff277969d520dfbf62b6b3a02fbedb94ff4635ce5dc03a580bf486ac15e8bbba6322762f42
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-medialive/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaLive
51
51
 
52
- GEM_VERSION = '1.57.0'
52
+ GEM_VERSION = '1.58.0'
53
53
 
54
54
  end
@@ -1086,6 +1086,7 @@ module Aws::MediaLive
1086
1086
  # destination_ref_id: "__string",
1087
1087
  # },
1088
1088
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
1089
+ # discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
1089
1090
  # encryption_type: "AES128", # accepts AES128, SAMPLE_AES
1090
1091
  # hls_cdn_settings: {
1091
1092
  # hls_akamai_settings: {
@@ -1120,6 +1121,7 @@ module Aws::MediaLive
1120
1121
  # },
1121
1122
  # hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
1122
1123
  # i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
1124
+ # incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
1123
1125
  # index_n_segments: 1,
1124
1126
  # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
1125
1127
  # iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
@@ -1566,6 +1568,16 @@ module Aws::MediaLive
1566
1568
  # input_attachments: [
1567
1569
  # {
1568
1570
  # automatic_input_failover_settings: {
1571
+ # error_clear_time_msec: 1,
1572
+ # failover_conditions: [
1573
+ # {
1574
+ # failover_condition_settings: {
1575
+ # input_loss_settings: {
1576
+ # input_loss_threshold_msec: 1,
1577
+ # },
1578
+ # },
1579
+ # },
1580
+ # ],
1569
1581
  # input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
1570
1582
  # secondary_input_id: "__string", # required
1571
1583
  # },
@@ -1850,6 +1862,7 @@ module Aws::MediaLive
1850
1862
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.constant_iv #=> String
1851
1863
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.destination.destination_ref_id #=> String
1852
1864
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.directory_structure #=> String, one of "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
1865
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.discontinuity_tags #=> String, one of "INSERT", "NEVER_INSERT"
1853
1866
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.encryption_type #=> String, one of "AES128", "SAMPLE_AES"
1854
1867
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.connection_retry_interval #=> Integer
1855
1868
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.filecache_duration #=> Integer
@@ -1874,6 +1887,7 @@ module Aws::MediaLive
1874
1887
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
1875
1888
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_id_3_segment_tagging #=> String, one of "DISABLED", "ENABLED"
1876
1889
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
1890
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.incomplete_segment_behavior #=> String, one of "AUTO", "SUPPRESS"
1877
1891
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
1878
1892
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
1879
1893
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
@@ -2188,6 +2202,9 @@ module Aws::MediaLive
2188
2202
  # resp.channel.encoder_settings.video_descriptions[0].width #=> Integer
2189
2203
  # resp.channel.id #=> String
2190
2204
  # resp.channel.input_attachments #=> Array
2205
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
2206
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
2207
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
2191
2208
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
2192
2209
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
2193
2210
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -2791,6 +2808,7 @@ module Aws::MediaLive
2791
2808
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.constant_iv #=> String
2792
2809
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.destination.destination_ref_id #=> String
2793
2810
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.directory_structure #=> String, one of "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
2811
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.discontinuity_tags #=> String, one of "INSERT", "NEVER_INSERT"
2794
2812
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.encryption_type #=> String, one of "AES128", "SAMPLE_AES"
2795
2813
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.connection_retry_interval #=> Integer
2796
2814
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.filecache_duration #=> Integer
@@ -2815,6 +2833,7 @@ module Aws::MediaLive
2815
2833
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
2816
2834
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_id_3_segment_tagging #=> String, one of "DISABLED", "ENABLED"
2817
2835
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
2836
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.incomplete_segment_behavior #=> String, one of "AUTO", "SUPPRESS"
2818
2837
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
2819
2838
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
2820
2839
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
@@ -3129,6 +3148,9 @@ module Aws::MediaLive
3129
3148
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
3130
3149
  # resp.id #=> String
3131
3150
  # resp.input_attachments #=> Array
3151
+ # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
3152
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
3153
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
3132
3154
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
3133
3155
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
3134
3156
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -3671,6 +3693,7 @@ module Aws::MediaLive
3671
3693
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.constant_iv #=> String
3672
3694
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.destination.destination_ref_id #=> String
3673
3695
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.directory_structure #=> String, one of "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
3696
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.discontinuity_tags #=> String, one of "INSERT", "NEVER_INSERT"
3674
3697
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.encryption_type #=> String, one of "AES128", "SAMPLE_AES"
3675
3698
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.connection_retry_interval #=> Integer
3676
3699
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.filecache_duration #=> Integer
@@ -3695,6 +3718,7 @@ module Aws::MediaLive
3695
3718
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
3696
3719
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_id_3_segment_tagging #=> String, one of "DISABLED", "ENABLED"
3697
3720
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
3721
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.incomplete_segment_behavior #=> String, one of "AUTO", "SUPPRESS"
3698
3722
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
3699
3723
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
3700
3724
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
@@ -4009,6 +4033,9 @@ module Aws::MediaLive
4009
4033
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
4010
4034
  # resp.id #=> String
4011
4035
  # resp.input_attachments #=> Array
4036
+ # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
4037
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
4038
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
4012
4039
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
4013
4040
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
4014
4041
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -4667,6 +4694,9 @@ module Aws::MediaLive
4667
4694
  # resp.channels[0].egress_endpoints[0].source_ip #=> String
4668
4695
  # resp.channels[0].id #=> String
4669
4696
  # resp.channels[0].input_attachments #=> Array
4697
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
4698
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
4699
+ # resp.channels[0].input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
4670
4700
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
4671
4701
  # resp.channels[0].input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
4672
4702
  # resp.channels[0].input_attachments[0].input_attachment_name #=> String
@@ -5510,6 +5540,7 @@ module Aws::MediaLive
5510
5540
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.constant_iv #=> String
5511
5541
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.destination.destination_ref_id #=> String
5512
5542
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.directory_structure #=> String, one of "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
5543
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.discontinuity_tags #=> String, one of "INSERT", "NEVER_INSERT"
5513
5544
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.encryption_type #=> String, one of "AES128", "SAMPLE_AES"
5514
5545
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.connection_retry_interval #=> Integer
5515
5546
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.filecache_duration #=> Integer
@@ -5534,6 +5565,7 @@ module Aws::MediaLive
5534
5565
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
5535
5566
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_id_3_segment_tagging #=> String, one of "DISABLED", "ENABLED"
5536
5567
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
5568
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.incomplete_segment_behavior #=> String, one of "AUTO", "SUPPRESS"
5537
5569
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
5538
5570
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
5539
5571
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
@@ -5848,6 +5880,9 @@ module Aws::MediaLive
5848
5880
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
5849
5881
  # resp.id #=> String
5850
5882
  # resp.input_attachments #=> Array
5883
+ # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
5884
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
5885
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
5851
5886
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
5852
5887
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
5853
5888
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -6172,6 +6207,7 @@ module Aws::MediaLive
6172
6207
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.constant_iv #=> String
6173
6208
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.destination.destination_ref_id #=> String
6174
6209
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.directory_structure #=> String, one of "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
6210
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.discontinuity_tags #=> String, one of "INSERT", "NEVER_INSERT"
6175
6211
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.encryption_type #=> String, one of "AES128", "SAMPLE_AES"
6176
6212
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.connection_retry_interval #=> Integer
6177
6213
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.filecache_duration #=> Integer
@@ -6196,6 +6232,7 @@ module Aws::MediaLive
6196
6232
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
6197
6233
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_id_3_segment_tagging #=> String, one of "DISABLED", "ENABLED"
6198
6234
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
6235
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.incomplete_segment_behavior #=> String, one of "AUTO", "SUPPRESS"
6199
6236
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
6200
6237
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
6201
6238
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
@@ -6510,6 +6547,9 @@ module Aws::MediaLive
6510
6547
  # resp.encoder_settings.video_descriptions[0].width #=> Integer
6511
6548
  # resp.id #=> String
6512
6549
  # resp.input_attachments #=> Array
6550
+ # resp.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
6551
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
6552
+ # resp.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
6513
6553
  # resp.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
6514
6554
  # resp.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
6515
6555
  # resp.input_attachments[0].input_attachment_name #=> String
@@ -6976,6 +7016,7 @@ module Aws::MediaLive
6976
7016
  # destination_ref_id: "__string",
6977
7017
  # },
6978
7018
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
7019
+ # discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
6979
7020
  # encryption_type: "AES128", # accepts AES128, SAMPLE_AES
6980
7021
  # hls_cdn_settings: {
6981
7022
  # hls_akamai_settings: {
@@ -7010,6 +7051,7 @@ module Aws::MediaLive
7010
7051
  # },
7011
7052
  # hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
7012
7053
  # i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
7054
+ # incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
7013
7055
  # index_n_segments: 1,
7014
7056
  # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
7015
7057
  # iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
@@ -7456,6 +7498,16 @@ module Aws::MediaLive
7456
7498
  # input_attachments: [
7457
7499
  # {
7458
7500
  # automatic_input_failover_settings: {
7501
+ # error_clear_time_msec: 1,
7502
+ # failover_conditions: [
7503
+ # {
7504
+ # failover_condition_settings: {
7505
+ # input_loss_settings: {
7506
+ # input_loss_threshold_msec: 1,
7507
+ # },
7508
+ # },
7509
+ # },
7510
+ # ],
7459
7511
  # input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
7460
7512
  # secondary_input_id: "__string", # required
7461
7513
  # },
@@ -7735,6 +7787,7 @@ module Aws::MediaLive
7735
7787
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.constant_iv #=> String
7736
7788
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.destination.destination_ref_id #=> String
7737
7789
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.directory_structure #=> String, one of "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
7790
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.discontinuity_tags #=> String, one of "INSERT", "NEVER_INSERT"
7738
7791
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.encryption_type #=> String, one of "AES128", "SAMPLE_AES"
7739
7792
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.connection_retry_interval #=> Integer
7740
7793
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.filecache_duration #=> Integer
@@ -7759,6 +7812,7 @@ module Aws::MediaLive
7759
7812
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
7760
7813
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_id_3_segment_tagging #=> String, one of "DISABLED", "ENABLED"
7761
7814
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
7815
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.incomplete_segment_behavior #=> String, one of "AUTO", "SUPPRESS"
7762
7816
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
7763
7817
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
7764
7818
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
@@ -8073,6 +8127,9 @@ module Aws::MediaLive
8073
8127
  # resp.channel.encoder_settings.video_descriptions[0].width #=> Integer
8074
8128
  # resp.channel.id #=> String
8075
8129
  # resp.channel.input_attachments #=> Array
8130
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8131
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8132
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8076
8133
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8077
8134
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8078
8135
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -8359,6 +8416,7 @@ module Aws::MediaLive
8359
8416
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.constant_iv #=> String
8360
8417
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.destination.destination_ref_id #=> String
8361
8418
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.directory_structure #=> String, one of "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
8419
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.discontinuity_tags #=> String, one of "INSERT", "NEVER_INSERT"
8362
8420
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.encryption_type #=> String, one of "AES128", "SAMPLE_AES"
8363
8421
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.connection_retry_interval #=> Integer
8364
8422
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_akamai_settings.filecache_duration #=> Integer
@@ -8383,6 +8441,7 @@ module Aws::MediaLive
8383
8441
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.restart_delay #=> Integer
8384
8442
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_id_3_segment_tagging #=> String, one of "DISABLED", "ENABLED"
8385
8443
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.i_frame_only_playlists #=> String, one of "DISABLED", "STANDARD"
8444
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.incomplete_segment_behavior #=> String, one of "AUTO", "SUPPRESS"
8386
8445
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.index_n_segments #=> Integer
8387
8446
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
8388
8447
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.iv_in_manifest #=> String, one of "EXCLUDE", "INCLUDE"
@@ -8697,6 +8756,9 @@ module Aws::MediaLive
8697
8756
  # resp.channel.encoder_settings.video_descriptions[0].width #=> Integer
8698
8757
  # resp.channel.id #=> String
8699
8758
  # resp.channel.input_attachments #=> Array
8759
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.error_clear_time_msec #=> Integer
8760
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions #=> Array
8761
+ # resp.channel.input_attachments[0].automatic_input_failover_settings.failover_conditions[0].failover_condition_settings.input_loss_settings.input_loss_threshold_msec #=> Integer
8700
8762
  # resp.channel.input_attachments[0].automatic_input_failover_settings.input_preference #=> String, one of "EQUAL_INPUT_PREFERENCE", "PRIMARY_INPUT_PREFERRED"
8701
8763
  # resp.channel.input_attachments[0].automatic_input_failover_settings.secondary_input_id #=> String
8702
8764
  # resp.channel.input_attachments[0].input_attachment_name #=> String
@@ -9167,7 +9229,7 @@ module Aws::MediaLive
9167
9229
  params: params,
9168
9230
  config: config)
9169
9231
  context[:gem_name] = 'aws-sdk-medialive'
9170
- context[:gem_version] = '1.57.0'
9232
+ context[:gem_version] = '1.58.0'
9171
9233
  Seahorse::Client::Request.new(handlers, context)
9172
9234
  end
9173
9235
 
@@ -207,6 +207,8 @@ module Aws::MediaLive
207
207
  EmbeddedSourceSettings = Shapes::StructureShape.new(name: 'EmbeddedSourceSettings')
208
208
  Empty = Shapes::StructureShape.new(name: 'Empty')
209
209
  EncoderSettings = Shapes::StructureShape.new(name: 'EncoderSettings')
210
+ FailoverCondition = Shapes::StructureShape.new(name: 'FailoverCondition')
211
+ FailoverConditionSettings = Shapes::StructureShape.new(name: 'FailoverConditionSettings')
210
212
  FeatureActivations = Shapes::StructureShape.new(name: 'FeatureActivations')
211
213
  FeatureActivationsInputPrepareScheduleActions = Shapes::StringShape.new(name: 'FeatureActivationsInputPrepareScheduleActions')
212
214
  FecOutputIncludeFec = Shapes::StringShape.new(name: 'FecOutputIncludeFec')
@@ -279,11 +281,13 @@ module Aws::MediaLive
279
281
  HlsClientCache = Shapes::StringShape.new(name: 'HlsClientCache')
280
282
  HlsCodecSpecification = Shapes::StringShape.new(name: 'HlsCodecSpecification')
281
283
  HlsDirectoryStructure = Shapes::StringShape.new(name: 'HlsDirectoryStructure')
284
+ HlsDiscontinuityTags = Shapes::StringShape.new(name: 'HlsDiscontinuityTags')
282
285
  HlsEncryptionType = Shapes::StringShape.new(name: 'HlsEncryptionType')
283
286
  HlsGroupSettings = Shapes::StructureShape.new(name: 'HlsGroupSettings')
284
287
  HlsH265PackagingType = Shapes::StringShape.new(name: 'HlsH265PackagingType')
285
288
  HlsId3SegmentTaggingScheduleActionSettings = Shapes::StructureShape.new(name: 'HlsId3SegmentTaggingScheduleActionSettings')
286
289
  HlsId3SegmentTaggingState = Shapes::StringShape.new(name: 'HlsId3SegmentTaggingState')
290
+ HlsIncompleteSegmentBehavior = Shapes::StringShape.new(name: 'HlsIncompleteSegmentBehavior')
287
291
  HlsInputSettings = Shapes::StructureShape.new(name: 'HlsInputSettings')
288
292
  HlsIvInManifest = Shapes::StringShape.new(name: 'HlsIvInManifest')
289
293
  HlsIvSource = Shapes::StringShape.new(name: 'HlsIvSource')
@@ -341,6 +345,7 @@ module Aws::MediaLive
341
345
  InputLossActionForRtmpOut = Shapes::StringShape.new(name: 'InputLossActionForRtmpOut')
342
346
  InputLossActionForUdpOut = Shapes::StringShape.new(name: 'InputLossActionForUdpOut')
343
347
  InputLossBehavior = Shapes::StructureShape.new(name: 'InputLossBehavior')
348
+ InputLossFailoverSettings = Shapes::StructureShape.new(name: 'InputLossFailoverSettings')
344
349
  InputLossImageType = Shapes::StringShape.new(name: 'InputLossImageType')
345
350
  InputMaximumBitrate = Shapes::StringShape.new(name: 'InputMaximumBitrate')
346
351
  InputPreference = Shapes::StringShape.new(name: 'InputPreference')
@@ -655,6 +660,7 @@ module Aws::MediaLive
655
660
  __integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
656
661
  __integerMin0Max8191 = Shapes::IntegerShape.new(name: '__integerMin0Max8191')
657
662
  __integerMin1 = Shapes::IntegerShape.new(name: '__integerMin1')
663
+ __integerMin100 = Shapes::IntegerShape.new(name: '__integerMin100')
658
664
  __integerMin1000 = Shapes::IntegerShape.new(name: '__integerMin1000')
659
665
  __integerMin1000000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin1000000Max100000000')
660
666
  __integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
@@ -695,6 +701,7 @@ module Aws::MediaLive
695
701
  __listOfCaptionSelector = Shapes::ListShape.new(name: '__listOfCaptionSelector')
696
702
  __listOfChannelEgressEndpoint = Shapes::ListShape.new(name: '__listOfChannelEgressEndpoint')
697
703
  __listOfChannelSummary = Shapes::ListShape.new(name: '__listOfChannelSummary')
704
+ __listOfFailoverCondition = Shapes::ListShape.new(name: '__listOfFailoverCondition')
698
705
  __listOfHlsAdMarkers = Shapes::ListShape.new(name: '__listOfHlsAdMarkers')
699
706
  __listOfInput = Shapes::ListShape.new(name: '__listOfInput')
700
707
  __listOfInputAttachment = Shapes::ListShape.new(name: '__listOfInputAttachment')
@@ -855,6 +862,8 @@ module Aws::MediaLive
855
862
  AudioTrackSelection.add_member(:tracks, Shapes::ShapeRef.new(shape: __listOfAudioTrack, required: true, location_name: "tracks"))
856
863
  AudioTrackSelection.struct_class = Types::AudioTrackSelection
857
864
 
865
+ AutomaticInputFailoverSettings.add_member(:error_clear_time_msec, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "errorClearTimeMsec"))
866
+ AutomaticInputFailoverSettings.add_member(:failover_conditions, Shapes::ShapeRef.new(shape: __listOfFailoverCondition, location_name: "failoverConditions"))
858
867
  AutomaticInputFailoverSettings.add_member(:input_preference, Shapes::ShapeRef.new(shape: InputPreference, location_name: "inputPreference"))
859
868
  AutomaticInputFailoverSettings.add_member(:secondary_input_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "secondaryInputId"))
860
869
  AutomaticInputFailoverSettings.struct_class = Types::AutomaticInputFailoverSettings
@@ -1533,6 +1542,12 @@ module Aws::MediaLive
1533
1542
  EncoderSettings.add_member(:video_descriptions, Shapes::ShapeRef.new(shape: __listOfVideoDescription, required: true, location_name: "videoDescriptions"))
1534
1543
  EncoderSettings.struct_class = Types::EncoderSettings
1535
1544
 
1545
+ FailoverCondition.add_member(:failover_condition_settings, Shapes::ShapeRef.new(shape: FailoverConditionSettings, location_name: "failoverConditionSettings"))
1546
+ FailoverCondition.struct_class = Types::FailoverCondition
1547
+
1548
+ FailoverConditionSettings.add_member(:input_loss_settings, Shapes::ShapeRef.new(shape: InputLossFailoverSettings, location_name: "inputLossSettings"))
1549
+ FailoverConditionSettings.struct_class = Types::FailoverConditionSettings
1550
+
1536
1551
  FeatureActivations.add_member(:input_prepare_schedule_actions, Shapes::ShapeRef.new(shape: FeatureActivationsInputPrepareScheduleActions, location_name: "inputPrepareScheduleActions"))
1537
1552
  FeatureActivations.struct_class = Types::FeatureActivations
1538
1553
 
@@ -1705,10 +1720,12 @@ module Aws::MediaLive
1705
1720
  HlsGroupSettings.add_member(:constant_iv, Shapes::ShapeRef.new(shape: __stringMin32Max32, location_name: "constantIv"))
1706
1721
  HlsGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
1707
1722
  HlsGroupSettings.add_member(:directory_structure, Shapes::ShapeRef.new(shape: HlsDirectoryStructure, location_name: "directoryStructure"))
1723
+ HlsGroupSettings.add_member(:discontinuity_tags, Shapes::ShapeRef.new(shape: HlsDiscontinuityTags, location_name: "discontinuityTags"))
1708
1724
  HlsGroupSettings.add_member(:encryption_type, Shapes::ShapeRef.new(shape: HlsEncryptionType, location_name: "encryptionType"))
1709
1725
  HlsGroupSettings.add_member(:hls_cdn_settings, Shapes::ShapeRef.new(shape: HlsCdnSettings, location_name: "hlsCdnSettings"))
1710
1726
  HlsGroupSettings.add_member(:hls_id_3_segment_tagging, Shapes::ShapeRef.new(shape: HlsId3SegmentTaggingState, location_name: "hlsId3SegmentTagging"))
1711
1727
  HlsGroupSettings.add_member(:i_frame_only_playlists, Shapes::ShapeRef.new(shape: IFrameOnlyPlaylistType, location_name: "iFrameOnlyPlaylists"))
1728
+ HlsGroupSettings.add_member(:incomplete_segment_behavior, Shapes::ShapeRef.new(shape: HlsIncompleteSegmentBehavior, location_name: "incompleteSegmentBehavior"))
1712
1729
  HlsGroupSettings.add_member(:index_n_segments, Shapes::ShapeRef.new(shape: __integerMin3, location_name: "indexNSegments"))
1713
1730
  HlsGroupSettings.add_member(:input_loss_action, Shapes::ShapeRef.new(shape: InputLossActionForHlsOut, location_name: "inputLossAction"))
1714
1731
  HlsGroupSettings.add_member(:iv_in_manifest, Shapes::ShapeRef.new(shape: HlsIvInManifest, location_name: "ivInManifest"))
@@ -1886,6 +1903,9 @@ module Aws::MediaLive
1886
1903
  InputLossBehavior.add_member(:repeat_frame_msec, Shapes::ShapeRef.new(shape: __integerMin0Max1000000, location_name: "repeatFrameMsec"))
1887
1904
  InputLossBehavior.struct_class = Types::InputLossBehavior
1888
1905
 
1906
+ InputLossFailoverSettings.add_member(:input_loss_threshold_msec, Shapes::ShapeRef.new(shape: __integerMin100, location_name: "inputLossThresholdMsec"))
1907
+ InputLossFailoverSettings.struct_class = Types::InputLossFailoverSettings
1908
+
1889
1909
  InputPrepareScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, location_name: "inputAttachmentNameReference"))
1890
1910
  InputPrepareScheduleActionSettings.add_member(:input_clipping_settings, Shapes::ShapeRef.new(shape: InputClippingSettings, location_name: "inputClippingSettings"))
1891
1911
  InputPrepareScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
@@ -2953,6 +2973,8 @@ module Aws::MediaLive
2953
2973
 
2954
2974
  __listOfChannelSummary.member = Shapes::ShapeRef.new(shape: ChannelSummary)
2955
2975
 
2976
+ __listOfFailoverCondition.member = Shapes::ShapeRef.new(shape: FailoverCondition)
2977
+
2956
2978
  __listOfHlsAdMarkers.member = Shapes::ShapeRef.new(shape: HlsAdMarkers)
2957
2979
 
2958
2980
  __listOfInput.member = Shapes::ShapeRef.new(shape: Input)
@@ -1038,10 +1038,34 @@ module Aws::MediaLive
1038
1038
  # data as a hash:
1039
1039
  #
1040
1040
  # {
1041
+ # error_clear_time_msec: 1,
1042
+ # failover_conditions: [
1043
+ # {
1044
+ # failover_condition_settings: {
1045
+ # input_loss_settings: {
1046
+ # input_loss_threshold_msec: 1,
1047
+ # },
1048
+ # },
1049
+ # },
1050
+ # ],
1041
1051
  # input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
1042
1052
  # secondary_input_id: "__string", # required
1043
1053
  # }
1044
1054
  #
1055
+ # @!attribute [rw] error_clear_time_msec
1056
+ # This clear time defines the requirement a recovered input must meet
1057
+ # to be considered healthy. The input must have no failover conditions
1058
+ # for this length of time. Enter a time in milliseconds. This value is
1059
+ # particularly important if the input\_preference for the failover
1060
+ # pair is set to PRIMARY\_INPUT\_PREFERRED, because after this time,
1061
+ # MediaLive will switch back to the primary input.
1062
+ # @return [Integer]
1063
+ #
1064
+ # @!attribute [rw] failover_conditions
1065
+ # A list of failover conditions. If any of these conditions occur,
1066
+ # MediaLive will perform a failover to the other input.
1067
+ # @return [Array<Types::FailoverCondition>]
1068
+ #
1045
1069
  # @!attribute [rw] input_preference
1046
1070
  # Input preference when deciding which input to make active when a
1047
1071
  # previously failed input has recovered.
@@ -1055,6 +1079,8 @@ module Aws::MediaLive
1055
1079
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AutomaticInputFailoverSettings AWS API Documentation
1056
1080
  #
1057
1081
  class AutomaticInputFailoverSettings < Struct.new(
1082
+ :error_clear_time_msec,
1083
+ :failover_conditions,
1058
1084
  :input_preference,
1059
1085
  :secondary_input_id)
1060
1086
  SENSITIVE = []
@@ -3159,6 +3185,7 @@ module Aws::MediaLive
3159
3185
  # destination_ref_id: "__string",
3160
3186
  # },
3161
3187
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
3188
+ # discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
3162
3189
  # encryption_type: "AES128", # accepts AES128, SAMPLE_AES
3163
3190
  # hls_cdn_settings: {
3164
3191
  # hls_akamai_settings: {
@@ -3193,6 +3220,7 @@ module Aws::MediaLive
3193
3220
  # },
3194
3221
  # hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
3195
3222
  # i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
3223
+ # incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
3196
3224
  # index_n_segments: 1,
3197
3225
  # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
3198
3226
  # iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
@@ -3639,6 +3667,16 @@ module Aws::MediaLive
3639
3667
  # input_attachments: [
3640
3668
  # {
3641
3669
  # automatic_input_failover_settings: {
3670
+ # error_clear_time_msec: 1,
3671
+ # failover_conditions: [
3672
+ # {
3673
+ # failover_condition_settings: {
3674
+ # input_loss_settings: {
3675
+ # input_loss_threshold_msec: 1,
3676
+ # },
3677
+ # },
3678
+ # },
3679
+ # ],
3642
3680
  # input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
3643
3681
  # secondary_input_id: "__string", # required
3644
3682
  # },
@@ -6255,6 +6293,7 @@ module Aws::MediaLive
6255
6293
  # destination_ref_id: "__string",
6256
6294
  # },
6257
6295
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
6296
+ # discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
6258
6297
  # encryption_type: "AES128", # accepts AES128, SAMPLE_AES
6259
6298
  # hls_cdn_settings: {
6260
6299
  # hls_akamai_settings: {
@@ -6289,6 +6328,7 @@ module Aws::MediaLive
6289
6328
  # },
6290
6329
  # hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
6291
6330
  # i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
6331
+ # incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
6292
6332
  # index_n_segments: 1,
6293
6333
  # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
6294
6334
  # iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
@@ -6793,6 +6833,56 @@ module Aws::MediaLive
6793
6833
  include Aws::Structure
6794
6834
  end
6795
6835
 
6836
+ # Failover Condition settings. There can be multiple failover conditions
6837
+ # inside AutomaticInputFailoverSettings.
6838
+ #
6839
+ # @note When making an API call, you may pass FailoverCondition
6840
+ # data as a hash:
6841
+ #
6842
+ # {
6843
+ # failover_condition_settings: {
6844
+ # input_loss_settings: {
6845
+ # input_loss_threshold_msec: 1,
6846
+ # },
6847
+ # },
6848
+ # }
6849
+ #
6850
+ # @!attribute [rw] failover_condition_settings
6851
+ # Failover condition type-specific settings.
6852
+ # @return [Types::FailoverConditionSettings]
6853
+ #
6854
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FailoverCondition AWS API Documentation
6855
+ #
6856
+ class FailoverCondition < Struct.new(
6857
+ :failover_condition_settings)
6858
+ SENSITIVE = []
6859
+ include Aws::Structure
6860
+ end
6861
+
6862
+ # Settings for one failover condition.
6863
+ #
6864
+ # @note When making an API call, you may pass FailoverConditionSettings
6865
+ # data as a hash:
6866
+ #
6867
+ # {
6868
+ # input_loss_settings: {
6869
+ # input_loss_threshold_msec: 1,
6870
+ # },
6871
+ # }
6872
+ #
6873
+ # @!attribute [rw] input_loss_settings
6874
+ # MediaLive will perform a failover if content is not detected in this
6875
+ # input for the specified period.
6876
+ # @return [Types::InputLossFailoverSettings]
6877
+ #
6878
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FailoverConditionSettings AWS API Documentation
6879
+ #
6880
+ class FailoverConditionSettings < Struct.new(
6881
+ :input_loss_settings)
6882
+ SENSITIVE = []
6883
+ include Aws::Structure
6884
+ end
6885
+
6796
6886
  # Feature Activations
6797
6887
  #
6798
6888
  # @note When making an API call, you may pass FeatureActivations
@@ -8100,6 +8190,7 @@ module Aws::MediaLive
8100
8190
  # destination_ref_id: "__string",
8101
8191
  # },
8102
8192
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
8193
+ # discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
8103
8194
  # encryption_type: "AES128", # accepts AES128, SAMPLE_AES
8104
8195
  # hls_cdn_settings: {
8105
8196
  # hls_akamai_settings: {
@@ -8134,6 +8225,7 @@ module Aws::MediaLive
8134
8225
  # },
8135
8226
  # hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
8136
8227
  # i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
8228
+ # incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
8137
8229
  # index_n_segments: 1,
8138
8230
  # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
8139
8231
  # iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
@@ -8246,6 +8338,16 @@ module Aws::MediaLive
8246
8338
  # Place segments in subdirectories.
8247
8339
  # @return [String]
8248
8340
  #
8341
+ # @!attribute [rw] discontinuity_tags
8342
+ # Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS
8343
+ # child manifests for this output group. Typically, choose Insert
8344
+ # because these tags are required in the manifest (according to the
8345
+ # HLS specification) and serve an important purpose. Choose Never
8346
+ # Insert only if the downstream system is doing real-time failover
8347
+ # (without using the MediaLive automatic failover feature) and only if
8348
+ # that downstream system has advised you to exclude the tags.
8349
+ # @return [String]
8350
+ #
8249
8351
  # @!attribute [rw] encryption_type
8250
8352
  # Encrypts the segments with the given encryption scheme. Exclude this
8251
8353
  # parameter if no encryption is desired.
@@ -8270,6 +8372,16 @@ module Aws::MediaLive
8270
8372
  # example, #EXT-X-BYTERANGE:160364@1461888"
8271
8373
  # @return [String]
8272
8374
  #
8375
+ # @!attribute [rw] incomplete_segment_behavior
8376
+ # Specifies whether to include the final (incomplete) segment in the
8377
+ # media output when the pipeline stops producing output because of a
8378
+ # channel stop, a channel pause or a loss of input to the pipeline.
8379
+ # Auto means that MediaLive decides whether to include the final
8380
+ # segment, depending on the channel class and the types of output
8381
+ # groups. Suppress means to never include the incomplete segment. We
8382
+ # recommend you choose Auto and let MediaLive control the behavior.
8383
+ # @return [String]
8384
+ #
8273
8385
  # @!attribute [rw] index_n_segments
8274
8386
  # Applies only if Mode field is LIVE. Specifies the maximum number of
8275
8387
  # segments in the media manifest file. After this maximum, older
@@ -8445,10 +8557,12 @@ module Aws::MediaLive
8445
8557
  :constant_iv,
8446
8558
  :destination,
8447
8559
  :directory_structure,
8560
+ :discontinuity_tags,
8448
8561
  :encryption_type,
8449
8562
  :hls_cdn_settings,
8450
8563
  :hls_id_3_segment_tagging,
8451
8564
  :i_frame_only_playlists,
8565
+ :incomplete_segment_behavior,
8452
8566
  :index_n_segments,
8453
8567
  :input_loss_action,
8454
8568
  :iv_in_manifest,
@@ -8921,6 +9035,16 @@ module Aws::MediaLive
8921
9035
  #
8922
9036
  # {
8923
9037
  # automatic_input_failover_settings: {
9038
+ # error_clear_time_msec: 1,
9039
+ # failover_conditions: [
9040
+ # {
9041
+ # failover_condition_settings: {
9042
+ # input_loss_settings: {
9043
+ # input_loss_threshold_msec: 1,
9044
+ # },
9045
+ # },
9046
+ # },
9047
+ # ],
8924
9048
  # input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
8925
9049
  # secondary_input_id: "__string", # required
8926
9050
  # },
@@ -9584,6 +9708,29 @@ module Aws::MediaLive
9584
9708
  include Aws::Structure
9585
9709
  end
9586
9710
 
9711
+ # MediaLive will perform a failover if content is not detected in this
9712
+ # input for the specified period.
9713
+ #
9714
+ # @note When making an API call, you may pass InputLossFailoverSettings
9715
+ # data as a hash:
9716
+ #
9717
+ # {
9718
+ # input_loss_threshold_msec: 1,
9719
+ # }
9720
+ #
9721
+ # @!attribute [rw] input_loss_threshold_msec
9722
+ # The amount of time (in milliseconds) that no input is detected.
9723
+ # After that time, an input failover will occur.
9724
+ # @return [Integer]
9725
+ #
9726
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputLossFailoverSettings AWS API Documentation
9727
+ #
9728
+ class InputLossFailoverSettings < Struct.new(
9729
+ :input_loss_threshold_msec)
9730
+ SENSITIVE = []
9731
+ include Aws::Structure
9732
+ end
9733
+
9587
9734
  # Action to prepare an input for a future immediate input switch.
9588
9735
  #
9589
9736
  # @note When making an API call, you may pass InputPrepareScheduleActionSettings
@@ -12913,6 +13060,7 @@ module Aws::MediaLive
12913
13060
  # destination_ref_id: "__string",
12914
13061
  # },
12915
13062
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
13063
+ # discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
12916
13064
  # encryption_type: "AES128", # accepts AES128, SAMPLE_AES
12917
13065
  # hls_cdn_settings: {
12918
13066
  # hls_akamai_settings: {
@@ -12947,6 +13095,7 @@ module Aws::MediaLive
12947
13095
  # },
12948
13096
  # hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
12949
13097
  # i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
13098
+ # incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
12950
13099
  # index_n_segments: 1,
12951
13100
  # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
12952
13101
  # iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
@@ -13305,6 +13454,7 @@ module Aws::MediaLive
13305
13454
  # destination_ref_id: "__string",
13306
13455
  # },
13307
13456
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
13457
+ # discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
13308
13458
  # encryption_type: "AES128", # accepts AES128, SAMPLE_AES
13309
13459
  # hls_cdn_settings: {
13310
13460
  # hls_akamai_settings: {
@@ -13339,6 +13489,7 @@ module Aws::MediaLive
13339
13489
  # },
13340
13490
  # hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
13341
13491
  # i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
13492
+ # incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
13342
13493
  # index_n_segments: 1,
13343
13494
  # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
13344
13495
  # iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
@@ -16680,6 +16831,7 @@ module Aws::MediaLive
16680
16831
  # destination_ref_id: "__string",
16681
16832
  # },
16682
16833
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
16834
+ # discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
16683
16835
  # encryption_type: "AES128", # accepts AES128, SAMPLE_AES
16684
16836
  # hls_cdn_settings: {
16685
16837
  # hls_akamai_settings: {
@@ -16714,6 +16866,7 @@ module Aws::MediaLive
16714
16866
  # },
16715
16867
  # hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
16716
16868
  # i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
16869
+ # incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
16717
16870
  # index_n_segments: 1,
16718
16871
  # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
16719
16872
  # iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
@@ -17160,6 +17313,16 @@ module Aws::MediaLive
17160
17313
  # input_attachments: [
17161
17314
  # {
17162
17315
  # automatic_input_failover_settings: {
17316
+ # error_clear_time_msec: 1,
17317
+ # failover_conditions: [
17318
+ # {
17319
+ # failover_condition_settings: {
17320
+ # input_loss_settings: {
17321
+ # input_loss_threshold_msec: 1,
17322
+ # },
17323
+ # },
17324
+ # },
17325
+ # ],
17163
17326
  # input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
17164
17327
  # secondary_input_id: "__string", # required
17165
17328
  # },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.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-10-16 00:00:00.000000000 Z
11
+ date: 2020-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core