aws-sdk-medialive 1.45.0 → 1.50.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 +96 -5
- data/lib/aws-sdk-medialive/client_api.rb +52 -2
- 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 +521 -8
- data/lib/aws-sdk-medialive/waiters.rb +2 -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: 8d6a3b821953f806a7be6d8ec9e1cde318ed1857c22111b57474bc0f7edab9ed
|
4
|
+
data.tar.gz: 1cfb63ad9991ee079a1552776d8029d0c5b6f2f1c70fa9051962ac94e69dd901
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 899e3d0125022e48925471fcd99de049ea20875770fe094124c2498f5491fcfdf08a059d6d7dabb9b57c76e20a439469413310d78884bc111d7be0ed1812e0bd
|
7
|
+
data.tar.gz: 10e83cab14983fcadbd00ed8f9fafc75450f0a7437e1ba4449ca4aeee77b7eff712da60aff45a2a745cc5e3df812ed6b7858de73223d10d7f3c09cddbec12581
|
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.50.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
|
|
@@ -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 a valid HTTP(S) URI.
|
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",
|
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
|
@@ -662,7 +694,7 @@ module Aws::MediaLive
|
|
662
694
|
# pass_through_settings: {
|
663
695
|
# },
|
664
696
|
# },
|
665
|
-
# language_code: "
|
697
|
+
# language_code: "__stringMin1Max35",
|
666
698
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
667
699
|
# name: "__string", # required
|
668
700
|
# remix_settings: {
|
@@ -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
|
@@ -1542,6 +1577,7 @@ module Aws::MediaLive
|
|
1542
1577
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
1543
1578
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
1544
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"
|
1545
1581
|
# resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
1546
1582
|
# resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
1547
1583
|
# resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -2449,6 +2485,7 @@ module Aws::MediaLive
|
|
2449
2485
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
2450
2486
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
2451
2487
|
# resp.encoder_settings.caption_descriptions[0].name #=> String
|
2488
|
+
# resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
2452
2489
|
# resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
2453
2490
|
# resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
2454
2491
|
# resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -3295,6 +3332,7 @@ module Aws::MediaLive
|
|
3295
3332
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
3296
3333
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
3297
3334
|
# resp.encoder_settings.caption_descriptions[0].name #=> String
|
3335
|
+
# resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
3298
3336
|
# resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
3299
3337
|
# resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
3300
3338
|
# resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -3851,6 +3889,45 @@ module Aws::MediaLive
|
|
3851
3889
|
req.send_request(options)
|
3852
3890
|
end
|
3853
3891
|
|
3892
|
+
# Get the latest thumbnail data for the input device.
|
3893
|
+
#
|
3894
|
+
# @option params [required, String] :input_device_id
|
3895
|
+
#
|
3896
|
+
# @option params [required, String] :accept
|
3897
|
+
# Accept Header
|
3898
|
+
#
|
3899
|
+
# @return [Types::DescribeInputDeviceThumbnailResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3900
|
+
#
|
3901
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#body #body} => IO
|
3902
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#content_type #content_type} => String
|
3903
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#content_length #content_length} => Integer
|
3904
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#etag #etag} => String
|
3905
|
+
# * {Types::DescribeInputDeviceThumbnailResponse#last_modified #last_modified} => Time
|
3906
|
+
#
|
3907
|
+
# @example Request syntax with placeholder values
|
3908
|
+
#
|
3909
|
+
# resp = client.describe_input_device_thumbnail({
|
3910
|
+
# input_device_id: "__string", # required
|
3911
|
+
# accept: "image/jpeg", # required, accepts image/jpeg
|
3912
|
+
# })
|
3913
|
+
#
|
3914
|
+
# @example Response structure
|
3915
|
+
#
|
3916
|
+
# resp.body #=> IO
|
3917
|
+
# resp.content_type #=> String, one of "image/jpeg"
|
3918
|
+
# resp.content_length #=> Integer
|
3919
|
+
# resp.etag #=> String
|
3920
|
+
# resp.last_modified #=> Time
|
3921
|
+
#
|
3922
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnail AWS API Documentation
|
3923
|
+
#
|
3924
|
+
# @overload describe_input_device_thumbnail(params = {})
|
3925
|
+
# @param [Hash] params ({})
|
3926
|
+
def describe_input_device_thumbnail(params = {}, options = {}, &block)
|
3927
|
+
req = build_request(:describe_input_device_thumbnail, params)
|
3928
|
+
req.send_request(options, &block)
|
3929
|
+
end
|
3930
|
+
|
3854
3931
|
# Produces a summary of an Input Security Group
|
3855
3932
|
#
|
3856
3933
|
# @option params [required, String] :input_security_group_id
|
@@ -4161,6 +4238,13 @@ module Aws::MediaLive
|
|
4161
4238
|
# resp.schedule_actions[0].action_name #=> String
|
4162
4239
|
# resp.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
4163
4240
|
# resp.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
4241
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
4242
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
4243
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.start_timecode.timecode #=> String
|
4244
|
+
# 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"
|
4245
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.timecode #=> String
|
4246
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path #=> Array
|
4247
|
+
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path[0] #=> String
|
4164
4248
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
|
4165
4249
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
4166
4250
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
|
@@ -4989,6 +5073,7 @@ module Aws::MediaLive
|
|
4989
5073
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
4990
5074
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
4991
5075
|
# resp.encoder_settings.caption_descriptions[0].name #=> String
|
5076
|
+
# resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
4992
5077
|
# resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
4993
5078
|
# resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
4994
5079
|
# resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -5622,6 +5707,7 @@ module Aws::MediaLive
|
|
5622
5707
|
# resp.encoder_settings.caption_descriptions[0].language_code #=> String
|
5623
5708
|
# resp.encoder_settings.caption_descriptions[0].language_description #=> String
|
5624
5709
|
# resp.encoder_settings.caption_descriptions[0].name #=> String
|
5710
|
+
# resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
5625
5711
|
# resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
5626
5712
|
# resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
5627
5713
|
# resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -6202,7 +6288,7 @@ module Aws::MediaLive
|
|
6202
6288
|
# pass_through_settings: {
|
6203
6289
|
# },
|
6204
6290
|
# },
|
6205
|
-
# language_code: "
|
6291
|
+
# language_code: "__stringMin1Max35",
|
6206
6292
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
6207
6293
|
# name: "__string", # required
|
6208
6294
|
# remix_settings: {
|
@@ -6337,6 +6423,9 @@ module Aws::MediaLive
|
|
6337
6423
|
# name: "__string", # required
|
6338
6424
|
# },
|
6339
6425
|
# ],
|
6426
|
+
# feature_activations: {
|
6427
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
6428
|
+
# },
|
6340
6429
|
# global_configuration: {
|
6341
6430
|
# initial_audio_gain: 1,
|
6342
6431
|
# input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
|
@@ -7077,6 +7166,7 @@ module Aws::MediaLive
|
|
7077
7166
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
7078
7167
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
7079
7168
|
# resp.channel.encoder_settings.caption_descriptions[0].name #=> String
|
7169
|
+
# resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
7080
7170
|
# resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
7081
7171
|
# resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
7082
7172
|
# resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -7673,6 +7763,7 @@ module Aws::MediaLive
|
|
7673
7763
|
# resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
|
7674
7764
|
# resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
|
7675
7765
|
# resp.channel.encoder_settings.caption_descriptions[0].name #=> String
|
7766
|
+
# resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
|
7676
7767
|
# resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
|
7677
7768
|
# resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
|
7678
7769
|
# resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
|
@@ -8491,7 +8582,7 @@ module Aws::MediaLive
|
|
8491
8582
|
params: params,
|
8492
8583
|
config: config)
|
8493
8584
|
context[:gem_name] = 'aws-sdk-medialive'
|
8494
|
-
context[:gem_version] = '1.
|
8585
|
+
context[:gem_version] = '1.50.0'
|
8495
8586
|
Seahorse::Client::Request.new(handlers, context)
|
8496
8587
|
end
|
8497
8588
|
|
@@ -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:
|
@@ -25,6 +27,7 @@ module Aws::MediaLive
|
|
25
27
|
Ac3LfeFilter = Shapes::StringShape.new(name: 'Ac3LfeFilter')
|
26
28
|
Ac3MetadataControl = Shapes::StringShape.new(name: 'Ac3MetadataControl')
|
27
29
|
Ac3Settings = Shapes::StructureShape.new(name: 'Ac3Settings')
|
30
|
+
AcceptHeader = Shapes::StringShape.new(name: 'AcceptHeader')
|
28
31
|
AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
|
29
32
|
AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
|
30
33
|
ArchiveContainerSettings = Shapes::StructureShape.new(name: 'ArchiveContainerSettings')
|
@@ -89,6 +92,7 @@ module Aws::MediaLive
|
|
89
92
|
ChannelSummary = Shapes::StructureShape.new(name: 'ChannelSummary')
|
90
93
|
ColorSpacePassthroughSettings = Shapes::StructureShape.new(name: 'ColorSpacePassthroughSettings')
|
91
94
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
95
|
+
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
92
96
|
CreateChannel = Shapes::StructureShape.new(name: 'CreateChannel')
|
93
97
|
CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
|
94
98
|
CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
|
@@ -128,6 +132,8 @@ module Aws::MediaLive
|
|
128
132
|
DescribeChannelResponse = Shapes::StructureShape.new(name: 'DescribeChannelResponse')
|
129
133
|
DescribeInputDeviceRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceRequest')
|
130
134
|
DescribeInputDeviceResponse = Shapes::StructureShape.new(name: 'DescribeInputDeviceResponse')
|
135
|
+
DescribeInputDeviceThumbnailRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceThumbnailRequest')
|
136
|
+
DescribeInputDeviceThumbnailResponse = Shapes::StructureShape.new(name: 'DescribeInputDeviceThumbnailResponse')
|
131
137
|
DescribeInputRequest = Shapes::StructureShape.new(name: 'DescribeInputRequest')
|
132
138
|
DescribeInputResponse = Shapes::StructureShape.new(name: 'DescribeInputResponse')
|
133
139
|
DescribeInputSecurityGroupRequest = Shapes::StructureShape.new(name: 'DescribeInputSecurityGroupRequest')
|
@@ -177,6 +183,8 @@ module Aws::MediaLive
|
|
177
183
|
EmbeddedSourceSettings = Shapes::StructureShape.new(name: 'EmbeddedSourceSettings')
|
178
184
|
Empty = Shapes::StructureShape.new(name: 'Empty')
|
179
185
|
EncoderSettings = Shapes::StructureShape.new(name: 'EncoderSettings')
|
186
|
+
FeatureActivations = Shapes::StructureShape.new(name: 'FeatureActivations')
|
187
|
+
FeatureActivationsInputPrepareScheduleActions = Shapes::StringShape.new(name: 'FeatureActivationsInputPrepareScheduleActions')
|
180
188
|
FecOutputIncludeFec = Shapes::StringShape.new(name: 'FecOutputIncludeFec')
|
181
189
|
FecOutputSettings = Shapes::StructureShape.new(name: 'FecOutputSettings')
|
182
190
|
FixedAfd = Shapes::StringShape.new(name: 'FixedAfd')
|
@@ -298,6 +306,7 @@ module Aws::MediaLive
|
|
298
306
|
InputDeviceSettings = Shapes::StructureShape.new(name: 'InputDeviceSettings')
|
299
307
|
InputDeviceState = Shapes::StringShape.new(name: 'InputDeviceState')
|
300
308
|
InputDeviceSummary = Shapes::StructureShape.new(name: 'InputDeviceSummary')
|
309
|
+
InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
|
301
310
|
InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
|
302
311
|
InputFilter = Shapes::StringShape.new(name: 'InputFilter')
|
303
312
|
InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
|
@@ -309,6 +318,7 @@ module Aws::MediaLive
|
|
309
318
|
InputLossImageType = Shapes::StringShape.new(name: 'InputLossImageType')
|
310
319
|
InputMaximumBitrate = Shapes::StringShape.new(name: 'InputMaximumBitrate')
|
311
320
|
InputPreference = Shapes::StringShape.new(name: 'InputPreference')
|
321
|
+
InputPrepareScheduleActionSettings = Shapes::StructureShape.new(name: 'InputPrepareScheduleActionSettings')
|
312
322
|
InputResolution = Shapes::StringShape.new(name: 'InputResolution')
|
313
323
|
InputSecurityGroup = Shapes::StructureShape.new(name: 'InputSecurityGroup')
|
314
324
|
InputSecurityGroupState = Shapes::StringShape.new(name: 'InputSecurityGroupState')
|
@@ -676,10 +686,12 @@ module Aws::MediaLive
|
|
676
686
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
677
687
|
__stringMin1Max255 = Shapes::StringShape.new(name: '__stringMin1Max255')
|
678
688
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
689
|
+
__stringMin1Max35 = Shapes::StringShape.new(name: '__stringMin1Max35')
|
679
690
|
__stringMin32Max32 = Shapes::StringShape.new(name: '__stringMin32Max32')
|
680
691
|
__stringMin34Max34 = Shapes::StringShape.new(name: '__stringMin34Max34')
|
681
692
|
__stringMin3Max3 = Shapes::StringShape.new(name: '__stringMin3Max3')
|
682
693
|
__stringMin6Max6 = Shapes::StringShape.new(name: '__stringMin6Max6')
|
694
|
+
__timestamp = Shapes::TimestampShape.new(name: '__timestamp')
|
683
695
|
__timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
|
684
696
|
__timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
|
685
697
|
|
@@ -738,7 +750,7 @@ module Aws::MediaLive
|
|
738
750
|
AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: AudioType, location_name: "audioType"))
|
739
751
|
AudioDescription.add_member(:audio_type_control, Shapes::ShapeRef.new(shape: AudioDescriptionAudioTypeControl, location_name: "audioTypeControl"))
|
740
752
|
AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
|
741
|
-
AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape:
|
753
|
+
AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __stringMin1Max35, location_name: "languageCode"))
|
742
754
|
AudioDescription.add_member(:language_code_control, Shapes::ShapeRef.new(shape: AudioDescriptionLanguageCodeControl, location_name: "languageCodeControl"))
|
743
755
|
AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
744
756
|
AudioDescription.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
|
@@ -1170,6 +1182,19 @@ module Aws::MediaLive
|
|
1170
1182
|
DescribeInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1171
1183
|
DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
|
1172
1184
|
|
1185
|
+
DescribeInputDeviceThumbnailRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
1186
|
+
DescribeInputDeviceThumbnailRequest.add_member(:accept, Shapes::ShapeRef.new(shape: AcceptHeader, required: true, location: "header", location_name: "accept"))
|
1187
|
+
DescribeInputDeviceThumbnailRequest.struct_class = Types::DescribeInputDeviceThumbnailRequest
|
1188
|
+
|
1189
|
+
DescribeInputDeviceThumbnailResponse.add_member(:body, Shapes::ShapeRef.new(shape: InputDeviceThumbnail, location_name: "body"))
|
1190
|
+
DescribeInputDeviceThumbnailResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location: "header", location_name: "Content-Type"))
|
1191
|
+
DescribeInputDeviceThumbnailResponse.add_member(:content_length, Shapes::ShapeRef.new(shape: __long, location: "header", location_name: "Content-Length"))
|
1192
|
+
DescribeInputDeviceThumbnailResponse.add_member(:etag, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "ETag"))
|
1193
|
+
DescribeInputDeviceThumbnailResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestamp, location: "header", location_name: "Last-Modified"))
|
1194
|
+
DescribeInputDeviceThumbnailResponse.struct_class = Types::DescribeInputDeviceThumbnailResponse
|
1195
|
+
DescribeInputDeviceThumbnailResponse[:payload] = :body
|
1196
|
+
DescribeInputDeviceThumbnailResponse[:payload_member] = DescribeInputDeviceThumbnailResponse.member(:body)
|
1197
|
+
|
1173
1198
|
DescribeInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
|
1174
1199
|
DescribeInputRequest.struct_class = Types::DescribeInputRequest
|
1175
1200
|
|
@@ -1349,6 +1374,7 @@ module Aws::MediaLive
|
|
1349
1374
|
EncoderSettings.add_member(:avail_configuration, Shapes::ShapeRef.new(shape: AvailConfiguration, location_name: "availConfiguration"))
|
1350
1375
|
EncoderSettings.add_member(:blackout_slate, Shapes::ShapeRef.new(shape: BlackoutSlate, location_name: "blackoutSlate"))
|
1351
1376
|
EncoderSettings.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
|
1377
|
+
EncoderSettings.add_member(:feature_activations, Shapes::ShapeRef.new(shape: FeatureActivations, location_name: "featureActivations"))
|
1352
1378
|
EncoderSettings.add_member(:global_configuration, Shapes::ShapeRef.new(shape: GlobalConfiguration, location_name: "globalConfiguration"))
|
1353
1379
|
EncoderSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
|
1354
1380
|
EncoderSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, required: true, location_name: "outputGroups"))
|
@@ -1356,6 +1382,9 @@ module Aws::MediaLive
|
|
1356
1382
|
EncoderSettings.add_member(:video_descriptions, Shapes::ShapeRef.new(shape: __listOfVideoDescription, required: true, location_name: "videoDescriptions"))
|
1357
1383
|
EncoderSettings.struct_class = Types::EncoderSettings
|
1358
1384
|
|
1385
|
+
FeatureActivations.add_member(:input_prepare_schedule_actions, Shapes::ShapeRef.new(shape: FeatureActivationsInputPrepareScheduleActions, location_name: "inputPrepareScheduleActions"))
|
1386
|
+
FeatureActivations.struct_class = Types::FeatureActivations
|
1387
|
+
|
1359
1388
|
FecOutputSettings.add_member(:column_depth, Shapes::ShapeRef.new(shape: __integerMin4Max20, location_name: "columnDepth"))
|
1360
1389
|
FecOutputSettings.add_member(:include_fec, Shapes::ShapeRef.new(shape: FecOutputIncludeFec, location_name: "includeFec"))
|
1361
1390
|
FecOutputSettings.add_member(:row_length, Shapes::ShapeRef.new(shape: __integerMin1Max20, location_name: "rowLength"))
|
@@ -1432,7 +1461,7 @@ module Aws::MediaLive
|
|
1432
1461
|
H264Settings.add_member(:num_ref_frames, Shapes::ShapeRef.new(shape: __integerMin1Max6, location_name: "numRefFrames"))
|
1433
1462
|
H264Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H264ParControl, location_name: "parControl"))
|
1434
1463
|
H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
|
1435
|
-
H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape:
|
1464
|
+
H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parNumerator"))
|
1436
1465
|
H264Settings.add_member(:profile, Shapes::ShapeRef.new(shape: H264Profile, location_name: "profile"))
|
1437
1466
|
H264Settings.add_member(:quality_level, Shapes::ShapeRef.new(shape: H264QualityLevel, location_name: "qualityLevel"))
|
1438
1467
|
H264Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
@@ -1702,6 +1731,11 @@ module Aws::MediaLive
|
|
1702
1731
|
InputLossBehavior.add_member(:repeat_frame_msec, Shapes::ShapeRef.new(shape: __integerMin0Max1000000, location_name: "repeatFrameMsec"))
|
1703
1732
|
InputLossBehavior.struct_class = Types::InputLossBehavior
|
1704
1733
|
|
1734
|
+
InputPrepareScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, location_name: "inputAttachmentNameReference"))
|
1735
|
+
InputPrepareScheduleActionSettings.add_member(:input_clipping_settings, Shapes::ShapeRef.new(shape: InputClippingSettings, location_name: "inputClippingSettings"))
|
1736
|
+
InputPrepareScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
|
1737
|
+
InputPrepareScheduleActionSettings.struct_class = Types::InputPrepareScheduleActionSettings
|
1738
|
+
|
1705
1739
|
InputSecurityGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1706
1740
|
InputSecurityGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1707
1741
|
InputSecurityGroup.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputs"))
|
@@ -2271,6 +2305,7 @@ module Aws::MediaLive
|
|
2271
2305
|
|
2272
2306
|
ScheduleActionSettings.add_member(:hls_id_3_segment_tagging_settings, Shapes::ShapeRef.new(shape: HlsId3SegmentTaggingScheduleActionSettings, location_name: "hlsId3SegmentTaggingSettings"))
|
2273
2307
|
ScheduleActionSettings.add_member(:hls_timed_metadata_settings, Shapes::ShapeRef.new(shape: HlsTimedMetadataScheduleActionSettings, location_name: "hlsTimedMetadataSettings"))
|
2308
|
+
ScheduleActionSettings.add_member(:input_prepare_settings, Shapes::ShapeRef.new(shape: InputPrepareScheduleActionSettings, location_name: "inputPrepareSettings"))
|
2274
2309
|
ScheduleActionSettings.add_member(:input_switch_settings, Shapes::ShapeRef.new(shape: InputSwitchScheduleActionSettings, location_name: "inputSwitchSettings"))
|
2275
2310
|
ScheduleActionSettings.add_member(:pause_state_settings, Shapes::ShapeRef.new(shape: PauseStateScheduleActionSettings, location_name: "pauseStateSettings"))
|
2276
2311
|
ScheduleActionSettings.add_member(:scte_35_return_to_network_settings, Shapes::ShapeRef.new(shape: Scte35ReturnToNetworkScheduleActionSettings, location_name: "scte35ReturnToNetworkSettings"))
|
@@ -3040,6 +3075,21 @@ module Aws::MediaLive
|
|
3040
3075
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3041
3076
|
end)
|
3042
3077
|
|
3078
|
+
api.add_operation(:describe_input_device_thumbnail, Seahorse::Model::Operation.new.tap do |o|
|
3079
|
+
o.name = "DescribeInputDeviceThumbnail"
|
3080
|
+
o.http_method = "GET"
|
3081
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/thumbnailData"
|
3082
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInputDeviceThumbnailRequest)
|
3083
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeInputDeviceThumbnailResponse)
|
3084
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3085
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3086
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3087
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3088
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3089
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3090
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3091
|
+
end)
|
3092
|
+
|
3043
3093
|
api.add_operation(:describe_input_security_group, Seahorse::Model::Operation.new.tap do |o|
|
3044
3094
|
o.name = "DescribeInputSecurityGroup"
|
3045
3095
|
o.http_method = "GET"
|
@@ -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:
|
@@ -88,6 +90,7 @@ module Aws::MediaLive
|
|
88
90
|
:sample_rate,
|
89
91
|
:spec,
|
90
92
|
:vbr_quality)
|
93
|
+
SENSITIVE = []
|
91
94
|
include Aws::Structure
|
92
95
|
end
|
93
96
|
|
@@ -152,6 +155,7 @@ module Aws::MediaLive
|
|
152
155
|
:drc_profile,
|
153
156
|
:lfe_filter,
|
154
157
|
:metadata_control)
|
158
|
+
SENSITIVE = []
|
155
159
|
include Aws::Structure
|
156
160
|
end
|
157
161
|
|
@@ -162,6 +166,7 @@ module Aws::MediaLive
|
|
162
166
|
#
|
163
167
|
class AccessDenied < Struct.new(
|
164
168
|
:message)
|
169
|
+
SENSITIVE = []
|
165
170
|
include Aws::Structure
|
166
171
|
end
|
167
172
|
|
@@ -241,6 +246,7 @@ module Aws::MediaLive
|
|
241
246
|
#
|
242
247
|
class ArchiveContainerSettings < Struct.new(
|
243
248
|
:m2ts_settings)
|
249
|
+
SENSITIVE = []
|
244
250
|
include Aws::Structure
|
245
251
|
end
|
246
252
|
|
@@ -270,6 +276,7 @@ module Aws::MediaLive
|
|
270
276
|
class ArchiveGroupSettings < Struct.new(
|
271
277
|
:destination,
|
272
278
|
:rollover_interval)
|
279
|
+
SENSITIVE = []
|
273
280
|
include Aws::Structure
|
274
281
|
end
|
275
282
|
|
@@ -365,6 +372,7 @@ module Aws::MediaLive
|
|
365
372
|
:container_settings,
|
366
373
|
:extension,
|
367
374
|
:name_modifier)
|
375
|
+
SENSITIVE = []
|
368
376
|
include Aws::Structure
|
369
377
|
end
|
370
378
|
|
@@ -413,6 +421,7 @@ module Aws::MediaLive
|
|
413
421
|
class AudioChannelMapping < Struct.new(
|
414
422
|
:input_channel_levels,
|
415
423
|
:output_channel)
|
424
|
+
SENSITIVE = []
|
416
425
|
include Aws::Structure
|
417
426
|
end
|
418
427
|
|
@@ -501,6 +510,7 @@ module Aws::MediaLive
|
|
501
510
|
:eac_3_settings,
|
502
511
|
:mp_2_settings,
|
503
512
|
:pass_through_settings)
|
513
|
+
SENSITIVE = []
|
504
514
|
include Aws::Structure
|
505
515
|
end
|
506
516
|
|
@@ -569,7 +579,7 @@ module Aws::MediaLive
|
|
569
579
|
# pass_through_settings: {
|
570
580
|
# },
|
571
581
|
# },
|
572
|
-
# language_code: "
|
582
|
+
# language_code: "__stringMin1Max35",
|
573
583
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
574
584
|
# name: "__string", # required
|
575
585
|
# remix_settings: {
|
@@ -618,9 +628,9 @@ module Aws::MediaLive
|
|
618
628
|
# @return [Types::AudioCodecSettings]
|
619
629
|
#
|
620
630
|
# @!attribute [rw] language_code
|
621
|
-
#
|
622
|
-
# languageControlMode is useConfigured, or there
|
623
|
-
# language code specified in the input.
|
631
|
+
# RFC 5646 language code representing the language of the audio output
|
632
|
+
# track. Only used if languageControlMode is useConfigured, or there
|
633
|
+
# is no ISO 639 language code specified in the input.
|
624
634
|
# @return [String]
|
625
635
|
#
|
626
636
|
# @!attribute [rw] language_code_control
|
@@ -660,6 +670,7 @@ module Aws::MediaLive
|
|
660
670
|
:name,
|
661
671
|
:remix_settings,
|
662
672
|
:stream_name)
|
673
|
+
SENSITIVE = []
|
663
674
|
include Aws::Structure
|
664
675
|
end
|
665
676
|
|
@@ -693,6 +704,7 @@ module Aws::MediaLive
|
|
693
704
|
class AudioLanguageSelection < Struct.new(
|
694
705
|
:language_code,
|
695
706
|
:language_selection_policy)
|
707
|
+
SENSITIVE = []
|
696
708
|
include Aws::Structure
|
697
709
|
end
|
698
710
|
|
@@ -731,6 +743,7 @@ module Aws::MediaLive
|
|
731
743
|
:algorithm,
|
732
744
|
:algorithm_control,
|
733
745
|
:target_lkfs)
|
746
|
+
SENSITIVE = []
|
734
747
|
include Aws::Structure
|
735
748
|
end
|
736
749
|
|
@@ -788,6 +801,7 @@ module Aws::MediaLive
|
|
788
801
|
:audio_only_image,
|
789
802
|
:audio_track_type,
|
790
803
|
:segment_type)
|
804
|
+
SENSITIVE = []
|
791
805
|
include Aws::Structure
|
792
806
|
end
|
793
807
|
|
@@ -808,6 +822,7 @@ module Aws::MediaLive
|
|
808
822
|
#
|
809
823
|
class AudioPidSelection < Struct.new(
|
810
824
|
:pid)
|
825
|
+
SENSITIVE = []
|
811
826
|
include Aws::Structure
|
812
827
|
end
|
813
828
|
|
@@ -851,6 +866,7 @@ module Aws::MediaLive
|
|
851
866
|
class AudioSelector < Struct.new(
|
852
867
|
:name,
|
853
868
|
:selector_settings)
|
869
|
+
SENSITIVE = []
|
854
870
|
include Aws::Structure
|
855
871
|
end
|
856
872
|
|
@@ -894,6 +910,7 @@ module Aws::MediaLive
|
|
894
910
|
:audio_language_selection,
|
895
911
|
:audio_pid_selection,
|
896
912
|
:audio_track_selection)
|
913
|
+
SENSITIVE = []
|
897
914
|
include Aws::Structure
|
898
915
|
end
|
899
916
|
|
@@ -914,6 +931,7 @@ module Aws::MediaLive
|
|
914
931
|
#
|
915
932
|
class AudioTrack < Struct.new(
|
916
933
|
:track)
|
934
|
+
SENSITIVE = []
|
917
935
|
include Aws::Structure
|
918
936
|
end
|
919
937
|
|
@@ -938,6 +956,7 @@ module Aws::MediaLive
|
|
938
956
|
#
|
939
957
|
class AudioTrackSelection < Struct.new(
|
940
958
|
:tracks)
|
959
|
+
SENSITIVE = []
|
941
960
|
include Aws::Structure
|
942
961
|
end
|
943
962
|
|
@@ -966,6 +985,7 @@ module Aws::MediaLive
|
|
966
985
|
class AutomaticInputFailoverSettings < Struct.new(
|
967
986
|
:input_preference,
|
968
987
|
:secondary_input_id)
|
988
|
+
SENSITIVE = []
|
969
989
|
include Aws::Structure
|
970
990
|
end
|
971
991
|
|
@@ -998,6 +1018,7 @@ module Aws::MediaLive
|
|
998
1018
|
class AvailBlanking < Struct.new(
|
999
1019
|
:avail_blanking_image,
|
1000
1020
|
:state)
|
1021
|
+
SENSITIVE = []
|
1001
1022
|
include Aws::Structure
|
1002
1023
|
end
|
1003
1024
|
|
@@ -1029,6 +1050,7 @@ module Aws::MediaLive
|
|
1029
1050
|
#
|
1030
1051
|
class AvailConfiguration < Struct.new(
|
1031
1052
|
:avail_settings)
|
1053
|
+
SENSITIVE = []
|
1032
1054
|
include Aws::Structure
|
1033
1055
|
end
|
1034
1056
|
|
@@ -1063,6 +1085,7 @@ module Aws::MediaLive
|
|
1063
1085
|
class AvailSettings < Struct.new(
|
1064
1086
|
:scte_35_splice_insert,
|
1065
1087
|
:scte_35_time_signal_apos)
|
1088
|
+
SENSITIVE = []
|
1066
1089
|
include Aws::Structure
|
1067
1090
|
end
|
1068
1091
|
|
@@ -1073,6 +1096,7 @@ module Aws::MediaLive
|
|
1073
1096
|
#
|
1074
1097
|
class BadGatewayException < Struct.new(
|
1075
1098
|
:message)
|
1099
|
+
SENSITIVE = []
|
1076
1100
|
include Aws::Structure
|
1077
1101
|
end
|
1078
1102
|
|
@@ -1083,6 +1107,7 @@ module Aws::MediaLive
|
|
1083
1107
|
#
|
1084
1108
|
class BadRequestException < Struct.new(
|
1085
1109
|
:message)
|
1110
|
+
SENSITIVE = []
|
1086
1111
|
include Aws::Structure
|
1087
1112
|
end
|
1088
1113
|
|
@@ -1103,6 +1128,20 @@ module Aws::MediaLive
|
|
1103
1128
|
# hls_timed_metadata_settings: {
|
1104
1129
|
# id_3: "__string", # required
|
1105
1130
|
# },
|
1131
|
+
# input_prepare_settings: {
|
1132
|
+
# input_attachment_name_reference: "__string",
|
1133
|
+
# input_clipping_settings: {
|
1134
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
1135
|
+
# start_timecode: {
|
1136
|
+
# timecode: "__string",
|
1137
|
+
# },
|
1138
|
+
# stop_timecode: {
|
1139
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
1140
|
+
# timecode: "__string",
|
1141
|
+
# },
|
1142
|
+
# },
|
1143
|
+
# url_path: ["__string"],
|
1144
|
+
# },
|
1106
1145
|
# input_switch_settings: {
|
1107
1146
|
# input_attachment_name_reference: "__string", # required
|
1108
1147
|
# input_clipping_settings: {
|
@@ -1201,6 +1240,7 @@ module Aws::MediaLive
|
|
1201
1240
|
#
|
1202
1241
|
class BatchScheduleActionCreateRequest < Struct.new(
|
1203
1242
|
:schedule_actions)
|
1243
|
+
SENSITIVE = []
|
1204
1244
|
include Aws::Structure
|
1205
1245
|
end
|
1206
1246
|
|
@@ -1214,6 +1254,7 @@ module Aws::MediaLive
|
|
1214
1254
|
#
|
1215
1255
|
class BatchScheduleActionCreateResult < Struct.new(
|
1216
1256
|
:schedule_actions)
|
1257
|
+
SENSITIVE = []
|
1217
1258
|
include Aws::Structure
|
1218
1259
|
end
|
1219
1260
|
|
@@ -1234,6 +1275,7 @@ module Aws::MediaLive
|
|
1234
1275
|
#
|
1235
1276
|
class BatchScheduleActionDeleteRequest < Struct.new(
|
1236
1277
|
:action_names)
|
1278
|
+
SENSITIVE = []
|
1237
1279
|
include Aws::Structure
|
1238
1280
|
end
|
1239
1281
|
|
@@ -1247,6 +1289,7 @@ module Aws::MediaLive
|
|
1247
1289
|
#
|
1248
1290
|
class BatchScheduleActionDeleteResult < Struct.new(
|
1249
1291
|
:schedule_actions)
|
1292
|
+
SENSITIVE = []
|
1250
1293
|
include Aws::Structure
|
1251
1294
|
end
|
1252
1295
|
|
@@ -1270,6 +1313,20 @@ module Aws::MediaLive
|
|
1270
1313
|
# hls_timed_metadata_settings: {
|
1271
1314
|
# id_3: "__string", # required
|
1272
1315
|
# },
|
1316
|
+
# input_prepare_settings: {
|
1317
|
+
# input_attachment_name_reference: "__string",
|
1318
|
+
# input_clipping_settings: {
|
1319
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
1320
|
+
# start_timecode: {
|
1321
|
+
# timecode: "__string",
|
1322
|
+
# },
|
1323
|
+
# stop_timecode: {
|
1324
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
1325
|
+
# timecode: "__string",
|
1326
|
+
# },
|
1327
|
+
# },
|
1328
|
+
# url_path: ["__string"],
|
1329
|
+
# },
|
1273
1330
|
# input_switch_settings: {
|
1274
1331
|
# input_attachment_name_reference: "__string", # required
|
1275
1332
|
# input_clipping_settings: {
|
@@ -1381,6 +1438,7 @@ module Aws::MediaLive
|
|
1381
1438
|
:channel_id,
|
1382
1439
|
:creates,
|
1383
1440
|
:deletes)
|
1441
|
+
SENSITIVE = []
|
1384
1442
|
include Aws::Structure
|
1385
1443
|
end
|
1386
1444
|
|
@@ -1397,6 +1455,7 @@ module Aws::MediaLive
|
|
1397
1455
|
class BatchUpdateScheduleResponse < Struct.new(
|
1398
1456
|
:creates,
|
1399
1457
|
:deletes)
|
1458
|
+
SENSITIVE = []
|
1400
1459
|
include Aws::Structure
|
1401
1460
|
end
|
1402
1461
|
|
@@ -1415,6 +1474,7 @@ module Aws::MediaLive
|
|
1415
1474
|
class BatchUpdateScheduleResult < Struct.new(
|
1416
1475
|
:creates,
|
1417
1476
|
:deletes)
|
1477
|
+
SENSITIVE = []
|
1418
1478
|
include Aws::Structure
|
1419
1479
|
end
|
1420
1480
|
|
@@ -1477,6 +1537,7 @@ module Aws::MediaLive
|
|
1477
1537
|
:network_end_blackout_image,
|
1478
1538
|
:network_id,
|
1479
1539
|
:state)
|
1540
|
+
SENSITIVE = []
|
1480
1541
|
include Aws::Structure
|
1481
1542
|
end
|
1482
1543
|
|
@@ -1648,6 +1709,7 @@ module Aws::MediaLive
|
|
1648
1709
|
:teletext_grid_control,
|
1649
1710
|
:x_position,
|
1650
1711
|
:y_position)
|
1712
|
+
SENSITIVE = []
|
1651
1713
|
include Aws::Structure
|
1652
1714
|
end
|
1653
1715
|
|
@@ -1765,6 +1827,7 @@ module Aws::MediaLive
|
|
1765
1827
|
:language_code,
|
1766
1828
|
:language_description,
|
1767
1829
|
:name)
|
1830
|
+
SENSITIVE = []
|
1768
1831
|
include Aws::Structure
|
1769
1832
|
end
|
1770
1833
|
|
@@ -1906,6 +1969,7 @@ module Aws::MediaLive
|
|
1906
1969
|
:teletext_destination_settings,
|
1907
1970
|
:ttml_destination_settings,
|
1908
1971
|
:webvtt_destination_settings)
|
1972
|
+
SENSITIVE = []
|
1909
1973
|
include Aws::Structure
|
1910
1974
|
end
|
1911
1975
|
|
@@ -1942,6 +2006,7 @@ module Aws::MediaLive
|
|
1942
2006
|
:caption_channel,
|
1943
2007
|
:language_code,
|
1944
2008
|
:language_description)
|
2009
|
+
SENSITIVE = []
|
1945
2010
|
include Aws::Structure
|
1946
2011
|
end
|
1947
2012
|
|
@@ -2000,6 +2065,7 @@ module Aws::MediaLive
|
|
2000
2065
|
:language_code,
|
2001
2066
|
:name,
|
2002
2067
|
:selector_settings)
|
2068
|
+
SENSITIVE = []
|
2003
2069
|
include Aws::Structure
|
2004
2070
|
end
|
2005
2071
|
|
@@ -2065,6 +2131,7 @@ module Aws::MediaLive
|
|
2065
2131
|
:scte_20_source_settings,
|
2066
2132
|
:scte_27_source_settings,
|
2067
2133
|
:teletext_source_settings)
|
2134
|
+
SENSITIVE = []
|
2068
2135
|
include Aws::Structure
|
2069
2136
|
end
|
2070
2137
|
|
@@ -2148,6 +2215,7 @@ module Aws::MediaLive
|
|
2148
2215
|
:role_arn,
|
2149
2216
|
:state,
|
2150
2217
|
:tags)
|
2218
|
+
SENSITIVE = []
|
2151
2219
|
include Aws::Structure
|
2152
2220
|
end
|
2153
2221
|
|
@@ -2163,6 +2231,7 @@ module Aws::MediaLive
|
|
2163
2231
|
class ChannelConfigurationValidationError < Struct.new(
|
2164
2232
|
:message,
|
2165
2233
|
:validation_errors)
|
2234
|
+
SENSITIVE = []
|
2166
2235
|
include Aws::Structure
|
2167
2236
|
end
|
2168
2237
|
|
@@ -2174,6 +2243,7 @@ module Aws::MediaLive
|
|
2174
2243
|
#
|
2175
2244
|
class ChannelEgressEndpoint < Struct.new(
|
2176
2245
|
:source_ip)
|
2246
|
+
SENSITIVE = []
|
2177
2247
|
include Aws::Structure
|
2178
2248
|
end
|
2179
2249
|
|
@@ -2247,6 +2317,7 @@ module Aws::MediaLive
|
|
2247
2317
|
:role_arn,
|
2248
2318
|
:state,
|
2249
2319
|
:tags)
|
2320
|
+
SENSITIVE = []
|
2250
2321
|
include Aws::Structure
|
2251
2322
|
end
|
2252
2323
|
|
@@ -2265,6 +2336,7 @@ module Aws::MediaLive
|
|
2265
2336
|
#
|
2266
2337
|
class ConflictException < Struct.new(
|
2267
2338
|
:message)
|
2339
|
+
SENSITIVE = []
|
2268
2340
|
include Aws::Structure
|
2269
2341
|
end
|
2270
2342
|
|
@@ -2329,6 +2401,7 @@ module Aws::MediaLive
|
|
2329
2401
|
:reserved,
|
2330
2402
|
:role_arn,
|
2331
2403
|
:tags)
|
2404
|
+
SENSITIVE = []
|
2332
2405
|
include Aws::Structure
|
2333
2406
|
end
|
2334
2407
|
|
@@ -2421,7 +2494,7 @@ module Aws::MediaLive
|
|
2421
2494
|
# pass_through_settings: {
|
2422
2495
|
# },
|
2423
2496
|
# },
|
2424
|
-
# language_code: "
|
2497
|
+
# language_code: "__stringMin1Max35",
|
2425
2498
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
2426
2499
|
# name: "__string", # required
|
2427
2500
|
# remix_settings: {
|
@@ -2556,6 +2629,9 @@ module Aws::MediaLive
|
|
2556
2629
|
# name: "__string", # required
|
2557
2630
|
# },
|
2558
2631
|
# ],
|
2632
|
+
# feature_activations: {
|
2633
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
2634
|
+
# },
|
2559
2635
|
# global_configuration: {
|
2560
2636
|
# initial_audio_gain: 1,
|
2561
2637
|
# input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
|
@@ -3217,6 +3293,7 @@ module Aws::MediaLive
|
|
3217
3293
|
:reserved,
|
3218
3294
|
:role_arn,
|
3219
3295
|
:tags)
|
3296
|
+
SENSITIVE = []
|
3220
3297
|
include Aws::Structure
|
3221
3298
|
end
|
3222
3299
|
|
@@ -3227,6 +3304,7 @@ module Aws::MediaLive
|
|
3227
3304
|
#
|
3228
3305
|
class CreateChannelResponse < Struct.new(
|
3229
3306
|
:channel)
|
3307
|
+
SENSITIVE = []
|
3230
3308
|
include Aws::Structure
|
3231
3309
|
end
|
3232
3310
|
|
@@ -3237,6 +3315,7 @@ module Aws::MediaLive
|
|
3237
3315
|
#
|
3238
3316
|
class CreateChannelResultModel < Struct.new(
|
3239
3317
|
:channel)
|
3318
|
+
SENSITIVE = []
|
3240
3319
|
include Aws::Structure
|
3241
3320
|
end
|
3242
3321
|
|
@@ -3309,6 +3388,7 @@ module Aws::MediaLive
|
|
3309
3388
|
:tags,
|
3310
3389
|
:type,
|
3311
3390
|
:vpc)
|
3391
|
+
SENSITIVE = []
|
3312
3392
|
include Aws::Structure
|
3313
3393
|
end
|
3314
3394
|
|
@@ -3406,6 +3486,7 @@ module Aws::MediaLive
|
|
3406
3486
|
:tags,
|
3407
3487
|
:type,
|
3408
3488
|
:vpc)
|
3489
|
+
SENSITIVE = []
|
3409
3490
|
include Aws::Structure
|
3410
3491
|
end
|
3411
3492
|
|
@@ -3416,6 +3497,7 @@ module Aws::MediaLive
|
|
3416
3497
|
#
|
3417
3498
|
class CreateInputResponse < Struct.new(
|
3418
3499
|
:input)
|
3500
|
+
SENSITIVE = []
|
3419
3501
|
include Aws::Structure
|
3420
3502
|
end
|
3421
3503
|
|
@@ -3426,6 +3508,7 @@ module Aws::MediaLive
|
|
3426
3508
|
#
|
3427
3509
|
class CreateInputResultModel < Struct.new(
|
3428
3510
|
:input)
|
3511
|
+
SENSITIVE = []
|
3429
3512
|
include Aws::Structure
|
3430
3513
|
end
|
3431
3514
|
|
@@ -3454,6 +3537,7 @@ module Aws::MediaLive
|
|
3454
3537
|
class CreateInputSecurityGroupRequest < Struct.new(
|
3455
3538
|
:tags,
|
3456
3539
|
:whitelist_rules)
|
3540
|
+
SENSITIVE = []
|
3457
3541
|
include Aws::Structure
|
3458
3542
|
end
|
3459
3543
|
|
@@ -3465,6 +3549,7 @@ module Aws::MediaLive
|
|
3465
3549
|
#
|
3466
3550
|
class CreateInputSecurityGroupResponse < Struct.new(
|
3467
3551
|
:security_group)
|
3552
|
+
SENSITIVE = []
|
3468
3553
|
include Aws::Structure
|
3469
3554
|
end
|
3470
3555
|
|
@@ -3476,6 +3561,7 @@ module Aws::MediaLive
|
|
3476
3561
|
#
|
3477
3562
|
class CreateInputSecurityGroupResultModel < Struct.new(
|
3478
3563
|
:security_group)
|
3564
|
+
SENSITIVE = []
|
3479
3565
|
include Aws::Structure
|
3480
3566
|
end
|
3481
3567
|
|
@@ -3509,6 +3595,7 @@ module Aws::MediaLive
|
|
3509
3595
|
:name,
|
3510
3596
|
:request_id,
|
3511
3597
|
:tags)
|
3598
|
+
SENSITIVE = []
|
3512
3599
|
include Aws::Structure
|
3513
3600
|
end
|
3514
3601
|
|
@@ -3531,6 +3618,7 @@ module Aws::MediaLive
|
|
3531
3618
|
:multiplex_program_settings,
|
3532
3619
|
:program_name,
|
3533
3620
|
:request_id)
|
3621
|
+
SENSITIVE = []
|
3534
3622
|
include Aws::Structure
|
3535
3623
|
end
|
3536
3624
|
|
@@ -3580,6 +3668,7 @@ module Aws::MediaLive
|
|
3580
3668
|
:multiplex_program_settings,
|
3581
3669
|
:program_name,
|
3582
3670
|
:request_id)
|
3671
|
+
SENSITIVE = []
|
3583
3672
|
include Aws::Structure
|
3584
3673
|
end
|
3585
3674
|
|
@@ -3591,6 +3680,7 @@ module Aws::MediaLive
|
|
3591
3680
|
#
|
3592
3681
|
class CreateMultiplexProgramResponse < Struct.new(
|
3593
3682
|
:multiplex_program)
|
3683
|
+
SENSITIVE = []
|
3594
3684
|
include Aws::Structure
|
3595
3685
|
end
|
3596
3686
|
|
@@ -3602,6 +3692,7 @@ module Aws::MediaLive
|
|
3602
3692
|
#
|
3603
3693
|
class CreateMultiplexProgramResultModel < Struct.new(
|
3604
3694
|
:multiplex_program)
|
3695
|
+
SENSITIVE = []
|
3605
3696
|
include Aws::Structure
|
3606
3697
|
end
|
3607
3698
|
|
@@ -3649,6 +3740,7 @@ module Aws::MediaLive
|
|
3649
3740
|
:name,
|
3650
3741
|
:request_id,
|
3651
3742
|
:tags)
|
3743
|
+
SENSITIVE = []
|
3652
3744
|
include Aws::Structure
|
3653
3745
|
end
|
3654
3746
|
|
@@ -3660,6 +3752,7 @@ module Aws::MediaLive
|
|
3660
3752
|
#
|
3661
3753
|
class CreateMultiplexResponse < Struct.new(
|
3662
3754
|
:multiplex)
|
3755
|
+
SENSITIVE = []
|
3663
3756
|
include Aws::Structure
|
3664
3757
|
end
|
3665
3758
|
|
@@ -3671,6 +3764,7 @@ module Aws::MediaLive
|
|
3671
3764
|
#
|
3672
3765
|
class CreateMultiplexResultModel < Struct.new(
|
3673
3766
|
:multiplex)
|
3767
|
+
SENSITIVE = []
|
3674
3768
|
include Aws::Structure
|
3675
3769
|
end
|
3676
3770
|
|
@@ -3695,6 +3789,7 @@ module Aws::MediaLive
|
|
3695
3789
|
class CreateTagsRequest < Struct.new(
|
3696
3790
|
:resource_arn,
|
3697
3791
|
:tags)
|
3792
|
+
SENSITIVE = []
|
3698
3793
|
include Aws::Structure
|
3699
3794
|
end
|
3700
3795
|
|
@@ -3712,6 +3807,7 @@ module Aws::MediaLive
|
|
3712
3807
|
#
|
3713
3808
|
class DeleteChannelRequest < Struct.new(
|
3714
3809
|
:channel_id)
|
3810
|
+
SENSITIVE = []
|
3715
3811
|
include Aws::Structure
|
3716
3812
|
end
|
3717
3813
|
|
@@ -3782,6 +3878,7 @@ module Aws::MediaLive
|
|
3782
3878
|
:role_arn,
|
3783
3879
|
:state,
|
3784
3880
|
:tags)
|
3881
|
+
SENSITIVE = []
|
3785
3882
|
include Aws::Structure
|
3786
3883
|
end
|
3787
3884
|
|
@@ -3799,6 +3896,7 @@ module Aws::MediaLive
|
|
3799
3896
|
#
|
3800
3897
|
class DeleteInputRequest < Struct.new(
|
3801
3898
|
:input_id)
|
3899
|
+
SENSITIVE = []
|
3802
3900
|
include Aws::Structure
|
3803
3901
|
end
|
3804
3902
|
|
@@ -3820,6 +3918,7 @@ module Aws::MediaLive
|
|
3820
3918
|
#
|
3821
3919
|
class DeleteInputSecurityGroupRequest < Struct.new(
|
3822
3920
|
:input_security_group_id)
|
3921
|
+
SENSITIVE = []
|
3823
3922
|
include Aws::Structure
|
3824
3923
|
end
|
3825
3924
|
|
@@ -3846,6 +3945,7 @@ module Aws::MediaLive
|
|
3846
3945
|
class DeleteMultiplexProgramRequest < Struct.new(
|
3847
3946
|
:multiplex_id,
|
3848
3947
|
:program_name)
|
3948
|
+
SENSITIVE = []
|
3849
3949
|
include Aws::Structure
|
3850
3950
|
end
|
3851
3951
|
|
@@ -3870,6 +3970,7 @@ module Aws::MediaLive
|
|
3870
3970
|
:multiplex_program_settings,
|
3871
3971
|
:packet_identifiers_map,
|
3872
3972
|
:program_name)
|
3973
|
+
SENSITIVE = []
|
3873
3974
|
include Aws::Structure
|
3874
3975
|
end
|
3875
3976
|
|
@@ -3887,6 +3988,7 @@ module Aws::MediaLive
|
|
3887
3988
|
#
|
3888
3989
|
class DeleteMultiplexRequest < Struct.new(
|
3889
3990
|
:multiplex_id)
|
3991
|
+
SENSITIVE = []
|
3890
3992
|
include Aws::Structure
|
3891
3993
|
end
|
3892
3994
|
|
@@ -3935,6 +4037,7 @@ module Aws::MediaLive
|
|
3935
4037
|
:program_count,
|
3936
4038
|
:state,
|
3937
4039
|
:tags)
|
4040
|
+
SENSITIVE = []
|
3938
4041
|
include Aws::Structure
|
3939
4042
|
end
|
3940
4043
|
|
@@ -3952,6 +4055,7 @@ module Aws::MediaLive
|
|
3952
4055
|
#
|
3953
4056
|
class DeleteReservationRequest < Struct.new(
|
3954
4057
|
:reservation_id)
|
4058
|
+
SENSITIVE = []
|
3955
4059
|
include Aws::Structure
|
3956
4060
|
end
|
3957
4061
|
|
@@ -4034,6 +4138,7 @@ module Aws::MediaLive
|
|
4034
4138
|
:state,
|
4035
4139
|
:tags,
|
4036
4140
|
:usage_price)
|
4141
|
+
SENSITIVE = []
|
4037
4142
|
include Aws::Structure
|
4038
4143
|
end
|
4039
4144
|
|
@@ -4051,6 +4156,7 @@ module Aws::MediaLive
|
|
4051
4156
|
#
|
4052
4157
|
class DeleteScheduleRequest < Struct.new(
|
4053
4158
|
:channel_id)
|
4159
|
+
SENSITIVE = []
|
4054
4160
|
include Aws::Structure
|
4055
4161
|
end
|
4056
4162
|
|
@@ -4077,6 +4183,7 @@ module Aws::MediaLive
|
|
4077
4183
|
class DeleteTagsRequest < Struct.new(
|
4078
4184
|
:resource_arn,
|
4079
4185
|
:tag_keys)
|
4186
|
+
SENSITIVE = []
|
4080
4187
|
include Aws::Structure
|
4081
4188
|
end
|
4082
4189
|
|
@@ -4094,6 +4201,7 @@ module Aws::MediaLive
|
|
4094
4201
|
#
|
4095
4202
|
class DescribeChannelRequest < Struct.new(
|
4096
4203
|
:channel_id)
|
4204
|
+
SENSITIVE = []
|
4097
4205
|
include Aws::Structure
|
4098
4206
|
end
|
4099
4207
|
|
@@ -4164,6 +4272,7 @@ module Aws::MediaLive
|
|
4164
4272
|
:role_arn,
|
4165
4273
|
:state,
|
4166
4274
|
:tags)
|
4275
|
+
SENSITIVE = []
|
4167
4276
|
include Aws::Structure
|
4168
4277
|
end
|
4169
4278
|
|
@@ -4181,6 +4290,7 @@ module Aws::MediaLive
|
|
4181
4290
|
#
|
4182
4291
|
class DescribeInputDeviceRequest < Struct.new(
|
4183
4292
|
:input_device_id)
|
4293
|
+
SENSITIVE = []
|
4184
4294
|
include Aws::Structure
|
4185
4295
|
end
|
4186
4296
|
|
@@ -4239,6 +4349,58 @@ module Aws::MediaLive
|
|
4239
4349
|
:network_settings,
|
4240
4350
|
:serial_number,
|
4241
4351
|
:type)
|
4352
|
+
SENSITIVE = []
|
4353
|
+
include Aws::Structure
|
4354
|
+
end
|
4355
|
+
|
4356
|
+
# @note When making an API call, you may pass DescribeInputDeviceThumbnailRequest
|
4357
|
+
# data as a hash:
|
4358
|
+
#
|
4359
|
+
# {
|
4360
|
+
# input_device_id: "__string", # required
|
4361
|
+
# accept: "image/jpeg", # required, accepts image/jpeg
|
4362
|
+
# }
|
4363
|
+
#
|
4364
|
+
# @!attribute [rw] input_device_id
|
4365
|
+
# @return [String]
|
4366
|
+
#
|
4367
|
+
# @!attribute [rw] accept
|
4368
|
+
# Accept Header
|
4369
|
+
# @return [String]
|
4370
|
+
#
|
4371
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnailRequest AWS API Documentation
|
4372
|
+
#
|
4373
|
+
class DescribeInputDeviceThumbnailRequest < Struct.new(
|
4374
|
+
:input_device_id,
|
4375
|
+
:accept)
|
4376
|
+
SENSITIVE = []
|
4377
|
+
include Aws::Structure
|
4378
|
+
end
|
4379
|
+
|
4380
|
+
# @!attribute [rw] body
|
4381
|
+
# @return [IO]
|
4382
|
+
#
|
4383
|
+
# @!attribute [rw] content_type
|
4384
|
+
# @return [String]
|
4385
|
+
#
|
4386
|
+
# @!attribute [rw] content_length
|
4387
|
+
# @return [Integer]
|
4388
|
+
#
|
4389
|
+
# @!attribute [rw] etag
|
4390
|
+
# @return [String]
|
4391
|
+
#
|
4392
|
+
# @!attribute [rw] last_modified
|
4393
|
+
# @return [Time]
|
4394
|
+
#
|
4395
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnailResponse AWS API Documentation
|
4396
|
+
#
|
4397
|
+
class DescribeInputDeviceThumbnailResponse < Struct.new(
|
4398
|
+
:body,
|
4399
|
+
:content_type,
|
4400
|
+
:content_length,
|
4401
|
+
:etag,
|
4402
|
+
:last_modified)
|
4403
|
+
SENSITIVE = []
|
4242
4404
|
include Aws::Structure
|
4243
4405
|
end
|
4244
4406
|
|
@@ -4256,6 +4418,7 @@ module Aws::MediaLive
|
|
4256
4418
|
#
|
4257
4419
|
class DescribeInputRequest < Struct.new(
|
4258
4420
|
:input_id)
|
4421
|
+
SENSITIVE = []
|
4259
4422
|
include Aws::Structure
|
4260
4423
|
end
|
4261
4424
|
|
@@ -4329,6 +4492,7 @@ module Aws::MediaLive
|
|
4329
4492
|
:state,
|
4330
4493
|
:tags,
|
4331
4494
|
:type)
|
4495
|
+
SENSITIVE = []
|
4332
4496
|
include Aws::Structure
|
4333
4497
|
end
|
4334
4498
|
|
@@ -4346,6 +4510,7 @@ module Aws::MediaLive
|
|
4346
4510
|
#
|
4347
4511
|
class DescribeInputSecurityGroupRequest < Struct.new(
|
4348
4512
|
:input_security_group_id)
|
4513
|
+
SENSITIVE = []
|
4349
4514
|
include Aws::Structure
|
4350
4515
|
end
|
4351
4516
|
|
@@ -4376,6 +4541,7 @@ module Aws::MediaLive
|
|
4376
4541
|
:state,
|
4377
4542
|
:tags,
|
4378
4543
|
:whitelist_rules)
|
4544
|
+
SENSITIVE = []
|
4379
4545
|
include Aws::Structure
|
4380
4546
|
end
|
4381
4547
|
|
@@ -4398,6 +4564,7 @@ module Aws::MediaLive
|
|
4398
4564
|
class DescribeMultiplexProgramRequest < Struct.new(
|
4399
4565
|
:multiplex_id,
|
4400
4566
|
:program_name)
|
4567
|
+
SENSITIVE = []
|
4401
4568
|
include Aws::Structure
|
4402
4569
|
end
|
4403
4570
|
|
@@ -4422,6 +4589,7 @@ module Aws::MediaLive
|
|
4422
4589
|
:multiplex_program_settings,
|
4423
4590
|
:packet_identifiers_map,
|
4424
4591
|
:program_name)
|
4592
|
+
SENSITIVE = []
|
4425
4593
|
include Aws::Structure
|
4426
4594
|
end
|
4427
4595
|
|
@@ -4439,6 +4607,7 @@ module Aws::MediaLive
|
|
4439
4607
|
#
|
4440
4608
|
class DescribeMultiplexRequest < Struct.new(
|
4441
4609
|
:multiplex_id)
|
4610
|
+
SENSITIVE = []
|
4442
4611
|
include Aws::Structure
|
4443
4612
|
end
|
4444
4613
|
|
@@ -4487,6 +4656,7 @@ module Aws::MediaLive
|
|
4487
4656
|
:program_count,
|
4488
4657
|
:state,
|
4489
4658
|
:tags)
|
4659
|
+
SENSITIVE = []
|
4490
4660
|
include Aws::Structure
|
4491
4661
|
end
|
4492
4662
|
|
@@ -4504,6 +4674,7 @@ module Aws::MediaLive
|
|
4504
4674
|
#
|
4505
4675
|
class DescribeOfferingRequest < Struct.new(
|
4506
4676
|
:offering_id)
|
4677
|
+
SENSITIVE = []
|
4507
4678
|
include Aws::Structure
|
4508
4679
|
end
|
4509
4680
|
|
@@ -4557,6 +4728,7 @@ module Aws::MediaLive
|
|
4557
4728
|
:region,
|
4558
4729
|
:resource_specification,
|
4559
4730
|
:usage_price)
|
4731
|
+
SENSITIVE = []
|
4560
4732
|
include Aws::Structure
|
4561
4733
|
end
|
4562
4734
|
|
@@ -4574,6 +4746,7 @@ module Aws::MediaLive
|
|
4574
4746
|
#
|
4575
4747
|
class DescribeReservationRequest < Struct.new(
|
4576
4748
|
:reservation_id)
|
4749
|
+
SENSITIVE = []
|
4577
4750
|
include Aws::Structure
|
4578
4751
|
end
|
4579
4752
|
|
@@ -4656,6 +4829,7 @@ module Aws::MediaLive
|
|
4656
4829
|
:state,
|
4657
4830
|
:tags,
|
4658
4831
|
:usage_price)
|
4832
|
+
SENSITIVE = []
|
4659
4833
|
include Aws::Structure
|
4660
4834
|
end
|
4661
4835
|
|
@@ -4683,6 +4857,7 @@ module Aws::MediaLive
|
|
4683
4857
|
:channel_id,
|
4684
4858
|
:max_results,
|
4685
4859
|
:next_token)
|
4860
|
+
SENSITIVE = []
|
4686
4861
|
include Aws::Structure
|
4687
4862
|
end
|
4688
4863
|
|
@@ -4697,6 +4872,7 @@ module Aws::MediaLive
|
|
4697
4872
|
class DescribeScheduleResponse < Struct.new(
|
4698
4873
|
:next_token,
|
4699
4874
|
:schedule_actions)
|
4875
|
+
SENSITIVE = []
|
4700
4876
|
include Aws::Structure
|
4701
4877
|
end
|
4702
4878
|
|
@@ -4731,6 +4907,7 @@ module Aws::MediaLive
|
|
4731
4907
|
:network_id,
|
4732
4908
|
:network_name,
|
4733
4909
|
:rep_interval)
|
4910
|
+
SENSITIVE = []
|
4734
4911
|
include Aws::Structure
|
4735
4912
|
end
|
4736
4913
|
|
@@ -4779,6 +4956,7 @@ module Aws::MediaLive
|
|
4779
4956
|
:rep_interval,
|
4780
4957
|
:service_name,
|
4781
4958
|
:service_provider_name)
|
4959
|
+
SENSITIVE = []
|
4782
4960
|
include Aws::Structure
|
4783
4961
|
end
|
4784
4962
|
|
@@ -4956,6 +5134,7 @@ module Aws::MediaLive
|
|
4956
5134
|
:teletext_grid_control,
|
4957
5135
|
:x_position,
|
4958
5136
|
:y_position)
|
5137
|
+
SENSITIVE = []
|
4959
5138
|
include Aws::Structure
|
4960
5139
|
end
|
4961
5140
|
|
@@ -4978,6 +5157,7 @@ module Aws::MediaLive
|
|
4978
5157
|
#
|
4979
5158
|
class DvbSubSourceSettings < Struct.new(
|
4980
5159
|
:pid)
|
5160
|
+
SENSITIVE = []
|
4981
5161
|
include Aws::Structure
|
4982
5162
|
end
|
4983
5163
|
|
@@ -4999,6 +5179,7 @@ module Aws::MediaLive
|
|
4999
5179
|
#
|
5000
5180
|
class DvbTdtSettings < Struct.new(
|
5001
5181
|
:rep_interval)
|
5182
|
+
SENSITIVE = []
|
5002
5183
|
include Aws::Structure
|
5003
5184
|
end
|
5004
5185
|
|
@@ -5154,6 +5335,7 @@ module Aws::MediaLive
|
|
5154
5335
|
:stereo_downmix,
|
5155
5336
|
:surround_ex_mode,
|
5156
5337
|
:surround_mode)
|
5338
|
+
SENSITIVE = []
|
5157
5339
|
include Aws::Structure
|
5158
5340
|
end
|
5159
5341
|
|
@@ -5213,6 +5395,7 @@ module Aws::MediaLive
|
|
5213
5395
|
:scte_20_detection,
|
5214
5396
|
:source_608_channel_number,
|
5215
5397
|
:source_608_track_number)
|
5398
|
+
SENSITIVE = []
|
5216
5399
|
include Aws::Structure
|
5217
5400
|
end
|
5218
5401
|
|
@@ -5287,7 +5470,7 @@ module Aws::MediaLive
|
|
5287
5470
|
# pass_through_settings: {
|
5288
5471
|
# },
|
5289
5472
|
# },
|
5290
|
-
# language_code: "
|
5473
|
+
# language_code: "__stringMin1Max35",
|
5291
5474
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
5292
5475
|
# name: "__string", # required
|
5293
5476
|
# remix_settings: {
|
@@ -5422,6 +5605,9 @@ module Aws::MediaLive
|
|
5422
5605
|
# name: "__string", # required
|
5423
5606
|
# },
|
5424
5607
|
# ],
|
5608
|
+
# feature_activations: {
|
5609
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
5610
|
+
# },
|
5425
5611
|
# global_configuration: {
|
5426
5612
|
# initial_audio_gain: 1,
|
5427
5613
|
# input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
|
@@ -5946,6 +6132,10 @@ module Aws::MediaLive
|
|
5946
6132
|
# Settings for caption decriptions
|
5947
6133
|
# @return [Array<Types::CaptionDescription>]
|
5948
6134
|
#
|
6135
|
+
# @!attribute [rw] feature_activations
|
6136
|
+
# Feature Activations
|
6137
|
+
# @return [Types::FeatureActivations]
|
6138
|
+
#
|
5949
6139
|
# @!attribute [rw] global_configuration
|
5950
6140
|
# Configuration settings that apply to the event as a whole.
|
5951
6141
|
# @return [Types::GlobalConfiguration]
|
@@ -5973,11 +6163,37 @@ module Aws::MediaLive
|
|
5973
6163
|
:avail_configuration,
|
5974
6164
|
:blackout_slate,
|
5975
6165
|
:caption_descriptions,
|
6166
|
+
:feature_activations,
|
5976
6167
|
:global_configuration,
|
5977
6168
|
:nielsen_configuration,
|
5978
6169
|
:output_groups,
|
5979
6170
|
:timecode_config,
|
5980
6171
|
:video_descriptions)
|
6172
|
+
SENSITIVE = []
|
6173
|
+
include Aws::Structure
|
6174
|
+
end
|
6175
|
+
|
6176
|
+
# Feature Activations
|
6177
|
+
#
|
6178
|
+
# @note When making an API call, you may pass FeatureActivations
|
6179
|
+
# data as a hash:
|
6180
|
+
#
|
6181
|
+
# {
|
6182
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
6183
|
+
# }
|
6184
|
+
#
|
6185
|
+
# @!attribute [rw] input_prepare_schedule_actions
|
6186
|
+
# Enables the Input Prepare feature. You can create Input Prepare
|
6187
|
+
# actions in the schedule only if this feature is enabled. If you
|
6188
|
+
# disable the feature on an existing schedule, make sure that you
|
6189
|
+
# first delete all input prepare actions from the schedule.
|
6190
|
+
# @return [String]
|
6191
|
+
#
|
6192
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FeatureActivations AWS API Documentation
|
6193
|
+
#
|
6194
|
+
class FeatureActivations < Struct.new(
|
6195
|
+
:input_prepare_schedule_actions)
|
6196
|
+
SENSITIVE = []
|
5981
6197
|
include Aws::Structure
|
5982
6198
|
end
|
5983
6199
|
|
@@ -6018,6 +6234,7 @@ module Aws::MediaLive
|
|
6018
6234
|
:column_depth,
|
6019
6235
|
:include_fec,
|
6020
6236
|
:row_length)
|
6237
|
+
SENSITIVE = []
|
6021
6238
|
include Aws::Structure
|
6022
6239
|
end
|
6023
6240
|
|
@@ -6042,6 +6259,7 @@ module Aws::MediaLive
|
|
6042
6259
|
#
|
6043
6260
|
class FixedModeScheduleActionStartSettings < Struct.new(
|
6044
6261
|
:time)
|
6262
|
+
SENSITIVE = []
|
6045
6263
|
include Aws::Structure
|
6046
6264
|
end
|
6047
6265
|
|
@@ -6079,6 +6297,7 @@ module Aws::MediaLive
|
|
6079
6297
|
:audio_rendition_sets,
|
6080
6298
|
:nielsen_id_3_behavior,
|
6081
6299
|
:timed_metadata_behavior)
|
6300
|
+
SENSITIVE = []
|
6082
6301
|
include Aws::Structure
|
6083
6302
|
end
|
6084
6303
|
|
@@ -6106,6 +6325,7 @@ module Aws::MediaLive
|
|
6106
6325
|
class FollowModeScheduleActionStartSettings < Struct.new(
|
6107
6326
|
:follow_point,
|
6108
6327
|
:reference_action_name)
|
6328
|
+
SENSITIVE = []
|
6109
6329
|
include Aws::Structure
|
6110
6330
|
end
|
6111
6331
|
|
@@ -6116,6 +6336,7 @@ module Aws::MediaLive
|
|
6116
6336
|
#
|
6117
6337
|
class ForbiddenException < Struct.new(
|
6118
6338
|
:message)
|
6339
|
+
SENSITIVE = []
|
6119
6340
|
include Aws::Structure
|
6120
6341
|
end
|
6121
6342
|
|
@@ -6146,6 +6367,7 @@ module Aws::MediaLive
|
|
6146
6367
|
#
|
6147
6368
|
class FrameCaptureGroupSettings < Struct.new(
|
6148
6369
|
:destination)
|
6370
|
+
SENSITIVE = []
|
6149
6371
|
include Aws::Structure
|
6150
6372
|
end
|
6151
6373
|
|
@@ -6167,6 +6389,7 @@ module Aws::MediaLive
|
|
6167
6389
|
#
|
6168
6390
|
class FrameCaptureOutputSettings < Struct.new(
|
6169
6391
|
:name_modifier)
|
6392
|
+
SENSITIVE = []
|
6170
6393
|
include Aws::Structure
|
6171
6394
|
end
|
6172
6395
|
|
@@ -6195,6 +6418,7 @@ module Aws::MediaLive
|
|
6195
6418
|
class FrameCaptureSettings < Struct.new(
|
6196
6419
|
:capture_interval,
|
6197
6420
|
:capture_interval_units)
|
6421
|
+
SENSITIVE = []
|
6198
6422
|
include Aws::Structure
|
6199
6423
|
end
|
6200
6424
|
|
@@ -6205,6 +6429,7 @@ module Aws::MediaLive
|
|
6205
6429
|
#
|
6206
6430
|
class GatewayTimeoutException < Struct.new(
|
6207
6431
|
:message)
|
6432
|
+
SENSITIVE = []
|
6208
6433
|
include Aws::Structure
|
6209
6434
|
end
|
6210
6435
|
|
@@ -6280,6 +6505,7 @@ module Aws::MediaLive
|
|
6280
6505
|
:output_locking_mode,
|
6281
6506
|
:output_timing_source,
|
6282
6507
|
:support_low_framerate_inputs)
|
6508
|
+
SENSITIVE = []
|
6283
6509
|
include Aws::Structure
|
6284
6510
|
end
|
6285
6511
|
|
@@ -6315,6 +6541,7 @@ module Aws::MediaLive
|
|
6315
6541
|
:color_space_passthrough_settings,
|
6316
6542
|
:rec_601_settings,
|
6317
6543
|
:rec_709_settings)
|
6544
|
+
SENSITIVE = []
|
6318
6545
|
include Aws::Structure
|
6319
6546
|
end
|
6320
6547
|
|
@@ -6338,6 +6565,7 @@ module Aws::MediaLive
|
|
6338
6565
|
#
|
6339
6566
|
class H264FilterSettings < Struct.new(
|
6340
6567
|
:temporal_filter_settings)
|
6568
|
+
SENSITIVE = []
|
6341
6569
|
include Aws::Structure
|
6342
6570
|
end
|
6343
6571
|
|
@@ -6698,6 +6926,7 @@ module Aws::MediaLive
|
|
6698
6926
|
:syntax,
|
6699
6927
|
:temporal_aq,
|
6700
6928
|
:timecode_insertion)
|
6929
|
+
SENSITIVE = []
|
6701
6930
|
include Aws::Structure
|
6702
6931
|
end
|
6703
6932
|
|
@@ -6742,6 +6971,7 @@ module Aws::MediaLive
|
|
6742
6971
|
:hdr_10_settings,
|
6743
6972
|
:rec_601_settings,
|
6744
6973
|
:rec_709_settings)
|
6974
|
+
SENSITIVE = []
|
6745
6975
|
include Aws::Structure
|
6746
6976
|
end
|
6747
6977
|
|
@@ -6921,7 +7151,10 @@ module Aws::MediaLive
|
|
6921
7151
|
# Recommended if you or your viewers pay for bandwidth. CBR: Quality
|
6922
7152
|
# varies, depending on the video complexity. Recommended only if you
|
6923
7153
|
# distribute your assets to devices that cannot handle variable
|
6924
|
-
# bitrates.
|
7154
|
+
# bitrates. Multiplex: This rate control mode is only supported (and
|
7155
|
+
# is required) when the video is being delivered to a MediaLive
|
7156
|
+
# Multiplex in which case the rate control configuration is controlled
|
7157
|
+
# by the properties within the Multiplex Program.
|
6925
7158
|
# @return [String]
|
6926
7159
|
#
|
6927
7160
|
# @!attribute [rw] scan_type
|
@@ -6983,6 +7216,7 @@ module Aws::MediaLive
|
|
6983
7216
|
:slices,
|
6984
7217
|
:tier,
|
6985
7218
|
:timecode_insertion)
|
7219
|
+
SENSITIVE = []
|
6986
7220
|
include Aws::Structure
|
6987
7221
|
end
|
6988
7222
|
|
@@ -7013,6 +7247,7 @@ module Aws::MediaLive
|
|
7013
7247
|
class Hdr10Settings < Struct.new(
|
7014
7248
|
:max_cll,
|
7015
7249
|
:max_fall)
|
7250
|
+
SENSITIVE = []
|
7016
7251
|
include Aws::Structure
|
7017
7252
|
end
|
7018
7253
|
|
@@ -7074,6 +7309,7 @@ module Aws::MediaLive
|
|
7074
7309
|
:restart_delay,
|
7075
7310
|
:salt,
|
7076
7311
|
:token)
|
7312
|
+
SENSITIVE = []
|
7077
7313
|
include Aws::Structure
|
7078
7314
|
end
|
7079
7315
|
|
@@ -7115,6 +7351,7 @@ module Aws::MediaLive
|
|
7115
7351
|
:filecache_duration,
|
7116
7352
|
:num_retries,
|
7117
7353
|
:restart_delay)
|
7354
|
+
SENSITIVE = []
|
7118
7355
|
include Aws::Structure
|
7119
7356
|
end
|
7120
7357
|
|
@@ -7178,6 +7415,7 @@ module Aws::MediaLive
|
|
7178
7415
|
:hls_basic_put_settings,
|
7179
7416
|
:hls_media_store_settings,
|
7180
7417
|
:hls_webdav_settings)
|
7418
|
+
SENSITIVE = []
|
7181
7419
|
include Aws::Structure
|
7182
7420
|
end
|
7183
7421
|
|
@@ -7573,6 +7811,7 @@ module Aws::MediaLive
|
|
7573
7811
|
:timed_metadata_id_3_period,
|
7574
7812
|
:timestamp_delta_milliseconds,
|
7575
7813
|
:ts_file_mode)
|
7814
|
+
SENSITIVE = []
|
7576
7815
|
include Aws::Structure
|
7577
7816
|
end
|
7578
7817
|
|
@@ -7597,6 +7836,7 @@ module Aws::MediaLive
|
|
7597
7836
|
#
|
7598
7837
|
class HlsId3SegmentTaggingScheduleActionSettings < Struct.new(
|
7599
7838
|
:tag)
|
7839
|
+
SENSITIVE = []
|
7600
7840
|
include Aws::Structure
|
7601
7841
|
end
|
7602
7842
|
|
@@ -7643,6 +7883,7 @@ module Aws::MediaLive
|
|
7643
7883
|
:buffer_segments,
|
7644
7884
|
:retries,
|
7645
7885
|
:retry_interval)
|
7886
|
+
SENSITIVE = []
|
7646
7887
|
include Aws::Structure
|
7647
7888
|
end
|
7648
7889
|
|
@@ -7691,6 +7932,7 @@ module Aws::MediaLive
|
|
7691
7932
|
:media_store_storage_class,
|
7692
7933
|
:num_retries,
|
7693
7934
|
:restart_delay)
|
7935
|
+
SENSITIVE = []
|
7694
7936
|
include Aws::Structure
|
7695
7937
|
end
|
7696
7938
|
|
@@ -7771,6 +8013,7 @@ module Aws::MediaLive
|
|
7771
8013
|
:hls_settings,
|
7772
8014
|
:name_modifier,
|
7773
8015
|
:segment_modifier)
|
8016
|
+
SENSITIVE = []
|
7774
8017
|
include Aws::Structure
|
7775
8018
|
end
|
7776
8019
|
|
@@ -7837,6 +8080,7 @@ module Aws::MediaLive
|
|
7837
8080
|
:audio_only_hls_settings,
|
7838
8081
|
:fmp_4_hls_settings,
|
7839
8082
|
:standard_hls_settings)
|
8083
|
+
SENSITIVE = []
|
7840
8084
|
include Aws::Structure
|
7841
8085
|
end
|
7842
8086
|
|
@@ -7858,6 +8102,7 @@ module Aws::MediaLive
|
|
7858
8102
|
#
|
7859
8103
|
class HlsTimedMetadataScheduleActionSettings < Struct.new(
|
7860
8104
|
:id_3)
|
8105
|
+
SENSITIVE = []
|
7861
8106
|
include Aws::Structure
|
7862
8107
|
end
|
7863
8108
|
|
@@ -7905,6 +8150,7 @@ module Aws::MediaLive
|
|
7905
8150
|
:http_transfer_mode,
|
7906
8151
|
:num_retries,
|
7907
8152
|
:restart_delay)
|
8153
|
+
SENSITIVE = []
|
7908
8154
|
include Aws::Structure
|
7909
8155
|
end
|
7910
8156
|
|
@@ -8004,6 +8250,7 @@ module Aws::MediaLive
|
|
8004
8250
|
:state,
|
8005
8251
|
:tags,
|
8006
8252
|
:type)
|
8253
|
+
SENSITIVE = []
|
8007
8254
|
include Aws::Structure
|
8008
8255
|
end
|
8009
8256
|
|
@@ -8123,6 +8370,7 @@ module Aws::MediaLive
|
|
8123
8370
|
:input_attachment_name,
|
8124
8371
|
:input_id,
|
8125
8372
|
:input_settings)
|
8373
|
+
SENSITIVE = []
|
8126
8374
|
include Aws::Structure
|
8127
8375
|
end
|
8128
8376
|
|
@@ -8150,6 +8398,7 @@ module Aws::MediaLive
|
|
8150
8398
|
class InputChannelLevel < Struct.new(
|
8151
8399
|
:gain,
|
8152
8400
|
:input_channel)
|
8401
|
+
SENSITIVE = []
|
8153
8402
|
include Aws::Structure
|
8154
8403
|
end
|
8155
8404
|
|
@@ -8188,6 +8437,7 @@ module Aws::MediaLive
|
|
8188
8437
|
:input_timecode_source,
|
8189
8438
|
:start_timecode,
|
8190
8439
|
:stop_timecode)
|
8440
|
+
SENSITIVE = []
|
8191
8441
|
include Aws::Structure
|
8192
8442
|
end
|
8193
8443
|
|
@@ -8218,6 +8468,7 @@ module Aws::MediaLive
|
|
8218
8468
|
:port,
|
8219
8469
|
:url,
|
8220
8470
|
:vpc)
|
8471
|
+
SENSITIVE = []
|
8221
8472
|
include Aws::Structure
|
8222
8473
|
end
|
8223
8474
|
|
@@ -8238,6 +8489,7 @@ module Aws::MediaLive
|
|
8238
8489
|
#
|
8239
8490
|
class InputDestinationRequest < Struct.new(
|
8240
8491
|
:stream_name)
|
8492
|
+
SENSITIVE = []
|
8241
8493
|
include Aws::Structure
|
8242
8494
|
end
|
8243
8495
|
|
@@ -8256,6 +8508,7 @@ module Aws::MediaLive
|
|
8256
8508
|
class InputDestinationVpc < Struct.new(
|
8257
8509
|
:availability_zone,
|
8258
8510
|
:network_interface_id)
|
8511
|
+
SENSITIVE = []
|
8259
8512
|
include Aws::Structure
|
8260
8513
|
end
|
8261
8514
|
|
@@ -8319,6 +8572,7 @@ module Aws::MediaLive
|
|
8319
8572
|
:network_settings,
|
8320
8573
|
:serial_number,
|
8321
8574
|
:type)
|
8575
|
+
SENSITIVE = []
|
8322
8576
|
include Aws::Structure
|
8323
8577
|
end
|
8324
8578
|
|
@@ -8350,6 +8604,7 @@ module Aws::MediaLive
|
|
8350
8604
|
class InputDeviceConfigurableSettings < Struct.new(
|
8351
8605
|
:configured_input,
|
8352
8606
|
:max_bitrate)
|
8607
|
+
SENSITIVE = []
|
8353
8608
|
include Aws::Structure
|
8354
8609
|
end
|
8355
8610
|
|
@@ -8366,6 +8621,7 @@ module Aws::MediaLive
|
|
8366
8621
|
class InputDeviceConfigurationValidationError < Struct.new(
|
8367
8622
|
:message,
|
8368
8623
|
:validation_errors)
|
8624
|
+
SENSITIVE = []
|
8369
8625
|
include Aws::Structure
|
8370
8626
|
end
|
8371
8627
|
|
@@ -8418,6 +8674,7 @@ module Aws::MediaLive
|
|
8418
8674
|
:max_bitrate,
|
8419
8675
|
:scan_type,
|
8420
8676
|
:width)
|
8677
|
+
SENSITIVE = []
|
8421
8678
|
include Aws::Structure
|
8422
8679
|
end
|
8423
8680
|
|
@@ -8453,6 +8710,7 @@ module Aws::MediaLive
|
|
8453
8710
|
:ip_address,
|
8454
8711
|
:ip_scheme,
|
8455
8712
|
:subnet_mask)
|
8713
|
+
SENSITIVE = []
|
8456
8714
|
include Aws::Structure
|
8457
8715
|
end
|
8458
8716
|
|
@@ -8473,6 +8731,7 @@ module Aws::MediaLive
|
|
8473
8731
|
#
|
8474
8732
|
class InputDeviceRequest < Struct.new(
|
8475
8733
|
:id)
|
8734
|
+
SENSITIVE = []
|
8476
8735
|
include Aws::Structure
|
8477
8736
|
end
|
8478
8737
|
|
@@ -8493,6 +8752,7 @@ module Aws::MediaLive
|
|
8493
8752
|
#
|
8494
8753
|
class InputDeviceSettings < Struct.new(
|
8495
8754
|
:id)
|
8755
|
+
SENSITIVE = []
|
8496
8756
|
include Aws::Structure
|
8497
8757
|
end
|
8498
8758
|
|
@@ -8556,6 +8816,7 @@ module Aws::MediaLive
|
|
8556
8816
|
:network_settings,
|
8557
8817
|
:serial_number,
|
8558
8818
|
:type)
|
8819
|
+
SENSITIVE = []
|
8559
8820
|
include Aws::Structure
|
8560
8821
|
end
|
8561
8822
|
|
@@ -8595,6 +8856,7 @@ module Aws::MediaLive
|
|
8595
8856
|
:password_param,
|
8596
8857
|
:uri,
|
8597
8858
|
:username)
|
8859
|
+
SENSITIVE = []
|
8598
8860
|
include Aws::Structure
|
8599
8861
|
end
|
8600
8862
|
|
@@ -8653,6 +8915,55 @@ module Aws::MediaLive
|
|
8653
8915
|
:input_loss_image_slate,
|
8654
8916
|
:input_loss_image_type,
|
8655
8917
|
:repeat_frame_msec)
|
8918
|
+
SENSITIVE = []
|
8919
|
+
include Aws::Structure
|
8920
|
+
end
|
8921
|
+
|
8922
|
+
# Action to prepare an input for a future immediate input switch.
|
8923
|
+
#
|
8924
|
+
# @note When making an API call, you may pass InputPrepareScheduleActionSettings
|
8925
|
+
# data as a hash:
|
8926
|
+
#
|
8927
|
+
# {
|
8928
|
+
# input_attachment_name_reference: "__string",
|
8929
|
+
# input_clipping_settings: {
|
8930
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
8931
|
+
# start_timecode: {
|
8932
|
+
# timecode: "__string",
|
8933
|
+
# },
|
8934
|
+
# stop_timecode: {
|
8935
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
8936
|
+
# timecode: "__string",
|
8937
|
+
# },
|
8938
|
+
# },
|
8939
|
+
# url_path: ["__string"],
|
8940
|
+
# }
|
8941
|
+
#
|
8942
|
+
# @!attribute [rw] input_attachment_name_reference
|
8943
|
+
# The name of the input attachment that should be prepared by this
|
8944
|
+
# action. If no name is provided, the action will stop the most recent
|
8945
|
+
# prepare (if any) when activated.
|
8946
|
+
# @return [String]
|
8947
|
+
#
|
8948
|
+
# @!attribute [rw] input_clipping_settings
|
8949
|
+
# Settings to let you create a clip of the file input, in order to set
|
8950
|
+
# up the input to ingest only a portion of the file.
|
8951
|
+
# @return [Types::InputClippingSettings]
|
8952
|
+
#
|
8953
|
+
# @!attribute [rw] url_path
|
8954
|
+
# The value for the variable portion of the URL for the dynamic input,
|
8955
|
+
# for this instance of the input. Each time you use the same dynamic
|
8956
|
+
# input in an input switch action, you can provide a different value,
|
8957
|
+
# in order to connect the input to a different content source.
|
8958
|
+
# @return [Array<String>]
|
8959
|
+
#
|
8960
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputPrepareScheduleActionSettings AWS API Documentation
|
8961
|
+
#
|
8962
|
+
class InputPrepareScheduleActionSettings < Struct.new(
|
8963
|
+
:input_attachment_name_reference,
|
8964
|
+
:input_clipping_settings,
|
8965
|
+
:url_path)
|
8966
|
+
SENSITIVE = []
|
8656
8967
|
include Aws::Structure
|
8657
8968
|
end
|
8658
8969
|
|
@@ -8691,6 +9002,7 @@ module Aws::MediaLive
|
|
8691
9002
|
:state,
|
8692
9003
|
:tags,
|
8693
9004
|
:whitelist_rules)
|
9005
|
+
SENSITIVE = []
|
8694
9006
|
include Aws::Structure
|
8695
9007
|
end
|
8696
9008
|
|
@@ -8709,6 +9021,7 @@ module Aws::MediaLive
|
|
8709
9021
|
class InputSecurityGroupWhitelistRequest < Struct.new(
|
8710
9022
|
:tags,
|
8711
9023
|
:whitelist_rules)
|
9024
|
+
SENSITIVE = []
|
8712
9025
|
include Aws::Structure
|
8713
9026
|
end
|
8714
9027
|
|
@@ -8865,6 +9178,7 @@ module Aws::MediaLive
|
|
8865
9178
|
:smpte_2038_data_preference,
|
8866
9179
|
:source_end_behavior,
|
8867
9180
|
:video_selector)
|
9181
|
+
SENSITIVE = []
|
8868
9182
|
include Aws::Structure
|
8869
9183
|
end
|
8870
9184
|
|
@@ -8889,6 +9203,7 @@ module Aws::MediaLive
|
|
8889
9203
|
:password_param,
|
8890
9204
|
:url,
|
8891
9205
|
:username)
|
9206
|
+
SENSITIVE = []
|
8892
9207
|
include Aws::Structure
|
8893
9208
|
end
|
8894
9209
|
|
@@ -8922,6 +9237,7 @@ module Aws::MediaLive
|
|
8922
9237
|
:password_param,
|
8923
9238
|
:url,
|
8924
9239
|
:username)
|
9240
|
+
SENSITIVE = []
|
8925
9241
|
include Aws::Structure
|
8926
9242
|
end
|
8927
9243
|
|
@@ -8952,6 +9268,7 @@ module Aws::MediaLive
|
|
8952
9268
|
:codec,
|
8953
9269
|
:maximum_bitrate,
|
8954
9270
|
:resolution)
|
9271
|
+
SENSITIVE = []
|
8955
9272
|
include Aws::Structure
|
8956
9273
|
end
|
8957
9274
|
|
@@ -8999,6 +9316,7 @@ module Aws::MediaLive
|
|
8999
9316
|
:input_attachment_name_reference,
|
9000
9317
|
:input_clipping_settings,
|
9001
9318
|
:url_path)
|
9319
|
+
SENSITIVE = []
|
9002
9320
|
include Aws::Structure
|
9003
9321
|
end
|
9004
9322
|
|
@@ -9032,6 +9350,7 @@ module Aws::MediaLive
|
|
9032
9350
|
class InputVpcRequest < Struct.new(
|
9033
9351
|
:security_group_ids,
|
9034
9352
|
:subnet_ids)
|
9353
|
+
SENSITIVE = []
|
9035
9354
|
include Aws::Structure
|
9036
9355
|
end
|
9037
9356
|
|
@@ -9045,6 +9364,7 @@ module Aws::MediaLive
|
|
9045
9364
|
#
|
9046
9365
|
class InputWhitelistRule < Struct.new(
|
9047
9366
|
:cidr)
|
9367
|
+
SENSITIVE = []
|
9048
9368
|
include Aws::Structure
|
9049
9369
|
end
|
9050
9370
|
|
@@ -9065,6 +9385,7 @@ module Aws::MediaLive
|
|
9065
9385
|
#
|
9066
9386
|
class InputWhitelistRuleCidr < Struct.new(
|
9067
9387
|
:cidr)
|
9388
|
+
SENSITIVE = []
|
9068
9389
|
include Aws::Structure
|
9069
9390
|
end
|
9070
9391
|
|
@@ -9075,6 +9396,7 @@ module Aws::MediaLive
|
|
9075
9396
|
#
|
9076
9397
|
class InternalServerErrorException < Struct.new(
|
9077
9398
|
:message)
|
9399
|
+
SENSITIVE = []
|
9078
9400
|
include Aws::Structure
|
9079
9401
|
end
|
9080
9402
|
|
@@ -9085,6 +9407,7 @@ module Aws::MediaLive
|
|
9085
9407
|
#
|
9086
9408
|
class InternalServiceError < Struct.new(
|
9087
9409
|
:message)
|
9410
|
+
SENSITIVE = []
|
9088
9411
|
include Aws::Structure
|
9089
9412
|
end
|
9090
9413
|
|
@@ -9095,6 +9418,7 @@ module Aws::MediaLive
|
|
9095
9418
|
#
|
9096
9419
|
class InvalidRequest < Struct.new(
|
9097
9420
|
:message)
|
9421
|
+
SENSITIVE = []
|
9098
9422
|
include Aws::Structure
|
9099
9423
|
end
|
9100
9424
|
|
@@ -9122,6 +9446,7 @@ module Aws::MediaLive
|
|
9122
9446
|
#
|
9123
9447
|
class KeyProviderSettings < Struct.new(
|
9124
9448
|
:static_key_settings)
|
9449
|
+
SENSITIVE = []
|
9125
9450
|
include Aws::Structure
|
9126
9451
|
end
|
9127
9452
|
|
@@ -9132,6 +9457,7 @@ module Aws::MediaLive
|
|
9132
9457
|
#
|
9133
9458
|
class LimitExceeded < Struct.new(
|
9134
9459
|
:message)
|
9460
|
+
SENSITIVE = []
|
9135
9461
|
include Aws::Structure
|
9136
9462
|
end
|
9137
9463
|
|
@@ -9154,6 +9480,7 @@ module Aws::MediaLive
|
|
9154
9480
|
class ListChannelsRequest < Struct.new(
|
9155
9481
|
:max_results,
|
9156
9482
|
:next_token)
|
9483
|
+
SENSITIVE = []
|
9157
9484
|
include Aws::Structure
|
9158
9485
|
end
|
9159
9486
|
|
@@ -9168,6 +9495,7 @@ module Aws::MediaLive
|
|
9168
9495
|
class ListChannelsResponse < Struct.new(
|
9169
9496
|
:channels,
|
9170
9497
|
:next_token)
|
9498
|
+
SENSITIVE = []
|
9171
9499
|
include Aws::Structure
|
9172
9500
|
end
|
9173
9501
|
|
@@ -9182,6 +9510,7 @@ module Aws::MediaLive
|
|
9182
9510
|
class ListChannelsResultModel < Struct.new(
|
9183
9511
|
:channels,
|
9184
9512
|
:next_token)
|
9513
|
+
SENSITIVE = []
|
9185
9514
|
include Aws::Structure
|
9186
9515
|
end
|
9187
9516
|
|
@@ -9204,6 +9533,7 @@ module Aws::MediaLive
|
|
9204
9533
|
class ListInputDevicesRequest < Struct.new(
|
9205
9534
|
:max_results,
|
9206
9535
|
:next_token)
|
9536
|
+
SENSITIVE = []
|
9207
9537
|
include Aws::Structure
|
9208
9538
|
end
|
9209
9539
|
|
@@ -9218,6 +9548,7 @@ module Aws::MediaLive
|
|
9218
9548
|
class ListInputDevicesResponse < Struct.new(
|
9219
9549
|
:input_devices,
|
9220
9550
|
:next_token)
|
9551
|
+
SENSITIVE = []
|
9221
9552
|
include Aws::Structure
|
9222
9553
|
end
|
9223
9554
|
|
@@ -9236,6 +9567,7 @@ module Aws::MediaLive
|
|
9236
9567
|
class ListInputDevicesResultModel < Struct.new(
|
9237
9568
|
:input_devices,
|
9238
9569
|
:next_token)
|
9570
|
+
SENSITIVE = []
|
9239
9571
|
include Aws::Structure
|
9240
9572
|
end
|
9241
9573
|
|
@@ -9258,6 +9590,7 @@ module Aws::MediaLive
|
|
9258
9590
|
class ListInputSecurityGroupsRequest < Struct.new(
|
9259
9591
|
:max_results,
|
9260
9592
|
:next_token)
|
9593
|
+
SENSITIVE = []
|
9261
9594
|
include Aws::Structure
|
9262
9595
|
end
|
9263
9596
|
|
@@ -9272,6 +9605,7 @@ module Aws::MediaLive
|
|
9272
9605
|
class ListInputSecurityGroupsResponse < Struct.new(
|
9273
9606
|
:input_security_groups,
|
9274
9607
|
:next_token)
|
9608
|
+
SENSITIVE = []
|
9275
9609
|
include Aws::Structure
|
9276
9610
|
end
|
9277
9611
|
|
@@ -9289,6 +9623,7 @@ module Aws::MediaLive
|
|
9289
9623
|
class ListInputSecurityGroupsResultModel < Struct.new(
|
9290
9624
|
:input_security_groups,
|
9291
9625
|
:next_token)
|
9626
|
+
SENSITIVE = []
|
9292
9627
|
include Aws::Structure
|
9293
9628
|
end
|
9294
9629
|
|
@@ -9311,6 +9646,7 @@ module Aws::MediaLive
|
|
9311
9646
|
class ListInputsRequest < Struct.new(
|
9312
9647
|
:max_results,
|
9313
9648
|
:next_token)
|
9649
|
+
SENSITIVE = []
|
9314
9650
|
include Aws::Structure
|
9315
9651
|
end
|
9316
9652
|
|
@@ -9325,6 +9661,7 @@ module Aws::MediaLive
|
|
9325
9661
|
class ListInputsResponse < Struct.new(
|
9326
9662
|
:inputs,
|
9327
9663
|
:next_token)
|
9664
|
+
SENSITIVE = []
|
9328
9665
|
include Aws::Structure
|
9329
9666
|
end
|
9330
9667
|
|
@@ -9339,6 +9676,7 @@ module Aws::MediaLive
|
|
9339
9676
|
class ListInputsResultModel < Struct.new(
|
9340
9677
|
:inputs,
|
9341
9678
|
:next_token)
|
9679
|
+
SENSITIVE = []
|
9342
9680
|
include Aws::Structure
|
9343
9681
|
end
|
9344
9682
|
|
@@ -9366,6 +9704,7 @@ module Aws::MediaLive
|
|
9366
9704
|
:max_results,
|
9367
9705
|
:multiplex_id,
|
9368
9706
|
:next_token)
|
9707
|
+
SENSITIVE = []
|
9369
9708
|
include Aws::Structure
|
9370
9709
|
end
|
9371
9710
|
|
@@ -9380,6 +9719,7 @@ module Aws::MediaLive
|
|
9380
9719
|
class ListMultiplexProgramsResponse < Struct.new(
|
9381
9720
|
:multiplex_programs,
|
9382
9721
|
:next_token)
|
9722
|
+
SENSITIVE = []
|
9383
9723
|
include Aws::Structure
|
9384
9724
|
end
|
9385
9725
|
|
@@ -9396,6 +9736,7 @@ module Aws::MediaLive
|
|
9396
9736
|
class ListMultiplexProgramsResultModel < Struct.new(
|
9397
9737
|
:multiplex_programs,
|
9398
9738
|
:next_token)
|
9739
|
+
SENSITIVE = []
|
9399
9740
|
include Aws::Structure
|
9400
9741
|
end
|
9401
9742
|
|
@@ -9418,6 +9759,7 @@ module Aws::MediaLive
|
|
9418
9759
|
class ListMultiplexesRequest < Struct.new(
|
9419
9760
|
:max_results,
|
9420
9761
|
:next_token)
|
9762
|
+
SENSITIVE = []
|
9421
9763
|
include Aws::Structure
|
9422
9764
|
end
|
9423
9765
|
|
@@ -9432,6 +9774,7 @@ module Aws::MediaLive
|
|
9432
9774
|
class ListMultiplexesResponse < Struct.new(
|
9433
9775
|
:multiplexes,
|
9434
9776
|
:next_token)
|
9777
|
+
SENSITIVE = []
|
9435
9778
|
include Aws::Structure
|
9436
9779
|
end
|
9437
9780
|
|
@@ -9448,6 +9791,7 @@ module Aws::MediaLive
|
|
9448
9791
|
class ListMultiplexesResultModel < Struct.new(
|
9449
9792
|
:multiplexes,
|
9450
9793
|
:next_token)
|
9794
|
+
SENSITIVE = []
|
9451
9795
|
include Aws::Structure
|
9452
9796
|
end
|
9453
9797
|
|
@@ -9520,6 +9864,7 @@ module Aws::MediaLive
|
|
9520
9864
|
:resource_type,
|
9521
9865
|
:special_feature,
|
9522
9866
|
:video_quality)
|
9867
|
+
SENSITIVE = []
|
9523
9868
|
include Aws::Structure
|
9524
9869
|
end
|
9525
9870
|
|
@@ -9534,6 +9879,7 @@ module Aws::MediaLive
|
|
9534
9879
|
class ListOfferingsResponse < Struct.new(
|
9535
9880
|
:next_token,
|
9536
9881
|
:offerings)
|
9882
|
+
SENSITIVE = []
|
9537
9883
|
include Aws::Structure
|
9538
9884
|
end
|
9539
9885
|
|
@@ -9552,6 +9898,7 @@ module Aws::MediaLive
|
|
9552
9898
|
class ListOfferingsResultModel < Struct.new(
|
9553
9899
|
:next_token,
|
9554
9900
|
:offerings)
|
9901
|
+
SENSITIVE = []
|
9555
9902
|
include Aws::Structure
|
9556
9903
|
end
|
9557
9904
|
|
@@ -9614,6 +9961,7 @@ module Aws::MediaLive
|
|
9614
9961
|
:resource_type,
|
9615
9962
|
:special_feature,
|
9616
9963
|
:video_quality)
|
9964
|
+
SENSITIVE = []
|
9617
9965
|
include Aws::Structure
|
9618
9966
|
end
|
9619
9967
|
|
@@ -9628,6 +9976,7 @@ module Aws::MediaLive
|
|
9628
9976
|
class ListReservationsResponse < Struct.new(
|
9629
9977
|
:next_token,
|
9630
9978
|
:reservations)
|
9979
|
+
SENSITIVE = []
|
9631
9980
|
include Aws::Structure
|
9632
9981
|
end
|
9633
9982
|
|
@@ -9646,6 +9995,7 @@ module Aws::MediaLive
|
|
9646
9995
|
class ListReservationsResultModel < Struct.new(
|
9647
9996
|
:next_token,
|
9648
9997
|
:reservations)
|
9998
|
+
SENSITIVE = []
|
9649
9999
|
include Aws::Structure
|
9650
10000
|
end
|
9651
10001
|
|
@@ -9663,6 +10013,7 @@ module Aws::MediaLive
|
|
9663
10013
|
#
|
9664
10014
|
class ListTagsForResourceRequest < Struct.new(
|
9665
10015
|
:resource_arn)
|
10016
|
+
SENSITIVE = []
|
9666
10017
|
include Aws::Structure
|
9667
10018
|
end
|
9668
10019
|
|
@@ -9673,6 +10024,7 @@ module Aws::MediaLive
|
|
9673
10024
|
#
|
9674
10025
|
class ListTagsForResourceResponse < Struct.new(
|
9675
10026
|
:tags)
|
10027
|
+
SENSITIVE = []
|
9676
10028
|
include Aws::Structure
|
9677
10029
|
end
|
9678
10030
|
|
@@ -10084,6 +10436,7 @@ module Aws::MediaLive
|
|
10084
10436
|
:timed_metadata_pid,
|
10085
10437
|
:transport_stream_id,
|
10086
10438
|
:video_pid)
|
10439
|
+
SENSITIVE = []
|
10087
10440
|
include Aws::Structure
|
10088
10441
|
end
|
10089
10442
|
|
@@ -10223,6 +10576,7 @@ module Aws::MediaLive
|
|
10223
10576
|
:timed_metadata_pid,
|
10224
10577
|
:transport_stream_id,
|
10225
10578
|
:video_pid)
|
10579
|
+
SENSITIVE = []
|
10226
10580
|
include Aws::Structure
|
10227
10581
|
end
|
10228
10582
|
|
@@ -10236,6 +10590,7 @@ module Aws::MediaLive
|
|
10236
10590
|
#
|
10237
10591
|
class MediaConnectFlow < Struct.new(
|
10238
10592
|
:flow_arn)
|
10593
|
+
SENSITIVE = []
|
10239
10594
|
include Aws::Structure
|
10240
10595
|
end
|
10241
10596
|
|
@@ -10256,6 +10611,7 @@ module Aws::MediaLive
|
|
10256
10611
|
#
|
10257
10612
|
class MediaConnectFlowRequest < Struct.new(
|
10258
10613
|
:flow_arn)
|
10614
|
+
SENSITIVE = []
|
10259
10615
|
include Aws::Structure
|
10260
10616
|
end
|
10261
10617
|
|
@@ -10278,6 +10634,7 @@ module Aws::MediaLive
|
|
10278
10634
|
#
|
10279
10635
|
class MediaPackageGroupSettings < Struct.new(
|
10280
10636
|
:destination)
|
10637
|
+
SENSITIVE = []
|
10281
10638
|
include Aws::Structure
|
10282
10639
|
end
|
10283
10640
|
|
@@ -10302,6 +10659,7 @@ module Aws::MediaLive
|
|
10302
10659
|
#
|
10303
10660
|
class MediaPackageOutputDestinationSettings < Struct.new(
|
10304
10661
|
:channel_id)
|
10662
|
+
SENSITIVE = []
|
10305
10663
|
include Aws::Structure
|
10306
10664
|
end
|
10307
10665
|
|
@@ -10343,6 +10701,7 @@ module Aws::MediaLive
|
|
10343
10701
|
:bitrate,
|
10344
10702
|
:coding_mode,
|
10345
10703
|
:sample_rate)
|
10704
|
+
SENSITIVE = []
|
10346
10705
|
include Aws::Structure
|
10347
10706
|
end
|
10348
10707
|
|
@@ -10504,6 +10863,7 @@ module Aws::MediaLive
|
|
10504
10863
|
:stream_manifest_behavior,
|
10505
10864
|
:timestamp_offset,
|
10506
10865
|
:timestamp_offset_mode)
|
10866
|
+
SENSITIVE = []
|
10507
10867
|
include Aws::Structure
|
10508
10868
|
end
|
10509
10869
|
|
@@ -10533,6 +10893,7 @@ module Aws::MediaLive
|
|
10533
10893
|
class MsSmoothOutputSettings < Struct.new(
|
10534
10894
|
:h265_packaging_type,
|
10535
10895
|
:name_modifier)
|
10896
|
+
SENSITIVE = []
|
10536
10897
|
include Aws::Structure
|
10537
10898
|
end
|
10538
10899
|
|
@@ -10591,6 +10952,7 @@ module Aws::MediaLive
|
|
10591
10952
|
:program_count,
|
10592
10953
|
:state,
|
10593
10954
|
:tags)
|
10955
|
+
SENSITIVE = []
|
10594
10956
|
include Aws::Structure
|
10595
10957
|
end
|
10596
10958
|
|
@@ -10607,6 +10969,7 @@ module Aws::MediaLive
|
|
10607
10969
|
class MultiplexConfigurationValidationError < Struct.new(
|
10608
10970
|
:message,
|
10609
10971
|
:validation_errors)
|
10972
|
+
SENSITIVE = []
|
10610
10973
|
include Aws::Structure
|
10611
10974
|
end
|
10612
10975
|
|
@@ -10628,6 +10991,7 @@ module Aws::MediaLive
|
|
10628
10991
|
#
|
10629
10992
|
class MultiplexMediaConnectOutputDestinationSettings < Struct.new(
|
10630
10993
|
:entitlement_arn)
|
10994
|
+
SENSITIVE = []
|
10631
10995
|
include Aws::Structure
|
10632
10996
|
end
|
10633
10997
|
|
@@ -10641,6 +11005,7 @@ module Aws::MediaLive
|
|
10641
11005
|
#
|
10642
11006
|
class MultiplexOutputDestination < Struct.new(
|
10643
11007
|
:media_connect_settings)
|
11008
|
+
SENSITIVE = []
|
10644
11009
|
include Aws::Structure
|
10645
11010
|
end
|
10646
11011
|
|
@@ -10663,6 +11028,7 @@ module Aws::MediaLive
|
|
10663
11028
|
#
|
10664
11029
|
class MultiplexOutputSettings < Struct.new(
|
10665
11030
|
:destination)
|
11031
|
+
SENSITIVE = []
|
10666
11032
|
include Aws::Structure
|
10667
11033
|
end
|
10668
11034
|
|
@@ -10691,6 +11057,7 @@ module Aws::MediaLive
|
|
10691
11057
|
:multiplex_program_settings,
|
10692
11058
|
:packet_identifiers_map,
|
10693
11059
|
:program_name)
|
11060
|
+
SENSITIVE = []
|
10694
11061
|
include Aws::Structure
|
10695
11062
|
end
|
10696
11063
|
|
@@ -10723,6 +11090,7 @@ module Aws::MediaLive
|
|
10723
11090
|
class MultiplexProgramChannelDestinationSettings < Struct.new(
|
10724
11091
|
:multiplex_id,
|
10725
11092
|
:program_name)
|
11093
|
+
SENSITIVE = []
|
10726
11094
|
include Aws::Structure
|
10727
11095
|
end
|
10728
11096
|
|
@@ -10783,6 +11151,7 @@ module Aws::MediaLive
|
|
10783
11151
|
:scte_35_pid,
|
10784
11152
|
:timed_metadata_pid,
|
10785
11153
|
:video_pid)
|
11154
|
+
SENSITIVE = []
|
10786
11155
|
include Aws::Structure
|
10787
11156
|
end
|
10788
11157
|
|
@@ -10810,6 +11179,7 @@ module Aws::MediaLive
|
|
10810
11179
|
class MultiplexProgramServiceDescriptor < Struct.new(
|
10811
11180
|
:provider_name,
|
10812
11181
|
:service_name)
|
11182
|
+
SENSITIVE = []
|
10813
11183
|
include Aws::Structure
|
10814
11184
|
end
|
10815
11185
|
|
@@ -10859,6 +11229,7 @@ module Aws::MediaLive
|
|
10859
11229
|
:program_number,
|
10860
11230
|
:service_descriptor,
|
10861
11231
|
:video_settings)
|
11232
|
+
SENSITIVE = []
|
10862
11233
|
include Aws::Structure
|
10863
11234
|
end
|
10864
11235
|
|
@@ -10875,6 +11246,7 @@ module Aws::MediaLive
|
|
10875
11246
|
class MultiplexProgramSummary < Struct.new(
|
10876
11247
|
:channel_id,
|
10877
11248
|
:program_name)
|
11249
|
+
SENSITIVE = []
|
10878
11250
|
include Aws::Structure
|
10879
11251
|
end
|
10880
11252
|
|
@@ -10913,6 +11285,7 @@ module Aws::MediaLive
|
|
10913
11285
|
:transport_stream_bitrate,
|
10914
11286
|
:transport_stream_id,
|
10915
11287
|
:transport_stream_reserved_bitrate)
|
11288
|
+
SENSITIVE = []
|
10916
11289
|
include Aws::Structure
|
10917
11290
|
end
|
10918
11291
|
|
@@ -10926,6 +11299,7 @@ module Aws::MediaLive
|
|
10926
11299
|
#
|
10927
11300
|
class MultiplexSettingsSummary < Struct.new(
|
10928
11301
|
:transport_stream_bitrate)
|
11302
|
+
SENSITIVE = []
|
10929
11303
|
include Aws::Structure
|
10930
11304
|
end
|
10931
11305
|
|
@@ -10952,6 +11326,7 @@ module Aws::MediaLive
|
|
10952
11326
|
class MultiplexStatmuxVideoSettings < Struct.new(
|
10953
11327
|
:maximum_bitrate,
|
10954
11328
|
:minimum_bitrate)
|
11329
|
+
SENSITIVE = []
|
10955
11330
|
include Aws::Structure
|
10956
11331
|
end
|
10957
11332
|
|
@@ -11003,6 +11378,7 @@ module Aws::MediaLive
|
|
11003
11378
|
:program_count,
|
11004
11379
|
:state,
|
11005
11380
|
:tags)
|
11381
|
+
SENSITIVE = []
|
11006
11382
|
include Aws::Structure
|
11007
11383
|
end
|
11008
11384
|
|
@@ -11034,6 +11410,7 @@ module Aws::MediaLive
|
|
11034
11410
|
class MultiplexVideoSettings < Struct.new(
|
11035
11411
|
:constant_bitrate,
|
11036
11412
|
:statmux_settings)
|
11413
|
+
SENSITIVE = []
|
11037
11414
|
include Aws::Structure
|
11038
11415
|
end
|
11039
11416
|
|
@@ -11072,6 +11449,7 @@ module Aws::MediaLive
|
|
11072
11449
|
class NetworkInputSettings < Struct.new(
|
11073
11450
|
:hls_input_settings,
|
11074
11451
|
:server_validation)
|
11452
|
+
SENSITIVE = []
|
11075
11453
|
include Aws::Structure
|
11076
11454
|
end
|
11077
11455
|
|
@@ -11098,6 +11476,7 @@ module Aws::MediaLive
|
|
11098
11476
|
class NielsenConfiguration < Struct.new(
|
11099
11477
|
:distributor_id,
|
11100
11478
|
:nielsen_pcm_to_id_3_tagging)
|
11479
|
+
SENSITIVE = []
|
11101
11480
|
include Aws::Structure
|
11102
11481
|
end
|
11103
11482
|
|
@@ -11108,6 +11487,7 @@ module Aws::MediaLive
|
|
11108
11487
|
#
|
11109
11488
|
class NotFoundException < Struct.new(
|
11110
11489
|
:message)
|
11490
|
+
SENSITIVE = []
|
11111
11491
|
include Aws::Structure
|
11112
11492
|
end
|
11113
11493
|
|
@@ -11175,6 +11555,7 @@ module Aws::MediaLive
|
|
11175
11555
|
:region,
|
11176
11556
|
:resource_specification,
|
11177
11557
|
:usage_price)
|
11558
|
+
SENSITIVE = []
|
11178
11559
|
include Aws::Structure
|
11179
11560
|
end
|
11180
11561
|
|
@@ -11427,6 +11808,7 @@ module Aws::MediaLive
|
|
11427
11808
|
:output_name,
|
11428
11809
|
:output_settings,
|
11429
11810
|
:video_description_name)
|
11811
|
+
SENSITIVE = []
|
11430
11812
|
include Aws::Structure
|
11431
11813
|
end
|
11432
11814
|
|
@@ -11480,6 +11862,7 @@ module Aws::MediaLive
|
|
11480
11862
|
:media_package_settings,
|
11481
11863
|
:multiplex_settings,
|
11482
11864
|
:settings)
|
11865
|
+
SENSITIVE = []
|
11483
11866
|
include Aws::Structure
|
11484
11867
|
end
|
11485
11868
|
|
@@ -11516,6 +11899,7 @@ module Aws::MediaLive
|
|
11516
11899
|
:stream_name,
|
11517
11900
|
:url,
|
11518
11901
|
:username)
|
11902
|
+
SENSITIVE = []
|
11519
11903
|
include Aws::Structure
|
11520
11904
|
end
|
11521
11905
|
|
@@ -11908,6 +12292,7 @@ module Aws::MediaLive
|
|
11908
12292
|
:name,
|
11909
12293
|
:output_group_settings,
|
11910
12294
|
:outputs)
|
12295
|
+
SENSITIVE = []
|
11911
12296
|
include Aws::Structure
|
11912
12297
|
end
|
11913
12298
|
|
@@ -12105,6 +12490,7 @@ module Aws::MediaLive
|
|
12105
12490
|
:multiplex_group_settings,
|
12106
12491
|
:rtmp_group_settings,
|
12107
12492
|
:udp_group_settings)
|
12493
|
+
SENSITIVE = []
|
12108
12494
|
include Aws::Structure
|
12109
12495
|
end
|
12110
12496
|
|
@@ -12124,6 +12510,7 @@ module Aws::MediaLive
|
|
12124
12510
|
#
|
12125
12511
|
class OutputLocationRef < Struct.new(
|
12126
12512
|
:destination_ref_id)
|
12513
|
+
SENSITIVE = []
|
12127
12514
|
include Aws::Structure
|
12128
12515
|
end
|
12129
12516
|
|
@@ -12383,6 +12770,7 @@ module Aws::MediaLive
|
|
12383
12770
|
:multiplex_output_settings,
|
12384
12771
|
:rtmp_output_settings,
|
12385
12772
|
:udp_output_settings)
|
12773
|
+
SENSITIVE = []
|
12386
12774
|
include Aws::Structure
|
12387
12775
|
end
|
12388
12776
|
|
@@ -12414,6 +12802,7 @@ module Aws::MediaLive
|
|
12414
12802
|
#
|
12415
12803
|
class PauseStateScheduleActionSettings < Struct.new(
|
12416
12804
|
:pipelines)
|
12805
|
+
SENSITIVE = []
|
12417
12806
|
include Aws::Structure
|
12418
12807
|
end
|
12419
12808
|
|
@@ -12440,6 +12829,7 @@ module Aws::MediaLive
|
|
12440
12829
|
:active_input_attachment_name,
|
12441
12830
|
:active_input_switch_action_name,
|
12442
12831
|
:pipeline_id)
|
12832
|
+
SENSITIVE = []
|
12443
12833
|
include Aws::Structure
|
12444
12834
|
end
|
12445
12835
|
|
@@ -12460,6 +12850,7 @@ module Aws::MediaLive
|
|
12460
12850
|
#
|
12461
12851
|
class PipelinePauseStateSettings < Struct.new(
|
12462
12852
|
:pipeline_id)
|
12853
|
+
SENSITIVE = []
|
12463
12854
|
include Aws::Structure
|
12464
12855
|
end
|
12465
12856
|
|
@@ -12496,6 +12887,7 @@ module Aws::MediaLive
|
|
12496
12887
|
:request_id,
|
12497
12888
|
:start,
|
12498
12889
|
:tags)
|
12890
|
+
SENSITIVE = []
|
12499
12891
|
include Aws::Structure
|
12500
12892
|
end
|
12501
12893
|
|
@@ -12542,6 +12934,7 @@ module Aws::MediaLive
|
|
12542
12934
|
:request_id,
|
12543
12935
|
:start,
|
12544
12936
|
:tags)
|
12937
|
+
SENSITIVE = []
|
12545
12938
|
include Aws::Structure
|
12546
12939
|
end
|
12547
12940
|
|
@@ -12553,6 +12946,7 @@ module Aws::MediaLive
|
|
12553
12946
|
#
|
12554
12947
|
class PurchaseOfferingResponse < Struct.new(
|
12555
12948
|
:reservation)
|
12949
|
+
SENSITIVE = []
|
12556
12950
|
include Aws::Structure
|
12557
12951
|
end
|
12558
12952
|
|
@@ -12566,6 +12960,7 @@ module Aws::MediaLive
|
|
12566
12960
|
#
|
12567
12961
|
class PurchaseOfferingResultModel < Struct.new(
|
12568
12962
|
:reservation)
|
12963
|
+
SENSITIVE = []
|
12569
12964
|
include Aws::Structure
|
12570
12965
|
end
|
12571
12966
|
|
@@ -12626,6 +13021,7 @@ module Aws::MediaLive
|
|
12626
13021
|
:channel_mappings,
|
12627
13022
|
:channels_in,
|
12628
13023
|
:channels_out)
|
13024
|
+
SENSITIVE = []
|
12629
13025
|
include Aws::Structure
|
12630
13026
|
end
|
12631
13027
|
|
@@ -12730,6 +13126,7 @@ module Aws::MediaLive
|
|
12730
13126
|
:state,
|
12731
13127
|
:tags,
|
12732
13128
|
:usage_price)
|
13129
|
+
SENSITIVE = []
|
12733
13130
|
include Aws::Structure
|
12734
13131
|
end
|
12735
13132
|
|
@@ -12778,6 +13175,7 @@ module Aws::MediaLive
|
|
12778
13175
|
:resource_type,
|
12779
13176
|
:special_feature,
|
12780
13177
|
:video_quality)
|
13178
|
+
SENSITIVE = []
|
12781
13179
|
include Aws::Structure
|
12782
13180
|
end
|
12783
13181
|
|
@@ -12788,6 +13186,7 @@ module Aws::MediaLive
|
|
12788
13186
|
#
|
12789
13187
|
class ResourceConflict < Struct.new(
|
12790
13188
|
:message)
|
13189
|
+
SENSITIVE = []
|
12791
13190
|
include Aws::Structure
|
12792
13191
|
end
|
12793
13192
|
|
@@ -12798,6 +13197,7 @@ module Aws::MediaLive
|
|
12798
13197
|
#
|
12799
13198
|
class ResourceNotFound < Struct.new(
|
12800
13199
|
:message)
|
13200
|
+
SENSITIVE = []
|
12801
13201
|
include Aws::Structure
|
12802
13202
|
end
|
12803
13203
|
|
@@ -12873,6 +13273,7 @@ module Aws::MediaLive
|
|
12873
13273
|
:caption_data,
|
12874
13274
|
:input_loss_action,
|
12875
13275
|
:restart_delay)
|
13276
|
+
SENSITIVE = []
|
12876
13277
|
include Aws::Structure
|
12877
13278
|
end
|
12878
13279
|
|
@@ -12918,6 +13319,7 @@ module Aws::MediaLive
|
|
12918
13319
|
:connection_retry_interval,
|
12919
13320
|
:destination,
|
12920
13321
|
:num_retries)
|
13322
|
+
SENSITIVE = []
|
12921
13323
|
include Aws::Structure
|
12922
13324
|
end
|
12923
13325
|
|
@@ -12935,6 +13337,20 @@ module Aws::MediaLive
|
|
12935
13337
|
# hls_timed_metadata_settings: {
|
12936
13338
|
# id_3: "__string", # required
|
12937
13339
|
# },
|
13340
|
+
# input_prepare_settings: {
|
13341
|
+
# input_attachment_name_reference: "__string",
|
13342
|
+
# input_clipping_settings: {
|
13343
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
13344
|
+
# start_timecode: {
|
13345
|
+
# timecode: "__string",
|
13346
|
+
# },
|
13347
|
+
# stop_timecode: {
|
13348
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
13349
|
+
# timecode: "__string",
|
13350
|
+
# },
|
13351
|
+
# },
|
13352
|
+
# url_path: ["__string"],
|
13353
|
+
# },
|
12938
13354
|
# input_switch_settings: {
|
12939
13355
|
# input_attachment_name_reference: "__string", # required
|
12940
13356
|
# input_clipping_settings: {
|
@@ -13046,6 +13462,7 @@ module Aws::MediaLive
|
|
13046
13462
|
:action_name,
|
13047
13463
|
:schedule_action_settings,
|
13048
13464
|
:schedule_action_start_settings)
|
13465
|
+
SENSITIVE = []
|
13049
13466
|
include Aws::Structure
|
13050
13467
|
end
|
13051
13468
|
|
@@ -13061,6 +13478,20 @@ module Aws::MediaLive
|
|
13061
13478
|
# hls_timed_metadata_settings: {
|
13062
13479
|
# id_3: "__string", # required
|
13063
13480
|
# },
|
13481
|
+
# input_prepare_settings: {
|
13482
|
+
# input_attachment_name_reference: "__string",
|
13483
|
+
# input_clipping_settings: {
|
13484
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
13485
|
+
# start_timecode: {
|
13486
|
+
# timecode: "__string",
|
13487
|
+
# },
|
13488
|
+
# stop_timecode: {
|
13489
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
13490
|
+
# timecode: "__string",
|
13491
|
+
# },
|
13492
|
+
# },
|
13493
|
+
# url_path: ["__string"],
|
13494
|
+
# },
|
13064
13495
|
# input_switch_settings: {
|
13065
13496
|
# input_attachment_name_reference: "__string", # required
|
13066
13497
|
# input_clipping_settings: {
|
@@ -13145,6 +13576,10 @@ module Aws::MediaLive
|
|
13145
13576
|
# Action to insert HLS metadata
|
13146
13577
|
# @return [Types::HlsTimedMetadataScheduleActionSettings]
|
13147
13578
|
#
|
13579
|
+
# @!attribute [rw] input_prepare_settings
|
13580
|
+
# Action to prepare an input for a future immediate input switch
|
13581
|
+
# @return [Types::InputPrepareScheduleActionSettings]
|
13582
|
+
#
|
13148
13583
|
# @!attribute [rw] input_switch_settings
|
13149
13584
|
# Action to switch the input
|
13150
13585
|
# @return [Types::InputSwitchScheduleActionSettings]
|
@@ -13178,6 +13613,7 @@ module Aws::MediaLive
|
|
13178
13613
|
class ScheduleActionSettings < Struct.new(
|
13179
13614
|
:hls_id_3_segment_tagging_settings,
|
13180
13615
|
:hls_timed_metadata_settings,
|
13616
|
+
:input_prepare_settings,
|
13181
13617
|
:input_switch_settings,
|
13182
13618
|
:pause_state_settings,
|
13183
13619
|
:scte_35_return_to_network_settings,
|
@@ -13185,6 +13621,7 @@ module Aws::MediaLive
|
|
13185
13621
|
:scte_35_time_signal_settings,
|
13186
13622
|
:static_image_activate_settings,
|
13187
13623
|
:static_image_deactivate_settings)
|
13624
|
+
SENSITIVE = []
|
13188
13625
|
include Aws::Structure
|
13189
13626
|
end
|
13190
13627
|
|
@@ -13224,6 +13661,7 @@ module Aws::MediaLive
|
|
13224
13661
|
:fixed_mode_schedule_action_start_settings,
|
13225
13662
|
:follow_mode_schedule_action_start_settings,
|
13226
13663
|
:immediate_mode_schedule_action_start_settings)
|
13664
|
+
SENSITIVE = []
|
13227
13665
|
include Aws::Structure
|
13228
13666
|
end
|
13229
13667
|
|
@@ -13248,6 +13686,7 @@ module Aws::MediaLive
|
|
13248
13686
|
class ScheduleDescribeResultModel < Struct.new(
|
13249
13687
|
:next_token,
|
13250
13688
|
:schedule_actions)
|
13689
|
+
SENSITIVE = []
|
13251
13690
|
include Aws::Structure
|
13252
13691
|
end
|
13253
13692
|
|
@@ -13286,6 +13725,7 @@ module Aws::MediaLive
|
|
13286
13725
|
class Scte20SourceSettings < Struct.new(
|
13287
13726
|
:convert_608_to_708,
|
13288
13727
|
:source_608_channel_number)
|
13728
|
+
SENSITIVE = []
|
13289
13729
|
include Aws::Structure
|
13290
13730
|
end
|
13291
13731
|
|
@@ -13321,6 +13761,7 @@ module Aws::MediaLive
|
|
13321
13761
|
#
|
13322
13762
|
class Scte27SourceSettings < Struct.new(
|
13323
13763
|
:pid)
|
13764
|
+
SENSITIVE = []
|
13324
13765
|
include Aws::Structure
|
13325
13766
|
end
|
13326
13767
|
|
@@ -13362,6 +13803,7 @@ module Aws::MediaLive
|
|
13362
13803
|
:device_restrictions,
|
13363
13804
|
:no_regional_blackout_flag,
|
13364
13805
|
:web_delivery_allowed_flag)
|
13806
|
+
SENSITIVE = []
|
13365
13807
|
include Aws::Structure
|
13366
13808
|
end
|
13367
13809
|
|
@@ -13401,6 +13843,7 @@ module Aws::MediaLive
|
|
13401
13843
|
#
|
13402
13844
|
class Scte35Descriptor < Struct.new(
|
13403
13845
|
:scte_35_descriptor_settings)
|
13846
|
+
SENSITIVE = []
|
13404
13847
|
include Aws::Structure
|
13405
13848
|
end
|
13406
13849
|
|
@@ -13438,6 +13881,7 @@ module Aws::MediaLive
|
|
13438
13881
|
#
|
13439
13882
|
class Scte35DescriptorSettings < Struct.new(
|
13440
13883
|
:segmentation_descriptor_scte_35_descriptor_settings)
|
13884
|
+
SENSITIVE = []
|
13441
13885
|
include Aws::Structure
|
13442
13886
|
end
|
13443
13887
|
|
@@ -13459,6 +13903,7 @@ module Aws::MediaLive
|
|
13459
13903
|
#
|
13460
13904
|
class Scte35ReturnToNetworkScheduleActionSettings < Struct.new(
|
13461
13905
|
:splice_event_id)
|
13906
|
+
SENSITIVE = []
|
13462
13907
|
include Aws::Structure
|
13463
13908
|
end
|
13464
13909
|
|
@@ -13567,6 +14012,7 @@ module Aws::MediaLive
|
|
13567
14012
|
:segments_expected,
|
13568
14013
|
:sub_segment_num,
|
13569
14014
|
:sub_segments_expected)
|
14015
|
+
SENSITIVE = []
|
13570
14016
|
include Aws::Structure
|
13571
14017
|
end
|
13572
14018
|
|
@@ -13603,6 +14049,7 @@ module Aws::MediaLive
|
|
13603
14049
|
:ad_avail_offset,
|
13604
14050
|
:no_regional_blackout_flag,
|
13605
14051
|
:web_delivery_allowed_flag)
|
14052
|
+
SENSITIVE = []
|
13606
14053
|
include Aws::Structure
|
13607
14054
|
end
|
13608
14055
|
|
@@ -13636,6 +14083,7 @@ module Aws::MediaLive
|
|
13636
14083
|
class Scte35SpliceInsertScheduleActionSettings < Struct.new(
|
13637
14084
|
:duration,
|
13638
14085
|
:splice_event_id)
|
14086
|
+
SENSITIVE = []
|
13639
14087
|
include Aws::Structure
|
13640
14088
|
end
|
13641
14089
|
|
@@ -13672,6 +14120,7 @@ module Aws::MediaLive
|
|
13672
14120
|
:ad_avail_offset,
|
13673
14121
|
:no_regional_blackout_flag,
|
13674
14122
|
:web_delivery_allowed_flag)
|
14123
|
+
SENSITIVE = []
|
13675
14124
|
include Aws::Structure
|
13676
14125
|
end
|
13677
14126
|
|
@@ -13716,6 +14165,7 @@ module Aws::MediaLive
|
|
13716
14165
|
#
|
13717
14166
|
class Scte35TimeSignalScheduleActionSettings < Struct.new(
|
13718
14167
|
:scte_35_descriptors)
|
14168
|
+
SENSITIVE = []
|
13719
14169
|
include Aws::Structure
|
13720
14170
|
end
|
13721
14171
|
|
@@ -13770,6 +14220,7 @@ module Aws::MediaLive
|
|
13770
14220
|
class StandardHlsSettings < Struct.new(
|
13771
14221
|
:audio_rendition_sets,
|
13772
14222
|
:m3u_8_settings)
|
14223
|
+
SENSITIVE = []
|
13773
14224
|
include Aws::Structure
|
13774
14225
|
end
|
13775
14226
|
|
@@ -13787,6 +14238,7 @@ module Aws::MediaLive
|
|
13787
14238
|
#
|
13788
14239
|
class StartChannelRequest < Struct.new(
|
13789
14240
|
:channel_id)
|
14241
|
+
SENSITIVE = []
|
13790
14242
|
include Aws::Structure
|
13791
14243
|
end
|
13792
14244
|
|
@@ -13857,6 +14309,7 @@ module Aws::MediaLive
|
|
13857
14309
|
:role_arn,
|
13858
14310
|
:state,
|
13859
14311
|
:tags)
|
14312
|
+
SENSITIVE = []
|
13860
14313
|
include Aws::Structure
|
13861
14314
|
end
|
13862
14315
|
|
@@ -13874,6 +14327,7 @@ module Aws::MediaLive
|
|
13874
14327
|
#
|
13875
14328
|
class StartMultiplexRequest < Struct.new(
|
13876
14329
|
:multiplex_id)
|
14330
|
+
SENSITIVE = []
|
13877
14331
|
include Aws::Structure
|
13878
14332
|
end
|
13879
14333
|
|
@@ -13922,6 +14376,7 @@ module Aws::MediaLive
|
|
13922
14376
|
:program_count,
|
13923
14377
|
:state,
|
13924
14378
|
:tags)
|
14379
|
+
SENSITIVE = []
|
13925
14380
|
include Aws::Structure
|
13926
14381
|
end
|
13927
14382
|
|
@@ -13944,6 +14399,7 @@ module Aws::MediaLive
|
|
13944
14399
|
#
|
13945
14400
|
class StartTimecode < Struct.new(
|
13946
14401
|
:timecode)
|
14402
|
+
SENSITIVE = []
|
13947
14403
|
include Aws::Structure
|
13948
14404
|
end
|
13949
14405
|
|
@@ -14047,6 +14503,7 @@ module Aws::MediaLive
|
|
14047
14503
|
:layer,
|
14048
14504
|
:opacity,
|
14049
14505
|
:width)
|
14506
|
+
SENSITIVE = []
|
14050
14507
|
include Aws::Structure
|
14051
14508
|
end
|
14052
14509
|
|
@@ -14074,6 +14531,7 @@ module Aws::MediaLive
|
|
14074
14531
|
class StaticImageDeactivateScheduleActionSettings < Struct.new(
|
14075
14532
|
:fade_out,
|
14076
14533
|
:layer)
|
14534
|
+
SENSITIVE = []
|
14077
14535
|
include Aws::Structure
|
14078
14536
|
end
|
14079
14537
|
|
@@ -14104,6 +14562,7 @@ module Aws::MediaLive
|
|
14104
14562
|
class StaticKeySettings < Struct.new(
|
14105
14563
|
:key_provider_server,
|
14106
14564
|
:static_key_value)
|
14565
|
+
SENSITIVE = []
|
14107
14566
|
include Aws::Structure
|
14108
14567
|
end
|
14109
14568
|
|
@@ -14121,6 +14580,7 @@ module Aws::MediaLive
|
|
14121
14580
|
#
|
14122
14581
|
class StopChannelRequest < Struct.new(
|
14123
14582
|
:channel_id)
|
14583
|
+
SENSITIVE = []
|
14124
14584
|
include Aws::Structure
|
14125
14585
|
end
|
14126
14586
|
|
@@ -14191,6 +14651,7 @@ module Aws::MediaLive
|
|
14191
14651
|
:role_arn,
|
14192
14652
|
:state,
|
14193
14653
|
:tags)
|
14654
|
+
SENSITIVE = []
|
14194
14655
|
include Aws::Structure
|
14195
14656
|
end
|
14196
14657
|
|
@@ -14208,6 +14669,7 @@ module Aws::MediaLive
|
|
14208
14669
|
#
|
14209
14670
|
class StopMultiplexRequest < Struct.new(
|
14210
14671
|
:multiplex_id)
|
14672
|
+
SENSITIVE = []
|
14211
14673
|
include Aws::Structure
|
14212
14674
|
end
|
14213
14675
|
|
@@ -14256,6 +14718,7 @@ module Aws::MediaLive
|
|
14256
14718
|
:program_count,
|
14257
14719
|
:state,
|
14258
14720
|
:tags)
|
14721
|
+
SENSITIVE = []
|
14259
14722
|
include Aws::Structure
|
14260
14723
|
end
|
14261
14724
|
|
@@ -14286,6 +14749,7 @@ module Aws::MediaLive
|
|
14286
14749
|
class StopTimecode < Struct.new(
|
14287
14750
|
:last_frame_clipping_behavior,
|
14288
14751
|
:timecode)
|
14752
|
+
SENSITIVE = []
|
14289
14753
|
include Aws::Structure
|
14290
14754
|
end
|
14291
14755
|
|
@@ -14296,6 +14760,7 @@ module Aws::MediaLive
|
|
14296
14760
|
#
|
14297
14761
|
class TagsModel < Struct.new(
|
14298
14762
|
:tags)
|
14763
|
+
SENSITIVE = []
|
14299
14764
|
include Aws::Structure
|
14300
14765
|
end
|
14301
14766
|
|
@@ -14327,6 +14792,7 @@ module Aws::MediaLive
|
|
14327
14792
|
#
|
14328
14793
|
class TeletextSourceSettings < Struct.new(
|
14329
14794
|
:page_number)
|
14795
|
+
SENSITIVE = []
|
14330
14796
|
include Aws::Structure
|
14331
14797
|
end
|
14332
14798
|
|
@@ -14359,6 +14825,7 @@ module Aws::MediaLive
|
|
14359
14825
|
class TemporalFilterSettings < Struct.new(
|
14360
14826
|
:post_filter_sharpening,
|
14361
14827
|
:strength)
|
14828
|
+
SENSITIVE = []
|
14362
14829
|
include Aws::Structure
|
14363
14830
|
end
|
14364
14831
|
|
@@ -14394,6 +14861,7 @@ module Aws::MediaLive
|
|
14394
14861
|
class TimecodeConfig < Struct.new(
|
14395
14862
|
:source,
|
14396
14863
|
:sync_threshold)
|
14864
|
+
SENSITIVE = []
|
14397
14865
|
include Aws::Structure
|
14398
14866
|
end
|
14399
14867
|
|
@@ -14404,6 +14872,7 @@ module Aws::MediaLive
|
|
14404
14872
|
#
|
14405
14873
|
class TooManyRequestsException < Struct.new(
|
14406
14874
|
:message)
|
14875
|
+
SENSITIVE = []
|
14407
14876
|
include Aws::Structure
|
14408
14877
|
end
|
14409
14878
|
|
@@ -14426,6 +14895,7 @@ module Aws::MediaLive
|
|
14426
14895
|
#
|
14427
14896
|
class TtmlDestinationSettings < Struct.new(
|
14428
14897
|
:style_control)
|
14898
|
+
SENSITIVE = []
|
14429
14899
|
include Aws::Structure
|
14430
14900
|
end
|
14431
14901
|
|
@@ -14505,6 +14975,7 @@ module Aws::MediaLive
|
|
14505
14975
|
#
|
14506
14976
|
class UdpContainerSettings < Struct.new(
|
14507
14977
|
:m2ts_settings)
|
14978
|
+
SENSITIVE = []
|
14508
14979
|
include Aws::Structure
|
14509
14980
|
end
|
14510
14981
|
|
@@ -14544,6 +15015,7 @@ module Aws::MediaLive
|
|
14544
15015
|
:input_loss_action,
|
14545
15016
|
:timed_metadata_id_3_frame,
|
14546
15017
|
:timed_metadata_id_3_period)
|
15018
|
+
SENSITIVE = []
|
14547
15019
|
include Aws::Structure
|
14548
15020
|
end
|
14549
15021
|
|
@@ -14656,6 +15128,7 @@ module Aws::MediaLive
|
|
14656
15128
|
:container_settings,
|
14657
15129
|
:destination,
|
14658
15130
|
:fec_output_settings)
|
15131
|
+
SENSITIVE = []
|
14659
15132
|
include Aws::Structure
|
14660
15133
|
end
|
14661
15134
|
|
@@ -14670,6 +15143,7 @@ module Aws::MediaLive
|
|
14670
15143
|
class UnprocessableEntityException < Struct.new(
|
14671
15144
|
:message,
|
14672
15145
|
:validation_errors)
|
15146
|
+
SENSITIVE = []
|
14673
15147
|
include Aws::Structure
|
14674
15148
|
end
|
14675
15149
|
|
@@ -14713,6 +15187,7 @@ module Aws::MediaLive
|
|
14713
15187
|
:log_level,
|
14714
15188
|
:name,
|
14715
15189
|
:role_arn)
|
15190
|
+
SENSITIVE = []
|
14716
15191
|
include Aws::Structure
|
14717
15192
|
end
|
14718
15193
|
|
@@ -14729,6 +15204,7 @@ module Aws::MediaLive
|
|
14729
15204
|
class UpdateChannelClass < Struct.new(
|
14730
15205
|
:channel_class,
|
14731
15206
|
:destinations)
|
15207
|
+
SENSITIVE = []
|
14732
15208
|
include Aws::Structure
|
14733
15209
|
end
|
14734
15210
|
|
@@ -14779,6 +15255,7 @@ module Aws::MediaLive
|
|
14779
15255
|
:channel_class,
|
14780
15256
|
:channel_id,
|
14781
15257
|
:destinations)
|
15258
|
+
SENSITIVE = []
|
14782
15259
|
include Aws::Structure
|
14783
15260
|
end
|
14784
15261
|
|
@@ -14789,6 +15266,7 @@ module Aws::MediaLive
|
|
14789
15266
|
#
|
14790
15267
|
class UpdateChannelClassResponse < Struct.new(
|
14791
15268
|
:channel)
|
15269
|
+
SENSITIVE = []
|
14792
15270
|
include Aws::Structure
|
14793
15271
|
end
|
14794
15272
|
|
@@ -14881,7 +15359,7 @@ module Aws::MediaLive
|
|
14881
15359
|
# pass_through_settings: {
|
14882
15360
|
# },
|
14883
15361
|
# },
|
14884
|
-
# language_code: "
|
15362
|
+
# language_code: "__stringMin1Max35",
|
14885
15363
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
14886
15364
|
# name: "__string", # required
|
14887
15365
|
# remix_settings: {
|
@@ -15016,6 +15494,9 @@ module Aws::MediaLive
|
|
15016
15494
|
# name: "__string", # required
|
15017
15495
|
# },
|
15018
15496
|
# ],
|
15497
|
+
# feature_activations: {
|
15498
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
15499
|
+
# },
|
15019
15500
|
# global_configuration: {
|
15020
15501
|
# initial_audio_gain: 1,
|
15021
15502
|
# input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
|
@@ -15656,6 +16137,7 @@ module Aws::MediaLive
|
|
15656
16137
|
:log_level,
|
15657
16138
|
:name,
|
15658
16139
|
:role_arn)
|
16140
|
+
SENSITIVE = []
|
15659
16141
|
include Aws::Structure
|
15660
16142
|
end
|
15661
16143
|
|
@@ -15666,6 +16148,7 @@ module Aws::MediaLive
|
|
15666
16148
|
#
|
15667
16149
|
class UpdateChannelResponse < Struct.new(
|
15668
16150
|
:channel)
|
16151
|
+
SENSITIVE = []
|
15669
16152
|
include Aws::Structure
|
15670
16153
|
end
|
15671
16154
|
|
@@ -15678,6 +16161,7 @@ module Aws::MediaLive
|
|
15678
16161
|
#
|
15679
16162
|
class UpdateChannelResultModel < Struct.new(
|
15680
16163
|
:channel)
|
16164
|
+
SENSITIVE = []
|
15681
16165
|
include Aws::Structure
|
15682
16166
|
end
|
15683
16167
|
|
@@ -15726,6 +16210,7 @@ module Aws::MediaLive
|
|
15726
16210
|
:name,
|
15727
16211
|
:role_arn,
|
15728
16212
|
:sources)
|
16213
|
+
SENSITIVE = []
|
15729
16214
|
include Aws::Structure
|
15730
16215
|
end
|
15731
16216
|
|
@@ -15744,6 +16229,7 @@ module Aws::MediaLive
|
|
15744
16229
|
class UpdateInputDevice < Struct.new(
|
15745
16230
|
:hd_device_settings,
|
15746
16231
|
:name)
|
16232
|
+
SENSITIVE = []
|
15747
16233
|
include Aws::Structure
|
15748
16234
|
end
|
15749
16235
|
|
@@ -15775,6 +16261,7 @@ module Aws::MediaLive
|
|
15775
16261
|
:hd_device_settings,
|
15776
16262
|
:input_device_id,
|
15777
16263
|
:name)
|
16264
|
+
SENSITIVE = []
|
15778
16265
|
include Aws::Structure
|
15779
16266
|
end
|
15780
16267
|
|
@@ -15833,6 +16320,7 @@ module Aws::MediaLive
|
|
15833
16320
|
:network_settings,
|
15834
16321
|
:serial_number,
|
15835
16322
|
:type)
|
16323
|
+
SENSITIVE = []
|
15836
16324
|
include Aws::Structure
|
15837
16325
|
end
|
15838
16326
|
|
@@ -15903,6 +16391,7 @@ module Aws::MediaLive
|
|
15903
16391
|
:name,
|
15904
16392
|
:role_arn,
|
15905
16393
|
:sources)
|
16394
|
+
SENSITIVE = []
|
15906
16395
|
include Aws::Structure
|
15907
16396
|
end
|
15908
16397
|
|
@@ -15913,6 +16402,7 @@ module Aws::MediaLive
|
|
15913
16402
|
#
|
15914
16403
|
class UpdateInputResponse < Struct.new(
|
15915
16404
|
:input)
|
16405
|
+
SENSITIVE = []
|
15916
16406
|
include Aws::Structure
|
15917
16407
|
end
|
15918
16408
|
|
@@ -15923,6 +16413,7 @@ module Aws::MediaLive
|
|
15923
16413
|
#
|
15924
16414
|
class UpdateInputResultModel < Struct.new(
|
15925
16415
|
:input)
|
16416
|
+
SENSITIVE = []
|
15926
16417
|
include Aws::Structure
|
15927
16418
|
end
|
15928
16419
|
|
@@ -15956,6 +16447,7 @@ module Aws::MediaLive
|
|
15956
16447
|
:input_security_group_id,
|
15957
16448
|
:tags,
|
15958
16449
|
:whitelist_rules)
|
16450
|
+
SENSITIVE = []
|
15959
16451
|
include Aws::Structure
|
15960
16452
|
end
|
15961
16453
|
|
@@ -15967,6 +16459,7 @@ module Aws::MediaLive
|
|
15967
16459
|
#
|
15968
16460
|
class UpdateInputSecurityGroupResponse < Struct.new(
|
15969
16461
|
:security_group)
|
16462
|
+
SENSITIVE = []
|
15970
16463
|
include Aws::Structure
|
15971
16464
|
end
|
15972
16465
|
|
@@ -15978,6 +16471,7 @@ module Aws::MediaLive
|
|
15978
16471
|
#
|
15979
16472
|
class UpdateInputSecurityGroupResultModel < Struct.new(
|
15980
16473
|
:security_group)
|
16474
|
+
SENSITIVE = []
|
15981
16475
|
include Aws::Structure
|
15982
16476
|
end
|
15983
16477
|
|
@@ -15994,6 +16488,7 @@ module Aws::MediaLive
|
|
15994
16488
|
class UpdateMultiplex < Struct.new(
|
15995
16489
|
:multiplex_settings,
|
15996
16490
|
:name)
|
16491
|
+
SENSITIVE = []
|
15997
16492
|
include Aws::Structure
|
15998
16493
|
end
|
15999
16494
|
|
@@ -16005,6 +16500,7 @@ module Aws::MediaLive
|
|
16005
16500
|
#
|
16006
16501
|
class UpdateMultiplexProgram < Struct.new(
|
16007
16502
|
:multiplex_program_settings)
|
16503
|
+
SENSITIVE = []
|
16008
16504
|
include Aws::Structure
|
16009
16505
|
end
|
16010
16506
|
|
@@ -16047,6 +16543,7 @@ module Aws::MediaLive
|
|
16047
16543
|
:multiplex_id,
|
16048
16544
|
:multiplex_program_settings,
|
16049
16545
|
:program_name)
|
16546
|
+
SENSITIVE = []
|
16050
16547
|
include Aws::Structure
|
16051
16548
|
end
|
16052
16549
|
|
@@ -16058,6 +16555,7 @@ module Aws::MediaLive
|
|
16058
16555
|
#
|
16059
16556
|
class UpdateMultiplexProgramResponse < Struct.new(
|
16060
16557
|
:multiplex_program)
|
16558
|
+
SENSITIVE = []
|
16061
16559
|
include Aws::Structure
|
16062
16560
|
end
|
16063
16561
|
|
@@ -16069,6 +16567,7 @@ module Aws::MediaLive
|
|
16069
16567
|
#
|
16070
16568
|
class UpdateMultiplexProgramResultModel < Struct.new(
|
16071
16569
|
:multiplex_program)
|
16570
|
+
SENSITIVE = []
|
16072
16571
|
include Aws::Structure
|
16073
16572
|
end
|
16074
16573
|
|
@@ -16102,6 +16601,7 @@ module Aws::MediaLive
|
|
16102
16601
|
:multiplex_id,
|
16103
16602
|
:multiplex_settings,
|
16104
16603
|
:name)
|
16604
|
+
SENSITIVE = []
|
16105
16605
|
include Aws::Structure
|
16106
16606
|
end
|
16107
16607
|
|
@@ -16113,6 +16613,7 @@ module Aws::MediaLive
|
|
16113
16613
|
#
|
16114
16614
|
class UpdateMultiplexResponse < Struct.new(
|
16115
16615
|
:multiplex)
|
16616
|
+
SENSITIVE = []
|
16116
16617
|
include Aws::Structure
|
16117
16618
|
end
|
16118
16619
|
|
@@ -16124,6 +16625,7 @@ module Aws::MediaLive
|
|
16124
16625
|
#
|
16125
16626
|
class UpdateMultiplexResultModel < Struct.new(
|
16126
16627
|
:multiplex)
|
16628
|
+
SENSITIVE = []
|
16127
16629
|
include Aws::Structure
|
16128
16630
|
end
|
16129
16631
|
|
@@ -16137,6 +16639,7 @@ module Aws::MediaLive
|
|
16137
16639
|
#
|
16138
16640
|
class UpdateReservation < Struct.new(
|
16139
16641
|
:name)
|
16642
|
+
SENSITIVE = []
|
16140
16643
|
include Aws::Structure
|
16141
16644
|
end
|
16142
16645
|
|
@@ -16159,6 +16662,7 @@ module Aws::MediaLive
|
|
16159
16662
|
class UpdateReservationRequest < Struct.new(
|
16160
16663
|
:name,
|
16161
16664
|
:reservation_id)
|
16665
|
+
SENSITIVE = []
|
16162
16666
|
include Aws::Structure
|
16163
16667
|
end
|
16164
16668
|
|
@@ -16170,6 +16674,7 @@ module Aws::MediaLive
|
|
16170
16674
|
#
|
16171
16675
|
class UpdateReservationResponse < Struct.new(
|
16172
16676
|
:reservation)
|
16677
|
+
SENSITIVE = []
|
16173
16678
|
include Aws::Structure
|
16174
16679
|
end
|
16175
16680
|
|
@@ -16183,6 +16688,7 @@ module Aws::MediaLive
|
|
16183
16688
|
#
|
16184
16689
|
class UpdateReservationResultModel < Struct.new(
|
16185
16690
|
:reservation)
|
16691
|
+
SENSITIVE = []
|
16186
16692
|
include Aws::Structure
|
16187
16693
|
end
|
16188
16694
|
|
@@ -16199,6 +16705,7 @@ module Aws::MediaLive
|
|
16199
16705
|
class ValidationError < Struct.new(
|
16200
16706
|
:element_path,
|
16201
16707
|
:error_message)
|
16708
|
+
SENSITIVE = []
|
16202
16709
|
include Aws::Structure
|
16203
16710
|
end
|
16204
16711
|
|
@@ -16328,6 +16835,7 @@ module Aws::MediaLive
|
|
16328
16835
|
:frame_capture_settings,
|
16329
16836
|
:h264_settings,
|
16330
16837
|
:h265_settings)
|
16838
|
+
SENSITIVE = []
|
16331
16839
|
include Aws::Structure
|
16332
16840
|
end
|
16333
16841
|
|
@@ -16508,6 +17016,7 @@ module Aws::MediaLive
|
|
16508
17016
|
:scaling_behavior,
|
16509
17017
|
:sharpness,
|
16510
17018
|
:width)
|
17019
|
+
SENSITIVE = []
|
16511
17020
|
include Aws::Structure
|
16512
17021
|
end
|
16513
17022
|
|
@@ -16559,6 +17068,7 @@ module Aws::MediaLive
|
|
16559
17068
|
:color_space,
|
16560
17069
|
:color_space_usage,
|
16561
17070
|
:selector_settings)
|
17071
|
+
SENSITIVE = []
|
16562
17072
|
include Aws::Structure
|
16563
17073
|
end
|
16564
17074
|
|
@@ -16579,6 +17089,7 @@ module Aws::MediaLive
|
|
16579
17089
|
#
|
16580
17090
|
class VideoSelectorPid < Struct.new(
|
16581
17091
|
:pid)
|
17092
|
+
SENSITIVE = []
|
16582
17093
|
include Aws::Structure
|
16583
17094
|
end
|
16584
17095
|
|
@@ -16601,6 +17112,7 @@ module Aws::MediaLive
|
|
16601
17112
|
#
|
16602
17113
|
class VideoSelectorProgramId < Struct.new(
|
16603
17114
|
:program_id)
|
17115
|
+
SENSITIVE = []
|
16604
17116
|
include Aws::Structure
|
16605
17117
|
end
|
16606
17118
|
|
@@ -16631,6 +17143,7 @@ module Aws::MediaLive
|
|
16631
17143
|
class VideoSelectorSettings < Struct.new(
|
16632
17144
|
:video_selector_pid,
|
16633
17145
|
:video_selector_program_id)
|
17146
|
+
SENSITIVE = []
|
16634
17147
|
include Aws::Structure
|
16635
17148
|
end
|
16636
17149
|
|