aws-sdk-medialive 1.43.0 → 1.48.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +3 -1
- data/lib/aws-sdk-medialive/client.rb +296 -18
- data/lib/aws-sdk-medialive/client_api.rb +211 -9
- data/lib/aws-sdk-medialive/errors.rb +2 -0
- data/lib/aws-sdk-medialive/resource.rb +2 -0
- data/lib/aws-sdk-medialive/types.rb +789 -59
- data/lib/aws-sdk-medialive/waiters.rb +161 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd8fab4754916d515ab9df64607bedc0d80b77184a50c9600ce91a3e6a54fbd5
|
4
|
+
data.tar.gz: b13afac32559fd755b78e33ff2da935dbe05b7e250bf974b5dca57ff9fb4a3ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7091a186e18c34bc6416ea683e709bfca8193f86609df9b5b6adc78db24ad30e00afca63c9cb31b69ec2449cdc7b79a942e2d4d66ae9a9b0984ff5c824b4e02d
|
7
|
+
data.tar.gz: fb3617e6cb7f7c5fd17f2174c6fcebb7f752cec85b535170e90f3716c648564240e4b20791d03695adffb6604fe8ebee050108a73a89433a4b9af846ff3af1d9
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-medialive/customizations'
|
|
46
48
|
# @service
|
47
49
|
module Aws::MediaLive
|
48
50
|
|
49
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.48.0'
|
50
52
|
|
51
53
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::MediaLive
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::MediaLive
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::MediaLive
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::MediaLive
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -338,6 +342,20 @@ module Aws::MediaLive
|
|
338
342
|
# hls_timed_metadata_settings: {
|
339
343
|
# id_3: "__string", # required
|
340
344
|
# },
|
345
|
+
# input_prepare_settings: {
|
346
|
+
# input_attachment_name_reference: "__string", # required
|
347
|
+
# input_clipping_settings: {
|
348
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
349
|
+
# start_timecode: {
|
350
|
+
# timecode: "__string",
|
351
|
+
# },
|
352
|
+
# stop_timecode: {
|
353
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
354
|
+
# timecode: "__string",
|
355
|
+
# },
|
356
|
+
# },
|
357
|
+
# url_path: ["__string"],
|
358
|
+
# },
|
341
359
|
# input_switch_settings: {
|
342
360
|
# input_attachment_name_reference: "__string", # required
|
343
361
|
# input_clipping_settings: {
|
@@ -438,6 +456,13 @@ module Aws::MediaLive
|
|
438
456
|
# resp.creates.schedule_actions[0].action_name #=> String
|
439
457
|
# resp.creates.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
440
458
|
# resp.creates.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
459
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
460
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
461
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.start_timecode.timecode #=> String
|
462
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.last_frame_clipping_behavior #=> String, one of "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
|
463
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.timecode #=> String
|
464
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path #=> Array
|
465
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path[0] #=> String
|
441
466
|
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
|
442
467
|
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
443
468
|
# resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
|
@@ -486,6 +511,13 @@ module Aws::MediaLive
|
|
486
511
|
# resp.deletes.schedule_actions[0].action_name #=> String
|
487
512
|
# resp.deletes.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
488
513
|
# resp.deletes.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
514
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
515
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
516
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.start_timecode.timecode #=> String
|
517
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.last_frame_clipping_behavior #=> String, one of "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
|
518
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.timecode #=> String
|
519
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path #=> Array
|
520
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path[0] #=> String
|
489
521
|
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
|
490
522
|
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
491
523
|
# resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
|
@@ -797,6 +829,9 @@ module Aws::MediaLive
|
|
797
829
|
# name: "__string", # required
|
798
830
|
# },
|
799
831
|
# ],
|
832
|
+
# feature_activations: {
|
833
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
834
|
+
# },
|
800
835
|
# global_configuration: {
|
801
836
|
# initial_audio_gain: 1,
|
802
837
|
# input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
|
@@ -1214,7 +1249,7 @@ module Aws::MediaLive
|
|
1214
1249
|
# filter_settings: {
|
1215
1250
|
# temporal_filter_settings: {
|
1216
1251
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
1217
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
1252
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
1218
1253
|
# },
|
1219
1254
|
# },
|
1220
1255
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -1373,6 +1408,7 @@ module Aws::MediaLive
|
|
1373
1408
|
# },
|
1374
1409
|
# server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
|
1375
1410
|
# },
|
1411
|
+
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
1376
1412
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
1377
1413
|
# video_selector: {
|
1378
1414
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
@@ -1541,6 +1577,7 @@ module Aws::MediaLive
|
|
1541
1577
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
1542
1578
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
1543
1579
|
# resp.channel.encoder_settings.caption_descriptions[0].name #=> String
|
1580
|
+
# resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
1544
1581
|
# resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
1545
1582
|
# resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
1546
1583
|
# resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -1825,7 +1862,7 @@ module Aws::MediaLive
|
|
1825
1862
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
1826
1863
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
1827
1864
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
1828
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
1865
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
1829
1866
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
1830
1867
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
1831
1868
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -1927,6 +1964,7 @@ module Aws::MediaLive
|
|
1927
1964
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
1928
1965
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
1929
1966
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
1967
|
+
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
1930
1968
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
1931
1969
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
1932
1970
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -1960,6 +1998,8 @@ module Aws::MediaLive
|
|
1960
1998
|
#
|
1961
1999
|
# @option params [Array<Types::InputDestinationRequest>] :destinations
|
1962
2000
|
#
|
2001
|
+
# @option params [Array<Types::InputDeviceSettings>] :input_devices
|
2002
|
+
#
|
1963
2003
|
# @option params [Array<String>] :input_security_groups
|
1964
2004
|
#
|
1965
2005
|
# @option params [Array<Types::MediaConnectFlowRequest>] :media_connect_flows
|
@@ -1997,6 +2037,11 @@ module Aws::MediaLive
|
|
1997
2037
|
# stream_name: "__string",
|
1998
2038
|
# },
|
1999
2039
|
# ],
|
2040
|
+
# input_devices: [
|
2041
|
+
# {
|
2042
|
+
# id: "__string",
|
2043
|
+
# },
|
2044
|
+
# ],
|
2000
2045
|
# input_security_groups: ["__string"],
|
2001
2046
|
# media_connect_flows: [
|
2002
2047
|
# {
|
@@ -2016,7 +2061,7 @@ module Aws::MediaLive
|
|
2016
2061
|
# tags: {
|
2017
2062
|
# "__string" => "__string",
|
2018
2063
|
# },
|
2019
|
-
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT
|
2064
|
+
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT, INPUT_DEVICE
|
2020
2065
|
# vpc: {
|
2021
2066
|
# security_group_ids: ["__string"],
|
2022
2067
|
# subnet_ids: ["__string"], # required
|
@@ -2036,6 +2081,8 @@ module Aws::MediaLive
|
|
2036
2081
|
# resp.input.destinations[0].vpc.network_interface_id #=> String
|
2037
2082
|
# resp.input.id #=> String
|
2038
2083
|
# resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
2084
|
+
# resp.input.input_devices #=> Array
|
2085
|
+
# resp.input.input_devices[0].id #=> String
|
2039
2086
|
# resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
2040
2087
|
# resp.input.media_connect_flows #=> Array
|
2041
2088
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
@@ -2050,7 +2097,7 @@ module Aws::MediaLive
|
|
2050
2097
|
# resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
2051
2098
|
# resp.input.tags #=> Hash
|
2052
2099
|
# resp.input.tags["__string"] #=> String
|
2053
|
-
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
|
2100
|
+
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
2054
2101
|
#
|
2055
2102
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInput AWS API Documentation
|
2056
2103
|
#
|
@@ -2438,6 +2485,7 @@ module Aws::MediaLive
|
|
2438
2485
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
2439
2486
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
2440
2487
|
# resp.encoder_settings.caption_descriptions[0].name #=> String
|
2488
|
+
# resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
2441
2489
|
# resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
2442
2490
|
# resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
2443
2491
|
# resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -2722,7 +2770,7 @@ module Aws::MediaLive
|
|
2722
2770
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
2723
2771
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
2724
2772
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
2725
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
2773
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
2726
2774
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
2727
2775
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
2728
2776
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -2824,6 +2872,7 @@ module Aws::MediaLive
|
|
2824
2872
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
2825
2873
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
2826
2874
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
2875
|
+
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
2827
2876
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
2828
2877
|
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
2829
2878
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -3283,6 +3332,7 @@ module Aws::MediaLive
|
|
3283
3332
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
3284
3333
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
3285
3334
|
# resp.encoder_settings.caption_descriptions[0].name #=> String
|
3335
|
+
# resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
3286
3336
|
# resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
3287
3337
|
# resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
3288
3338
|
# resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -3567,7 +3617,7 @@ module Aws::MediaLive
|
|
3567
3617
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
3568
3618
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
3569
3619
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
3570
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
3620
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
3571
3621
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
3572
3622
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
3573
3623
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -3669,6 +3719,7 @@ module Aws::MediaLive
|
|
3669
3719
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
3670
3720
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
3671
3721
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
3722
|
+
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
3672
3723
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
3673
3724
|
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
3674
3725
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -3717,6 +3768,7 @@ module Aws::MediaLive
|
|
3717
3768
|
# * {Types::DescribeInputResponse#destinations #destinations} => Array<Types::InputDestination>
|
3718
3769
|
# * {Types::DescribeInputResponse#id #id} => String
|
3719
3770
|
# * {Types::DescribeInputResponse#input_class #input_class} => String
|
3771
|
+
# * {Types::DescribeInputResponse#input_devices #input_devices} => Array<Types::InputDeviceSettings>
|
3720
3772
|
# * {Types::DescribeInputResponse#input_source_type #input_source_type} => String
|
3721
3773
|
# * {Types::DescribeInputResponse#media_connect_flows #media_connect_flows} => Array<Types::MediaConnectFlow>
|
3722
3774
|
# * {Types::DescribeInputResponse#name #name} => String
|
@@ -3746,6 +3798,8 @@ module Aws::MediaLive
|
|
3746
3798
|
# resp.destinations[0].vpc.network_interface_id #=> String
|
3747
3799
|
# resp.id #=> String
|
3748
3800
|
# resp.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
3801
|
+
# resp.input_devices #=> Array
|
3802
|
+
# resp.input_devices[0].id #=> String
|
3749
3803
|
# resp.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
3750
3804
|
# resp.media_connect_flows #=> Array
|
3751
3805
|
# resp.media_connect_flows[0].flow_arn #=> String
|
@@ -3760,7 +3814,14 @@ module Aws::MediaLive
|
|
3760
3814
|
# resp.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
3761
3815
|
# resp.tags #=> Hash
|
3762
3816
|
# resp.tags["__string"] #=> String
|
3763
|
-
# resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
|
3817
|
+
# resp.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
3818
|
+
#
|
3819
|
+
#
|
3820
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
3821
|
+
#
|
3822
|
+
# * input_attached
|
3823
|
+
# * input_deleted
|
3824
|
+
# * input_detached
|
3764
3825
|
#
|
3765
3826
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInput AWS API Documentation
|
3766
3827
|
#
|
@@ -3771,6 +3832,63 @@ module Aws::MediaLive
|
|
3771
3832
|
req.send_request(options)
|
3772
3833
|
end
|
3773
3834
|
|
3835
|
+
# Gets the details for the input device
|
3836
|
+
#
|
3837
|
+
# @option params [required, String] :input_device_id
|
3838
|
+
#
|
3839
|
+
# @return [Types::DescribeInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3840
|
+
#
|
3841
|
+
# * {Types::DescribeInputDeviceResponse#arn #arn} => String
|
3842
|
+
# * {Types::DescribeInputDeviceResponse#connection_state #connection_state} => String
|
3843
|
+
# * {Types::DescribeInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
|
3844
|
+
# * {Types::DescribeInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
|
3845
|
+
# * {Types::DescribeInputDeviceResponse#id #id} => String
|
3846
|
+
# * {Types::DescribeInputDeviceResponse#mac_address #mac_address} => String
|
3847
|
+
# * {Types::DescribeInputDeviceResponse#name #name} => String
|
3848
|
+
# * {Types::DescribeInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
|
3849
|
+
# * {Types::DescribeInputDeviceResponse#serial_number #serial_number} => String
|
3850
|
+
# * {Types::DescribeInputDeviceResponse#type #type} => String
|
3851
|
+
#
|
3852
|
+
# @example Request syntax with placeholder values
|
3853
|
+
#
|
3854
|
+
# resp = client.describe_input_device({
|
3855
|
+
# input_device_id: "__string", # required
|
3856
|
+
# })
|
3857
|
+
#
|
3858
|
+
# @example Response structure
|
3859
|
+
#
|
3860
|
+
# resp.arn #=> String
|
3861
|
+
# resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
|
3862
|
+
# resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
|
3863
|
+
# resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
|
3864
|
+
# resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
|
3865
|
+
# resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
|
3866
|
+
# resp.hd_device_settings.framerate #=> Float
|
3867
|
+
# resp.hd_device_settings.height #=> Integer
|
3868
|
+
# resp.hd_device_settings.max_bitrate #=> Integer
|
3869
|
+
# resp.hd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
3870
|
+
# resp.hd_device_settings.width #=> Integer
|
3871
|
+
# resp.id #=> String
|
3872
|
+
# resp.mac_address #=> String
|
3873
|
+
# resp.name #=> String
|
3874
|
+
# resp.network_settings.dns_addresses #=> Array
|
3875
|
+
# resp.network_settings.dns_addresses[0] #=> String
|
3876
|
+
# resp.network_settings.gateway #=> String
|
3877
|
+
# resp.network_settings.ip_address #=> String
|
3878
|
+
# resp.network_settings.ip_scheme #=> String, one of "STATIC", "DHCP"
|
3879
|
+
# resp.network_settings.subnet_mask #=> String
|
3880
|
+
# resp.serial_number #=> String
|
3881
|
+
# resp.type #=> String, one of "HD"
|
3882
|
+
#
|
3883
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
|
3884
|
+
#
|
3885
|
+
# @overload describe_input_device(params = {})
|
3886
|
+
# @param [Hash] params ({})
|
3887
|
+
def describe_input_device(params = {}, options = {})
|
3888
|
+
req = build_request(:describe_input_device, params)
|
3889
|
+
req.send_request(options)
|
3890
|
+
end
|
3891
|
+
|
3774
3892
|
# Produces a summary of an Input Security Group
|
3775
3893
|
#
|
3776
3894
|
# @option params [required, String] :input_security_group_id
|
@@ -4081,6 +4199,13 @@ module Aws::MediaLive
|
|
4081
4199
|
# resp.schedule_actions[0].action_name #=> String
|
4082
4200
|
# resp.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
4083
4201
|
# resp.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
4202
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
4203
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
4204
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.start_timecode.timecode #=> String
|
4205
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.last_frame_clipping_behavior #=> String, one of "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
|
4206
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.timecode #=> String
|
4207
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path #=> Array
|
4208
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path[0] #=> String
|
4084
4209
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
|
4085
4210
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
4086
4211
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
|
@@ -4207,6 +4332,7 @@ module Aws::MediaLive
|
|
4207
4332
|
# resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
4208
4333
|
# resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
4209
4334
|
# resp.channels[0].input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
4335
|
+
# resp.channels[0].input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
4210
4336
|
# resp.channels[0].input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
4211
4337
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
4212
4338
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -4233,6 +4359,62 @@ module Aws::MediaLive
|
|
4233
4359
|
req.send_request(options)
|
4234
4360
|
end
|
4235
4361
|
|
4362
|
+
# List input devices
|
4363
|
+
#
|
4364
|
+
# @option params [Integer] :max_results
|
4365
|
+
#
|
4366
|
+
# @option params [String] :next_token
|
4367
|
+
#
|
4368
|
+
# @return [Types::ListInputDevicesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4369
|
+
#
|
4370
|
+
# * {Types::ListInputDevicesResponse#input_devices #input_devices} => Array<Types::InputDeviceSummary>
|
4371
|
+
# * {Types::ListInputDevicesResponse#next_token #next_token} => String
|
4372
|
+
#
|
4373
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4374
|
+
#
|
4375
|
+
# @example Request syntax with placeholder values
|
4376
|
+
#
|
4377
|
+
# resp = client.list_input_devices({
|
4378
|
+
# max_results: 1,
|
4379
|
+
# next_token: "__string",
|
4380
|
+
# })
|
4381
|
+
#
|
4382
|
+
# @example Response structure
|
4383
|
+
#
|
4384
|
+
# resp.input_devices #=> Array
|
4385
|
+
# resp.input_devices[0].arn #=> String
|
4386
|
+
# resp.input_devices[0].connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
|
4387
|
+
# resp.input_devices[0].device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
|
4388
|
+
# resp.input_devices[0].hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
|
4389
|
+
# resp.input_devices[0].hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
|
4390
|
+
# resp.input_devices[0].hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
|
4391
|
+
# resp.input_devices[0].hd_device_settings.framerate #=> Float
|
4392
|
+
# resp.input_devices[0].hd_device_settings.height #=> Integer
|
4393
|
+
# resp.input_devices[0].hd_device_settings.max_bitrate #=> Integer
|
4394
|
+
# resp.input_devices[0].hd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
4395
|
+
# resp.input_devices[0].hd_device_settings.width #=> Integer
|
4396
|
+
# resp.input_devices[0].id #=> String
|
4397
|
+
# resp.input_devices[0].mac_address #=> String
|
4398
|
+
# resp.input_devices[0].name #=> String
|
4399
|
+
# resp.input_devices[0].network_settings.dns_addresses #=> Array
|
4400
|
+
# resp.input_devices[0].network_settings.dns_addresses[0] #=> String
|
4401
|
+
# resp.input_devices[0].network_settings.gateway #=> String
|
4402
|
+
# resp.input_devices[0].network_settings.ip_address #=> String
|
4403
|
+
# resp.input_devices[0].network_settings.ip_scheme #=> String, one of "STATIC", "DHCP"
|
4404
|
+
# resp.input_devices[0].network_settings.subnet_mask #=> String
|
4405
|
+
# resp.input_devices[0].serial_number #=> String
|
4406
|
+
# resp.input_devices[0].type #=> String, one of "HD"
|
4407
|
+
# resp.next_token #=> String
|
4408
|
+
#
|
4409
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
|
4410
|
+
#
|
4411
|
+
# @overload list_input_devices(params = {})
|
4412
|
+
# @param [Hash] params ({})
|
4413
|
+
def list_input_devices(params = {}, options = {})
|
4414
|
+
req = build_request(:list_input_devices, params)
|
4415
|
+
req.send_request(options)
|
4416
|
+
end
|
4417
|
+
|
4236
4418
|
# Produces a list of Input Security Groups for an account
|
4237
4419
|
#
|
4238
4420
|
# @option params [Integer] :max_results
|
@@ -4310,6 +4492,8 @@ module Aws::MediaLive
|
|
4310
4492
|
# resp.inputs[0].destinations[0].vpc.network_interface_id #=> String
|
4311
4493
|
# resp.inputs[0].id #=> String
|
4312
4494
|
# resp.inputs[0].input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
4495
|
+
# resp.inputs[0].input_devices #=> Array
|
4496
|
+
# resp.inputs[0].input_devices[0].id #=> String
|
4313
4497
|
# resp.inputs[0].input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
4314
4498
|
# resp.inputs[0].media_connect_flows #=> Array
|
4315
4499
|
# resp.inputs[0].media_connect_flows[0].flow_arn #=> String
|
@@ -4324,7 +4508,7 @@ module Aws::MediaLive
|
|
4324
4508
|
# resp.inputs[0].state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
4325
4509
|
# resp.inputs[0].tags #=> Hash
|
4326
4510
|
# resp.inputs[0].tags["__string"] #=> String
|
4327
|
-
# resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
|
4511
|
+
# resp.inputs[0].type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
4328
4512
|
# resp.next_token #=> String
|
4329
4513
|
#
|
4330
4514
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputs AWS API Documentation
|
@@ -4850,6 +5034,7 @@ module Aws::MediaLive
|
|
4850
5034
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
4851
5035
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
4852
5036
|
# resp.encoder_settings.caption_descriptions[0].name #=> String
|
5037
|
+
# resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
4853
5038
|
# resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
4854
5039
|
# resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
4855
5040
|
# resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -5134,7 +5319,7 @@ module Aws::MediaLive
|
|
5134
5319
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
5135
5320
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
5136
5321
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
5137
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
5322
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
5138
5323
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
5139
5324
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
5140
5325
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -5236,6 +5421,7 @@ module Aws::MediaLive
|
|
5236
5421
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
5237
5422
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
5238
5423
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
5424
|
+
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
5239
5425
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
5240
5426
|
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
5241
5427
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -5482,6 +5668,7 @@ module Aws::MediaLive
|
|
5482
5668
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
5483
5669
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
5484
5670
|
# resp.encoder_settings.caption_descriptions[0].name #=> String
|
5671
|
+
# resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
5485
5672
|
# resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
5486
5673
|
# resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
5487
5674
|
# resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -5766,7 +5953,7 @@ module Aws::MediaLive
|
|
5766
5953
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
5767
5954
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
5768
5955
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
5769
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
5956
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
5770
5957
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
5771
5958
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
5772
5959
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -5868,6 +6055,7 @@ module Aws::MediaLive
|
|
5868
6055
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
5869
6056
|
# resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
5870
6057
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
6058
|
+
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
5871
6059
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
5872
6060
|
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
5873
6061
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -6196,6 +6384,9 @@ module Aws::MediaLive
|
|
6196
6384
|
# name: "__string", # required
|
6197
6385
|
# },
|
6198
6386
|
# ],
|
6387
|
+
# feature_activations: {
|
6388
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
6389
|
+
# },
|
6199
6390
|
# global_configuration: {
|
6200
6391
|
# initial_audio_gain: 1,
|
6201
6392
|
# input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
|
@@ -6613,7 +6804,7 @@ module Aws::MediaLive
|
|
6613
6804
|
# filter_settings: {
|
6614
6805
|
# temporal_filter_settings: {
|
6615
6806
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6616
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
6807
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
6617
6808
|
# },
|
6618
6809
|
# },
|
6619
6810
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -6772,6 +6963,7 @@ module Aws::MediaLive
|
|
6772
6963
|
# },
|
6773
6964
|
# server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
|
6774
6965
|
# },
|
6966
|
+
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
6775
6967
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
6776
6968
|
# video_selector: {
|
6777
6969
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
@@ -6935,6 +7127,7 @@ module Aws::MediaLive
|
|
6935
7127
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
6936
7128
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
6937
7129
|
# resp.channel.encoder_settings.caption_descriptions[0].name #=> String
|
7130
|
+
# resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
6938
7131
|
# resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
6939
7132
|
# resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
6940
7133
|
# resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -7219,7 +7412,7 @@ module Aws::MediaLive
|
|
7219
7412
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
7220
7413
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
7221
7414
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
7222
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
7415
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
7223
7416
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
7224
7417
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
7225
7418
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -7321,6 +7514,7 @@ module Aws::MediaLive
|
|
7321
7514
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
7322
7515
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
7323
7516
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
7517
|
+
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
7324
7518
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
7325
7519
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
7326
7520
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -7530,6 +7724,7 @@ module Aws::MediaLive
|
|
7530
7724
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
7531
7725
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
7532
7726
|
# resp.channel.encoder_settings.caption_descriptions[0].name #=> String
|
7727
|
+
# resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
7533
7728
|
# resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
7534
7729
|
# resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
7535
7730
|
# resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -7814,7 +8009,7 @@ module Aws::MediaLive
|
|
7814
8009
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
|
7815
8010
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
|
7816
8011
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
|
7817
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "
|
8012
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
|
7818
8013
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
|
7819
8014
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
|
7820
8015
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
|
@@ -7916,6 +8111,7 @@ module Aws::MediaLive
|
|
7916
8111
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
|
7917
8112
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
|
7918
8113
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
8114
|
+
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
7919
8115
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
7920
8116
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
7921
8117
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
@@ -7949,6 +8145,8 @@ module Aws::MediaLive
|
|
7949
8145
|
#
|
7950
8146
|
# @option params [Array<Types::InputDestinationRequest>] :destinations
|
7951
8147
|
#
|
8148
|
+
# @option params [Array<Types::InputDeviceRequest>] :input_devices
|
8149
|
+
#
|
7952
8150
|
# @option params [required, String] :input_id
|
7953
8151
|
#
|
7954
8152
|
# @option params [Array<String>] :input_security_groups
|
@@ -7973,6 +8171,11 @@ module Aws::MediaLive
|
|
7973
8171
|
# stream_name: "__string",
|
7974
8172
|
# },
|
7975
8173
|
# ],
|
8174
|
+
# input_devices: [
|
8175
|
+
# {
|
8176
|
+
# id: "__string",
|
8177
|
+
# },
|
8178
|
+
# ],
|
7976
8179
|
# input_id: "__string", # required
|
7977
8180
|
# input_security_groups: ["__string"],
|
7978
8181
|
# media_connect_flows: [
|
@@ -8004,6 +8207,8 @@ module Aws::MediaLive
|
|
8004
8207
|
# resp.input.destinations[0].vpc.network_interface_id #=> String
|
8005
8208
|
# resp.input.id #=> String
|
8006
8209
|
# resp.input.input_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
8210
|
+
# resp.input.input_devices #=> Array
|
8211
|
+
# resp.input.input_devices[0].id #=> String
|
8007
8212
|
# resp.input.input_source_type #=> String, one of "STATIC", "DYNAMIC"
|
8008
8213
|
# resp.input.media_connect_flows #=> Array
|
8009
8214
|
# resp.input.media_connect_flows[0].flow_arn #=> String
|
@@ -8018,7 +8223,7 @@ module Aws::MediaLive
|
|
8018
8223
|
# resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
|
8019
8224
|
# resp.input.tags #=> Hash
|
8020
8225
|
# resp.input.tags["__string"] #=> String
|
8021
|
-
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT"
|
8226
|
+
# resp.input.type #=> String, one of "UDP_PUSH", "RTP_PUSH", "RTMP_PUSH", "RTMP_PULL", "URL_PULL", "MP4_FILE", "MEDIACONNECT", "INPUT_DEVICE"
|
8022
8227
|
#
|
8023
8228
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInput AWS API Documentation
|
8024
8229
|
#
|
@@ -8029,6 +8234,73 @@ module Aws::MediaLive
|
|
8029
8234
|
req.send_request(options)
|
8030
8235
|
end
|
8031
8236
|
|
8237
|
+
# Updates the parameters for the input device.
|
8238
|
+
#
|
8239
|
+
# @option params [Types::InputDeviceConfigurableSettings] :hd_device_settings
|
8240
|
+
# Configurable settings for the input device.
|
8241
|
+
#
|
8242
|
+
# @option params [required, String] :input_device_id
|
8243
|
+
#
|
8244
|
+
# @option params [String] :name
|
8245
|
+
#
|
8246
|
+
# @return [Types::UpdateInputDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8247
|
+
#
|
8248
|
+
# * {Types::UpdateInputDeviceResponse#arn #arn} => String
|
8249
|
+
# * {Types::UpdateInputDeviceResponse#connection_state #connection_state} => String
|
8250
|
+
# * {Types::UpdateInputDeviceResponse#device_settings_sync_state #device_settings_sync_state} => String
|
8251
|
+
# * {Types::UpdateInputDeviceResponse#hd_device_settings #hd_device_settings} => Types::InputDeviceHdSettings
|
8252
|
+
# * {Types::UpdateInputDeviceResponse#id #id} => String
|
8253
|
+
# * {Types::UpdateInputDeviceResponse#mac_address #mac_address} => String
|
8254
|
+
# * {Types::UpdateInputDeviceResponse#name #name} => String
|
8255
|
+
# * {Types::UpdateInputDeviceResponse#network_settings #network_settings} => Types::InputDeviceNetworkSettings
|
8256
|
+
# * {Types::UpdateInputDeviceResponse#serial_number #serial_number} => String
|
8257
|
+
# * {Types::UpdateInputDeviceResponse#type #type} => String
|
8258
|
+
#
|
8259
|
+
# @example Request syntax with placeholder values
|
8260
|
+
#
|
8261
|
+
# resp = client.update_input_device({
|
8262
|
+
# hd_device_settings: {
|
8263
|
+
# configured_input: "AUTO", # accepts AUTO, HDMI, SDI
|
8264
|
+
# max_bitrate: 1,
|
8265
|
+
# },
|
8266
|
+
# input_device_id: "__string", # required
|
8267
|
+
# name: "__string",
|
8268
|
+
# })
|
8269
|
+
#
|
8270
|
+
# @example Response structure
|
8271
|
+
#
|
8272
|
+
# resp.arn #=> String
|
8273
|
+
# resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
|
8274
|
+
# resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
|
8275
|
+
# resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
|
8276
|
+
# resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
|
8277
|
+
# resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
|
8278
|
+
# resp.hd_device_settings.framerate #=> Float
|
8279
|
+
# resp.hd_device_settings.height #=> Integer
|
8280
|
+
# resp.hd_device_settings.max_bitrate #=> Integer
|
8281
|
+
# resp.hd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
8282
|
+
# resp.hd_device_settings.width #=> Integer
|
8283
|
+
# resp.id #=> String
|
8284
|
+
# resp.mac_address #=> String
|
8285
|
+
# resp.name #=> String
|
8286
|
+
# resp.network_settings.dns_addresses #=> Array
|
8287
|
+
# resp.network_settings.dns_addresses[0] #=> String
|
8288
|
+
# resp.network_settings.gateway #=> String
|
8289
|
+
# resp.network_settings.ip_address #=> String
|
8290
|
+
# resp.network_settings.ip_scheme #=> String, one of "STATIC", "DHCP"
|
8291
|
+
# resp.network_settings.subnet_mask #=> String
|
8292
|
+
# resp.serial_number #=> String
|
8293
|
+
# resp.type #=> String, one of "HD"
|
8294
|
+
#
|
8295
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
|
8296
|
+
#
|
8297
|
+
# @overload update_input_device(params = {})
|
8298
|
+
# @param [Hash] params ({})
|
8299
|
+
def update_input_device(params = {}, options = {})
|
8300
|
+
req = build_request(:update_input_device, params)
|
8301
|
+
req.send_request(options)
|
8302
|
+
end
|
8303
|
+
|
8032
8304
|
# Update an Input Security Group's Whilelists.
|
8033
8305
|
#
|
8034
8306
|
# @option params [required, String] :input_security_group_id
|
@@ -8271,7 +8543,7 @@ module Aws::MediaLive
|
|
8271
8543
|
params: params,
|
8272
8544
|
config: config)
|
8273
8545
|
context[:gem_name] = 'aws-sdk-medialive'
|
8274
|
-
context[:gem_version] = '1.
|
8546
|
+
context[:gem_version] = '1.48.0'
|
8275
8547
|
Seahorse::Client::Request.new(handlers, context)
|
8276
8548
|
end
|
8277
8549
|
|
@@ -8343,6 +8615,9 @@ module Aws::MediaLive
|
|
8343
8615
|
# | channel_deleted | {Client#describe_channel} | 5 | 84 |
|
8344
8616
|
# | channel_running | {Client#describe_channel} | 5 | 120 |
|
8345
8617
|
# | channel_stopped | {Client#describe_channel} | 5 | 60 |
|
8618
|
+
# | input_attached | {Client#describe_input} | 5 | 20 |
|
8619
|
+
# | input_deleted | {Client#describe_input} | 5 | 20 |
|
8620
|
+
# | input_detached | {Client#describe_input} | 5 | 84 |
|
8346
8621
|
# | multiplex_created | {Client#describe_multiplex} | 3 | 5 |
|
8347
8622
|
# | multiplex_deleted | {Client#describe_multiplex} | 5 | 20 |
|
8348
8623
|
# | multiplex_running | {Client#describe_multiplex} | 5 | 120 |
|
@@ -8401,6 +8676,9 @@ module Aws::MediaLive
|
|
8401
8676
|
channel_deleted: Waiters::ChannelDeleted,
|
8402
8677
|
channel_running: Waiters::ChannelRunning,
|
8403
8678
|
channel_stopped: Waiters::ChannelStopped,
|
8679
|
+
input_attached: Waiters::InputAttached,
|
8680
|
+
input_deleted: Waiters::InputDeleted,
|
8681
|
+
input_detached: Waiters::InputDetached,
|
8404
8682
|
multiplex_created: Waiters::MultiplexCreated,
|
8405
8683
|
multiplex_deleted: Waiters::MultiplexDeleted,
|
8406
8684
|
multiplex_running: Waiters::MultiplexRunning,
|