aws-sdk-medialive 1.15.1 → 1.16.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: fe1803c7695af4403dffd258edffa79c415b2e26
4
- data.tar.gz: 3830742c07702b183dd65819c18c2ce376033f0d
3
+ metadata.gz: 67ebba90d430827837c43fe60a1a494b35b8a786
4
+ data.tar.gz: db3a43391aebc30de864e72b05433fc9dba1f1bd
5
5
  SHA512:
6
- metadata.gz: a4f78e11bfa6f868468223cda3955af4c4130baeab3747cf9036f455e79b7c1b2c09eda99a211b46974f1e6992f081c6d5cec54ffebc620fae2d871cc0aac9aa
7
- data.tar.gz: 16dbf6fb7fcf6d344b2d6b13fe246c1acbc0870b831a55e8226a88641e03afd2d10984f9e2fb78a6ad2e8271f8bff4ef470ef0785af085a9c565691c3b548c80
6
+ metadata.gz: 0db0332a8738513f4b481682021bc1c81e0b1b084711e1044db2b789189aa0ae549e0d4a39815729d7338c7fec4497e03ec0b3987fc506541563a2041c2adc54
7
+ data.tar.gz: 88dfa6a590c2f21c84da483540fe39387b6264d6ffe1947650b8d5b7e70fd8dc3f51ef3e3248d80dc6b0406b0665b3820cb8741e04c3f6dd05b2df6715d3a6a8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-medialive/customizations'
42
42
  # @service
43
43
  module Aws::MediaLive
44
44
 
45
- GEM_VERSION = '1.15.1'
45
+ GEM_VERSION = '1.16.0'
46
46
 
47
47
  end
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
16
16
  require 'aws-sdk-core/plugins/global_configuration.rb'
17
17
  require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/endpoint_discovery.rb'
19
+ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
19
20
  require 'aws-sdk-core/plugins/response_paging.rb'
20
21
  require 'aws-sdk-core/plugins/stub_responses.rb'
21
22
  require 'aws-sdk-core/plugins/idempotency_token.rb'
@@ -47,6 +48,7 @@ module Aws::MediaLive
47
48
  add_plugin(Aws::Plugins::GlobalConfiguration)
48
49
  add_plugin(Aws::Plugins::RegionalEndpoint)
49
50
  add_plugin(Aws::Plugins::EndpointDiscovery)
51
+ add_plugin(Aws::Plugins::EndpointPattern)
50
52
  add_plugin(Aws::Plugins::ResponsePaging)
51
53
  add_plugin(Aws::Plugins::StubResponses)
52
54
  add_plugin(Aws::Plugins::IdempotencyToken)
@@ -124,6 +126,10 @@ module Aws::MediaLive
124
126
  # When `true`, an attempt is made to coerce request parameters into
125
127
  # the required types.
126
128
  #
129
+ # @option options [Boolean] :disable_host_prefix_injection (false)
130
+ # Set to true to disable SDK automatically adding host prefix
131
+ # to default service endpoint when available.
132
+ #
127
133
  # @option options [String] :endpoint
128
134
  # The client endpoint is normally constructed from the `:region`
129
135
  # option. You should only configure an `:endpoint` when connecting
@@ -727,6 +733,7 @@ module Aws::MediaLive
727
733
  # output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
728
734
  # program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
729
735
  # program_date_time_period: 1,
736
+ # redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
730
737
  # segment_length: 1,
731
738
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
732
739
  # segments_per_subdirectory: 1,
@@ -764,6 +771,7 @@ module Aws::MediaLive
764
771
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
765
772
  # cache_length: 1,
766
773
  # caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
774
+ # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
767
775
  # restart_delay: 1,
768
776
  # },
769
777
  # udp_group_settings: {
@@ -1313,6 +1321,7 @@ module Aws::MediaLive
1313
1321
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
1314
1322
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
1315
1323
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
1324
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
1316
1325
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
1317
1326
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
1318
1327
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segments_per_subdirectory #=> Integer
@@ -1344,6 +1353,7 @@ module Aws::MediaLive
1344
1353
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
1345
1354
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
1346
1355
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
1356
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
1347
1357
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
1348
1358
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
1349
1359
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
@@ -1924,6 +1934,7 @@ module Aws::MediaLive
1924
1934
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
1925
1935
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
1926
1936
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
1937
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
1927
1938
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
1928
1939
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
1929
1940
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segments_per_subdirectory #=> Integer
@@ -1955,6 +1966,7 @@ module Aws::MediaLive
1955
1966
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
1956
1967
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
1957
1968
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
1969
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
1958
1970
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
1959
1971
  # resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
1960
1972
  # resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
@@ -2535,6 +2547,7 @@ module Aws::MediaLive
2535
2547
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
2536
2548
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
2537
2549
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
2550
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
2538
2551
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
2539
2552
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
2540
2553
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segments_per_subdirectory #=> Integer
@@ -2566,6 +2579,7 @@ module Aws::MediaLive
2566
2579
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
2567
2580
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
2568
2581
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
2582
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
2569
2583
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
2570
2584
  # resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
2571
2585
  # resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
@@ -3702,6 +3716,7 @@ module Aws::MediaLive
3702
3716
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
3703
3717
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
3704
3718
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
3719
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
3705
3720
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
3706
3721
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
3707
3722
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segments_per_subdirectory #=> Integer
@@ -3733,6 +3748,7 @@ module Aws::MediaLive
3733
3748
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
3734
3749
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
3735
3750
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
3751
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
3736
3752
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
3737
3753
  # resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
3738
3754
  # resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
@@ -4206,6 +4222,7 @@ module Aws::MediaLive
4206
4222
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
4207
4223
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
4208
4224
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
4225
+ # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
4209
4226
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
4210
4227
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
4211
4228
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segments_per_subdirectory #=> Integer
@@ -4237,6 +4254,7 @@ module Aws::MediaLive
4237
4254
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
4238
4255
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
4239
4256
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
4257
+ # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
4240
4258
  # resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
4241
4259
  # resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
4242
4260
  # resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
@@ -4823,6 +4841,7 @@ module Aws::MediaLive
4823
4841
  # output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
4824
4842
  # program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
4825
4843
  # program_date_time_period: 1,
4844
+ # redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
4826
4845
  # segment_length: 1,
4827
4846
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
4828
4847
  # segments_per_subdirectory: 1,
@@ -4860,6 +4879,7 @@ module Aws::MediaLive
4860
4879
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
4861
4880
  # cache_length: 1,
4862
4881
  # caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
4882
+ # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
4863
4883
  # restart_delay: 1,
4864
4884
  # },
4865
4885
  # udp_group_settings: {
@@ -5407,6 +5427,7 @@ module Aws::MediaLive
5407
5427
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.output_selection #=> String, one of "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
5408
5428
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time #=> String, one of "EXCLUDE", "INCLUDE"
5409
5429
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.program_date_time_period #=> Integer
5430
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.redundant_manifest #=> String, one of "DISABLED", "ENABLED"
5410
5431
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segment_length #=> Integer
5411
5432
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
5412
5433
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.segments_per_subdirectory #=> Integer
@@ -5438,6 +5459,7 @@ module Aws::MediaLive
5438
5459
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
5439
5460
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
5440
5461
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
5462
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.input_loss_action #=> String, one of "EMIT_OUTPUT", "PAUSE_OUTPUT"
5441
5463
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
5442
5464
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
5443
5465
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
@@ -5803,7 +5825,7 @@ module Aws::MediaLive
5803
5825
  params: params,
5804
5826
  config: config)
5805
5827
  context[:gem_name] = 'aws-sdk-medialive'
5806
- context[:gem_version] = '1.15.1'
5828
+ context[:gem_version] = '1.16.0'
5807
5829
  Seahorse::Client::Request.new(handlers, context)
5808
5830
  end
5809
5831
 
@@ -201,6 +201,7 @@ module Aws::MediaLive
201
201
  HlsOutputSelection = Shapes::StringShape.new(name: 'HlsOutputSelection')
202
202
  HlsOutputSettings = Shapes::StructureShape.new(name: 'HlsOutputSettings')
203
203
  HlsProgramDateTime = Shapes::StringShape.new(name: 'HlsProgramDateTime')
204
+ HlsRedundantManifest = Shapes::StringShape.new(name: 'HlsRedundantManifest')
204
205
  HlsSegmentationMode = Shapes::StringShape.new(name: 'HlsSegmentationMode')
205
206
  HlsSettings = Shapes::StructureShape.new(name: 'HlsSettings')
206
207
  HlsStreamInfResolution = Shapes::StringShape.new(name: 'HlsStreamInfResolution')
@@ -220,6 +221,7 @@ module Aws::MediaLive
220
221
  InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
221
222
  InputLossActionForHlsOut = Shapes::StringShape.new(name: 'InputLossActionForHlsOut')
222
223
  InputLossActionForMsSmoothOut = Shapes::StringShape.new(name: 'InputLossActionForMsSmoothOut')
224
+ InputLossActionForRtmpOut = Shapes::StringShape.new(name: 'InputLossActionForRtmpOut')
223
225
  InputLossActionForUdpOut = Shapes::StringShape.new(name: 'InputLossActionForUdpOut')
224
226
  InputLossBehavior = Shapes::StructureShape.new(name: 'InputLossBehavior')
225
227
  InputLossImageType = Shapes::StringShape.new(name: 'InputLossImageType')
@@ -1098,6 +1100,7 @@ module Aws::MediaLive
1098
1100
  HlsGroupSettings.add_member(:output_selection, Shapes::ShapeRef.new(shape: HlsOutputSelection, location_name: "outputSelection"))
1099
1101
  HlsGroupSettings.add_member(:program_date_time, Shapes::ShapeRef.new(shape: HlsProgramDateTime, location_name: "programDateTime"))
1100
1102
  HlsGroupSettings.add_member(:program_date_time_period, Shapes::ShapeRef.new(shape: __integerMin0Max3600, location_name: "programDateTimePeriod"))
1103
+ HlsGroupSettings.add_member(:redundant_manifest, Shapes::ShapeRef.new(shape: HlsRedundantManifest, location_name: "redundantManifest"))
1101
1104
  HlsGroupSettings.add_member(:segment_length, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "segmentLength"))
1102
1105
  HlsGroupSettings.add_member(:segmentation_mode, Shapes::ShapeRef.new(shape: HlsSegmentationMode, location_name: "segmentationMode"))
1103
1106
  HlsGroupSettings.add_member(:segments_per_subdirectory, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "segmentsPerSubdirectory"))
@@ -1526,6 +1529,7 @@ module Aws::MediaLive
1526
1529
  RtmpGroupSettings.add_member(:cache_full_behavior, Shapes::ShapeRef.new(shape: RtmpCacheFullBehavior, location_name: "cacheFullBehavior"))
1527
1530
  RtmpGroupSettings.add_member(:cache_length, Shapes::ShapeRef.new(shape: __integerMin30, location_name: "cacheLength"))
1528
1531
  RtmpGroupSettings.add_member(:caption_data, Shapes::ShapeRef.new(shape: RtmpCaptionData, location_name: "captionData"))
1532
+ RtmpGroupSettings.add_member(:input_loss_action, Shapes::ShapeRef.new(shape: InputLossActionForRtmpOut, location_name: "inputLossAction"))
1529
1533
  RtmpGroupSettings.add_member(:restart_delay, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "restartDelay"))
1530
1534
  RtmpGroupSettings.struct_class = Types::RtmpGroupSettings
1531
1535
 
@@ -2351,6 +2351,7 @@ module Aws::MediaLive
2351
2351
  # output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
2352
2352
  # program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
2353
2353
  # program_date_time_period: 1,
2354
+ # redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
2354
2355
  # segment_length: 1,
2355
2356
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
2356
2357
  # segments_per_subdirectory: 1,
@@ -2388,6 +2389,7 @@ module Aws::MediaLive
2388
2389
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
2389
2390
  # cache_length: 1,
2390
2391
  # caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
2392
+ # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
2391
2393
  # restart_delay: 1,
2392
2394
  # },
2393
2395
  # udp_group_settings: {
@@ -4355,6 +4357,7 @@ module Aws::MediaLive
4355
4357
  # output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
4356
4358
  # program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
4357
4359
  # program_date_time_period: 1,
4360
+ # redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
4358
4361
  # segment_length: 1,
4359
4362
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
4360
4363
  # segments_per_subdirectory: 1,
@@ -4392,6 +4395,7 @@ module Aws::MediaLive
4392
4395
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
4393
4396
  # cache_length: 1,
4394
4397
  # caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
4398
+ # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
4395
4399
  # restart_delay: 1,
4396
4400
  # },
4397
4401
  # udp_group_settings: {
@@ -5373,6 +5377,7 @@ module Aws::MediaLive
5373
5377
  # output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
5374
5378
  # program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
5375
5379
  # program_date_time_period: 1,
5380
+ # redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
5376
5381
  # segment_length: 1,
5377
5382
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
5378
5383
  # segments_per_subdirectory: 1,
@@ -5543,6 +5548,11 @@ module Aws::MediaLive
5543
5548
  # Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
5544
5549
  # @return [Integer]
5545
5550
  #
5551
+ # @!attribute [rw] redundant_manifest
5552
+ # When set to "enabled", includes the media playlists from both
5553
+ # pipelines in the master manifest (.m3u8) file.
5554
+ # @return [String]
5555
+ #
5546
5556
  # @!attribute [rw] segment_length
5547
5557
  # Length of MPEG-2 Transport Stream segments to create (in seconds).
5548
5558
  # Note that segments will end on the next keyframe after this number
@@ -5615,6 +5625,7 @@ module Aws::MediaLive
5615
5625
  :output_selection,
5616
5626
  :program_date_time,
5617
5627
  :program_date_time_period,
5628
+ :redundant_manifest,
5618
5629
  :segment_length,
5619
5630
  :segmentation_mode,
5620
5631
  :segments_per_subdirectory,
@@ -8133,6 +8144,7 @@ module Aws::MediaLive
8133
8144
  # output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
8134
8145
  # program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
8135
8146
  # program_date_time_period: 1,
8147
+ # redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
8136
8148
  # segment_length: 1,
8137
8149
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
8138
8150
  # segments_per_subdirectory: 1,
@@ -8170,6 +8182,7 @@ module Aws::MediaLive
8170
8182
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
8171
8183
  # cache_length: 1,
8172
8184
  # caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
8185
+ # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
8173
8186
  # restart_delay: 1,
8174
8187
  # },
8175
8188
  # udp_group_settings: {
@@ -8481,6 +8494,7 @@ module Aws::MediaLive
8481
8494
  # output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
8482
8495
  # program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
8483
8496
  # program_date_time_period: 1,
8497
+ # redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
8484
8498
  # segment_length: 1,
8485
8499
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
8486
8500
  # segments_per_subdirectory: 1,
@@ -8518,6 +8532,7 @@ module Aws::MediaLive
8518
8532
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
8519
8533
  # cache_length: 1,
8520
8534
  # caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
8535
+ # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
8521
8536
  # restart_delay: 1,
8522
8537
  # },
8523
8538
  # udp_group_settings: {
@@ -9106,6 +9121,7 @@ module Aws::MediaLive
9106
9121
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
9107
9122
  # cache_length: 1,
9108
9123
  # caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
9124
+ # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
9109
9125
  # restart_delay: 1,
9110
9126
  # }
9111
9127
  #
@@ -9138,6 +9154,13 @@ module Aws::MediaLive
9138
9154
  # will be passed.
9139
9155
  # @return [String]
9140
9156
  #
9157
+ # @!attribute [rw] input_loss_action
9158
+ # Controls the behavior of this RTMP group if input becomes
9159
+ # unavailable. - emitOutput: Emit a slate until input returns. -
9160
+ # pauseOutput: Stop transmitting data until input returns. This does
9161
+ # not close the underlying RTMP connection.
9162
+ # @return [String]
9163
+ #
9141
9164
  # @!attribute [rw] restart_delay
9142
9165
  # If a streaming output fails, number of seconds to wait until a
9143
9166
  # restart is initiated. A value of 0 means never restart.
@@ -9150,6 +9173,7 @@ module Aws::MediaLive
9150
9173
  :cache_full_behavior,
9151
9174
  :cache_length,
9152
9175
  :caption_data,
9176
+ :input_loss_action,
9153
9177
  :restart_delay)
9154
9178
  include Aws::Structure
9155
9179
  end
@@ -10915,6 +10939,7 @@ module Aws::MediaLive
10915
10939
  # output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
10916
10940
  # program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
10917
10941
  # program_date_time_period: 1,
10942
+ # redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
10918
10943
  # segment_length: 1,
10919
10944
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
10920
10945
  # segments_per_subdirectory: 1,
@@ -10952,6 +10977,7 @@ module Aws::MediaLive
10952
10977
  # cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
10953
10978
  # cache_length: 1,
10954
10979
  # caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
10980
+ # input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
10955
10981
  # restart_delay: 1,
10956
10982
  # },
10957
10983
  # udp_group_settings: {
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.15.1
4
+ version: 1.16.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: 2018-11-16 00:00:00.000000000 Z
11
+ date: 2018-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.37.0
22
+ version: 3.39.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.37.0
32
+ version: 3.39.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement