aws-sdk-medialive 1.35.0 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +69 -1
- data/lib/aws-sdk-medialive/client_api.rb +58 -8
- data/lib/aws-sdk-medialive/types.rb +271 -9
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 383bfed390d0e541c031d9ead75713e2aa68d83e
|
|
4
|
+
data.tar.gz: c453690ab1ebbf80a11618b9bd5fdd3710376c0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8c86c9ed9ef070d1055bf7b885652f9c48cc504ec64879f5717fb50fc3a91724f9246542597aee29b34cefb2855eb9ff329690292f47affbe540a96d8dd8c7e
|
|
7
|
+
data.tar.gz: 1c163d3bba37121d55114a240767e4a2c12340d895f4458d48a1a99018d64d613ad6dd5b3dd5f7638d51db9758ed8bc27ac7a6da294f8207aa724063a60177a1
|
data/lib/aws-sdk-medialive.rb
CHANGED
|
@@ -283,6 +283,17 @@ module Aws::MediaLive
|
|
|
283
283
|
# },
|
|
284
284
|
# input_switch_settings: {
|
|
285
285
|
# input_attachment_name_reference: "__string", # required
|
|
286
|
+
# input_clipping_settings: {
|
|
287
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
|
288
|
+
# start_timecode: {
|
|
289
|
+
# timecode: "__string",
|
|
290
|
+
# },
|
|
291
|
+
# stop_timecode: {
|
|
292
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
|
293
|
+
# timecode: "__string",
|
|
294
|
+
# },
|
|
295
|
+
# },
|
|
296
|
+
# url_path: ["__string"],
|
|
286
297
|
# },
|
|
287
298
|
# pause_state_settings: {
|
|
288
299
|
# pipelines: [
|
|
@@ -353,6 +364,8 @@ module Aws::MediaLive
|
|
|
353
364
|
# follow_point: "END", # required, accepts END, START
|
|
354
365
|
# reference_action_name: "__string", # required
|
|
355
366
|
# },
|
|
367
|
+
# immediate_mode_schedule_action_start_settings: {
|
|
368
|
+
# },
|
|
356
369
|
# },
|
|
357
370
|
# },
|
|
358
371
|
# ],
|
|
@@ -368,6 +381,12 @@ module Aws::MediaLive
|
|
|
368
381
|
# resp.creates.schedule_actions[0].action_name #=> String
|
|
369
382
|
# resp.creates.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
|
370
383
|
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
|
|
384
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
|
385
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
|
|
386
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.last_frame_clipping_behavior #=> String, one of "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
|
|
387
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.timecode #=> String
|
|
388
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path #=> Array
|
|
389
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path[0] #=> String
|
|
371
390
|
# resp.creates.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
|
|
372
391
|
# resp.creates.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
|
373
392
|
# resp.creates.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
|
|
@@ -409,6 +428,12 @@ module Aws::MediaLive
|
|
|
409
428
|
# resp.deletes.schedule_actions[0].action_name #=> String
|
|
410
429
|
# resp.deletes.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
|
411
430
|
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
|
|
431
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
|
432
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
|
|
433
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.last_frame_clipping_behavior #=> String, one of "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
|
|
434
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.timecode #=> String
|
|
435
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path #=> Array
|
|
436
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path[0] #=> String
|
|
412
437
|
# resp.deletes.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
|
|
413
438
|
# resp.deletes.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
|
414
439
|
# resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
|
|
@@ -1700,6 +1725,10 @@ module Aws::MediaLive
|
|
|
1700
1725
|
# resp.channel.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
|
1701
1726
|
# resp.channel.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
|
1702
1727
|
# resp.channel.name #=> String
|
|
1728
|
+
# resp.channel.pipeline_details #=> Array
|
|
1729
|
+
# resp.channel.pipeline_details[0].active_input_attachment_name #=> String
|
|
1730
|
+
# resp.channel.pipeline_details[0].active_input_switch_action_name #=> String
|
|
1731
|
+
# resp.channel.pipeline_details[0].pipeline_id #=> String
|
|
1703
1732
|
# resp.channel.pipelines_running_count #=> Integer
|
|
1704
1733
|
# resp.channel.role_arn #=> String
|
|
1705
1734
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -1795,6 +1824,7 @@ module Aws::MediaLive
|
|
|
1795
1824
|
# resp.input.destinations[0].vpc.network_interface_id #=> String
|
|
1796
1825
|
# resp.input.id #=> String
|
|
1797
1826
|
# resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
|
1827
|
+
# resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
|
1798
1828
|
# resp.input.media_connect_flows #=> Array
|
|
1799
1829
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
|
1800
1830
|
# resp.input.name #=> String
|
|
@@ -1905,6 +1935,7 @@ module Aws::MediaLive
|
|
|
1905
1935
|
# * {Types::DeleteChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
|
1906
1936
|
# * {Types::DeleteChannelResponse#log_level #log_level} => String
|
|
1907
1937
|
# * {Types::DeleteChannelResponse#name #name} => String
|
|
1938
|
+
# * {Types::DeleteChannelResponse#pipeline_details #pipeline_details} => Array<Types::PipelineDetail>
|
|
1908
1939
|
# * {Types::DeleteChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
|
1909
1940
|
# * {Types::DeleteChannelResponse#role_arn #role_arn} => String
|
|
1910
1941
|
# * {Types::DeleteChannelResponse#state #state} => String
|
|
@@ -2394,6 +2425,10 @@ module Aws::MediaLive
|
|
|
2394
2425
|
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
|
2395
2426
|
# resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
|
2396
2427
|
# resp.name #=> String
|
|
2428
|
+
# resp.pipeline_details #=> Array
|
|
2429
|
+
# resp.pipeline_details[0].active_input_attachment_name #=> String
|
|
2430
|
+
# resp.pipeline_details[0].active_input_switch_action_name #=> String
|
|
2431
|
+
# resp.pipeline_details[0].pipeline_id #=> String
|
|
2397
2432
|
# resp.pipelines_running_count #=> Integer
|
|
2398
2433
|
# resp.role_arn #=> String
|
|
2399
2434
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -2581,6 +2616,7 @@ module Aws::MediaLive
|
|
|
2581
2616
|
# * {Types::DescribeChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
|
2582
2617
|
# * {Types::DescribeChannelResponse#log_level #log_level} => String
|
|
2583
2618
|
# * {Types::DescribeChannelResponse#name #name} => String
|
|
2619
|
+
# * {Types::DescribeChannelResponse#pipeline_details #pipeline_details} => Array<Types::PipelineDetail>
|
|
2584
2620
|
# * {Types::DescribeChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
|
2585
2621
|
# * {Types::DescribeChannelResponse#role_arn #role_arn} => String
|
|
2586
2622
|
# * {Types::DescribeChannelResponse#state #state} => String
|
|
@@ -3070,6 +3106,10 @@ module Aws::MediaLive
|
|
|
3070
3106
|
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
|
3071
3107
|
# resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
|
3072
3108
|
# resp.name #=> String
|
|
3109
|
+
# resp.pipeline_details #=> Array
|
|
3110
|
+
# resp.pipeline_details[0].active_input_attachment_name #=> String
|
|
3111
|
+
# resp.pipeline_details[0].active_input_switch_action_name #=> String
|
|
3112
|
+
# resp.pipeline_details[0].pipeline_id #=> String
|
|
3073
3113
|
# resp.pipelines_running_count #=> Integer
|
|
3074
3114
|
# resp.role_arn #=> String
|
|
3075
3115
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -3096,6 +3136,7 @@ module Aws::MediaLive
|
|
|
3096
3136
|
# * {Types::DescribeInputResponse#destinations #destinations} => Array<Types::InputDestination>
|
|
3097
3137
|
# * {Types::DescribeInputResponse#id #id} => String
|
|
3098
3138
|
# * {Types::DescribeInputResponse#input_class #input_class} => String
|
|
3139
|
+
# * {Types::DescribeInputResponse#input_source_type #input_source_type} => String
|
|
3099
3140
|
# * {Types::DescribeInputResponse#media_connect_flows #media_connect_flows} => Array<Types::MediaConnectFlow>
|
|
3100
3141
|
# * {Types::DescribeInputResponse#name #name} => String
|
|
3101
3142
|
# * {Types::DescribeInputResponse#role_arn #role_arn} => String
|
|
@@ -3124,6 +3165,7 @@ module Aws::MediaLive
|
|
|
3124
3165
|
# resp.destinations[0].vpc.network_interface_id #=> String
|
|
3125
3166
|
# resp.id #=> String
|
|
3126
3167
|
# resp.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
|
3168
|
+
# resp.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
|
3127
3169
|
# resp.media_connect_flows #=> Array
|
|
3128
3170
|
# resp.media_connect_flows[0].flow_arn #=> String
|
|
3129
3171
|
# resp.name #=> String
|
|
@@ -3339,6 +3381,12 @@ module Aws::MediaLive
|
|
|
3339
3381
|
# resp.schedule_actions[0].action_name #=> String
|
|
3340
3382
|
# resp.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
|
3341
3383
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
|
|
3384
|
+
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
|
3385
|
+
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
|
|
3386
|
+
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.last_frame_clipping_behavior #=> String, one of "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
|
|
3387
|
+
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.timecode #=> String
|
|
3388
|
+
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path #=> Array
|
|
3389
|
+
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path[0] #=> String
|
|
3342
3390
|
# resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
|
|
3343
3391
|
# resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
|
3344
3392
|
# resp.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
|
|
@@ -3549,6 +3597,7 @@ module Aws::MediaLive
|
|
|
3549
3597
|
# resp.inputs[0].destinations[0].vpc.network_interface_id #=> String
|
|
3550
3598
|
# resp.inputs[0].id #=> String
|
|
3551
3599
|
# resp.inputs[0].input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
|
3600
|
+
# resp.inputs[0].input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
|
3552
3601
|
# resp.inputs[0].media_connect_flows #=> Array
|
|
3553
3602
|
# resp.inputs[0].media_connect_flows[0].flow_arn #=> String
|
|
3554
3603
|
# resp.inputs[0].name #=> String
|
|
@@ -3848,6 +3897,7 @@ module Aws::MediaLive
|
|
|
3848
3897
|
# * {Types::StartChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
|
3849
3898
|
# * {Types::StartChannelResponse#log_level #log_level} => String
|
|
3850
3899
|
# * {Types::StartChannelResponse#name #name} => String
|
|
3900
|
+
# * {Types::StartChannelResponse#pipeline_details #pipeline_details} => Array<Types::PipelineDetail>
|
|
3851
3901
|
# * {Types::StartChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
|
3852
3902
|
# * {Types::StartChannelResponse#role_arn #role_arn} => String
|
|
3853
3903
|
# * {Types::StartChannelResponse#state #state} => String
|
|
@@ -4337,6 +4387,10 @@ module Aws::MediaLive
|
|
|
4337
4387
|
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
|
4338
4388
|
# resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
|
4339
4389
|
# resp.name #=> String
|
|
4390
|
+
# resp.pipeline_details #=> Array
|
|
4391
|
+
# resp.pipeline_details[0].active_input_attachment_name #=> String
|
|
4392
|
+
# resp.pipeline_details[0].active_input_switch_action_name #=> String
|
|
4393
|
+
# resp.pipeline_details[0].pipeline_id #=> String
|
|
4340
4394
|
# resp.pipelines_running_count #=> Integer
|
|
4341
4395
|
# resp.role_arn #=> String
|
|
4342
4396
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -4368,6 +4422,7 @@ module Aws::MediaLive
|
|
|
4368
4422
|
# * {Types::StopChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
|
4369
4423
|
# * {Types::StopChannelResponse#log_level #log_level} => String
|
|
4370
4424
|
# * {Types::StopChannelResponse#name #name} => String
|
|
4425
|
+
# * {Types::StopChannelResponse#pipeline_details #pipeline_details} => Array<Types::PipelineDetail>
|
|
4371
4426
|
# * {Types::StopChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
|
4372
4427
|
# * {Types::StopChannelResponse#role_arn #role_arn} => String
|
|
4373
4428
|
# * {Types::StopChannelResponse#state #state} => String
|
|
@@ -4857,6 +4912,10 @@ module Aws::MediaLive
|
|
|
4857
4912
|
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
|
4858
4913
|
# resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
|
4859
4914
|
# resp.name #=> String
|
|
4915
|
+
# resp.pipeline_details #=> Array
|
|
4916
|
+
# resp.pipeline_details[0].active_input_attachment_name #=> String
|
|
4917
|
+
# resp.pipeline_details[0].active_input_switch_action_name #=> String
|
|
4918
|
+
# resp.pipeline_details[0].pipeline_id #=> String
|
|
4860
4919
|
# resp.pipelines_running_count #=> Integer
|
|
4861
4920
|
# resp.role_arn #=> String
|
|
4862
4921
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -6101,6 +6160,10 @@ module Aws::MediaLive
|
|
|
6101
6160
|
# resp.channel.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
|
6102
6161
|
# resp.channel.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
|
6103
6162
|
# resp.channel.name #=> String
|
|
6163
|
+
# resp.channel.pipeline_details #=> Array
|
|
6164
|
+
# resp.channel.pipeline_details[0].active_input_attachment_name #=> String
|
|
6165
|
+
# resp.channel.pipeline_details[0].active_input_switch_action_name #=> String
|
|
6166
|
+
# resp.channel.pipeline_details[0].pipeline_id #=> String
|
|
6104
6167
|
# resp.channel.pipelines_running_count #=> Integer
|
|
6105
6168
|
# resp.channel.role_arn #=> String
|
|
6106
6169
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -6633,6 +6696,10 @@ module Aws::MediaLive
|
|
|
6633
6696
|
# resp.channel.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
|
6634
6697
|
# resp.channel.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
|
6635
6698
|
# resp.channel.name #=> String
|
|
6699
|
+
# resp.channel.pipeline_details #=> Array
|
|
6700
|
+
# resp.channel.pipeline_details[0].active_input_attachment_name #=> String
|
|
6701
|
+
# resp.channel.pipeline_details[0].active_input_switch_action_name #=> String
|
|
6702
|
+
# resp.channel.pipeline_details[0].pipeline_id #=> String
|
|
6636
6703
|
# resp.channel.pipelines_running_count #=> Integer
|
|
6637
6704
|
# resp.channel.role_arn #=> String
|
|
6638
6705
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
|
@@ -6707,6 +6774,7 @@ module Aws::MediaLive
|
|
|
6707
6774
|
# resp.input.destinations[0].vpc.network_interface_id #=> String
|
|
6708
6775
|
# resp.input.id #=> String
|
|
6709
6776
|
# resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
|
6777
|
+
# resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
|
6710
6778
|
# resp.input.media_connect_flows #=> Array
|
|
6711
6779
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
|
6712
6780
|
# resp.input.name #=> String
|
|
@@ -6846,7 +6914,7 @@ module Aws::MediaLive
|
|
|
6846
6914
|
params: params,
|
|
6847
6915
|
config: config)
|
|
6848
6916
|
context[:gem_name] = 'aws-sdk-medialive'
|
|
6849
|
-
context[:gem_version] = '1.
|
|
6917
|
+
context[:gem_version] = '1.36.0'
|
|
6850
6918
|
Seahorse::Client::Request.new(handlers, context)
|
|
6851
6919
|
end
|
|
6852
6920
|
|
|
@@ -221,10 +221,12 @@ module Aws::MediaLive
|
|
|
221
221
|
HlsWebdavHttpTransferMode = Shapes::StringShape.new(name: 'HlsWebdavHttpTransferMode')
|
|
222
222
|
HlsWebdavSettings = Shapes::StructureShape.new(name: 'HlsWebdavSettings')
|
|
223
223
|
IFrameOnlyPlaylistType = Shapes::StringShape.new(name: 'IFrameOnlyPlaylistType')
|
|
224
|
+
ImmediateModeScheduleActionStartSettings = Shapes::StructureShape.new(name: 'ImmediateModeScheduleActionStartSettings')
|
|
224
225
|
Input = Shapes::StructureShape.new(name: 'Input')
|
|
225
226
|
InputAttachment = Shapes::StructureShape.new(name: 'InputAttachment')
|
|
226
227
|
InputChannelLevel = Shapes::StructureShape.new(name: 'InputChannelLevel')
|
|
227
228
|
InputClass = Shapes::StringShape.new(name: 'InputClass')
|
|
229
|
+
InputClippingSettings = Shapes::StructureShape.new(name: 'InputClippingSettings')
|
|
228
230
|
InputCodec = Shapes::StringShape.new(name: 'InputCodec')
|
|
229
231
|
InputDeblockFilter = Shapes::StringShape.new(name: 'InputDeblockFilter')
|
|
230
232
|
InputDenoiseFilter = Shapes::StringShape.new(name: 'InputDenoiseFilter')
|
|
@@ -248,9 +250,11 @@ module Aws::MediaLive
|
|
|
248
250
|
InputSource = Shapes::StructureShape.new(name: 'InputSource')
|
|
249
251
|
InputSourceEndBehavior = Shapes::StringShape.new(name: 'InputSourceEndBehavior')
|
|
250
252
|
InputSourceRequest = Shapes::StructureShape.new(name: 'InputSourceRequest')
|
|
253
|
+
InputSourceType = Shapes::StringShape.new(name: 'InputSourceType')
|
|
251
254
|
InputSpecification = Shapes::StructureShape.new(name: 'InputSpecification')
|
|
252
255
|
InputState = Shapes::StringShape.new(name: 'InputState')
|
|
253
256
|
InputSwitchScheduleActionSettings = Shapes::StructureShape.new(name: 'InputSwitchScheduleActionSettings')
|
|
257
|
+
InputTimecodeSource = Shapes::StringShape.new(name: 'InputTimecodeSource')
|
|
254
258
|
InputType = Shapes::StringShape.new(name: 'InputType')
|
|
255
259
|
InputVpcRequest = Shapes::StructureShape.new(name: 'InputVpcRequest')
|
|
256
260
|
InputWhitelistRule = Shapes::StructureShape.new(name: 'InputWhitelistRule')
|
|
@@ -259,6 +263,7 @@ module Aws::MediaLive
|
|
|
259
263
|
InternalServiceError = Shapes::StructureShape.new(name: 'InternalServiceError')
|
|
260
264
|
InvalidRequest = Shapes::StructureShape.new(name: 'InvalidRequest')
|
|
261
265
|
KeyProviderSettings = Shapes::StructureShape.new(name: 'KeyProviderSettings')
|
|
266
|
+
LastFrameClippingBehavior = Shapes::StringShape.new(name: 'LastFrameClippingBehavior')
|
|
262
267
|
LimitExceeded = Shapes::StructureShape.new(name: 'LimitExceeded')
|
|
263
268
|
ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
|
|
264
269
|
ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
|
|
@@ -326,6 +331,7 @@ module Aws::MediaLive
|
|
|
326
331
|
OutputSettings = Shapes::StructureShape.new(name: 'OutputSettings')
|
|
327
332
|
PassThroughSettings = Shapes::StructureShape.new(name: 'PassThroughSettings')
|
|
328
333
|
PauseStateScheduleActionSettings = Shapes::StructureShape.new(name: 'PauseStateScheduleActionSettings')
|
|
334
|
+
PipelineDetail = Shapes::StructureShape.new(name: 'PipelineDetail')
|
|
329
335
|
PipelineId = Shapes::StringShape.new(name: 'PipelineId')
|
|
330
336
|
PipelinePauseStateSettings = Shapes::StructureShape.new(name: 'PipelinePauseStateSettings')
|
|
331
337
|
PurchaseOffering = Shapes::StructureShape.new(name: 'PurchaseOffering')
|
|
@@ -379,6 +385,7 @@ module Aws::MediaLive
|
|
|
379
385
|
Scte35TimeSignalApos = Shapes::StructureShape.new(name: 'Scte35TimeSignalApos')
|
|
380
386
|
Scte35TimeSignalScheduleActionSettings = Shapes::StructureShape.new(name: 'Scte35TimeSignalScheduleActionSettings')
|
|
381
387
|
Scte35WebDeliveryAllowedFlag = Shapes::StringShape.new(name: 'Scte35WebDeliveryAllowedFlag')
|
|
388
|
+
ServiceDescriptor = Shapes::StructureShape.new(name: 'ServiceDescriptor')
|
|
382
389
|
SmoothGroupAudioOnlyTimecodeControl = Shapes::StringShape.new(name: 'SmoothGroupAudioOnlyTimecodeControl')
|
|
383
390
|
SmoothGroupCertificateMode = Shapes::StringShape.new(name: 'SmoothGroupCertificateMode')
|
|
384
391
|
SmoothGroupEventIdMode = Shapes::StringShape.new(name: 'SmoothGroupEventIdMode')
|
|
@@ -391,11 +398,13 @@ module Aws::MediaLive
|
|
|
391
398
|
StandardHlsSettings = Shapes::StructureShape.new(name: 'StandardHlsSettings')
|
|
392
399
|
StartChannelRequest = Shapes::StructureShape.new(name: 'StartChannelRequest')
|
|
393
400
|
StartChannelResponse = Shapes::StructureShape.new(name: 'StartChannelResponse')
|
|
401
|
+
StartTimecode = Shapes::StructureShape.new(name: 'StartTimecode')
|
|
394
402
|
StaticImageActivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageActivateScheduleActionSettings')
|
|
395
403
|
StaticImageDeactivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageDeactivateScheduleActionSettings')
|
|
396
404
|
StaticKeySettings = Shapes::StructureShape.new(name: 'StaticKeySettings')
|
|
397
405
|
StopChannelRequest = Shapes::StructureShape.new(name: 'StopChannelRequest')
|
|
398
406
|
StopChannelResponse = Shapes::StructureShape.new(name: 'StopChannelResponse')
|
|
407
|
+
StopTimecode = Shapes::StructureShape.new(name: 'StopTimecode')
|
|
399
408
|
Tags = Shapes::MapShape.new(name: 'Tags')
|
|
400
409
|
TagsModel = Shapes::StructureShape.new(name: 'TagsModel')
|
|
401
410
|
TeletextDestinationSettings = Shapes::StructureShape.new(name: 'TeletextDestinationSettings')
|
|
@@ -443,7 +452,10 @@ module Aws::MediaLive
|
|
|
443
452
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
|
444
453
|
__double = Shapes::FloatShape.new(name: '__double')
|
|
445
454
|
__doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
|
|
455
|
+
__doubleMin0Max1000000000 = Shapes::FloatShape.new(name: '__doubleMin0Max1000000000')
|
|
456
|
+
__doubleMin0Max65535 = Shapes::FloatShape.new(name: '__doubleMin0Max65535')
|
|
446
457
|
__doubleMin1 = Shapes::FloatShape.new(name: '__doubleMin1')
|
|
458
|
+
__doubleMin10000Max1000000000 = Shapes::FloatShape.new(name: '__doubleMin10000Max1000000000')
|
|
447
459
|
__doubleMinNegative59Max0 = Shapes::FloatShape.new(name: '__doubleMinNegative59Max0')
|
|
448
460
|
__integer = Shapes::IntegerShape.new(name: '__integer')
|
|
449
461
|
__integerMin0 = Shapes::IntegerShape.new(name: '__integerMin0')
|
|
@@ -452,22 +464,20 @@ module Aws::MediaLive
|
|
|
452
464
|
__integerMin0Max1000 = Shapes::IntegerShape.new(name: '__integerMin0Max1000')
|
|
453
465
|
__integerMin0Max10000 = Shapes::IntegerShape.new(name: '__integerMin0Max10000')
|
|
454
466
|
__integerMin0Max1000000 = Shapes::IntegerShape.new(name: '__integerMin0Max1000000')
|
|
455
|
-
__integerMin0Max1099511627775 = Shapes::IntegerShape.new(name: '__integerMin0Max1099511627775')
|
|
456
467
|
__integerMin0Max128 = Shapes::IntegerShape.new(name: '__integerMin0Max128')
|
|
457
468
|
__integerMin0Max15 = Shapes::IntegerShape.new(name: '__integerMin0Max15')
|
|
458
469
|
__integerMin0Max255 = Shapes::IntegerShape.new(name: '__integerMin0Max255')
|
|
459
470
|
__integerMin0Max30 = Shapes::IntegerShape.new(name: '__integerMin0Max30')
|
|
460
471
|
__integerMin0Max3600 = Shapes::IntegerShape.new(name: '__integerMin0Max3600')
|
|
461
|
-
__integerMin0Max4294967295 = Shapes::IntegerShape.new(name: '__integerMin0Max4294967295')
|
|
462
472
|
__integerMin0Max500 = Shapes::IntegerShape.new(name: '__integerMin0Max500')
|
|
463
473
|
__integerMin0Max600 = Shapes::IntegerShape.new(name: '__integerMin0Max600')
|
|
464
474
|
__integerMin0Max65535 = Shapes::IntegerShape.new(name: '__integerMin0Max65535')
|
|
465
475
|
__integerMin0Max65536 = Shapes::IntegerShape.new(name: '__integerMin0Max65536')
|
|
466
476
|
__integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
|
|
467
477
|
__integerMin0Max8191 = Shapes::IntegerShape.new(name: '__integerMin0Max8191')
|
|
468
|
-
__integerMin0Max8589934591 = Shapes::IntegerShape.new(name: '__integerMin0Max8589934591')
|
|
469
478
|
__integerMin1 = Shapes::IntegerShape.new(name: '__integerMin1')
|
|
470
479
|
__integerMin1000 = Shapes::IntegerShape.new(name: '__integerMin1000')
|
|
480
|
+
__integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
|
|
471
481
|
__integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
|
|
472
482
|
__integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
|
|
473
483
|
__integerMin1Max1000000 = Shapes::IntegerShape.new(name: '__integerMin1Max1000000')
|
|
@@ -516,6 +526,7 @@ module Aws::MediaLive
|
|
|
516
526
|
__listOfOutputDestination = Shapes::ListShape.new(name: '__listOfOutputDestination')
|
|
517
527
|
__listOfOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfOutputDestinationSettings')
|
|
518
528
|
__listOfOutputGroup = Shapes::ListShape.new(name: '__listOfOutputGroup')
|
|
529
|
+
__listOfPipelineDetail = Shapes::ListShape.new(name: '__listOfPipelineDetail')
|
|
519
530
|
__listOfPipelinePauseStateSettings = Shapes::ListShape.new(name: '__listOfPipelinePauseStateSettings')
|
|
520
531
|
__listOfReservation = Shapes::ListShape.new(name: '__listOfReservation')
|
|
521
532
|
__listOfScheduleAction = Shapes::ListShape.new(name: '__listOfScheduleAction')
|
|
@@ -524,7 +535,11 @@ module Aws::MediaLive
|
|
|
524
535
|
__listOfVideoDescription = Shapes::ListShape.new(name: '__listOfVideoDescription')
|
|
525
536
|
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
|
526
537
|
__long = Shapes::IntegerShape.new(name: '__long')
|
|
538
|
+
__longMin0Max1099511627775 = Shapes::IntegerShape.new(name: '__longMin0Max1099511627775')
|
|
539
|
+
__longMin0Max4294967295 = Shapes::IntegerShape.new(name: '__longMin0Max4294967295')
|
|
540
|
+
__longMin0Max8589934591 = Shapes::IntegerShape.new(name: '__longMin0Max8589934591')
|
|
527
541
|
__string = Shapes::StringShape.new(name: '__string')
|
|
542
|
+
__stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
|
|
528
543
|
__stringMax32 = Shapes::StringShape.new(name: '__stringMax32')
|
|
529
544
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
|
530
545
|
__stringMin1Max255 = Shapes::StringShape.new(name: '__stringMin1Max255')
|
|
@@ -740,6 +755,7 @@ module Aws::MediaLive
|
|
|
740
755
|
Channel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
|
741
756
|
Channel.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
|
742
757
|
Channel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
|
758
|
+
Channel.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
|
743
759
|
Channel.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
|
744
760
|
Channel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
|
745
761
|
Channel.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
|
@@ -860,6 +876,7 @@ module Aws::MediaLive
|
|
|
860
876
|
DeleteChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
|
861
877
|
DeleteChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
|
862
878
|
DeleteChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
|
879
|
+
DeleteChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
|
863
880
|
DeleteChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
|
864
881
|
DeleteChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
|
865
882
|
DeleteChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
|
@@ -921,6 +938,7 @@ module Aws::MediaLive
|
|
|
921
938
|
DescribeChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
|
922
939
|
DescribeChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
|
923
940
|
DescribeChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
|
941
|
+
DescribeChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
|
924
942
|
DescribeChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
|
925
943
|
DescribeChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
|
926
944
|
DescribeChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
|
@@ -935,6 +953,7 @@ module Aws::MediaLive
|
|
|
935
953
|
DescribeInputResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
|
|
936
954
|
DescribeInputResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
|
937
955
|
DescribeInputResponse.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
|
956
|
+
DescribeInputResponse.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
|
938
957
|
DescribeInputResponse.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
|
939
958
|
DescribeInputResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
|
940
959
|
DescribeInputResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
|
@@ -1251,11 +1270,14 @@ module Aws::MediaLive
|
|
|
1251
1270
|
HlsWebdavSettings.add_member(:restart_delay, Shapes::ShapeRef.new(shape: __integerMin0Max15, location_name: "restartDelay"))
|
|
1252
1271
|
HlsWebdavSettings.struct_class = Types::HlsWebdavSettings
|
|
1253
1272
|
|
|
1273
|
+
ImmediateModeScheduleActionStartSettings.struct_class = Types::ImmediateModeScheduleActionStartSettings
|
|
1274
|
+
|
|
1254
1275
|
Input.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
|
1255
1276
|
Input.add_member(:attached_channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "attachedChannels"))
|
|
1256
1277
|
Input.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
|
|
1257
1278
|
Input.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
|
1258
1279
|
Input.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
|
1280
|
+
Input.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
|
1259
1281
|
Input.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
|
1260
1282
|
Input.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
|
1261
1283
|
Input.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
|
@@ -1275,6 +1297,11 @@ module Aws::MediaLive
|
|
|
1275
1297
|
InputChannelLevel.add_member(:input_channel, Shapes::ShapeRef.new(shape: __integerMin0Max15, required: true, location_name: "inputChannel"))
|
|
1276
1298
|
InputChannelLevel.struct_class = Types::InputChannelLevel
|
|
1277
1299
|
|
|
1300
|
+
InputClippingSettings.add_member(:input_timecode_source, Shapes::ShapeRef.new(shape: InputTimecodeSource, required: true, location_name: "inputTimecodeSource"))
|
|
1301
|
+
InputClippingSettings.add_member(:start_timecode, Shapes::ShapeRef.new(shape: StartTimecode, location_name: "startTimecode"))
|
|
1302
|
+
InputClippingSettings.add_member(:stop_timecode, Shapes::ShapeRef.new(shape: StopTimecode, location_name: "stopTimecode"))
|
|
1303
|
+
InputClippingSettings.struct_class = Types::InputClippingSettings
|
|
1304
|
+
|
|
1278
1305
|
InputDestination.add_member(:ip, Shapes::ShapeRef.new(shape: __string, location_name: "ip"))
|
|
1279
1306
|
InputDestination.add_member(:port, Shapes::ShapeRef.new(shape: __string, location_name: "port"))
|
|
1280
1307
|
InputDestination.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
|
|
@@ -1339,6 +1366,8 @@ module Aws::MediaLive
|
|
|
1339
1366
|
InputSpecification.struct_class = Types::InputSpecification
|
|
1340
1367
|
|
|
1341
1368
|
InputSwitchScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "inputAttachmentNameReference"))
|
|
1369
|
+
InputSwitchScheduleActionSettings.add_member(:input_clipping_settings, Shapes::ShapeRef.new(shape: InputClippingSettings, location_name: "inputClippingSettings"))
|
|
1370
|
+
InputSwitchScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
|
|
1342
1371
|
InputSwitchScheduleActionSettings.struct_class = Types::InputSwitchScheduleActionSettings
|
|
1343
1372
|
|
|
1344
1373
|
InputVpcRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroupIds"))
|
|
@@ -1627,6 +1656,11 @@ module Aws::MediaLive
|
|
|
1627
1656
|
PauseStateScheduleActionSettings.add_member(:pipelines, Shapes::ShapeRef.new(shape: __listOfPipelinePauseStateSettings, location_name: "pipelines"))
|
|
1628
1657
|
PauseStateScheduleActionSettings.struct_class = Types::PauseStateScheduleActionSettings
|
|
1629
1658
|
|
|
1659
|
+
PipelineDetail.add_member(:active_input_attachment_name, Shapes::ShapeRef.new(shape: __string, location_name: "activeInputAttachmentName"))
|
|
1660
|
+
PipelineDetail.add_member(:active_input_switch_action_name, Shapes::ShapeRef.new(shape: __string, location_name: "activeInputSwitchActionName"))
|
|
1661
|
+
PipelineDetail.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: __string, location_name: "pipelineId"))
|
|
1662
|
+
PipelineDetail.struct_class = Types::PipelineDetail
|
|
1663
|
+
|
|
1630
1664
|
PipelinePauseStateSettings.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: PipelineId, required: true, location_name: "pipelineId"))
|
|
1631
1665
|
PipelinePauseStateSettings.struct_class = Types::PipelinePauseStateSettings
|
|
1632
1666
|
|
|
@@ -1725,6 +1759,7 @@ module Aws::MediaLive
|
|
|
1725
1759
|
|
|
1726
1760
|
ScheduleActionStartSettings.add_member(:fixed_mode_schedule_action_start_settings, Shapes::ShapeRef.new(shape: FixedModeScheduleActionStartSettings, location_name: "fixedModeScheduleActionStartSettings"))
|
|
1727
1761
|
ScheduleActionStartSettings.add_member(:follow_mode_schedule_action_start_settings, Shapes::ShapeRef.new(shape: FollowModeScheduleActionStartSettings, location_name: "followModeScheduleActionStartSettings"))
|
|
1762
|
+
ScheduleActionStartSettings.add_member(:immediate_mode_schedule_action_start_settings, Shapes::ShapeRef.new(shape: ImmediateModeScheduleActionStartSettings, location_name: "immediateModeScheduleActionStartSettings"))
|
|
1728
1763
|
ScheduleActionStartSettings.struct_class = Types::ScheduleActionStartSettings
|
|
1729
1764
|
|
|
1730
1765
|
ScheduleDeleteResultModel.struct_class = Types::ScheduleDeleteResultModel
|
|
@@ -1756,14 +1791,14 @@ module Aws::MediaLive
|
|
|
1756
1791
|
Scte35DescriptorSettings.add_member(:segmentation_descriptor_scte_35_descriptor_settings, Shapes::ShapeRef.new(shape: Scte35SegmentationDescriptor, required: true, location_name: "segmentationDescriptorScte35DescriptorSettings"))
|
|
1757
1792
|
Scte35DescriptorSettings.struct_class = Types::Scte35DescriptorSettings
|
|
1758
1793
|
|
|
1759
|
-
Scte35ReturnToNetworkScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape:
|
|
1794
|
+
Scte35ReturnToNetworkScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape: __longMin0Max4294967295, required: true, location_name: "spliceEventId"))
|
|
1760
1795
|
Scte35ReturnToNetworkScheduleActionSettings.struct_class = Types::Scte35ReturnToNetworkScheduleActionSettings
|
|
1761
1796
|
|
|
1762
1797
|
Scte35SegmentationDescriptor.add_member(:delivery_restrictions, Shapes::ShapeRef.new(shape: Scte35DeliveryRestrictions, location_name: "deliveryRestrictions"))
|
|
1763
1798
|
Scte35SegmentationDescriptor.add_member(:segment_num, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentNum"))
|
|
1764
1799
|
Scte35SegmentationDescriptor.add_member(:segmentation_cancel_indicator, Shapes::ShapeRef.new(shape: Scte35SegmentationCancelIndicator, required: true, location_name: "segmentationCancelIndicator"))
|
|
1765
|
-
Scte35SegmentationDescriptor.add_member(:segmentation_duration, Shapes::ShapeRef.new(shape:
|
|
1766
|
-
Scte35SegmentationDescriptor.add_member(:segmentation_event_id, Shapes::ShapeRef.new(shape:
|
|
1800
|
+
Scte35SegmentationDescriptor.add_member(:segmentation_duration, Shapes::ShapeRef.new(shape: __longMin0Max1099511627775, location_name: "segmentationDuration"))
|
|
1801
|
+
Scte35SegmentationDescriptor.add_member(:segmentation_event_id, Shapes::ShapeRef.new(shape: __longMin0Max4294967295, required: true, location_name: "segmentationEventId"))
|
|
1767
1802
|
Scte35SegmentationDescriptor.add_member(:segmentation_type_id, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentationTypeId"))
|
|
1768
1803
|
Scte35SegmentationDescriptor.add_member(:segmentation_upid, Shapes::ShapeRef.new(shape: __string, location_name: "segmentationUpid"))
|
|
1769
1804
|
Scte35SegmentationDescriptor.add_member(:segmentation_upid_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentationUpidType"))
|
|
@@ -1777,8 +1812,8 @@ module Aws::MediaLive
|
|
|
1777
1812
|
Scte35SpliceInsert.add_member(:web_delivery_allowed_flag, Shapes::ShapeRef.new(shape: Scte35SpliceInsertWebDeliveryAllowedBehavior, location_name: "webDeliveryAllowedFlag"))
|
|
1778
1813
|
Scte35SpliceInsert.struct_class = Types::Scte35SpliceInsert
|
|
1779
1814
|
|
|
1780
|
-
Scte35SpliceInsertScheduleActionSettings.add_member(:duration, Shapes::ShapeRef.new(shape:
|
|
1781
|
-
Scte35SpliceInsertScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape:
|
|
1815
|
+
Scte35SpliceInsertScheduleActionSettings.add_member(:duration, Shapes::ShapeRef.new(shape: __longMin0Max8589934591, location_name: "duration"))
|
|
1816
|
+
Scte35SpliceInsertScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape: __longMin0Max4294967295, required: true, location_name: "spliceEventId"))
|
|
1782
1817
|
Scte35SpliceInsertScheduleActionSettings.struct_class = Types::Scte35SpliceInsertScheduleActionSettings
|
|
1783
1818
|
|
|
1784
1819
|
Scte35TimeSignalApos.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
|
|
@@ -1789,6 +1824,10 @@ module Aws::MediaLive
|
|
|
1789
1824
|
Scte35TimeSignalScheduleActionSettings.add_member(:scte_35_descriptors, Shapes::ShapeRef.new(shape: __listOfScte35Descriptor, required: true, location_name: "scte35Descriptors"))
|
|
1790
1825
|
Scte35TimeSignalScheduleActionSettings.struct_class = Types::Scte35TimeSignalScheduleActionSettings
|
|
1791
1826
|
|
|
1827
|
+
ServiceDescriptor.add_member(:provider_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "providerName"))
|
|
1828
|
+
ServiceDescriptor.add_member(:service_name, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "serviceName"))
|
|
1829
|
+
ServiceDescriptor.struct_class = Types::ServiceDescriptor
|
|
1830
|
+
|
|
1792
1831
|
SmpteTtDestinationSettings.struct_class = Types::SmpteTtDestinationSettings
|
|
1793
1832
|
|
|
1794
1833
|
StandardHlsSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
|
|
@@ -1808,12 +1847,16 @@ module Aws::MediaLive
|
|
|
1808
1847
|
StartChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
|
1809
1848
|
StartChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
|
1810
1849
|
StartChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
|
1850
|
+
StartChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
|
1811
1851
|
StartChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
|
1812
1852
|
StartChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
|
1813
1853
|
StartChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
|
1814
1854
|
StartChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1815
1855
|
StartChannelResponse.struct_class = Types::StartChannelResponse
|
|
1816
1856
|
|
|
1857
|
+
StartTimecode.add_member(:timecode, Shapes::ShapeRef.new(shape: __string, location_name: "timecode"))
|
|
1858
|
+
StartTimecode.struct_class = Types::StartTimecode
|
|
1859
|
+
|
|
1817
1860
|
StaticImageActivateScheduleActionSettings.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "duration"))
|
|
1818
1861
|
StaticImageActivateScheduleActionSettings.add_member(:fade_in, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeIn"))
|
|
1819
1862
|
StaticImageActivateScheduleActionSettings.add_member(:fade_out, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeOut"))
|
|
@@ -1847,12 +1890,17 @@ module Aws::MediaLive
|
|
|
1847
1890
|
StopChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
|
1848
1891
|
StopChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
|
1849
1892
|
StopChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
|
1893
|
+
StopChannelResponse.add_member(:pipeline_details, Shapes::ShapeRef.new(shape: __listOfPipelineDetail, location_name: "pipelineDetails"))
|
|
1850
1894
|
StopChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
|
1851
1895
|
StopChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
|
1852
1896
|
StopChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
|
1853
1897
|
StopChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
1854
1898
|
StopChannelResponse.struct_class = Types::StopChannelResponse
|
|
1855
1899
|
|
|
1900
|
+
StopTimecode.add_member(:last_frame_clipping_behavior, Shapes::ShapeRef.new(shape: LastFrameClippingBehavior, location_name: "lastFrameClippingBehavior"))
|
|
1901
|
+
StopTimecode.add_member(:timecode, Shapes::ShapeRef.new(shape: __string, location_name: "timecode"))
|
|
1902
|
+
StopTimecode.struct_class = Types::StopTimecode
|
|
1903
|
+
|
|
1856
1904
|
Tags.key = Shapes::ShapeRef.new(shape: __string)
|
|
1857
1905
|
Tags.value = Shapes::ShapeRef.new(shape: __string)
|
|
1858
1906
|
|
|
@@ -2064,6 +2112,8 @@ module Aws::MediaLive
|
|
|
2064
2112
|
|
|
2065
2113
|
__listOfOutputGroup.member = Shapes::ShapeRef.new(shape: OutputGroup)
|
|
2066
2114
|
|
|
2115
|
+
__listOfPipelineDetail.member = Shapes::ShapeRef.new(shape: PipelineDetail)
|
|
2116
|
+
|
|
2067
2117
|
__listOfPipelinePauseStateSettings.member = Shapes::ShapeRef.new(shape: PipelinePauseStateSettings)
|
|
2068
2118
|
|
|
2069
2119
|
__listOfReservation.member = Shapes::ShapeRef.new(shape: Reservation)
|
|
@@ -1006,6 +1006,17 @@ module Aws::MediaLive
|
|
|
1006
1006
|
# },
|
|
1007
1007
|
# input_switch_settings: {
|
|
1008
1008
|
# input_attachment_name_reference: "__string", # required
|
|
1009
|
+
# input_clipping_settings: {
|
|
1010
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
|
1011
|
+
# start_timecode: {
|
|
1012
|
+
# timecode: "__string",
|
|
1013
|
+
# },
|
|
1014
|
+
# stop_timecode: {
|
|
1015
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
|
1016
|
+
# timecode: "__string",
|
|
1017
|
+
# },
|
|
1018
|
+
# },
|
|
1019
|
+
# url_path: ["__string"],
|
|
1009
1020
|
# },
|
|
1010
1021
|
# pause_state_settings: {
|
|
1011
1022
|
# pipelines: [
|
|
@@ -1076,6 +1087,8 @@ module Aws::MediaLive
|
|
|
1076
1087
|
# follow_point: "END", # required, accepts END, START
|
|
1077
1088
|
# reference_action_name: "__string", # required
|
|
1078
1089
|
# },
|
|
1090
|
+
# immediate_mode_schedule_action_start_settings: {
|
|
1091
|
+
# },
|
|
1079
1092
|
# },
|
|
1080
1093
|
# },
|
|
1081
1094
|
# ],
|
|
@@ -1157,6 +1170,17 @@ module Aws::MediaLive
|
|
|
1157
1170
|
# },
|
|
1158
1171
|
# input_switch_settings: {
|
|
1159
1172
|
# input_attachment_name_reference: "__string", # required
|
|
1173
|
+
# input_clipping_settings: {
|
|
1174
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
|
1175
|
+
# start_timecode: {
|
|
1176
|
+
# timecode: "__string",
|
|
1177
|
+
# },
|
|
1178
|
+
# stop_timecode: {
|
|
1179
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
|
1180
|
+
# timecode: "__string",
|
|
1181
|
+
# },
|
|
1182
|
+
# },
|
|
1183
|
+
# url_path: ["__string"],
|
|
1160
1184
|
# },
|
|
1161
1185
|
# pause_state_settings: {
|
|
1162
1186
|
# pipelines: [
|
|
@@ -1227,6 +1251,8 @@ module Aws::MediaLive
|
|
|
1227
1251
|
# follow_point: "END", # required, accepts END, START
|
|
1228
1252
|
# reference_action_name: "__string", # required
|
|
1229
1253
|
# },
|
|
1254
|
+
# immediate_mode_schedule_action_start_settings: {
|
|
1255
|
+
# },
|
|
1230
1256
|
# },
|
|
1231
1257
|
# },
|
|
1232
1258
|
# ],
|
|
@@ -1983,6 +2009,10 @@ module Aws::MediaLive
|
|
|
1983
2009
|
# The name of the channel. (user-mutable)
|
|
1984
2010
|
# @return [String]
|
|
1985
2011
|
#
|
|
2012
|
+
# @!attribute [rw] pipeline_details
|
|
2013
|
+
# Runtime details for the pipelines of a running channel.
|
|
2014
|
+
# @return [Array<Types::PipelineDetail>]
|
|
2015
|
+
#
|
|
1986
2016
|
# @!attribute [rw] pipelines_running_count
|
|
1987
2017
|
# The number of currently healthy pipelines.
|
|
1988
2018
|
# @return [Integer]
|
|
@@ -2012,6 +2042,7 @@ module Aws::MediaLive
|
|
|
2012
2042
|
:input_specification,
|
|
2013
2043
|
:log_level,
|
|
2014
2044
|
:name,
|
|
2045
|
+
:pipeline_details,
|
|
2015
2046
|
:pipelines_running_count,
|
|
2016
2047
|
:role_arn,
|
|
2017
2048
|
:state,
|
|
@@ -3301,6 +3332,9 @@ module Aws::MediaLive
|
|
|
3301
3332
|
# @!attribute [rw] name
|
|
3302
3333
|
# @return [String]
|
|
3303
3334
|
#
|
|
3335
|
+
# @!attribute [rw] pipeline_details
|
|
3336
|
+
# @return [Array<Types::PipelineDetail>]
|
|
3337
|
+
#
|
|
3304
3338
|
# @!attribute [rw] pipelines_running_count
|
|
3305
3339
|
# @return [Integer]
|
|
3306
3340
|
#
|
|
@@ -3326,6 +3360,7 @@ module Aws::MediaLive
|
|
|
3326
3360
|
:input_specification,
|
|
3327
3361
|
:log_level,
|
|
3328
3362
|
:name,
|
|
3363
|
+
:pipeline_details,
|
|
3329
3364
|
:pipelines_running_count,
|
|
3330
3365
|
:role_arn,
|
|
3331
3366
|
:state,
|
|
@@ -3568,6 +3603,9 @@ module Aws::MediaLive
|
|
|
3568
3603
|
# @!attribute [rw] name
|
|
3569
3604
|
# @return [String]
|
|
3570
3605
|
#
|
|
3606
|
+
# @!attribute [rw] pipeline_details
|
|
3607
|
+
# @return [Array<Types::PipelineDetail>]
|
|
3608
|
+
#
|
|
3571
3609
|
# @!attribute [rw] pipelines_running_count
|
|
3572
3610
|
# @return [Integer]
|
|
3573
3611
|
#
|
|
@@ -3593,6 +3631,7 @@ module Aws::MediaLive
|
|
|
3593
3631
|
:input_specification,
|
|
3594
3632
|
:log_level,
|
|
3595
3633
|
:name,
|
|
3634
|
+
:pipeline_details,
|
|
3596
3635
|
:pipelines_running_count,
|
|
3597
3636
|
:role_arn,
|
|
3598
3637
|
:state,
|
|
@@ -3634,6 +3673,14 @@ module Aws::MediaLive
|
|
|
3634
3673
|
# has one.
|
|
3635
3674
|
# @return [String]
|
|
3636
3675
|
#
|
|
3676
|
+
# @!attribute [rw] input_source_type
|
|
3677
|
+
# There are two types of input sources, static and dynamic. If an
|
|
3678
|
+
# input source is dynamic you can change the source url of the input
|
|
3679
|
+
# dynamically using an input switch action. However, the only input
|
|
3680
|
+
# type to support a dynamic url at this time is MP4\_FILE. By default
|
|
3681
|
+
# all input sources are static.
|
|
3682
|
+
# @return [String]
|
|
3683
|
+
#
|
|
3637
3684
|
# @!attribute [rw] media_connect_flows
|
|
3638
3685
|
# @return [Array<Types::MediaConnectFlow>]
|
|
3639
3686
|
#
|
|
@@ -3666,6 +3713,7 @@ module Aws::MediaLive
|
|
|
3666
3713
|
:destinations,
|
|
3667
3714
|
:id,
|
|
3668
3715
|
:input_class,
|
|
3716
|
+
:input_source_type,
|
|
3669
3717
|
:media_connect_flows,
|
|
3670
3718
|
:name,
|
|
3671
3719
|
:role_arn,
|
|
@@ -6503,6 +6551,15 @@ module Aws::MediaLive
|
|
|
6503
6551
|
include Aws::Structure
|
|
6504
6552
|
end
|
|
6505
6553
|
|
|
6554
|
+
# Settings to configure an action so that it occurs immediately. This is
|
|
6555
|
+
# only supported for input switch actions currently.
|
|
6556
|
+
#
|
|
6557
|
+
# @api private
|
|
6558
|
+
#
|
|
6559
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ImmediateModeScheduleActionStartSettings AWS API Documentation
|
|
6560
|
+
#
|
|
6561
|
+
class ImmediateModeScheduleActionStartSettings < Aws::EmptyStructure; end
|
|
6562
|
+
|
|
6506
6563
|
# @!attribute [rw] arn
|
|
6507
6564
|
# The Unique ARN of the input (generated, immutable).
|
|
6508
6565
|
# @return [String]
|
|
@@ -6531,6 +6588,12 @@ module Aws::MediaLive
|
|
|
6531
6588
|
# not valid because the channel requires two sources in the input.
|
|
6532
6589
|
# @return [String]
|
|
6533
6590
|
#
|
|
6591
|
+
# @!attribute [rw] input_source_type
|
|
6592
|
+
# Certain pull input sources can be dynamic, meaning that they can
|
|
6593
|
+
# have their URL's dynamically changes during input switch actions.
|
|
6594
|
+
# Presently, this functionality only works with MP4\_FILE inputs.
|
|
6595
|
+
# @return [String]
|
|
6596
|
+
#
|
|
6534
6597
|
# @!attribute [rw] media_connect_flows
|
|
6535
6598
|
# A list of MediaConnect Flows for this input.
|
|
6536
6599
|
# @return [Array<Types::MediaConnectFlow>]
|
|
@@ -6571,6 +6634,7 @@ module Aws::MediaLive
|
|
|
6571
6634
|
:destinations,
|
|
6572
6635
|
:id,
|
|
6573
6636
|
:input_class,
|
|
6637
|
+
:input_source_type,
|
|
6574
6638
|
:media_connect_flows,
|
|
6575
6639
|
:name,
|
|
6576
6640
|
:role_arn,
|
|
@@ -6710,6 +6774,44 @@ module Aws::MediaLive
|
|
|
6710
6774
|
include Aws::Structure
|
|
6711
6775
|
end
|
|
6712
6776
|
|
|
6777
|
+
# Settings to let you create a clip of the file input, in order to set
|
|
6778
|
+
# up the input to ingest only a portion of the file.
|
|
6779
|
+
#
|
|
6780
|
+
# @note When making an API call, you may pass InputClippingSettings
|
|
6781
|
+
# data as a hash:
|
|
6782
|
+
#
|
|
6783
|
+
# {
|
|
6784
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
|
6785
|
+
# start_timecode: {
|
|
6786
|
+
# timecode: "__string",
|
|
6787
|
+
# },
|
|
6788
|
+
# stop_timecode: {
|
|
6789
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
|
6790
|
+
# timecode: "__string",
|
|
6791
|
+
# },
|
|
6792
|
+
# }
|
|
6793
|
+
#
|
|
6794
|
+
# @!attribute [rw] input_timecode_source
|
|
6795
|
+
# The source of the timecodes in the source being clipped.
|
|
6796
|
+
# @return [String]
|
|
6797
|
+
#
|
|
6798
|
+
# @!attribute [rw] start_timecode
|
|
6799
|
+
# Settings to identify the start of the clip.
|
|
6800
|
+
# @return [Types::StartTimecode]
|
|
6801
|
+
#
|
|
6802
|
+
# @!attribute [rw] stop_timecode
|
|
6803
|
+
# Settings to identify the end of the clip.
|
|
6804
|
+
# @return [Types::StopTimecode]
|
|
6805
|
+
#
|
|
6806
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputClippingSettings AWS API Documentation
|
|
6807
|
+
#
|
|
6808
|
+
class InputClippingSettings < Struct.new(
|
|
6809
|
+
:input_timecode_source,
|
|
6810
|
+
:start_timecode,
|
|
6811
|
+
:stop_timecode)
|
|
6812
|
+
include Aws::Structure
|
|
6813
|
+
end
|
|
6814
|
+
|
|
6713
6815
|
# The settings for a PUSH type input.
|
|
6714
6816
|
#
|
|
6715
6817
|
# @!attribute [rw] ip
|
|
@@ -7156,24 +7258,50 @@ module Aws::MediaLive
|
|
|
7156
7258
|
include Aws::Structure
|
|
7157
7259
|
end
|
|
7158
7260
|
|
|
7159
|
-
# Settings for the action to switch
|
|
7261
|
+
# Settings for the "switch input" action: to switch from ingesting one
|
|
7262
|
+
# input to ingesting another input.
|
|
7160
7263
|
#
|
|
7161
7264
|
# @note When making an API call, you may pass InputSwitchScheduleActionSettings
|
|
7162
7265
|
# data as a hash:
|
|
7163
7266
|
#
|
|
7164
7267
|
# {
|
|
7165
7268
|
# input_attachment_name_reference: "__string", # required
|
|
7269
|
+
# input_clipping_settings: {
|
|
7270
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
|
7271
|
+
# start_timecode: {
|
|
7272
|
+
# timecode: "__string",
|
|
7273
|
+
# },
|
|
7274
|
+
# stop_timecode: {
|
|
7275
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
|
7276
|
+
# timecode: "__string",
|
|
7277
|
+
# },
|
|
7278
|
+
# },
|
|
7279
|
+
# url_path: ["__string"],
|
|
7166
7280
|
# }
|
|
7167
7281
|
#
|
|
7168
7282
|
# @!attribute [rw] input_attachment_name_reference
|
|
7169
|
-
# The name of the input attachment
|
|
7170
|
-
#
|
|
7283
|
+
# The name of the input attachment (not the name of the input!) to
|
|
7284
|
+
# switch to. The name is specified in the channel configuration.
|
|
7171
7285
|
# @return [String]
|
|
7172
7286
|
#
|
|
7287
|
+
# @!attribute [rw] input_clipping_settings
|
|
7288
|
+
# Settings to let you create a clip of the file input, in order to set
|
|
7289
|
+
# up the input to ingest only a portion of the file.
|
|
7290
|
+
# @return [Types::InputClippingSettings]
|
|
7291
|
+
#
|
|
7292
|
+
# @!attribute [rw] url_path
|
|
7293
|
+
# The value for the variable portion of the URL for the dynamic input,
|
|
7294
|
+
# for this instance of the input. Each time you use the same dynamic
|
|
7295
|
+
# input in an input switch action, you can provide a different value,
|
|
7296
|
+
# in order to connect the input to a different content source.
|
|
7297
|
+
# @return [Array<String>]
|
|
7298
|
+
#
|
|
7173
7299
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputSwitchScheduleActionSettings AWS API Documentation
|
|
7174
7300
|
#
|
|
7175
7301
|
class InputSwitchScheduleActionSettings < Struct.new(
|
|
7176
|
-
:input_attachment_name_reference
|
|
7302
|
+
:input_attachment_name_reference,
|
|
7303
|
+
:input_clipping_settings,
|
|
7304
|
+
:url_path)
|
|
7177
7305
|
include Aws::Structure
|
|
7178
7306
|
end
|
|
7179
7307
|
|
|
@@ -8272,7 +8400,7 @@ module Aws::MediaLive
|
|
|
8272
8400
|
include Aws::Structure
|
|
8273
8401
|
end
|
|
8274
8402
|
|
|
8275
|
-
#
|
|
8403
|
+
# MediaPackage Output Destination Settings
|
|
8276
8404
|
#
|
|
8277
8405
|
# @note When making an API call, you may pass MediaPackageOutputDestinationSettings
|
|
8278
8406
|
# data as a hash:
|
|
@@ -9791,6 +9919,32 @@ module Aws::MediaLive
|
|
|
9791
9919
|
include Aws::Structure
|
|
9792
9920
|
end
|
|
9793
9921
|
|
|
9922
|
+
# Runtime details of a pipeline when a channel is running.
|
|
9923
|
+
#
|
|
9924
|
+
# @!attribute [rw] active_input_attachment_name
|
|
9925
|
+
# The name of the active input attachment currently being ingested by
|
|
9926
|
+
# this pipeline.
|
|
9927
|
+
# @return [String]
|
|
9928
|
+
#
|
|
9929
|
+
# @!attribute [rw] active_input_switch_action_name
|
|
9930
|
+
# The name of the input switch schedule action that occurred most
|
|
9931
|
+
# recently and that resulted in the switch to the current input
|
|
9932
|
+
# attachment for this pipeline.
|
|
9933
|
+
# @return [String]
|
|
9934
|
+
#
|
|
9935
|
+
# @!attribute [rw] pipeline_id
|
|
9936
|
+
# Pipeline ID
|
|
9937
|
+
# @return [String]
|
|
9938
|
+
#
|
|
9939
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/PipelineDetail AWS API Documentation
|
|
9940
|
+
#
|
|
9941
|
+
class PipelineDetail < Struct.new(
|
|
9942
|
+
:active_input_attachment_name,
|
|
9943
|
+
:active_input_switch_action_name,
|
|
9944
|
+
:pipeline_id)
|
|
9945
|
+
include Aws::Structure
|
|
9946
|
+
end
|
|
9947
|
+
|
|
9794
9948
|
# Settings for pausing a pipeline.
|
|
9795
9949
|
#
|
|
9796
9950
|
# @note When making an API call, you may pass PipelinePauseStateSettings
|
|
@@ -10266,6 +10420,17 @@ module Aws::MediaLive
|
|
|
10266
10420
|
# },
|
|
10267
10421
|
# input_switch_settings: {
|
|
10268
10422
|
# input_attachment_name_reference: "__string", # required
|
|
10423
|
+
# input_clipping_settings: {
|
|
10424
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
|
10425
|
+
# start_timecode: {
|
|
10426
|
+
# timecode: "__string",
|
|
10427
|
+
# },
|
|
10428
|
+
# stop_timecode: {
|
|
10429
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
|
10430
|
+
# timecode: "__string",
|
|
10431
|
+
# },
|
|
10432
|
+
# },
|
|
10433
|
+
# url_path: ["__string"],
|
|
10269
10434
|
# },
|
|
10270
10435
|
# pause_state_settings: {
|
|
10271
10436
|
# pipelines: [
|
|
@@ -10336,6 +10501,8 @@ module Aws::MediaLive
|
|
|
10336
10501
|
# follow_point: "END", # required, accepts END, START
|
|
10337
10502
|
# reference_action_name: "__string", # required
|
|
10338
10503
|
# },
|
|
10504
|
+
# immediate_mode_schedule_action_start_settings: {
|
|
10505
|
+
# },
|
|
10339
10506
|
# },
|
|
10340
10507
|
# }
|
|
10341
10508
|
#
|
|
@@ -10376,6 +10543,17 @@ module Aws::MediaLive
|
|
|
10376
10543
|
# },
|
|
10377
10544
|
# input_switch_settings: {
|
|
10378
10545
|
# input_attachment_name_reference: "__string", # required
|
|
10546
|
+
# input_clipping_settings: {
|
|
10547
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
|
10548
|
+
# start_timecode: {
|
|
10549
|
+
# timecode: "__string",
|
|
10550
|
+
# },
|
|
10551
|
+
# stop_timecode: {
|
|
10552
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
|
10553
|
+
# timecode: "__string",
|
|
10554
|
+
# },
|
|
10555
|
+
# },
|
|
10556
|
+
# url_path: ["__string"],
|
|
10379
10557
|
# },
|
|
10380
10558
|
# pause_state_settings: {
|
|
10381
10559
|
# pipelines: [
|
|
@@ -10485,7 +10663,8 @@ module Aws::MediaLive
|
|
|
10485
10663
|
include Aws::Structure
|
|
10486
10664
|
end
|
|
10487
10665
|
|
|
10488
|
-
# Settings to specify
|
|
10666
|
+
# Settings to specify when an action should occur. Only one of the
|
|
10667
|
+
# options must be selected.
|
|
10489
10668
|
#
|
|
10490
10669
|
# @note When making an API call, you may pass ScheduleActionStartSettings
|
|
10491
10670
|
# data as a hash:
|
|
@@ -10498,21 +10677,28 @@ module Aws::MediaLive
|
|
|
10498
10677
|
# follow_point: "END", # required, accepts END, START
|
|
10499
10678
|
# reference_action_name: "__string", # required
|
|
10500
10679
|
# },
|
|
10680
|
+
# immediate_mode_schedule_action_start_settings: {
|
|
10681
|
+
# },
|
|
10501
10682
|
# }
|
|
10502
10683
|
#
|
|
10503
10684
|
# @!attribute [rw] fixed_mode_schedule_action_start_settings
|
|
10504
|
-
#
|
|
10685
|
+
# Option for specifying the start time for an action.
|
|
10505
10686
|
# @return [Types::FixedModeScheduleActionStartSettings]
|
|
10506
10687
|
#
|
|
10507
10688
|
# @!attribute [rw] follow_mode_schedule_action_start_settings
|
|
10508
|
-
#
|
|
10689
|
+
# Option for specifying an action as relative to another action.
|
|
10509
10690
|
# @return [Types::FollowModeScheduleActionStartSettings]
|
|
10510
10691
|
#
|
|
10692
|
+
# @!attribute [rw] immediate_mode_schedule_action_start_settings
|
|
10693
|
+
# Option for specifying an action that should be applied immediately.
|
|
10694
|
+
# @return [Types::ImmediateModeScheduleActionStartSettings]
|
|
10695
|
+
#
|
|
10511
10696
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ScheduleActionStartSettings AWS API Documentation
|
|
10512
10697
|
#
|
|
10513
10698
|
class ScheduleActionStartSettings < Struct.new(
|
|
10514
10699
|
:fixed_mode_schedule_action_start_settings,
|
|
10515
|
-
:follow_mode_schedule_action_start_settings
|
|
10700
|
+
:follow_mode_schedule_action_start_settings,
|
|
10701
|
+
:immediate_mode_schedule_action_start_settings)
|
|
10516
10702
|
include Aws::Structure
|
|
10517
10703
|
end
|
|
10518
10704
|
|
|
@@ -11008,6 +11194,22 @@ module Aws::MediaLive
|
|
|
11008
11194
|
include Aws::Structure
|
|
11009
11195
|
end
|
|
11010
11196
|
|
|
11197
|
+
# @!attribute [rw] provider_name
|
|
11198
|
+
# Name of provider
|
|
11199
|
+
# @return [String]
|
|
11200
|
+
#
|
|
11201
|
+
# @!attribute [rw] service_name
|
|
11202
|
+
# Name of service
|
|
11203
|
+
# @return [String]
|
|
11204
|
+
#
|
|
11205
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ServiceDescriptor AWS API Documentation
|
|
11206
|
+
#
|
|
11207
|
+
class ServiceDescriptor < Struct.new(
|
|
11208
|
+
:provider_name,
|
|
11209
|
+
:service_name)
|
|
11210
|
+
include Aws::Structure
|
|
11211
|
+
end
|
|
11212
|
+
|
|
11011
11213
|
# Smpte Tt Destination Settings
|
|
11012
11214
|
#
|
|
11013
11215
|
# @api private
|
|
@@ -11112,6 +11314,9 @@ module Aws::MediaLive
|
|
|
11112
11314
|
# @!attribute [rw] name
|
|
11113
11315
|
# @return [String]
|
|
11114
11316
|
#
|
|
11317
|
+
# @!attribute [rw] pipeline_details
|
|
11318
|
+
# @return [Array<Types::PipelineDetail>]
|
|
11319
|
+
#
|
|
11115
11320
|
# @!attribute [rw] pipelines_running_count
|
|
11116
11321
|
# @return [Integer]
|
|
11117
11322
|
#
|
|
@@ -11137,6 +11342,7 @@ module Aws::MediaLive
|
|
|
11137
11342
|
:input_specification,
|
|
11138
11343
|
:log_level,
|
|
11139
11344
|
:name,
|
|
11345
|
+
:pipeline_details,
|
|
11140
11346
|
:pipelines_running_count,
|
|
11141
11347
|
:role_arn,
|
|
11142
11348
|
:state,
|
|
@@ -11144,6 +11350,28 @@ module Aws::MediaLive
|
|
|
11144
11350
|
include Aws::Structure
|
|
11145
11351
|
end
|
|
11146
11352
|
|
|
11353
|
+
# Settings to identify the start of the clip.
|
|
11354
|
+
#
|
|
11355
|
+
# @note When making an API call, you may pass StartTimecode
|
|
11356
|
+
# data as a hash:
|
|
11357
|
+
#
|
|
11358
|
+
# {
|
|
11359
|
+
# timecode: "__string",
|
|
11360
|
+
# }
|
|
11361
|
+
#
|
|
11362
|
+
# @!attribute [rw] timecode
|
|
11363
|
+
# The timecode for the frame where you want to start the clip.
|
|
11364
|
+
# Optional; if not specified, the clip starts at first frame in the
|
|
11365
|
+
# file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.
|
|
11366
|
+
# @return [String]
|
|
11367
|
+
#
|
|
11368
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartTimecode AWS API Documentation
|
|
11369
|
+
#
|
|
11370
|
+
class StartTimecode < Struct.new(
|
|
11371
|
+
:timecode)
|
|
11372
|
+
include Aws::Structure
|
|
11373
|
+
end
|
|
11374
|
+
|
|
11147
11375
|
# Settings for the action to activate a static image.
|
|
11148
11376
|
#
|
|
11149
11377
|
# @note When making an API call, you may pass StaticImageActivateScheduleActionSettings
|
|
@@ -11355,6 +11583,9 @@ module Aws::MediaLive
|
|
|
11355
11583
|
# @!attribute [rw] name
|
|
11356
11584
|
# @return [String]
|
|
11357
11585
|
#
|
|
11586
|
+
# @!attribute [rw] pipeline_details
|
|
11587
|
+
# @return [Array<Types::PipelineDetail>]
|
|
11588
|
+
#
|
|
11358
11589
|
# @!attribute [rw] pipelines_running_count
|
|
11359
11590
|
# @return [Integer]
|
|
11360
11591
|
#
|
|
@@ -11380,6 +11611,7 @@ module Aws::MediaLive
|
|
|
11380
11611
|
:input_specification,
|
|
11381
11612
|
:log_level,
|
|
11382
11613
|
:name,
|
|
11614
|
+
:pipeline_details,
|
|
11383
11615
|
:pipelines_running_count,
|
|
11384
11616
|
:role_arn,
|
|
11385
11617
|
:state,
|
|
@@ -11387,6 +11619,36 @@ module Aws::MediaLive
|
|
|
11387
11619
|
include Aws::Structure
|
|
11388
11620
|
end
|
|
11389
11621
|
|
|
11622
|
+
# Settings to identify the end of the clip.
|
|
11623
|
+
#
|
|
11624
|
+
# @note When making an API call, you may pass StopTimecode
|
|
11625
|
+
# data as a hash:
|
|
11626
|
+
#
|
|
11627
|
+
# {
|
|
11628
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
|
11629
|
+
# timecode: "__string",
|
|
11630
|
+
# }
|
|
11631
|
+
#
|
|
11632
|
+
# @!attribute [rw] last_frame_clipping_behavior
|
|
11633
|
+
# If you specify a StopTimecode in an input (in order to clip the
|
|
11634
|
+
# file), you can specify if you want the clip to exclude (the default)
|
|
11635
|
+
# or include the frame specified by the timecode.
|
|
11636
|
+
# @return [String]
|
|
11637
|
+
#
|
|
11638
|
+
# @!attribute [rw] timecode
|
|
11639
|
+
# The timecode for the frame where you want to stop the clip.
|
|
11640
|
+
# Optional; if not specified, the clip continues to the end of the
|
|
11641
|
+
# file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.
|
|
11642
|
+
# @return [String]
|
|
11643
|
+
#
|
|
11644
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopTimecode AWS API Documentation
|
|
11645
|
+
#
|
|
11646
|
+
class StopTimecode < Struct.new(
|
|
11647
|
+
:last_frame_clipping_behavior,
|
|
11648
|
+
:timecode)
|
|
11649
|
+
include Aws::Structure
|
|
11650
|
+
end
|
|
11651
|
+
|
|
11390
11652
|
# @!attribute [rw] tags
|
|
11391
11653
|
# @return [Hash<String,String>]
|
|
11392
11654
|
#
|
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.
|
|
4
|
+
version: 1.36.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: 2019-07-
|
|
11
|
+
date: 2019-07-25 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.
|
|
22
|
+
version: 3.61.1
|
|
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.
|
|
32
|
+
version: 3.61.1
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|