aws-sdk-medialive 1.4.0 → 1.5.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 +106 -1
- data/lib/aws-sdk-medialive/client_api.rb +28 -0
- data/lib/aws-sdk-medialive/types.rb +239 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dfce6ec61281c4b80f63a91c30d66e8819cf9afe
|
|
4
|
+
data.tar.gz: 9a5de609b3117c2a57bdd78506aff38625aa394a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27b7f0e875f40a23b3b957fda93bb4fb24d30a86485ec602e2957e491e00adc811348dc8fb86613e00b3ec932e33c4f520a95f021b91029782865473d43c7a17
|
|
7
|
+
data.tar.gz: 9fe064fdcc7d954b509cec443d7666952c44c2e322aa038d62966c2bfddf254f7d31febb5f956cb002900f29e45abf5bfd4f2e577953eb62f6866e0f717f98db
|
data/lib/aws-sdk-medialive.rb
CHANGED
|
@@ -178,6 +178,7 @@ module Aws::MediaLive
|
|
|
178
178
|
# settings: [
|
|
179
179
|
# {
|
|
180
180
|
# password_param: "__string",
|
|
181
|
+
# stream_name: "__string",
|
|
181
182
|
# url: "__string",
|
|
182
183
|
# username: "__string",
|
|
183
184
|
# },
|
|
@@ -360,6 +361,8 @@ module Aws::MediaLive
|
|
|
360
361
|
# },
|
|
361
362
|
# embedded_plus_scte_20_destination_settings: {
|
|
362
363
|
# },
|
|
364
|
+
# rtmp_caption_info_destination_settings: {
|
|
365
|
+
# },
|
|
363
366
|
# scte_20_plus_embedded_destination_settings: {
|
|
364
367
|
# },
|
|
365
368
|
# scte_27_destination_settings: {
|
|
@@ -513,6 +516,13 @@ module Aws::MediaLive
|
|
|
513
516
|
# timestamp_offset: "__string",
|
|
514
517
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
|
515
518
|
# },
|
|
519
|
+
# rtmp_group_settings: {
|
|
520
|
+
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
|
521
|
+
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
|
522
|
+
# cache_length: 1,
|
|
523
|
+
# caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
|
|
524
|
+
# restart_delay: 1,
|
|
525
|
+
# },
|
|
516
526
|
# udp_group_settings: {
|
|
517
527
|
# input_loss_action: "DROP_PROGRAM", # accepts DROP_PROGRAM, DROP_TS, EMIT_PROGRAM
|
|
518
528
|
# timed_metadata_id_3_frame: "NONE", # accepts NONE, PRIV, TDRL
|
|
@@ -617,6 +627,7 @@ module Aws::MediaLive
|
|
|
617
627
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
618
628
|
# scte_35_pid: "__string",
|
|
619
629
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
630
|
+
# timed_metadata_pid: "__string",
|
|
620
631
|
# transport_stream_id: 1,
|
|
621
632
|
# video_pid: "__string",
|
|
622
633
|
# },
|
|
@@ -628,6 +639,14 @@ module Aws::MediaLive
|
|
|
628
639
|
# ms_smooth_output_settings: {
|
|
629
640
|
# name_modifier: "__string",
|
|
630
641
|
# },
|
|
642
|
+
# rtmp_output_settings: {
|
|
643
|
+
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
|
644
|
+
# connection_retry_interval: 1,
|
|
645
|
+
# destination: { # required
|
|
646
|
+
# destination_ref_id: "__string",
|
|
647
|
+
# },
|
|
648
|
+
# num_retries: 1,
|
|
649
|
+
# },
|
|
631
650
|
# udp_output_settings: {
|
|
632
651
|
# buffer_msec: 1,
|
|
633
652
|
# container_settings: { # required
|
|
@@ -854,6 +873,7 @@ module Aws::MediaLive
|
|
|
854
873
|
# resp.channel.destinations[0].id #=> String
|
|
855
874
|
# resp.channel.destinations[0].settings #=> Array
|
|
856
875
|
# resp.channel.destinations[0].settings[0].password_param #=> String
|
|
876
|
+
# resp.channel.destinations[0].settings[0].stream_name #=> String
|
|
857
877
|
# resp.channel.destinations[0].settings[0].url #=> String
|
|
858
878
|
# resp.channel.destinations[0].settings[0].username #=> String
|
|
859
879
|
# resp.channel.egress_endpoints #=> Array
|
|
@@ -1074,6 +1094,11 @@ module Aws::MediaLive
|
|
|
1074
1094
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
|
|
1075
1095
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
|
|
1076
1096
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
|
|
1097
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
|
|
1098
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
|
|
1099
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
|
|
1100
|
+
# 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"
|
|
1101
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
|
|
1077
1102
|
# 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"
|
|
1078
1103
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
|
|
1079
1104
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_period #=> Integer
|
|
@@ -1155,11 +1180,16 @@ module Aws::MediaLive
|
|
|
1155
1180
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
1156
1181
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_pid #=> String
|
|
1157
1182
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
1183
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_pid #=> String
|
|
1158
1184
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.transport_stream_id #=> Integer
|
|
1159
1185
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
|
1160
1186
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
|
1161
1187
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
|
1162
1188
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
|
1189
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
|
1190
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
|
1191
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.destination.destination_ref_id #=> String
|
|
1192
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.num_retries #=> Integer
|
|
1163
1193
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.buffer_msec #=> Integer
|
|
1164
1194
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.absent_input_audio_behavior #=> String, one of "DROP", "ENCODE_SILENCE"
|
|
1165
1195
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.arib #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -1450,6 +1480,7 @@ module Aws::MediaLive
|
|
|
1450
1480
|
# resp.destinations[0].id #=> String
|
|
1451
1481
|
# resp.destinations[0].settings #=> Array
|
|
1452
1482
|
# resp.destinations[0].settings[0].password_param #=> String
|
|
1483
|
+
# resp.destinations[0].settings[0].stream_name #=> String
|
|
1453
1484
|
# resp.destinations[0].settings[0].url #=> String
|
|
1454
1485
|
# resp.destinations[0].settings[0].username #=> String
|
|
1455
1486
|
# resp.egress_endpoints #=> Array
|
|
@@ -1670,6 +1701,11 @@ module Aws::MediaLive
|
|
|
1670
1701
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
|
|
1671
1702
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
|
|
1672
1703
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
|
|
1704
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
|
|
1705
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
|
|
1706
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
|
|
1707
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
|
|
1708
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
|
|
1673
1709
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
|
|
1674
1710
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
|
|
1675
1711
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_period #=> Integer
|
|
@@ -1751,11 +1787,16 @@ module Aws::MediaLive
|
|
|
1751
1787
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
1752
1788
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_pid #=> String
|
|
1753
1789
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
1790
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_pid #=> String
|
|
1754
1791
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.transport_stream_id #=> Integer
|
|
1755
1792
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
|
1756
1793
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
|
1757
1794
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
|
1758
1795
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
|
1796
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
|
1797
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
|
1798
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.destination.destination_ref_id #=> String
|
|
1799
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.num_retries #=> Integer
|
|
1759
1800
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.buffer_msec #=> Integer
|
|
1760
1801
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.absent_input_audio_behavior #=> String, one of "DROP", "ENCODE_SILENCE"
|
|
1761
1802
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.arib #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -1981,6 +2022,7 @@ module Aws::MediaLive
|
|
|
1981
2022
|
# resp.destinations[0].id #=> String
|
|
1982
2023
|
# resp.destinations[0].settings #=> Array
|
|
1983
2024
|
# resp.destinations[0].settings[0].password_param #=> String
|
|
2025
|
+
# resp.destinations[0].settings[0].stream_name #=> String
|
|
1984
2026
|
# resp.destinations[0].settings[0].url #=> String
|
|
1985
2027
|
# resp.destinations[0].settings[0].username #=> String
|
|
1986
2028
|
# resp.egress_endpoints #=> Array
|
|
@@ -2201,6 +2243,11 @@ module Aws::MediaLive
|
|
|
2201
2243
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
|
|
2202
2244
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
|
|
2203
2245
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
|
|
2246
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
|
|
2247
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
|
|
2248
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
|
|
2249
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
|
|
2250
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
|
|
2204
2251
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
|
|
2205
2252
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
|
|
2206
2253
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_period #=> Integer
|
|
@@ -2282,11 +2329,16 @@ module Aws::MediaLive
|
|
|
2282
2329
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
2283
2330
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_pid #=> String
|
|
2284
2331
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
2332
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_pid #=> String
|
|
2285
2333
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.transport_stream_id #=> Integer
|
|
2286
2334
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
|
2287
2335
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
|
2288
2336
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
|
2289
2337
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
|
2338
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
|
2339
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
|
2340
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.destination.destination_ref_id #=> String
|
|
2341
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.num_retries #=> Integer
|
|
2290
2342
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.buffer_msec #=> Integer
|
|
2291
2343
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.absent_input_audio_behavior #=> String, one of "DROP", "ENCODE_SILENCE"
|
|
2292
2344
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.arib #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -2553,6 +2605,7 @@ module Aws::MediaLive
|
|
|
2553
2605
|
# resp.channels[0].destinations[0].id #=> String
|
|
2554
2606
|
# resp.channels[0].destinations[0].settings #=> Array
|
|
2555
2607
|
# resp.channels[0].destinations[0].settings[0].password_param #=> String
|
|
2608
|
+
# resp.channels[0].destinations[0].settings[0].stream_name #=> String
|
|
2556
2609
|
# resp.channels[0].destinations[0].settings[0].url #=> String
|
|
2557
2610
|
# resp.channels[0].destinations[0].settings[0].username #=> String
|
|
2558
2611
|
# resp.channels[0].egress_endpoints #=> Array
|
|
@@ -2728,6 +2781,7 @@ module Aws::MediaLive
|
|
|
2728
2781
|
# resp.destinations[0].id #=> String
|
|
2729
2782
|
# resp.destinations[0].settings #=> Array
|
|
2730
2783
|
# resp.destinations[0].settings[0].password_param #=> String
|
|
2784
|
+
# resp.destinations[0].settings[0].stream_name #=> String
|
|
2731
2785
|
# resp.destinations[0].settings[0].url #=> String
|
|
2732
2786
|
# resp.destinations[0].settings[0].username #=> String
|
|
2733
2787
|
# resp.egress_endpoints #=> Array
|
|
@@ -2948,6 +3002,11 @@ module Aws::MediaLive
|
|
|
2948
3002
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
|
|
2949
3003
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
|
|
2950
3004
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
|
|
3005
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
|
|
3006
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
|
|
3007
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
|
|
3008
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
|
|
3009
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
|
|
2951
3010
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
|
|
2952
3011
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
|
|
2953
3012
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_period #=> Integer
|
|
@@ -3029,11 +3088,16 @@ module Aws::MediaLive
|
|
|
3029
3088
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
3030
3089
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_pid #=> String
|
|
3031
3090
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
3091
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_pid #=> String
|
|
3032
3092
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.transport_stream_id #=> Integer
|
|
3033
3093
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
|
3034
3094
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
|
3035
3095
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
|
3036
3096
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
|
3097
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
|
3098
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
|
3099
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.destination.destination_ref_id #=> String
|
|
3100
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.num_retries #=> Integer
|
|
3037
3101
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.buffer_msec #=> Integer
|
|
3038
3102
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.absent_input_audio_behavior #=> String, one of "DROP", "ENCODE_SILENCE"
|
|
3039
3103
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.arib #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -3217,6 +3281,7 @@ module Aws::MediaLive
|
|
|
3217
3281
|
# resp.destinations[0].id #=> String
|
|
3218
3282
|
# resp.destinations[0].settings #=> Array
|
|
3219
3283
|
# resp.destinations[0].settings[0].password_param #=> String
|
|
3284
|
+
# resp.destinations[0].settings[0].stream_name #=> String
|
|
3220
3285
|
# resp.destinations[0].settings[0].url #=> String
|
|
3221
3286
|
# resp.destinations[0].settings[0].username #=> String
|
|
3222
3287
|
# resp.egress_endpoints #=> Array
|
|
@@ -3437,6 +3502,11 @@ module Aws::MediaLive
|
|
|
3437
3502
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
|
|
3438
3503
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
|
|
3439
3504
|
# resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
|
|
3505
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
|
|
3506
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
|
|
3507
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
|
|
3508
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.caption_data #=> String, one of "ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"
|
|
3509
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
|
|
3440
3510
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.input_loss_action #=> String, one of "DROP_PROGRAM", "DROP_TS", "EMIT_PROGRAM"
|
|
3441
3511
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
|
|
3442
3512
|
# resp.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_period #=> Integer
|
|
@@ -3518,11 +3588,16 @@ module Aws::MediaLive
|
|
|
3518
3588
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
3519
3589
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_pid #=> String
|
|
3520
3590
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
3591
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_pid #=> String
|
|
3521
3592
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.transport_stream_id #=> Integer
|
|
3522
3593
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
|
3523
3594
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
|
3524
3595
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
|
3525
3596
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
|
3597
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
|
3598
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
|
3599
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.destination.destination_ref_id #=> String
|
|
3600
|
+
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.num_retries #=> Integer
|
|
3526
3601
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.buffer_msec #=> Integer
|
|
3527
3602
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.absent_input_audio_behavior #=> String, one of "DROP", "ENCODE_SILENCE"
|
|
3528
3603
|
# resp.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.arib #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -3705,6 +3780,7 @@ module Aws::MediaLive
|
|
|
3705
3780
|
# settings: [
|
|
3706
3781
|
# {
|
|
3707
3782
|
# password_param: "__string",
|
|
3783
|
+
# stream_name: "__string",
|
|
3708
3784
|
# url: "__string",
|
|
3709
3785
|
# username: "__string",
|
|
3710
3786
|
# },
|
|
@@ -3887,6 +3963,8 @@ module Aws::MediaLive
|
|
|
3887
3963
|
# },
|
|
3888
3964
|
# embedded_plus_scte_20_destination_settings: {
|
|
3889
3965
|
# },
|
|
3966
|
+
# rtmp_caption_info_destination_settings: {
|
|
3967
|
+
# },
|
|
3890
3968
|
# scte_20_plus_embedded_destination_settings: {
|
|
3891
3969
|
# },
|
|
3892
3970
|
# scte_27_destination_settings: {
|
|
@@ -4040,6 +4118,13 @@ module Aws::MediaLive
|
|
|
4040
4118
|
# timestamp_offset: "__string",
|
|
4041
4119
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
|
4042
4120
|
# },
|
|
4121
|
+
# rtmp_group_settings: {
|
|
4122
|
+
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
|
4123
|
+
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
|
4124
|
+
# cache_length: 1,
|
|
4125
|
+
# caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
|
|
4126
|
+
# restart_delay: 1,
|
|
4127
|
+
# },
|
|
4043
4128
|
# udp_group_settings: {
|
|
4044
4129
|
# input_loss_action: "DROP_PROGRAM", # accepts DROP_PROGRAM, DROP_TS, EMIT_PROGRAM
|
|
4045
4130
|
# timed_metadata_id_3_frame: "NONE", # accepts NONE, PRIV, TDRL
|
|
@@ -4144,6 +4229,7 @@ module Aws::MediaLive
|
|
|
4144
4229
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
4145
4230
|
# scte_35_pid: "__string",
|
|
4146
4231
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
4232
|
+
# timed_metadata_pid: "__string",
|
|
4147
4233
|
# transport_stream_id: 1,
|
|
4148
4234
|
# video_pid: "__string",
|
|
4149
4235
|
# },
|
|
@@ -4155,6 +4241,14 @@ module Aws::MediaLive
|
|
|
4155
4241
|
# ms_smooth_output_settings: {
|
|
4156
4242
|
# name_modifier: "__string",
|
|
4157
4243
|
# },
|
|
4244
|
+
# rtmp_output_settings: {
|
|
4245
|
+
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
|
4246
|
+
# connection_retry_interval: 1,
|
|
4247
|
+
# destination: { # required
|
|
4248
|
+
# destination_ref_id: "__string",
|
|
4249
|
+
# },
|
|
4250
|
+
# num_retries: 1,
|
|
4251
|
+
# },
|
|
4158
4252
|
# udp_output_settings: {
|
|
4159
4253
|
# buffer_msec: 1,
|
|
4160
4254
|
# container_settings: { # required
|
|
@@ -4379,6 +4473,7 @@ module Aws::MediaLive
|
|
|
4379
4473
|
# resp.channel.destinations[0].id #=> String
|
|
4380
4474
|
# resp.channel.destinations[0].settings #=> Array
|
|
4381
4475
|
# resp.channel.destinations[0].settings[0].password_param #=> String
|
|
4476
|
+
# resp.channel.destinations[0].settings[0].stream_name #=> String
|
|
4382
4477
|
# resp.channel.destinations[0].settings[0].url #=> String
|
|
4383
4478
|
# resp.channel.destinations[0].settings[0].username #=> String
|
|
4384
4479
|
# resp.channel.egress_endpoints #=> Array
|
|
@@ -4599,6 +4694,11 @@ module Aws::MediaLive
|
|
|
4599
4694
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
|
|
4600
4695
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
|
|
4601
4696
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
|
|
4697
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.authentication_scheme #=> String, one of "AKAMAI", "COMMON"
|
|
4698
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_full_behavior #=> String, one of "DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"
|
|
4699
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.cache_length #=> Integer
|
|
4700
|
+
# 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"
|
|
4701
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.rtmp_group_settings.restart_delay #=> Integer
|
|
4602
4702
|
# 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"
|
|
4603
4703
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_frame #=> String, one of "NONE", "PRIV", "TDRL"
|
|
4604
4704
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.udp_group_settings.timed_metadata_id_3_period #=> Integer
|
|
@@ -4680,11 +4780,16 @@ module Aws::MediaLive
|
|
|
4680
4780
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
4681
4781
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.scte_35_pid #=> String
|
|
4682
4782
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
|
|
4783
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.timed_metadata_pid #=> String
|
|
4683
4784
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.transport_stream_id #=> Integer
|
|
4684
4785
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.video_pid #=> String
|
|
4685
4786
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.name_modifier #=> String
|
|
4686
4787
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.segment_modifier #=> String
|
|
4687
4788
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.ms_smooth_output_settings.name_modifier #=> String
|
|
4789
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
|
|
4790
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.connection_retry_interval #=> Integer
|
|
4791
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.destination.destination_ref_id #=> String
|
|
4792
|
+
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.rtmp_output_settings.num_retries #=> Integer
|
|
4688
4793
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.buffer_msec #=> Integer
|
|
4689
4794
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.absent_input_audio_behavior #=> String, one of "DROP", "ENCODE_SILENCE"
|
|
4690
4795
|
# resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.udp_output_settings.container_settings.m2ts_settings.arib #=> String, one of "DISABLED", "ENABLED"
|
|
@@ -4955,7 +5060,7 @@ module Aws::MediaLive
|
|
|
4955
5060
|
params: params,
|
|
4956
5061
|
config: config)
|
|
4957
5062
|
context[:gem_name] = 'aws-sdk-medialive'
|
|
4958
|
-
context[:gem_version] = '1.
|
|
5063
|
+
context[:gem_version] = '1.5.0'
|
|
4959
5064
|
Seahorse::Client::Request.new(handlers, context)
|
|
4960
5065
|
end
|
|
4961
5066
|
|
|
@@ -48,6 +48,7 @@ module Aws::MediaLive
|
|
|
48
48
|
AudioSelector = Shapes::StructureShape.new(name: 'AudioSelector')
|
|
49
49
|
AudioSelectorSettings = Shapes::StructureShape.new(name: 'AudioSelectorSettings')
|
|
50
50
|
AudioType = Shapes::StringShape.new(name: 'AudioType')
|
|
51
|
+
AuthenticationScheme = Shapes::StringShape.new(name: 'AuthenticationScheme')
|
|
51
52
|
AvailBlanking = Shapes::StructureShape.new(name: 'AvailBlanking')
|
|
52
53
|
AvailBlankingState = Shapes::StringShape.new(name: 'AvailBlankingState')
|
|
53
54
|
AvailConfiguration = Shapes::StructureShape.new(name: 'AvailConfiguration')
|
|
@@ -274,6 +275,12 @@ module Aws::MediaLive
|
|
|
274
275
|
RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
|
|
275
276
|
ResourceConflict = Shapes::StructureShape.new(name: 'ResourceConflict')
|
|
276
277
|
ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
|
|
278
|
+
RtmpCacheFullBehavior = Shapes::StringShape.new(name: 'RtmpCacheFullBehavior')
|
|
279
|
+
RtmpCaptionData = Shapes::StringShape.new(name: 'RtmpCaptionData')
|
|
280
|
+
RtmpCaptionInfoDestinationSettings = Shapes::StructureShape.new(name: 'RtmpCaptionInfoDestinationSettings')
|
|
281
|
+
RtmpGroupSettings = Shapes::StructureShape.new(name: 'RtmpGroupSettings')
|
|
282
|
+
RtmpOutputCertificateMode = Shapes::StringShape.new(name: 'RtmpOutputCertificateMode')
|
|
283
|
+
RtmpOutputSettings = Shapes::StructureShape.new(name: 'RtmpOutputSettings')
|
|
277
284
|
Scte20Convert608To708 = Shapes::StringShape.new(name: 'Scte20Convert608To708')
|
|
278
285
|
Scte20PlusEmbeddedDestinationSettings = Shapes::StructureShape.new(name: 'Scte20PlusEmbeddedDestinationSettings')
|
|
279
286
|
Scte20SourceSettings = Shapes::StructureShape.new(name: 'Scte20SourceSettings')
|
|
@@ -373,6 +380,7 @@ module Aws::MediaLive
|
|
|
373
380
|
__integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
|
|
374
381
|
__integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
|
|
375
382
|
__integerMin3 = Shapes::IntegerShape.new(name: '__integerMin3')
|
|
383
|
+
__integerMin30 = Shapes::IntegerShape.new(name: '__integerMin30')
|
|
376
384
|
__integerMin4Max20 = Shapes::IntegerShape.new(name: '__integerMin4Max20')
|
|
377
385
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
|
378
386
|
__integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
|
|
@@ -551,6 +559,7 @@ module Aws::MediaLive
|
|
|
551
559
|
CaptionDestinationSettings.add_member(:dvb_sub_destination_settings, Shapes::ShapeRef.new(shape: DvbSubDestinationSettings, location_name: "dvbSubDestinationSettings"))
|
|
552
560
|
CaptionDestinationSettings.add_member(:embedded_destination_settings, Shapes::ShapeRef.new(shape: EmbeddedDestinationSettings, location_name: "embeddedDestinationSettings"))
|
|
553
561
|
CaptionDestinationSettings.add_member(:embedded_plus_scte_20_destination_settings, Shapes::ShapeRef.new(shape: EmbeddedPlusScte20DestinationSettings, location_name: "embeddedPlusScte20DestinationSettings"))
|
|
562
|
+
CaptionDestinationSettings.add_member(:rtmp_caption_info_destination_settings, Shapes::ShapeRef.new(shape: RtmpCaptionInfoDestinationSettings, location_name: "rtmpCaptionInfoDestinationSettings"))
|
|
554
563
|
CaptionDestinationSettings.add_member(:scte_20_plus_embedded_destination_settings, Shapes::ShapeRef.new(shape: Scte20PlusEmbeddedDestinationSettings, location_name: "scte20PlusEmbeddedDestinationSettings"))
|
|
555
564
|
CaptionDestinationSettings.add_member(:scte_27_destination_settings, Shapes::ShapeRef.new(shape: Scte27DestinationSettings, location_name: "scte27DestinationSettings"))
|
|
556
565
|
CaptionDestinationSettings.add_member(:smpte_tt_destination_settings, Shapes::ShapeRef.new(shape: SmpteTtDestinationSettings, location_name: "smpteTtDestinationSettings"))
|
|
@@ -1139,6 +1148,7 @@ module Aws::MediaLive
|
|
|
1139
1148
|
M3u8Settings.add_member(:scte_35_behavior, Shapes::ShapeRef.new(shape: M3u8Scte35Behavior, location_name: "scte35Behavior"))
|
|
1140
1149
|
M3u8Settings.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __string, location_name: "scte35Pid"))
|
|
1141
1150
|
M3u8Settings.add_member(:timed_metadata_behavior, Shapes::ShapeRef.new(shape: M3u8TimedMetadataBehavior, location_name: "timedMetadataBehavior"))
|
|
1151
|
+
M3u8Settings.add_member(:timed_metadata_pid, Shapes::ShapeRef.new(shape: __string, location_name: "timedMetadataPid"))
|
|
1142
1152
|
M3u8Settings.add_member(:transport_stream_id, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "transportStreamId"))
|
|
1143
1153
|
M3u8Settings.add_member(:video_pid, Shapes::ShapeRef.new(shape: __string, location_name: "videoPid"))
|
|
1144
1154
|
M3u8Settings.struct_class = Types::M3u8Settings
|
|
@@ -1188,6 +1198,7 @@ module Aws::MediaLive
|
|
|
1188
1198
|
OutputDestination.struct_class = Types::OutputDestination
|
|
1189
1199
|
|
|
1190
1200
|
OutputDestinationSettings.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
|
1201
|
+
OutputDestinationSettings.add_member(:stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "streamName"))
|
|
1191
1202
|
OutputDestinationSettings.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
|
|
1192
1203
|
OutputDestinationSettings.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
|
1193
1204
|
OutputDestinationSettings.struct_class = Types::OutputDestinationSettings
|
|
@@ -1200,6 +1211,7 @@ module Aws::MediaLive
|
|
|
1200
1211
|
OutputGroupSettings.add_member(:archive_group_settings, Shapes::ShapeRef.new(shape: ArchiveGroupSettings, location_name: "archiveGroupSettings"))
|
|
1201
1212
|
OutputGroupSettings.add_member(:hls_group_settings, Shapes::ShapeRef.new(shape: HlsGroupSettings, location_name: "hlsGroupSettings"))
|
|
1202
1213
|
OutputGroupSettings.add_member(:ms_smooth_group_settings, Shapes::ShapeRef.new(shape: MsSmoothGroupSettings, location_name: "msSmoothGroupSettings"))
|
|
1214
|
+
OutputGroupSettings.add_member(:rtmp_group_settings, Shapes::ShapeRef.new(shape: RtmpGroupSettings, location_name: "rtmpGroupSettings"))
|
|
1203
1215
|
OutputGroupSettings.add_member(:udp_group_settings, Shapes::ShapeRef.new(shape: UdpGroupSettings, location_name: "udpGroupSettings"))
|
|
1204
1216
|
OutputGroupSettings.struct_class = Types::OutputGroupSettings
|
|
1205
1217
|
|
|
@@ -1209,6 +1221,7 @@ module Aws::MediaLive
|
|
|
1209
1221
|
OutputSettings.add_member(:archive_output_settings, Shapes::ShapeRef.new(shape: ArchiveOutputSettings, location_name: "archiveOutputSettings"))
|
|
1210
1222
|
OutputSettings.add_member(:hls_output_settings, Shapes::ShapeRef.new(shape: HlsOutputSettings, location_name: "hlsOutputSettings"))
|
|
1211
1223
|
OutputSettings.add_member(:ms_smooth_output_settings, Shapes::ShapeRef.new(shape: MsSmoothOutputSettings, location_name: "msSmoothOutputSettings"))
|
|
1224
|
+
OutputSettings.add_member(:rtmp_output_settings, Shapes::ShapeRef.new(shape: RtmpOutputSettings, location_name: "rtmpOutputSettings"))
|
|
1212
1225
|
OutputSettings.add_member(:udp_output_settings, Shapes::ShapeRef.new(shape: UdpOutputSettings, location_name: "udpOutputSettings"))
|
|
1213
1226
|
OutputSettings.struct_class = Types::OutputSettings
|
|
1214
1227
|
|
|
@@ -1225,6 +1238,21 @@ module Aws::MediaLive
|
|
|
1225
1238
|
ResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
1226
1239
|
ResourceNotFound.struct_class = Types::ResourceNotFound
|
|
1227
1240
|
|
|
1241
|
+
RtmpCaptionInfoDestinationSettings.struct_class = Types::RtmpCaptionInfoDestinationSettings
|
|
1242
|
+
|
|
1243
|
+
RtmpGroupSettings.add_member(:authentication_scheme, Shapes::ShapeRef.new(shape: AuthenticationScheme, location_name: "authenticationScheme"))
|
|
1244
|
+
RtmpGroupSettings.add_member(:cache_full_behavior, Shapes::ShapeRef.new(shape: RtmpCacheFullBehavior, location_name: "cacheFullBehavior"))
|
|
1245
|
+
RtmpGroupSettings.add_member(:cache_length, Shapes::ShapeRef.new(shape: __integerMin30, location_name: "cacheLength"))
|
|
1246
|
+
RtmpGroupSettings.add_member(:caption_data, Shapes::ShapeRef.new(shape: RtmpCaptionData, location_name: "captionData"))
|
|
1247
|
+
RtmpGroupSettings.add_member(:restart_delay, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "restartDelay"))
|
|
1248
|
+
RtmpGroupSettings.struct_class = Types::RtmpGroupSettings
|
|
1249
|
+
|
|
1250
|
+
RtmpOutputSettings.add_member(:certificate_mode, Shapes::ShapeRef.new(shape: RtmpOutputCertificateMode, location_name: "certificateMode"))
|
|
1251
|
+
RtmpOutputSettings.add_member(:connection_retry_interval, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "connectionRetryInterval"))
|
|
1252
|
+
RtmpOutputSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
|
1253
|
+
RtmpOutputSettings.add_member(:num_retries, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "numRetries"))
|
|
1254
|
+
RtmpOutputSettings.struct_class = Types::RtmpOutputSettings
|
|
1255
|
+
|
|
1228
1256
|
Scte20PlusEmbeddedDestinationSettings.struct_class = Types::Scte20PlusEmbeddedDestinationSettings
|
|
1229
1257
|
|
|
1230
1258
|
Scte20SourceSettings.add_member(:convert_608_to_708, Shapes::ShapeRef.new(shape: Scte20Convert608To708, location_name: "convert608To708"))
|
|
@@ -1214,6 +1214,8 @@ module Aws::MediaLive
|
|
|
1214
1214
|
# },
|
|
1215
1215
|
# embedded_plus_scte_20_destination_settings: {
|
|
1216
1216
|
# },
|
|
1217
|
+
# rtmp_caption_info_destination_settings: {
|
|
1218
|
+
# },
|
|
1217
1219
|
# scte_20_plus_embedded_destination_settings: {
|
|
1218
1220
|
# },
|
|
1219
1221
|
# scte_27_destination_settings: {
|
|
@@ -1325,6 +1327,8 @@ module Aws::MediaLive
|
|
|
1325
1327
|
# },
|
|
1326
1328
|
# embedded_plus_scte_20_destination_settings: {
|
|
1327
1329
|
# },
|
|
1330
|
+
# rtmp_caption_info_destination_settings: {
|
|
1331
|
+
# },
|
|
1328
1332
|
# scte_20_plus_embedded_destination_settings: {
|
|
1329
1333
|
# },
|
|
1330
1334
|
# scte_27_destination_settings: {
|
|
@@ -1355,6 +1359,9 @@ module Aws::MediaLive
|
|
|
1355
1359
|
# @!attribute [rw] embedded_plus_scte_20_destination_settings
|
|
1356
1360
|
# @return [Types::EmbeddedPlusScte20DestinationSettings]
|
|
1357
1361
|
#
|
|
1362
|
+
# @!attribute [rw] rtmp_caption_info_destination_settings
|
|
1363
|
+
# @return [Types::RtmpCaptionInfoDestinationSettings]
|
|
1364
|
+
#
|
|
1358
1365
|
# @!attribute [rw] scte_20_plus_embedded_destination_settings
|
|
1359
1366
|
# @return [Types::Scte20PlusEmbeddedDestinationSettings]
|
|
1360
1367
|
#
|
|
@@ -1381,6 +1388,7 @@ module Aws::MediaLive
|
|
|
1381
1388
|
:dvb_sub_destination_settings,
|
|
1382
1389
|
:embedded_destination_settings,
|
|
1383
1390
|
:embedded_plus_scte_20_destination_settings,
|
|
1391
|
+
:rtmp_caption_info_destination_settings,
|
|
1384
1392
|
:scte_20_plus_embedded_destination_settings,
|
|
1385
1393
|
:scte_27_destination_settings,
|
|
1386
1394
|
:smpte_tt_destination_settings,
|
|
@@ -1743,6 +1751,7 @@ module Aws::MediaLive
|
|
|
1743
1751
|
# settings: [
|
|
1744
1752
|
# {
|
|
1745
1753
|
# password_param: "__string",
|
|
1754
|
+
# stream_name: "__string",
|
|
1746
1755
|
# url: "__string",
|
|
1747
1756
|
# username: "__string",
|
|
1748
1757
|
# },
|
|
@@ -1925,6 +1934,8 @@ module Aws::MediaLive
|
|
|
1925
1934
|
# },
|
|
1926
1935
|
# embedded_plus_scte_20_destination_settings: {
|
|
1927
1936
|
# },
|
|
1937
|
+
# rtmp_caption_info_destination_settings: {
|
|
1938
|
+
# },
|
|
1928
1939
|
# scte_20_plus_embedded_destination_settings: {
|
|
1929
1940
|
# },
|
|
1930
1941
|
# scte_27_destination_settings: {
|
|
@@ -2078,6 +2089,13 @@ module Aws::MediaLive
|
|
|
2078
2089
|
# timestamp_offset: "__string",
|
|
2079
2090
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
|
2080
2091
|
# },
|
|
2092
|
+
# rtmp_group_settings: {
|
|
2093
|
+
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
|
2094
|
+
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
|
2095
|
+
# cache_length: 1,
|
|
2096
|
+
# caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
|
|
2097
|
+
# restart_delay: 1,
|
|
2098
|
+
# },
|
|
2081
2099
|
# udp_group_settings: {
|
|
2082
2100
|
# input_loss_action: "DROP_PROGRAM", # accepts DROP_PROGRAM, DROP_TS, EMIT_PROGRAM
|
|
2083
2101
|
# timed_metadata_id_3_frame: "NONE", # accepts NONE, PRIV, TDRL
|
|
@@ -2182,6 +2200,7 @@ module Aws::MediaLive
|
|
|
2182
2200
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
2183
2201
|
# scte_35_pid: "__string",
|
|
2184
2202
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
2203
|
+
# timed_metadata_pid: "__string",
|
|
2185
2204
|
# transport_stream_id: 1,
|
|
2186
2205
|
# video_pid: "__string",
|
|
2187
2206
|
# },
|
|
@@ -2193,6 +2212,14 @@ module Aws::MediaLive
|
|
|
2193
2212
|
# ms_smooth_output_settings: {
|
|
2194
2213
|
# name_modifier: "__string",
|
|
2195
2214
|
# },
|
|
2215
|
+
# rtmp_output_settings: {
|
|
2216
|
+
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
|
2217
|
+
# connection_retry_interval: 1,
|
|
2218
|
+
# destination: { # required
|
|
2219
|
+
# destination_ref_id: "__string",
|
|
2220
|
+
# },
|
|
2221
|
+
# num_retries: 1,
|
|
2222
|
+
# },
|
|
2196
2223
|
# udp_output_settings: {
|
|
2197
2224
|
# buffer_msec: 1,
|
|
2198
2225
|
# container_settings: { # required
|
|
@@ -3592,6 +3619,8 @@ module Aws::MediaLive
|
|
|
3592
3619
|
# },
|
|
3593
3620
|
# embedded_plus_scte_20_destination_settings: {
|
|
3594
3621
|
# },
|
|
3622
|
+
# rtmp_caption_info_destination_settings: {
|
|
3623
|
+
# },
|
|
3595
3624
|
# scte_20_plus_embedded_destination_settings: {
|
|
3596
3625
|
# },
|
|
3597
3626
|
# scte_27_destination_settings: {
|
|
@@ -3745,6 +3774,13 @@ module Aws::MediaLive
|
|
|
3745
3774
|
# timestamp_offset: "__string",
|
|
3746
3775
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
|
3747
3776
|
# },
|
|
3777
|
+
# rtmp_group_settings: {
|
|
3778
|
+
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
|
3779
|
+
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
|
3780
|
+
# cache_length: 1,
|
|
3781
|
+
# caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
|
|
3782
|
+
# restart_delay: 1,
|
|
3783
|
+
# },
|
|
3748
3784
|
# udp_group_settings: {
|
|
3749
3785
|
# input_loss_action: "DROP_PROGRAM", # accepts DROP_PROGRAM, DROP_TS, EMIT_PROGRAM
|
|
3750
3786
|
# timed_metadata_id_3_frame: "NONE", # accepts NONE, PRIV, TDRL
|
|
@@ -3849,6 +3885,7 @@ module Aws::MediaLive
|
|
|
3849
3885
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
3850
3886
|
# scte_35_pid: "__string",
|
|
3851
3887
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
3888
|
+
# timed_metadata_pid: "__string",
|
|
3852
3889
|
# transport_stream_id: 1,
|
|
3853
3890
|
# video_pid: "__string",
|
|
3854
3891
|
# },
|
|
@@ -3860,6 +3897,14 @@ module Aws::MediaLive
|
|
|
3860
3897
|
# ms_smooth_output_settings: {
|
|
3861
3898
|
# name_modifier: "__string",
|
|
3862
3899
|
# },
|
|
3900
|
+
# rtmp_output_settings: {
|
|
3901
|
+
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
|
3902
|
+
# connection_retry_interval: 1,
|
|
3903
|
+
# destination: { # required
|
|
3904
|
+
# destination_ref_id: "__string",
|
|
3905
|
+
# },
|
|
3906
|
+
# num_retries: 1,
|
|
3907
|
+
# },
|
|
3863
3908
|
# udp_output_settings: {
|
|
3864
3909
|
# buffer_msec: 1,
|
|
3865
3910
|
# container_settings: { # required
|
|
@@ -5022,6 +5067,7 @@ module Aws::MediaLive
|
|
|
5022
5067
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
5023
5068
|
# scte_35_pid: "__string",
|
|
5024
5069
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
5070
|
+
# timed_metadata_pid: "__string",
|
|
5025
5071
|
# transport_stream_id: 1,
|
|
5026
5072
|
# video_pid: "__string",
|
|
5027
5073
|
# },
|
|
@@ -5083,6 +5129,7 @@ module Aws::MediaLive
|
|
|
5083
5129
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
5084
5130
|
# scte_35_pid: "__string",
|
|
5085
5131
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
5132
|
+
# timed_metadata_pid: "__string",
|
|
5086
5133
|
# transport_stream_id: 1,
|
|
5087
5134
|
# video_pid: "__string",
|
|
5088
5135
|
# },
|
|
@@ -5378,8 +5425,8 @@ module Aws::MediaLive
|
|
|
5378
5425
|
# @!attribute [rw] uri
|
|
5379
5426
|
# Uniform Resource Identifier - This should be a path to a file
|
|
5380
5427
|
# accessible to the Live system (eg. a http:// URI) depending on the
|
|
5381
|
-
# output type. For example, a
|
|
5382
|
-
# to: "rtmp://fmsserver/live".
|
|
5428
|
+
# output type. For example, a RTMP destination should have a uri
|
|
5429
|
+
# simliar to: "rtmp://fmsserver/live".
|
|
5383
5430
|
# @return [String]
|
|
5384
5431
|
#
|
|
5385
5432
|
# @!attribute [rw] username
|
|
@@ -6386,6 +6433,7 @@ module Aws::MediaLive
|
|
|
6386
6433
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
6387
6434
|
# scte_35_pid: "__string",
|
|
6388
6435
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
6436
|
+
# timed_metadata_pid: "__string",
|
|
6389
6437
|
# transport_stream_id: 1,
|
|
6390
6438
|
# video_pid: "__string",
|
|
6391
6439
|
# }
|
|
@@ -6460,6 +6508,12 @@ module Aws::MediaLive
|
|
|
6460
6508
|
# to output.
|
|
6461
6509
|
# @return [String]
|
|
6462
6510
|
#
|
|
6511
|
+
# @!attribute [rw] timed_metadata_pid
|
|
6512
|
+
# Packet Identifier (PID) of the timed metadata stream in the
|
|
6513
|
+
# transport stream. Can be entered as a decimal or hexadecimal value.
|
|
6514
|
+
# Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
6515
|
+
# @return [String]
|
|
6516
|
+
#
|
|
6463
6517
|
# @!attribute [rw] transport_stream_id
|
|
6464
6518
|
# The value of the transport stream ID field in the Program Map Table.
|
|
6465
6519
|
# @return [Integer]
|
|
@@ -6485,6 +6539,7 @@ module Aws::MediaLive
|
|
|
6485
6539
|
:scte_35_behavior,
|
|
6486
6540
|
:scte_35_pid,
|
|
6487
6541
|
:timed_metadata_behavior,
|
|
6542
|
+
:timed_metadata_pid,
|
|
6488
6543
|
:transport_stream_id,
|
|
6489
6544
|
:video_pid)
|
|
6490
6545
|
include Aws::Structure
|
|
@@ -6563,8 +6618,7 @@ module Aws::MediaLive
|
|
|
6563
6618
|
# @!attribute [rw] certificate_mode
|
|
6564
6619
|
# If set to verifyAuthenticity, verify the https certificate chain to
|
|
6565
6620
|
# a trusted Certificate Authority (CA). This will cause https outputs
|
|
6566
|
-
# to self-signed certificates to fail
|
|
6567
|
-
# manually added to the OS trusted keystore.
|
|
6621
|
+
# to self-signed certificates to fail.
|
|
6568
6622
|
# @return [String]
|
|
6569
6623
|
#
|
|
6570
6624
|
# @!attribute [rw] connection_retry_interval
|
|
@@ -6845,6 +6899,7 @@ module Aws::MediaLive
|
|
|
6845
6899
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
6846
6900
|
# scte_35_pid: "__string",
|
|
6847
6901
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
6902
|
+
# timed_metadata_pid: "__string",
|
|
6848
6903
|
# transport_stream_id: 1,
|
|
6849
6904
|
# video_pid: "__string",
|
|
6850
6905
|
# },
|
|
@@ -6856,6 +6911,14 @@ module Aws::MediaLive
|
|
|
6856
6911
|
# ms_smooth_output_settings: {
|
|
6857
6912
|
# name_modifier: "__string",
|
|
6858
6913
|
# },
|
|
6914
|
+
# rtmp_output_settings: {
|
|
6915
|
+
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
|
6916
|
+
# connection_retry_interval: 1,
|
|
6917
|
+
# destination: { # required
|
|
6918
|
+
# destination_ref_id: "__string",
|
|
6919
|
+
# },
|
|
6920
|
+
# num_retries: 1,
|
|
6921
|
+
# },
|
|
6859
6922
|
# udp_output_settings: {
|
|
6860
6923
|
# buffer_msec: 1,
|
|
6861
6924
|
# container_settings: { # required
|
|
@@ -6973,6 +7036,7 @@ module Aws::MediaLive
|
|
|
6973
7036
|
# settings: [
|
|
6974
7037
|
# {
|
|
6975
7038
|
# password_param: "__string",
|
|
7039
|
+
# stream_name: "__string",
|
|
6976
7040
|
# url: "__string",
|
|
6977
7041
|
# username: "__string",
|
|
6978
7042
|
# },
|
|
@@ -7000,6 +7064,7 @@ module Aws::MediaLive
|
|
|
7000
7064
|
#
|
|
7001
7065
|
# {
|
|
7002
7066
|
# password_param: "__string",
|
|
7067
|
+
# stream_name: "__string",
|
|
7003
7068
|
# url: "__string",
|
|
7004
7069
|
# username: "__string",
|
|
7005
7070
|
# }
|
|
@@ -7008,6 +7073,10 @@ module Aws::MediaLive
|
|
|
7008
7073
|
# key used to extract the password from EC2 Parameter store
|
|
7009
7074
|
# @return [String]
|
|
7010
7075
|
#
|
|
7076
|
+
# @!attribute [rw] stream_name
|
|
7077
|
+
# Stream name for RTMP destinations (URLs of type rtmp://)
|
|
7078
|
+
# @return [String]
|
|
7079
|
+
#
|
|
7011
7080
|
# @!attribute [rw] url
|
|
7012
7081
|
# A URL specifying a destination
|
|
7013
7082
|
# @return [String]
|
|
@@ -7020,6 +7089,7 @@ module Aws::MediaLive
|
|
|
7020
7089
|
#
|
|
7021
7090
|
class OutputDestinationSettings < Struct.new(
|
|
7022
7091
|
:password_param,
|
|
7092
|
+
:stream_name,
|
|
7023
7093
|
:url,
|
|
7024
7094
|
:username)
|
|
7025
7095
|
include Aws::Structure
|
|
@@ -7147,6 +7217,13 @@ module Aws::MediaLive
|
|
|
7147
7217
|
# timestamp_offset: "__string",
|
|
7148
7218
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
|
7149
7219
|
# },
|
|
7220
|
+
# rtmp_group_settings: {
|
|
7221
|
+
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
|
7222
|
+
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
|
7223
|
+
# cache_length: 1,
|
|
7224
|
+
# caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
|
|
7225
|
+
# restart_delay: 1,
|
|
7226
|
+
# },
|
|
7150
7227
|
# udp_group_settings: {
|
|
7151
7228
|
# input_loss_action: "DROP_PROGRAM", # accepts DROP_PROGRAM, DROP_TS, EMIT_PROGRAM
|
|
7152
7229
|
# timed_metadata_id_3_frame: "NONE", # accepts NONE, PRIV, TDRL
|
|
@@ -7251,6 +7328,7 @@ module Aws::MediaLive
|
|
|
7251
7328
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
7252
7329
|
# scte_35_pid: "__string",
|
|
7253
7330
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
7331
|
+
# timed_metadata_pid: "__string",
|
|
7254
7332
|
# transport_stream_id: 1,
|
|
7255
7333
|
# video_pid: "__string",
|
|
7256
7334
|
# },
|
|
@@ -7262,6 +7340,14 @@ module Aws::MediaLive
|
|
|
7262
7340
|
# ms_smooth_output_settings: {
|
|
7263
7341
|
# name_modifier: "__string",
|
|
7264
7342
|
# },
|
|
7343
|
+
# rtmp_output_settings: {
|
|
7344
|
+
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
|
7345
|
+
# connection_retry_interval: 1,
|
|
7346
|
+
# destination: { # required
|
|
7347
|
+
# destination_ref_id: "__string",
|
|
7348
|
+
# },
|
|
7349
|
+
# num_retries: 1,
|
|
7350
|
+
# },
|
|
7265
7351
|
# udp_output_settings: {
|
|
7266
7352
|
# buffer_msec: 1,
|
|
7267
7353
|
# container_settings: { # required
|
|
@@ -7479,6 +7565,13 @@ module Aws::MediaLive
|
|
|
7479
7565
|
# timestamp_offset: "__string",
|
|
7480
7566
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
|
7481
7567
|
# },
|
|
7568
|
+
# rtmp_group_settings: {
|
|
7569
|
+
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
|
7570
|
+
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
|
7571
|
+
# cache_length: 1,
|
|
7572
|
+
# caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
|
|
7573
|
+
# restart_delay: 1,
|
|
7574
|
+
# },
|
|
7482
7575
|
# udp_group_settings: {
|
|
7483
7576
|
# input_loss_action: "DROP_PROGRAM", # accepts DROP_PROGRAM, DROP_TS, EMIT_PROGRAM
|
|
7484
7577
|
# timed_metadata_id_3_frame: "NONE", # accepts NONE, PRIV, TDRL
|
|
@@ -7495,6 +7588,9 @@ module Aws::MediaLive
|
|
|
7495
7588
|
# @!attribute [rw] ms_smooth_group_settings
|
|
7496
7589
|
# @return [Types::MsSmoothGroupSettings]
|
|
7497
7590
|
#
|
|
7591
|
+
# @!attribute [rw] rtmp_group_settings
|
|
7592
|
+
# @return [Types::RtmpGroupSettings]
|
|
7593
|
+
#
|
|
7498
7594
|
# @!attribute [rw] udp_group_settings
|
|
7499
7595
|
# @return [Types::UdpGroupSettings]
|
|
7500
7596
|
#
|
|
@@ -7504,6 +7600,7 @@ module Aws::MediaLive
|
|
|
7504
7600
|
:archive_group_settings,
|
|
7505
7601
|
:hls_group_settings,
|
|
7506
7602
|
:ms_smooth_group_settings,
|
|
7603
|
+
:rtmp_group_settings,
|
|
7507
7604
|
:udp_group_settings)
|
|
7508
7605
|
include Aws::Structure
|
|
7509
7606
|
end
|
|
@@ -7623,6 +7720,7 @@ module Aws::MediaLive
|
|
|
7623
7720
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
7624
7721
|
# scte_35_pid: "__string",
|
|
7625
7722
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
7723
|
+
# timed_metadata_pid: "__string",
|
|
7626
7724
|
# transport_stream_id: 1,
|
|
7627
7725
|
# video_pid: "__string",
|
|
7628
7726
|
# },
|
|
@@ -7634,6 +7732,14 @@ module Aws::MediaLive
|
|
|
7634
7732
|
# ms_smooth_output_settings: {
|
|
7635
7733
|
# name_modifier: "__string",
|
|
7636
7734
|
# },
|
|
7735
|
+
# rtmp_output_settings: {
|
|
7736
|
+
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
|
7737
|
+
# connection_retry_interval: 1,
|
|
7738
|
+
# destination: { # required
|
|
7739
|
+
# destination_ref_id: "__string",
|
|
7740
|
+
# },
|
|
7741
|
+
# num_retries: 1,
|
|
7742
|
+
# },
|
|
7637
7743
|
# udp_output_settings: {
|
|
7638
7744
|
# buffer_msec: 1,
|
|
7639
7745
|
# container_settings: { # required
|
|
@@ -7717,6 +7823,9 @@ module Aws::MediaLive
|
|
|
7717
7823
|
# @!attribute [rw] ms_smooth_output_settings
|
|
7718
7824
|
# @return [Types::MsSmoothOutputSettings]
|
|
7719
7825
|
#
|
|
7826
|
+
# @!attribute [rw] rtmp_output_settings
|
|
7827
|
+
# @return [Types::RtmpOutputSettings]
|
|
7828
|
+
#
|
|
7720
7829
|
# @!attribute [rw] udp_output_settings
|
|
7721
7830
|
# @return [Types::UdpOutputSettings]
|
|
7722
7831
|
#
|
|
@@ -7726,6 +7835,7 @@ module Aws::MediaLive
|
|
|
7726
7835
|
:archive_output_settings,
|
|
7727
7836
|
:hls_output_settings,
|
|
7728
7837
|
:ms_smooth_output_settings,
|
|
7838
|
+
:rtmp_output_settings,
|
|
7729
7839
|
:udp_output_settings)
|
|
7730
7840
|
include Aws::Structure
|
|
7731
7841
|
end
|
|
@@ -7798,6 +7908,111 @@ module Aws::MediaLive
|
|
|
7798
7908
|
include Aws::Structure
|
|
7799
7909
|
end
|
|
7800
7910
|
|
|
7911
|
+
# @api private
|
|
7912
|
+
#
|
|
7913
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RtmpCaptionInfoDestinationSettings AWS API Documentation
|
|
7914
|
+
#
|
|
7915
|
+
class RtmpCaptionInfoDestinationSettings < Aws::EmptyStructure; end
|
|
7916
|
+
|
|
7917
|
+
# @note When making an API call, you may pass RtmpGroupSettings
|
|
7918
|
+
# data as a hash:
|
|
7919
|
+
#
|
|
7920
|
+
# {
|
|
7921
|
+
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
|
7922
|
+
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
|
7923
|
+
# cache_length: 1,
|
|
7924
|
+
# caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
|
|
7925
|
+
# restart_delay: 1,
|
|
7926
|
+
# }
|
|
7927
|
+
#
|
|
7928
|
+
# @!attribute [rw] authentication_scheme
|
|
7929
|
+
# Authentication scheme to use when connecting with CDN
|
|
7930
|
+
# @return [String]
|
|
7931
|
+
#
|
|
7932
|
+
# @!attribute [rw] cache_full_behavior
|
|
7933
|
+
# Controls behavior when content cache fills up. If remote origin
|
|
7934
|
+
# server stalls the RTMP connection and does not accept content fast
|
|
7935
|
+
# enough the 'Media Cache' will fill up. When the cache reaches the
|
|
7936
|
+
# duration specified by cacheLength the cache will stop accepting new
|
|
7937
|
+
# content. If set to disconnectImmediately, the RTMP output will force
|
|
7938
|
+
# a disconnect. Clear the media cache, and reconnect after
|
|
7939
|
+
# restartDelay seconds. If set to waitForServer, the RTMP output will
|
|
7940
|
+
# wait up to 5 minutes to allow the origin server to begin accepting
|
|
7941
|
+
# data again.
|
|
7942
|
+
# @return [String]
|
|
7943
|
+
#
|
|
7944
|
+
# @!attribute [rw] cache_length
|
|
7945
|
+
# Cache length, in seconds, is used to calculate buffer size.
|
|
7946
|
+
# @return [Integer]
|
|
7947
|
+
#
|
|
7948
|
+
# @!attribute [rw] caption_data
|
|
7949
|
+
# Controls the types of data that passes to onCaptionInfo outputs. If
|
|
7950
|
+
# set to 'all' then 608 and 708 carried DTVCC data will be passed.
|
|
7951
|
+
# If set to 'field1AndField2608' then DTVCC data will be stripped
|
|
7952
|
+
# out, but 608 data from both fields will be passed. If set to
|
|
7953
|
+
# 'field1608' then only the data carried in 608 from field 1 video
|
|
7954
|
+
# will be passed.
|
|
7955
|
+
# @return [String]
|
|
7956
|
+
#
|
|
7957
|
+
# @!attribute [rw] restart_delay
|
|
7958
|
+
# If a streaming output fails, number of seconds to wait until a
|
|
7959
|
+
# restart is initiated. A value of 0 means never restart.
|
|
7960
|
+
# @return [Integer]
|
|
7961
|
+
#
|
|
7962
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RtmpGroupSettings AWS API Documentation
|
|
7963
|
+
#
|
|
7964
|
+
class RtmpGroupSettings < Struct.new(
|
|
7965
|
+
:authentication_scheme,
|
|
7966
|
+
:cache_full_behavior,
|
|
7967
|
+
:cache_length,
|
|
7968
|
+
:caption_data,
|
|
7969
|
+
:restart_delay)
|
|
7970
|
+
include Aws::Structure
|
|
7971
|
+
end
|
|
7972
|
+
|
|
7973
|
+
# @note When making an API call, you may pass RtmpOutputSettings
|
|
7974
|
+
# data as a hash:
|
|
7975
|
+
#
|
|
7976
|
+
# {
|
|
7977
|
+
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
|
7978
|
+
# connection_retry_interval: 1,
|
|
7979
|
+
# destination: { # required
|
|
7980
|
+
# destination_ref_id: "__string",
|
|
7981
|
+
# },
|
|
7982
|
+
# num_retries: 1,
|
|
7983
|
+
# }
|
|
7984
|
+
#
|
|
7985
|
+
# @!attribute [rw] certificate_mode
|
|
7986
|
+
# If set to verifyAuthenticity, verify the tls certificate chain to a
|
|
7987
|
+
# trusted Certificate Authority (CA). This will cause rtmps outputs
|
|
7988
|
+
# with self-signed certificates to fail.
|
|
7989
|
+
# @return [String]
|
|
7990
|
+
#
|
|
7991
|
+
# @!attribute [rw] connection_retry_interval
|
|
7992
|
+
# Number of seconds to wait before retrying a connection to the Flash
|
|
7993
|
+
# Media server if the connection is lost.
|
|
7994
|
+
# @return [Integer]
|
|
7995
|
+
#
|
|
7996
|
+
# @!attribute [rw] destination
|
|
7997
|
+
# The RTMP endpoint excluding the stream name (eg.
|
|
7998
|
+
# rtmp://host/appname). For connection to Akamai, a username and
|
|
7999
|
+
# password must be supplied. URI fields accept format identifiers.
|
|
8000
|
+
# @return [Types::OutputLocationRef]
|
|
8001
|
+
#
|
|
8002
|
+
# @!attribute [rw] num_retries
|
|
8003
|
+
# Number of retry attempts.
|
|
8004
|
+
# @return [Integer]
|
|
8005
|
+
#
|
|
8006
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RtmpOutputSettings AWS API Documentation
|
|
8007
|
+
#
|
|
8008
|
+
class RtmpOutputSettings < Struct.new(
|
|
8009
|
+
:certificate_mode,
|
|
8010
|
+
:connection_retry_interval,
|
|
8011
|
+
:destination,
|
|
8012
|
+
:num_retries)
|
|
8013
|
+
include Aws::Structure
|
|
8014
|
+
end
|
|
8015
|
+
|
|
7801
8016
|
# @api private
|
|
7802
8017
|
#
|
|
7803
8018
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte20PlusEmbeddedDestinationSettings AWS API Documentation
|
|
@@ -7956,6 +8171,7 @@ module Aws::MediaLive
|
|
|
7956
8171
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
7957
8172
|
# scte_35_pid: "__string",
|
|
7958
8173
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
8174
|
+
# timed_metadata_pid: "__string",
|
|
7959
8175
|
# transport_stream_id: 1,
|
|
7960
8176
|
# video_pid: "__string",
|
|
7961
8177
|
# },
|
|
@@ -8490,6 +8706,7 @@ module Aws::MediaLive
|
|
|
8490
8706
|
# settings: [
|
|
8491
8707
|
# {
|
|
8492
8708
|
# password_param: "__string",
|
|
8709
|
+
# stream_name: "__string",
|
|
8493
8710
|
# url: "__string",
|
|
8494
8711
|
# username: "__string",
|
|
8495
8712
|
# },
|
|
@@ -8672,6 +8889,8 @@ module Aws::MediaLive
|
|
|
8672
8889
|
# },
|
|
8673
8890
|
# embedded_plus_scte_20_destination_settings: {
|
|
8674
8891
|
# },
|
|
8892
|
+
# rtmp_caption_info_destination_settings: {
|
|
8893
|
+
# },
|
|
8675
8894
|
# scte_20_plus_embedded_destination_settings: {
|
|
8676
8895
|
# },
|
|
8677
8896
|
# scte_27_destination_settings: {
|
|
@@ -8825,6 +9044,13 @@ module Aws::MediaLive
|
|
|
8825
9044
|
# timestamp_offset: "__string",
|
|
8826
9045
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
|
8827
9046
|
# },
|
|
9047
|
+
# rtmp_group_settings: {
|
|
9048
|
+
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
|
9049
|
+
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
|
9050
|
+
# cache_length: 1,
|
|
9051
|
+
# caption_data: "ALL", # accepts ALL, FIELD1_608, FIELD1_AND_FIELD2_608
|
|
9052
|
+
# restart_delay: 1,
|
|
9053
|
+
# },
|
|
8828
9054
|
# udp_group_settings: {
|
|
8829
9055
|
# input_loss_action: "DROP_PROGRAM", # accepts DROP_PROGRAM, DROP_TS, EMIT_PROGRAM
|
|
8830
9056
|
# timed_metadata_id_3_frame: "NONE", # accepts NONE, PRIV, TDRL
|
|
@@ -8929,6 +9155,7 @@ module Aws::MediaLive
|
|
|
8929
9155
|
# scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
8930
9156
|
# scte_35_pid: "__string",
|
|
8931
9157
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
|
9158
|
+
# timed_metadata_pid: "__string",
|
|
8932
9159
|
# transport_stream_id: 1,
|
|
8933
9160
|
# video_pid: "__string",
|
|
8934
9161
|
# },
|
|
@@ -8940,6 +9167,14 @@ module Aws::MediaLive
|
|
|
8940
9167
|
# ms_smooth_output_settings: {
|
|
8941
9168
|
# name_modifier: "__string",
|
|
8942
9169
|
# },
|
|
9170
|
+
# rtmp_output_settings: {
|
|
9171
|
+
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
|
9172
|
+
# connection_retry_interval: 1,
|
|
9173
|
+
# destination: { # required
|
|
9174
|
+
# destination_ref_id: "__string",
|
|
9175
|
+
# },
|
|
9176
|
+
# num_retries: 1,
|
|
9177
|
+
# },
|
|
8943
9178
|
# udp_output_settings: {
|
|
8944
9179
|
# buffer_msec: 1,
|
|
8945
9180
|
# container_settings: { # required
|
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.5.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
|
+
date: 2018-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|