aws-sdk-medialive 1.47.1 → 1.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +4 -2
- data/lib/aws-sdk-medialive/client.rb +189 -28
- data/lib/aws-sdk-medialive/client_api.rb +66 -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 +684 -20
- data/lib/aws-sdk-medialive/waiters.rb +2 -0
- metadata +2 -2
@@ -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')
|
@@ -170,6 +176,9 @@ module Aws::MediaLive
|
|
170
176
|
Eac3StereoDownmix = Shapes::StringShape.new(name: 'Eac3StereoDownmix')
|
171
177
|
Eac3SurroundExMode = Shapes::StringShape.new(name: 'Eac3SurroundExMode')
|
172
178
|
Eac3SurroundMode = Shapes::StringShape.new(name: 'Eac3SurroundMode')
|
179
|
+
EbuTtDDestinationSettings = Shapes::StructureShape.new(name: 'EbuTtDDestinationSettings')
|
180
|
+
EbuTtDDestinationStyleControl = Shapes::StringShape.new(name: 'EbuTtDDestinationStyleControl')
|
181
|
+
EbuTtDFillLineGapControl = Shapes::StringShape.new(name: 'EbuTtDFillLineGapControl')
|
173
182
|
EmbeddedConvert608To708 = Shapes::StringShape.new(name: 'EmbeddedConvert608To708')
|
174
183
|
EmbeddedDestinationSettings = Shapes::StructureShape.new(name: 'EmbeddedDestinationSettings')
|
175
184
|
EmbeddedPlusScte20DestinationSettings = Shapes::StructureShape.new(name: 'EmbeddedPlusScte20DestinationSettings')
|
@@ -177,6 +186,8 @@ module Aws::MediaLive
|
|
177
186
|
EmbeddedSourceSettings = Shapes::StructureShape.new(name: 'EmbeddedSourceSettings')
|
178
187
|
Empty = Shapes::StructureShape.new(name: 'Empty')
|
179
188
|
EncoderSettings = Shapes::StructureShape.new(name: 'EncoderSettings')
|
189
|
+
FeatureActivations = Shapes::StructureShape.new(name: 'FeatureActivations')
|
190
|
+
FeatureActivationsInputPrepareScheduleActions = Shapes::StringShape.new(name: 'FeatureActivationsInputPrepareScheduleActions')
|
180
191
|
FecOutputIncludeFec = Shapes::StringShape.new(name: 'FecOutputIncludeFec')
|
181
192
|
FecOutputSettings = Shapes::StructureShape.new(name: 'FecOutputSettings')
|
182
193
|
FixedAfd = Shapes::StringShape.new(name: 'FixedAfd')
|
@@ -225,6 +236,7 @@ module Aws::MediaLive
|
|
225
236
|
H265AlternativeTransferFunction = Shapes::StringShape.new(name: 'H265AlternativeTransferFunction')
|
226
237
|
H265ColorMetadata = Shapes::StringShape.new(name: 'H265ColorMetadata')
|
227
238
|
H265ColorSpaceSettings = Shapes::StructureShape.new(name: 'H265ColorSpaceSettings')
|
239
|
+
H265FilterSettings = Shapes::StructureShape.new(name: 'H265FilterSettings')
|
228
240
|
H265FlickerAq = Shapes::StringShape.new(name: 'H265FlickerAq')
|
229
241
|
H265GopSizeUnits = Shapes::StringShape.new(name: 'H265GopSizeUnits')
|
230
242
|
H265Level = Shapes::StringShape.new(name: 'H265Level')
|
@@ -298,6 +310,7 @@ module Aws::MediaLive
|
|
298
310
|
InputDeviceSettings = Shapes::StructureShape.new(name: 'InputDeviceSettings')
|
299
311
|
InputDeviceState = Shapes::StringShape.new(name: 'InputDeviceState')
|
300
312
|
InputDeviceSummary = Shapes::StructureShape.new(name: 'InputDeviceSummary')
|
313
|
+
InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
|
301
314
|
InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
|
302
315
|
InputFilter = Shapes::StringShape.new(name: 'InputFilter')
|
303
316
|
InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
|
@@ -309,6 +322,7 @@ module Aws::MediaLive
|
|
309
322
|
InputLossImageType = Shapes::StringShape.new(name: 'InputLossImageType')
|
310
323
|
InputMaximumBitrate = Shapes::StringShape.new(name: 'InputMaximumBitrate')
|
311
324
|
InputPreference = Shapes::StringShape.new(name: 'InputPreference')
|
325
|
+
InputPrepareScheduleActionSettings = Shapes::StructureShape.new(name: 'InputPrepareScheduleActionSettings')
|
312
326
|
InputResolution = Shapes::StringShape.new(name: 'InputResolution')
|
313
327
|
InputSecurityGroup = Shapes::StructureShape.new(name: 'InputSecurityGroup')
|
314
328
|
InputSecurityGroupState = Shapes::StringShape.new(name: 'InputSecurityGroupState')
|
@@ -676,10 +690,12 @@ module Aws::MediaLive
|
|
676
690
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
677
691
|
__stringMin1Max255 = Shapes::StringShape.new(name: '__stringMin1Max255')
|
678
692
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
693
|
+
__stringMin1Max35 = Shapes::StringShape.new(name: '__stringMin1Max35')
|
679
694
|
__stringMin32Max32 = Shapes::StringShape.new(name: '__stringMin32Max32')
|
680
695
|
__stringMin34Max34 = Shapes::StringShape.new(name: '__stringMin34Max34')
|
681
696
|
__stringMin3Max3 = Shapes::StringShape.new(name: '__stringMin3Max3')
|
682
697
|
__stringMin6Max6 = Shapes::StringShape.new(name: '__stringMin6Max6')
|
698
|
+
__timestamp = Shapes::TimestampShape.new(name: '__timestamp')
|
683
699
|
__timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
|
684
700
|
__timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
|
685
701
|
|
@@ -738,7 +754,7 @@ module Aws::MediaLive
|
|
738
754
|
AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: AudioType, location_name: "audioType"))
|
739
755
|
AudioDescription.add_member(:audio_type_control, Shapes::ShapeRef.new(shape: AudioDescriptionAudioTypeControl, location_name: "audioTypeControl"))
|
740
756
|
AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
|
741
|
-
AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape:
|
757
|
+
AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __stringMin1Max35, location_name: "languageCode"))
|
742
758
|
AudioDescription.add_member(:language_code_control, Shapes::ShapeRef.new(shape: AudioDescriptionLanguageCodeControl, location_name: "languageCodeControl"))
|
743
759
|
AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
744
760
|
AudioDescription.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
|
@@ -860,6 +876,7 @@ module Aws::MediaLive
|
|
860
876
|
CaptionDestinationSettings.add_member(:arib_destination_settings, Shapes::ShapeRef.new(shape: AribDestinationSettings, location_name: "aribDestinationSettings"))
|
861
877
|
CaptionDestinationSettings.add_member(:burn_in_destination_settings, Shapes::ShapeRef.new(shape: BurnInDestinationSettings, location_name: "burnInDestinationSettings"))
|
862
878
|
CaptionDestinationSettings.add_member(:dvb_sub_destination_settings, Shapes::ShapeRef.new(shape: DvbSubDestinationSettings, location_name: "dvbSubDestinationSettings"))
|
879
|
+
CaptionDestinationSettings.add_member(:ebu_tt_d_destination_settings, Shapes::ShapeRef.new(shape: EbuTtDDestinationSettings, location_name: "ebuTtDDestinationSettings"))
|
863
880
|
CaptionDestinationSettings.add_member(:embedded_destination_settings, Shapes::ShapeRef.new(shape: EmbeddedDestinationSettings, location_name: "embeddedDestinationSettings"))
|
864
881
|
CaptionDestinationSettings.add_member(:embedded_plus_scte_20_destination_settings, Shapes::ShapeRef.new(shape: EmbeddedPlusScte20DestinationSettings, location_name: "embeddedPlusScte20DestinationSettings"))
|
865
882
|
CaptionDestinationSettings.add_member(:rtmp_caption_info_destination_settings, Shapes::ShapeRef.new(shape: RtmpCaptionInfoDestinationSettings, location_name: "rtmpCaptionInfoDestinationSettings"))
|
@@ -1170,6 +1187,19 @@ module Aws::MediaLive
|
|
1170
1187
|
DescribeInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1171
1188
|
DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
|
1172
1189
|
|
1190
|
+
DescribeInputDeviceThumbnailRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
1191
|
+
DescribeInputDeviceThumbnailRequest.add_member(:accept, Shapes::ShapeRef.new(shape: AcceptHeader, required: true, location: "header", location_name: "accept"))
|
1192
|
+
DescribeInputDeviceThumbnailRequest.struct_class = Types::DescribeInputDeviceThumbnailRequest
|
1193
|
+
|
1194
|
+
DescribeInputDeviceThumbnailResponse.add_member(:body, Shapes::ShapeRef.new(shape: InputDeviceThumbnail, location_name: "body"))
|
1195
|
+
DescribeInputDeviceThumbnailResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location: "header", location_name: "Content-Type"))
|
1196
|
+
DescribeInputDeviceThumbnailResponse.add_member(:content_length, Shapes::ShapeRef.new(shape: __long, location: "header", location_name: "Content-Length"))
|
1197
|
+
DescribeInputDeviceThumbnailResponse.add_member(:etag, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "ETag"))
|
1198
|
+
DescribeInputDeviceThumbnailResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestamp, location: "header", location_name: "Last-Modified"))
|
1199
|
+
DescribeInputDeviceThumbnailResponse.struct_class = Types::DescribeInputDeviceThumbnailResponse
|
1200
|
+
DescribeInputDeviceThumbnailResponse[:payload] = :body
|
1201
|
+
DescribeInputDeviceThumbnailResponse[:payload_member] = DescribeInputDeviceThumbnailResponse.member(:body)
|
1202
|
+
|
1173
1203
|
DescribeInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
|
1174
1204
|
DescribeInputRequest.struct_class = Types::DescribeInputRequest
|
1175
1205
|
|
@@ -1332,6 +1362,11 @@ module Aws::MediaLive
|
|
1332
1362
|
Eac3Settings.add_member(:surround_mode, Shapes::ShapeRef.new(shape: Eac3SurroundMode, location_name: "surroundMode"))
|
1333
1363
|
Eac3Settings.struct_class = Types::Eac3Settings
|
1334
1364
|
|
1365
|
+
EbuTtDDestinationSettings.add_member(:fill_line_gap, Shapes::ShapeRef.new(shape: EbuTtDFillLineGapControl, location_name: "fillLineGap"))
|
1366
|
+
EbuTtDDestinationSettings.add_member(:font_family, Shapes::ShapeRef.new(shape: __string, location_name: "fontFamily"))
|
1367
|
+
EbuTtDDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: EbuTtDDestinationStyleControl, location_name: "styleControl"))
|
1368
|
+
EbuTtDDestinationSettings.struct_class = Types::EbuTtDDestinationSettings
|
1369
|
+
|
1335
1370
|
EmbeddedDestinationSettings.struct_class = Types::EmbeddedDestinationSettings
|
1336
1371
|
|
1337
1372
|
EmbeddedPlusScte20DestinationSettings.struct_class = Types::EmbeddedPlusScte20DestinationSettings
|
@@ -1349,6 +1384,7 @@ module Aws::MediaLive
|
|
1349
1384
|
EncoderSettings.add_member(:avail_configuration, Shapes::ShapeRef.new(shape: AvailConfiguration, location_name: "availConfiguration"))
|
1350
1385
|
EncoderSettings.add_member(:blackout_slate, Shapes::ShapeRef.new(shape: BlackoutSlate, location_name: "blackoutSlate"))
|
1351
1386
|
EncoderSettings.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
|
1387
|
+
EncoderSettings.add_member(:feature_activations, Shapes::ShapeRef.new(shape: FeatureActivations, location_name: "featureActivations"))
|
1352
1388
|
EncoderSettings.add_member(:global_configuration, Shapes::ShapeRef.new(shape: GlobalConfiguration, location_name: "globalConfiguration"))
|
1353
1389
|
EncoderSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
|
1354
1390
|
EncoderSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, required: true, location_name: "outputGroups"))
|
@@ -1356,6 +1392,9 @@ module Aws::MediaLive
|
|
1356
1392
|
EncoderSettings.add_member(:video_descriptions, Shapes::ShapeRef.new(shape: __listOfVideoDescription, required: true, location_name: "videoDescriptions"))
|
1357
1393
|
EncoderSettings.struct_class = Types::EncoderSettings
|
1358
1394
|
|
1395
|
+
FeatureActivations.add_member(:input_prepare_schedule_actions, Shapes::ShapeRef.new(shape: FeatureActivationsInputPrepareScheduleActions, location_name: "inputPrepareScheduleActions"))
|
1396
|
+
FeatureActivations.struct_class = Types::FeatureActivations
|
1397
|
+
|
1359
1398
|
FecOutputSettings.add_member(:column_depth, Shapes::ShapeRef.new(shape: __integerMin4Max20, location_name: "columnDepth"))
|
1360
1399
|
FecOutputSettings.add_member(:include_fec, Shapes::ShapeRef.new(shape: FecOutputIncludeFec, location_name: "includeFec"))
|
1361
1400
|
FecOutputSettings.add_member(:row_length, Shapes::ShapeRef.new(shape: __integerMin1Max20, location_name: "rowLength"))
|
@@ -1432,7 +1471,7 @@ module Aws::MediaLive
|
|
1432
1471
|
H264Settings.add_member(:num_ref_frames, Shapes::ShapeRef.new(shape: __integerMin1Max6, location_name: "numRefFrames"))
|
1433
1472
|
H264Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H264ParControl, location_name: "parControl"))
|
1434
1473
|
H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
|
1435
|
-
H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape:
|
1474
|
+
H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parNumerator"))
|
1436
1475
|
H264Settings.add_member(:profile, Shapes::ShapeRef.new(shape: H264Profile, location_name: "profile"))
|
1437
1476
|
H264Settings.add_member(:quality_level, Shapes::ShapeRef.new(shape: H264QualityLevel, location_name: "qualityLevel"))
|
1438
1477
|
H264Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
@@ -1454,6 +1493,9 @@ module Aws::MediaLive
|
|
1454
1493
|
H265ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
|
1455
1494
|
H265ColorSpaceSettings.struct_class = Types::H265ColorSpaceSettings
|
1456
1495
|
|
1496
|
+
H265FilterSettings.add_member(:temporal_filter_settings, Shapes::ShapeRef.new(shape: TemporalFilterSettings, location_name: "temporalFilterSettings"))
|
1497
|
+
H265FilterSettings.struct_class = Types::H265FilterSettings
|
1498
|
+
|
1457
1499
|
H265Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H265AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
1458
1500
|
H265Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
|
1459
1501
|
H265Settings.add_member(:alternative_transfer_function, Shapes::ShapeRef.new(shape: H265AlternativeTransferFunction, location_name: "alternativeTransferFunction"))
|
@@ -1461,6 +1503,7 @@ module Aws::MediaLive
|
|
1461
1503
|
H265Settings.add_member(:buf_size, Shapes::ShapeRef.new(shape: __integerMin100000Max80000000, location_name: "bufSize"))
|
1462
1504
|
H265Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: H265ColorMetadata, location_name: "colorMetadata"))
|
1463
1505
|
H265Settings.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: H265ColorSpaceSettings, location_name: "colorSpaceSettings"))
|
1506
|
+
H265Settings.add_member(:filter_settings, Shapes::ShapeRef.new(shape: H265FilterSettings, location_name: "filterSettings"))
|
1464
1507
|
H265Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
|
1465
1508
|
H265Settings.add_member(:flicker_aq, Shapes::ShapeRef.new(shape: H265FlickerAq, location_name: "flickerAq"))
|
1466
1509
|
H265Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max3003, required: true, location_name: "framerateDenominator"))
|
@@ -1702,6 +1745,11 @@ module Aws::MediaLive
|
|
1702
1745
|
InputLossBehavior.add_member(:repeat_frame_msec, Shapes::ShapeRef.new(shape: __integerMin0Max1000000, location_name: "repeatFrameMsec"))
|
1703
1746
|
InputLossBehavior.struct_class = Types::InputLossBehavior
|
1704
1747
|
|
1748
|
+
InputPrepareScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, location_name: "inputAttachmentNameReference"))
|
1749
|
+
InputPrepareScheduleActionSettings.add_member(:input_clipping_settings, Shapes::ShapeRef.new(shape: InputClippingSettings, location_name: "inputClippingSettings"))
|
1750
|
+
InputPrepareScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
|
1751
|
+
InputPrepareScheduleActionSettings.struct_class = Types::InputPrepareScheduleActionSettings
|
1752
|
+
|
1705
1753
|
InputSecurityGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1706
1754
|
InputSecurityGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1707
1755
|
InputSecurityGroup.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputs"))
|
@@ -2271,6 +2319,7 @@ module Aws::MediaLive
|
|
2271
2319
|
|
2272
2320
|
ScheduleActionSettings.add_member(:hls_id_3_segment_tagging_settings, Shapes::ShapeRef.new(shape: HlsId3SegmentTaggingScheduleActionSettings, location_name: "hlsId3SegmentTaggingSettings"))
|
2273
2321
|
ScheduleActionSettings.add_member(:hls_timed_metadata_settings, Shapes::ShapeRef.new(shape: HlsTimedMetadataScheduleActionSettings, location_name: "hlsTimedMetadataSettings"))
|
2322
|
+
ScheduleActionSettings.add_member(:input_prepare_settings, Shapes::ShapeRef.new(shape: InputPrepareScheduleActionSettings, location_name: "inputPrepareSettings"))
|
2274
2323
|
ScheduleActionSettings.add_member(:input_switch_settings, Shapes::ShapeRef.new(shape: InputSwitchScheduleActionSettings, location_name: "inputSwitchSettings"))
|
2275
2324
|
ScheduleActionSettings.add_member(:pause_state_settings, Shapes::ShapeRef.new(shape: PauseStateScheduleActionSettings, location_name: "pauseStateSettings"))
|
2276
2325
|
ScheduleActionSettings.add_member(:scte_35_return_to_network_settings, Shapes::ShapeRef.new(shape: Scte35ReturnToNetworkScheduleActionSettings, location_name: "scte35ReturnToNetworkSettings"))
|
@@ -3040,6 +3089,21 @@ module Aws::MediaLive
|
|
3040
3089
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3041
3090
|
end)
|
3042
3091
|
|
3092
|
+
api.add_operation(:describe_input_device_thumbnail, Seahorse::Model::Operation.new.tap do |o|
|
3093
|
+
o.name = "DescribeInputDeviceThumbnail"
|
3094
|
+
o.http_method = "GET"
|
3095
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/thumbnailData"
|
3096
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInputDeviceThumbnailRequest)
|
3097
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeInputDeviceThumbnailResponse)
|
3098
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3099
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3100
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3101
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3102
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3103
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3104
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3105
|
+
end)
|
3106
|
+
|
3043
3107
|
api.add_operation(:describe_input_security_group, Seahorse::Model::Operation.new.tap do |o|
|
3044
3108
|
o.name = "DescribeInputSecurityGroup"
|
3045
3109
|
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
|
|
@@ -1707,6 +1769,11 @@ module Aws::MediaLive
|
|
1707
1769
|
# x_position: 1,
|
1708
1770
|
# y_position: 1,
|
1709
1771
|
# },
|
1772
|
+
# ebu_tt_d_destination_settings: {
|
1773
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
1774
|
+
# font_family: "__string",
|
1775
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
1776
|
+
# },
|
1710
1777
|
# embedded_destination_settings: {
|
1711
1778
|
# },
|
1712
1779
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -1765,6 +1832,7 @@ module Aws::MediaLive
|
|
1765
1832
|
:language_code,
|
1766
1833
|
:language_description,
|
1767
1834
|
:name)
|
1835
|
+
SENSITIVE = []
|
1768
1836
|
include Aws::Structure
|
1769
1837
|
end
|
1770
1838
|
|
@@ -1822,6 +1890,11 @@ module Aws::MediaLive
|
|
1822
1890
|
# x_position: 1,
|
1823
1891
|
# y_position: 1,
|
1824
1892
|
# },
|
1893
|
+
# ebu_tt_d_destination_settings: {
|
1894
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
1895
|
+
# font_family: "__string",
|
1896
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
1897
|
+
# },
|
1825
1898
|
# embedded_destination_settings: {
|
1826
1899
|
# },
|
1827
1900
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -1855,6 +1928,10 @@ module Aws::MediaLive
|
|
1855
1928
|
# Dvb Sub Destination Settings
|
1856
1929
|
# @return [Types::DvbSubDestinationSettings]
|
1857
1930
|
#
|
1931
|
+
# @!attribute [rw] ebu_tt_d_destination_settings
|
1932
|
+
# Ebu Tt DDestination Settings
|
1933
|
+
# @return [Types::EbuTtDDestinationSettings]
|
1934
|
+
#
|
1858
1935
|
# @!attribute [rw] embedded_destination_settings
|
1859
1936
|
# Embedded Destination Settings
|
1860
1937
|
# @return [Types::EmbeddedDestinationSettings]
|
@@ -1897,6 +1974,7 @@ module Aws::MediaLive
|
|
1897
1974
|
:arib_destination_settings,
|
1898
1975
|
:burn_in_destination_settings,
|
1899
1976
|
:dvb_sub_destination_settings,
|
1977
|
+
:ebu_tt_d_destination_settings,
|
1900
1978
|
:embedded_destination_settings,
|
1901
1979
|
:embedded_plus_scte_20_destination_settings,
|
1902
1980
|
:rtmp_caption_info_destination_settings,
|
@@ -1906,6 +1984,7 @@ module Aws::MediaLive
|
|
1906
1984
|
:teletext_destination_settings,
|
1907
1985
|
:ttml_destination_settings,
|
1908
1986
|
:webvtt_destination_settings)
|
1987
|
+
SENSITIVE = []
|
1909
1988
|
include Aws::Structure
|
1910
1989
|
end
|
1911
1990
|
|
@@ -1942,6 +2021,7 @@ module Aws::MediaLive
|
|
1942
2021
|
:caption_channel,
|
1943
2022
|
:language_code,
|
1944
2023
|
:language_description)
|
2024
|
+
SENSITIVE = []
|
1945
2025
|
include Aws::Structure
|
1946
2026
|
end
|
1947
2027
|
|
@@ -2000,6 +2080,7 @@ module Aws::MediaLive
|
|
2000
2080
|
:language_code,
|
2001
2081
|
:name,
|
2002
2082
|
:selector_settings)
|
2083
|
+
SENSITIVE = []
|
2003
2084
|
include Aws::Structure
|
2004
2085
|
end
|
2005
2086
|
|
@@ -2065,6 +2146,7 @@ module Aws::MediaLive
|
|
2065
2146
|
:scte_20_source_settings,
|
2066
2147
|
:scte_27_source_settings,
|
2067
2148
|
:teletext_source_settings)
|
2149
|
+
SENSITIVE = []
|
2068
2150
|
include Aws::Structure
|
2069
2151
|
end
|
2070
2152
|
|
@@ -2148,6 +2230,7 @@ module Aws::MediaLive
|
|
2148
2230
|
:role_arn,
|
2149
2231
|
:state,
|
2150
2232
|
:tags)
|
2233
|
+
SENSITIVE = []
|
2151
2234
|
include Aws::Structure
|
2152
2235
|
end
|
2153
2236
|
|
@@ -2163,6 +2246,7 @@ module Aws::MediaLive
|
|
2163
2246
|
class ChannelConfigurationValidationError < Struct.new(
|
2164
2247
|
:message,
|
2165
2248
|
:validation_errors)
|
2249
|
+
SENSITIVE = []
|
2166
2250
|
include Aws::Structure
|
2167
2251
|
end
|
2168
2252
|
|
@@ -2174,6 +2258,7 @@ module Aws::MediaLive
|
|
2174
2258
|
#
|
2175
2259
|
class ChannelEgressEndpoint < Struct.new(
|
2176
2260
|
:source_ip)
|
2261
|
+
SENSITIVE = []
|
2177
2262
|
include Aws::Structure
|
2178
2263
|
end
|
2179
2264
|
|
@@ -2247,6 +2332,7 @@ module Aws::MediaLive
|
|
2247
2332
|
:role_arn,
|
2248
2333
|
:state,
|
2249
2334
|
:tags)
|
2335
|
+
SENSITIVE = []
|
2250
2336
|
include Aws::Structure
|
2251
2337
|
end
|
2252
2338
|
|
@@ -2265,6 +2351,7 @@ module Aws::MediaLive
|
|
2265
2351
|
#
|
2266
2352
|
class ConflictException < Struct.new(
|
2267
2353
|
:message)
|
2354
|
+
SENSITIVE = []
|
2268
2355
|
include Aws::Structure
|
2269
2356
|
end
|
2270
2357
|
|
@@ -2329,6 +2416,7 @@ module Aws::MediaLive
|
|
2329
2416
|
:reserved,
|
2330
2417
|
:role_arn,
|
2331
2418
|
:tags)
|
2419
|
+
SENSITIVE = []
|
2332
2420
|
include Aws::Structure
|
2333
2421
|
end
|
2334
2422
|
|
@@ -2421,7 +2509,7 @@ module Aws::MediaLive
|
|
2421
2509
|
# pass_through_settings: {
|
2422
2510
|
# },
|
2423
2511
|
# },
|
2424
|
-
# language_code: "
|
2512
|
+
# language_code: "__stringMin1Max35",
|
2425
2513
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
2426
2514
|
# name: "__string", # required
|
2427
2515
|
# remix_settings: {
|
@@ -2531,6 +2619,11 @@ module Aws::MediaLive
|
|
2531
2619
|
# x_position: 1,
|
2532
2620
|
# y_position: 1,
|
2533
2621
|
# },
|
2622
|
+
# ebu_tt_d_destination_settings: {
|
2623
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
2624
|
+
# font_family: "__string",
|
2625
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2626
|
+
# },
|
2534
2627
|
# embedded_destination_settings: {
|
2535
2628
|
# },
|
2536
2629
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -2556,6 +2649,9 @@ module Aws::MediaLive
|
|
2556
2649
|
# name: "__string", # required
|
2557
2650
|
# },
|
2558
2651
|
# ],
|
2652
|
+
# feature_activations: {
|
2653
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
2654
|
+
# },
|
2559
2655
|
# global_configuration: {
|
2560
2656
|
# initial_audio_gain: 1,
|
2561
2657
|
# input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
|
@@ -2669,7 +2765,7 @@ module Aws::MediaLive
|
|
2669
2765
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
2670
2766
|
# min_segment_length: 1,
|
2671
2767
|
# mode: "LIVE", # accepts LIVE, VOD
|
2672
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
2768
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
2673
2769
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2674
2770
|
# program_date_time_period: 1,
|
2675
2771
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3028,6 +3124,12 @@ module Aws::MediaLive
|
|
3028
3124
|
# rec_709_settings: {
|
3029
3125
|
# },
|
3030
3126
|
# },
|
3127
|
+
# filter_settings: {
|
3128
|
+
# temporal_filter_settings: {
|
3129
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
3130
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
3131
|
+
# },
|
3132
|
+
# },
|
3031
3133
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
3032
3134
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
3033
3135
|
# framerate_denominator: 1, # required
|
@@ -3044,7 +3146,7 @@ module Aws::MediaLive
|
|
3044
3146
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
3045
3147
|
# qvbr_quality_level: 1,
|
3046
3148
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
3047
|
-
# scan_type: "
|
3149
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
3048
3150
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
3049
3151
|
# slices: 1,
|
3050
3152
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -3217,6 +3319,7 @@ module Aws::MediaLive
|
|
3217
3319
|
:reserved,
|
3218
3320
|
:role_arn,
|
3219
3321
|
:tags)
|
3322
|
+
SENSITIVE = []
|
3220
3323
|
include Aws::Structure
|
3221
3324
|
end
|
3222
3325
|
|
@@ -3227,6 +3330,7 @@ module Aws::MediaLive
|
|
3227
3330
|
#
|
3228
3331
|
class CreateChannelResponse < Struct.new(
|
3229
3332
|
:channel)
|
3333
|
+
SENSITIVE = []
|
3230
3334
|
include Aws::Structure
|
3231
3335
|
end
|
3232
3336
|
|
@@ -3237,6 +3341,7 @@ module Aws::MediaLive
|
|
3237
3341
|
#
|
3238
3342
|
class CreateChannelResultModel < Struct.new(
|
3239
3343
|
:channel)
|
3344
|
+
SENSITIVE = []
|
3240
3345
|
include Aws::Structure
|
3241
3346
|
end
|
3242
3347
|
|
@@ -3309,6 +3414,7 @@ module Aws::MediaLive
|
|
3309
3414
|
:tags,
|
3310
3415
|
:type,
|
3311
3416
|
:vpc)
|
3417
|
+
SENSITIVE = []
|
3312
3418
|
include Aws::Structure
|
3313
3419
|
end
|
3314
3420
|
|
@@ -3406,6 +3512,7 @@ module Aws::MediaLive
|
|
3406
3512
|
:tags,
|
3407
3513
|
:type,
|
3408
3514
|
:vpc)
|
3515
|
+
SENSITIVE = []
|
3409
3516
|
include Aws::Structure
|
3410
3517
|
end
|
3411
3518
|
|
@@ -3416,6 +3523,7 @@ module Aws::MediaLive
|
|
3416
3523
|
#
|
3417
3524
|
class CreateInputResponse < Struct.new(
|
3418
3525
|
:input)
|
3526
|
+
SENSITIVE = []
|
3419
3527
|
include Aws::Structure
|
3420
3528
|
end
|
3421
3529
|
|
@@ -3426,6 +3534,7 @@ module Aws::MediaLive
|
|
3426
3534
|
#
|
3427
3535
|
class CreateInputResultModel < Struct.new(
|
3428
3536
|
:input)
|
3537
|
+
SENSITIVE = []
|
3429
3538
|
include Aws::Structure
|
3430
3539
|
end
|
3431
3540
|
|
@@ -3454,6 +3563,7 @@ module Aws::MediaLive
|
|
3454
3563
|
class CreateInputSecurityGroupRequest < Struct.new(
|
3455
3564
|
:tags,
|
3456
3565
|
:whitelist_rules)
|
3566
|
+
SENSITIVE = []
|
3457
3567
|
include Aws::Structure
|
3458
3568
|
end
|
3459
3569
|
|
@@ -3465,6 +3575,7 @@ module Aws::MediaLive
|
|
3465
3575
|
#
|
3466
3576
|
class CreateInputSecurityGroupResponse < Struct.new(
|
3467
3577
|
:security_group)
|
3578
|
+
SENSITIVE = []
|
3468
3579
|
include Aws::Structure
|
3469
3580
|
end
|
3470
3581
|
|
@@ -3476,6 +3587,7 @@ module Aws::MediaLive
|
|
3476
3587
|
#
|
3477
3588
|
class CreateInputSecurityGroupResultModel < Struct.new(
|
3478
3589
|
:security_group)
|
3590
|
+
SENSITIVE = []
|
3479
3591
|
include Aws::Structure
|
3480
3592
|
end
|
3481
3593
|
|
@@ -3509,6 +3621,7 @@ module Aws::MediaLive
|
|
3509
3621
|
:name,
|
3510
3622
|
:request_id,
|
3511
3623
|
:tags)
|
3624
|
+
SENSITIVE = []
|
3512
3625
|
include Aws::Structure
|
3513
3626
|
end
|
3514
3627
|
|
@@ -3531,6 +3644,7 @@ module Aws::MediaLive
|
|
3531
3644
|
:multiplex_program_settings,
|
3532
3645
|
:program_name,
|
3533
3646
|
:request_id)
|
3647
|
+
SENSITIVE = []
|
3534
3648
|
include Aws::Structure
|
3535
3649
|
end
|
3536
3650
|
|
@@ -3580,6 +3694,7 @@ module Aws::MediaLive
|
|
3580
3694
|
:multiplex_program_settings,
|
3581
3695
|
:program_name,
|
3582
3696
|
:request_id)
|
3697
|
+
SENSITIVE = []
|
3583
3698
|
include Aws::Structure
|
3584
3699
|
end
|
3585
3700
|
|
@@ -3591,6 +3706,7 @@ module Aws::MediaLive
|
|
3591
3706
|
#
|
3592
3707
|
class CreateMultiplexProgramResponse < Struct.new(
|
3593
3708
|
:multiplex_program)
|
3709
|
+
SENSITIVE = []
|
3594
3710
|
include Aws::Structure
|
3595
3711
|
end
|
3596
3712
|
|
@@ -3602,6 +3718,7 @@ module Aws::MediaLive
|
|
3602
3718
|
#
|
3603
3719
|
class CreateMultiplexProgramResultModel < Struct.new(
|
3604
3720
|
:multiplex_program)
|
3721
|
+
SENSITIVE = []
|
3605
3722
|
include Aws::Structure
|
3606
3723
|
end
|
3607
3724
|
|
@@ -3649,6 +3766,7 @@ module Aws::MediaLive
|
|
3649
3766
|
:name,
|
3650
3767
|
:request_id,
|
3651
3768
|
:tags)
|
3769
|
+
SENSITIVE = []
|
3652
3770
|
include Aws::Structure
|
3653
3771
|
end
|
3654
3772
|
|
@@ -3660,6 +3778,7 @@ module Aws::MediaLive
|
|
3660
3778
|
#
|
3661
3779
|
class CreateMultiplexResponse < Struct.new(
|
3662
3780
|
:multiplex)
|
3781
|
+
SENSITIVE = []
|
3663
3782
|
include Aws::Structure
|
3664
3783
|
end
|
3665
3784
|
|
@@ -3671,6 +3790,7 @@ module Aws::MediaLive
|
|
3671
3790
|
#
|
3672
3791
|
class CreateMultiplexResultModel < Struct.new(
|
3673
3792
|
:multiplex)
|
3793
|
+
SENSITIVE = []
|
3674
3794
|
include Aws::Structure
|
3675
3795
|
end
|
3676
3796
|
|
@@ -3695,6 +3815,7 @@ module Aws::MediaLive
|
|
3695
3815
|
class CreateTagsRequest < Struct.new(
|
3696
3816
|
:resource_arn,
|
3697
3817
|
:tags)
|
3818
|
+
SENSITIVE = []
|
3698
3819
|
include Aws::Structure
|
3699
3820
|
end
|
3700
3821
|
|
@@ -3712,6 +3833,7 @@ module Aws::MediaLive
|
|
3712
3833
|
#
|
3713
3834
|
class DeleteChannelRequest < Struct.new(
|
3714
3835
|
:channel_id)
|
3836
|
+
SENSITIVE = []
|
3715
3837
|
include Aws::Structure
|
3716
3838
|
end
|
3717
3839
|
|
@@ -3782,6 +3904,7 @@ module Aws::MediaLive
|
|
3782
3904
|
:role_arn,
|
3783
3905
|
:state,
|
3784
3906
|
:tags)
|
3907
|
+
SENSITIVE = []
|
3785
3908
|
include Aws::Structure
|
3786
3909
|
end
|
3787
3910
|
|
@@ -3799,6 +3922,7 @@ module Aws::MediaLive
|
|
3799
3922
|
#
|
3800
3923
|
class DeleteInputRequest < Struct.new(
|
3801
3924
|
:input_id)
|
3925
|
+
SENSITIVE = []
|
3802
3926
|
include Aws::Structure
|
3803
3927
|
end
|
3804
3928
|
|
@@ -3820,6 +3944,7 @@ module Aws::MediaLive
|
|
3820
3944
|
#
|
3821
3945
|
class DeleteInputSecurityGroupRequest < Struct.new(
|
3822
3946
|
:input_security_group_id)
|
3947
|
+
SENSITIVE = []
|
3823
3948
|
include Aws::Structure
|
3824
3949
|
end
|
3825
3950
|
|
@@ -3846,6 +3971,7 @@ module Aws::MediaLive
|
|
3846
3971
|
class DeleteMultiplexProgramRequest < Struct.new(
|
3847
3972
|
:multiplex_id,
|
3848
3973
|
:program_name)
|
3974
|
+
SENSITIVE = []
|
3849
3975
|
include Aws::Structure
|
3850
3976
|
end
|
3851
3977
|
|
@@ -3870,6 +3996,7 @@ module Aws::MediaLive
|
|
3870
3996
|
:multiplex_program_settings,
|
3871
3997
|
:packet_identifiers_map,
|
3872
3998
|
:program_name)
|
3999
|
+
SENSITIVE = []
|
3873
4000
|
include Aws::Structure
|
3874
4001
|
end
|
3875
4002
|
|
@@ -3887,6 +4014,7 @@ module Aws::MediaLive
|
|
3887
4014
|
#
|
3888
4015
|
class DeleteMultiplexRequest < Struct.new(
|
3889
4016
|
:multiplex_id)
|
4017
|
+
SENSITIVE = []
|
3890
4018
|
include Aws::Structure
|
3891
4019
|
end
|
3892
4020
|
|
@@ -3935,6 +4063,7 @@ module Aws::MediaLive
|
|
3935
4063
|
:program_count,
|
3936
4064
|
:state,
|
3937
4065
|
:tags)
|
4066
|
+
SENSITIVE = []
|
3938
4067
|
include Aws::Structure
|
3939
4068
|
end
|
3940
4069
|
|
@@ -3952,6 +4081,7 @@ module Aws::MediaLive
|
|
3952
4081
|
#
|
3953
4082
|
class DeleteReservationRequest < Struct.new(
|
3954
4083
|
:reservation_id)
|
4084
|
+
SENSITIVE = []
|
3955
4085
|
include Aws::Structure
|
3956
4086
|
end
|
3957
4087
|
|
@@ -4034,6 +4164,7 @@ module Aws::MediaLive
|
|
4034
4164
|
:state,
|
4035
4165
|
:tags,
|
4036
4166
|
:usage_price)
|
4167
|
+
SENSITIVE = []
|
4037
4168
|
include Aws::Structure
|
4038
4169
|
end
|
4039
4170
|
|
@@ -4051,6 +4182,7 @@ module Aws::MediaLive
|
|
4051
4182
|
#
|
4052
4183
|
class DeleteScheduleRequest < Struct.new(
|
4053
4184
|
:channel_id)
|
4185
|
+
SENSITIVE = []
|
4054
4186
|
include Aws::Structure
|
4055
4187
|
end
|
4056
4188
|
|
@@ -4077,6 +4209,7 @@ module Aws::MediaLive
|
|
4077
4209
|
class DeleteTagsRequest < Struct.new(
|
4078
4210
|
:resource_arn,
|
4079
4211
|
:tag_keys)
|
4212
|
+
SENSITIVE = []
|
4080
4213
|
include Aws::Structure
|
4081
4214
|
end
|
4082
4215
|
|
@@ -4094,6 +4227,7 @@ module Aws::MediaLive
|
|
4094
4227
|
#
|
4095
4228
|
class DescribeChannelRequest < Struct.new(
|
4096
4229
|
:channel_id)
|
4230
|
+
SENSITIVE = []
|
4097
4231
|
include Aws::Structure
|
4098
4232
|
end
|
4099
4233
|
|
@@ -4164,6 +4298,7 @@ module Aws::MediaLive
|
|
4164
4298
|
:role_arn,
|
4165
4299
|
:state,
|
4166
4300
|
:tags)
|
4301
|
+
SENSITIVE = []
|
4167
4302
|
include Aws::Structure
|
4168
4303
|
end
|
4169
4304
|
|
@@ -4181,6 +4316,7 @@ module Aws::MediaLive
|
|
4181
4316
|
#
|
4182
4317
|
class DescribeInputDeviceRequest < Struct.new(
|
4183
4318
|
:input_device_id)
|
4319
|
+
SENSITIVE = []
|
4184
4320
|
include Aws::Structure
|
4185
4321
|
end
|
4186
4322
|
|
@@ -4239,6 +4375,58 @@ module Aws::MediaLive
|
|
4239
4375
|
:network_settings,
|
4240
4376
|
:serial_number,
|
4241
4377
|
:type)
|
4378
|
+
SENSITIVE = []
|
4379
|
+
include Aws::Structure
|
4380
|
+
end
|
4381
|
+
|
4382
|
+
# @note When making an API call, you may pass DescribeInputDeviceThumbnailRequest
|
4383
|
+
# data as a hash:
|
4384
|
+
#
|
4385
|
+
# {
|
4386
|
+
# input_device_id: "__string", # required
|
4387
|
+
# accept: "image/jpeg", # required, accepts image/jpeg
|
4388
|
+
# }
|
4389
|
+
#
|
4390
|
+
# @!attribute [rw] input_device_id
|
4391
|
+
# @return [String]
|
4392
|
+
#
|
4393
|
+
# @!attribute [rw] accept
|
4394
|
+
# Accept Header
|
4395
|
+
# @return [String]
|
4396
|
+
#
|
4397
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnailRequest AWS API Documentation
|
4398
|
+
#
|
4399
|
+
class DescribeInputDeviceThumbnailRequest < Struct.new(
|
4400
|
+
:input_device_id,
|
4401
|
+
:accept)
|
4402
|
+
SENSITIVE = []
|
4403
|
+
include Aws::Structure
|
4404
|
+
end
|
4405
|
+
|
4406
|
+
# @!attribute [rw] body
|
4407
|
+
# @return [IO]
|
4408
|
+
#
|
4409
|
+
# @!attribute [rw] content_type
|
4410
|
+
# @return [String]
|
4411
|
+
#
|
4412
|
+
# @!attribute [rw] content_length
|
4413
|
+
# @return [Integer]
|
4414
|
+
#
|
4415
|
+
# @!attribute [rw] etag
|
4416
|
+
# @return [String]
|
4417
|
+
#
|
4418
|
+
# @!attribute [rw] last_modified
|
4419
|
+
# @return [Time]
|
4420
|
+
#
|
4421
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnailResponse AWS API Documentation
|
4422
|
+
#
|
4423
|
+
class DescribeInputDeviceThumbnailResponse < Struct.new(
|
4424
|
+
:body,
|
4425
|
+
:content_type,
|
4426
|
+
:content_length,
|
4427
|
+
:etag,
|
4428
|
+
:last_modified)
|
4429
|
+
SENSITIVE = []
|
4242
4430
|
include Aws::Structure
|
4243
4431
|
end
|
4244
4432
|
|
@@ -4256,6 +4444,7 @@ module Aws::MediaLive
|
|
4256
4444
|
#
|
4257
4445
|
class DescribeInputRequest < Struct.new(
|
4258
4446
|
:input_id)
|
4447
|
+
SENSITIVE = []
|
4259
4448
|
include Aws::Structure
|
4260
4449
|
end
|
4261
4450
|
|
@@ -4329,6 +4518,7 @@ module Aws::MediaLive
|
|
4329
4518
|
:state,
|
4330
4519
|
:tags,
|
4331
4520
|
:type)
|
4521
|
+
SENSITIVE = []
|
4332
4522
|
include Aws::Structure
|
4333
4523
|
end
|
4334
4524
|
|
@@ -4346,6 +4536,7 @@ module Aws::MediaLive
|
|
4346
4536
|
#
|
4347
4537
|
class DescribeInputSecurityGroupRequest < Struct.new(
|
4348
4538
|
:input_security_group_id)
|
4539
|
+
SENSITIVE = []
|
4349
4540
|
include Aws::Structure
|
4350
4541
|
end
|
4351
4542
|
|
@@ -4376,6 +4567,7 @@ module Aws::MediaLive
|
|
4376
4567
|
:state,
|
4377
4568
|
:tags,
|
4378
4569
|
:whitelist_rules)
|
4570
|
+
SENSITIVE = []
|
4379
4571
|
include Aws::Structure
|
4380
4572
|
end
|
4381
4573
|
|
@@ -4398,6 +4590,7 @@ module Aws::MediaLive
|
|
4398
4590
|
class DescribeMultiplexProgramRequest < Struct.new(
|
4399
4591
|
:multiplex_id,
|
4400
4592
|
:program_name)
|
4593
|
+
SENSITIVE = []
|
4401
4594
|
include Aws::Structure
|
4402
4595
|
end
|
4403
4596
|
|
@@ -4422,6 +4615,7 @@ module Aws::MediaLive
|
|
4422
4615
|
:multiplex_program_settings,
|
4423
4616
|
:packet_identifiers_map,
|
4424
4617
|
:program_name)
|
4618
|
+
SENSITIVE = []
|
4425
4619
|
include Aws::Structure
|
4426
4620
|
end
|
4427
4621
|
|
@@ -4439,6 +4633,7 @@ module Aws::MediaLive
|
|
4439
4633
|
#
|
4440
4634
|
class DescribeMultiplexRequest < Struct.new(
|
4441
4635
|
:multiplex_id)
|
4636
|
+
SENSITIVE = []
|
4442
4637
|
include Aws::Structure
|
4443
4638
|
end
|
4444
4639
|
|
@@ -4487,6 +4682,7 @@ module Aws::MediaLive
|
|
4487
4682
|
:program_count,
|
4488
4683
|
:state,
|
4489
4684
|
:tags)
|
4685
|
+
SENSITIVE = []
|
4490
4686
|
include Aws::Structure
|
4491
4687
|
end
|
4492
4688
|
|
@@ -4504,6 +4700,7 @@ module Aws::MediaLive
|
|
4504
4700
|
#
|
4505
4701
|
class DescribeOfferingRequest < Struct.new(
|
4506
4702
|
:offering_id)
|
4703
|
+
SENSITIVE = []
|
4507
4704
|
include Aws::Structure
|
4508
4705
|
end
|
4509
4706
|
|
@@ -4557,6 +4754,7 @@ module Aws::MediaLive
|
|
4557
4754
|
:region,
|
4558
4755
|
:resource_specification,
|
4559
4756
|
:usage_price)
|
4757
|
+
SENSITIVE = []
|
4560
4758
|
include Aws::Structure
|
4561
4759
|
end
|
4562
4760
|
|
@@ -4574,6 +4772,7 @@ module Aws::MediaLive
|
|
4574
4772
|
#
|
4575
4773
|
class DescribeReservationRequest < Struct.new(
|
4576
4774
|
:reservation_id)
|
4775
|
+
SENSITIVE = []
|
4577
4776
|
include Aws::Structure
|
4578
4777
|
end
|
4579
4778
|
|
@@ -4656,6 +4855,7 @@ module Aws::MediaLive
|
|
4656
4855
|
:state,
|
4657
4856
|
:tags,
|
4658
4857
|
:usage_price)
|
4858
|
+
SENSITIVE = []
|
4659
4859
|
include Aws::Structure
|
4660
4860
|
end
|
4661
4861
|
|
@@ -4683,6 +4883,7 @@ module Aws::MediaLive
|
|
4683
4883
|
:channel_id,
|
4684
4884
|
:max_results,
|
4685
4885
|
:next_token)
|
4886
|
+
SENSITIVE = []
|
4686
4887
|
include Aws::Structure
|
4687
4888
|
end
|
4688
4889
|
|
@@ -4697,6 +4898,7 @@ module Aws::MediaLive
|
|
4697
4898
|
class DescribeScheduleResponse < Struct.new(
|
4698
4899
|
:next_token,
|
4699
4900
|
:schedule_actions)
|
4901
|
+
SENSITIVE = []
|
4700
4902
|
include Aws::Structure
|
4701
4903
|
end
|
4702
4904
|
|
@@ -4731,6 +4933,7 @@ module Aws::MediaLive
|
|
4731
4933
|
:network_id,
|
4732
4934
|
:network_name,
|
4733
4935
|
:rep_interval)
|
4936
|
+
SENSITIVE = []
|
4734
4937
|
include Aws::Structure
|
4735
4938
|
end
|
4736
4939
|
|
@@ -4779,6 +4982,7 @@ module Aws::MediaLive
|
|
4779
4982
|
:rep_interval,
|
4780
4983
|
:service_name,
|
4781
4984
|
:service_provider_name)
|
4985
|
+
SENSITIVE = []
|
4782
4986
|
include Aws::Structure
|
4783
4987
|
end
|
4784
4988
|
|
@@ -4956,6 +5160,7 @@ module Aws::MediaLive
|
|
4956
5160
|
:teletext_grid_control,
|
4957
5161
|
:x_position,
|
4958
5162
|
:y_position)
|
5163
|
+
SENSITIVE = []
|
4959
5164
|
include Aws::Structure
|
4960
5165
|
end
|
4961
5166
|
|
@@ -4978,6 +5183,7 @@ module Aws::MediaLive
|
|
4978
5183
|
#
|
4979
5184
|
class DvbSubSourceSettings < Struct.new(
|
4980
5185
|
:pid)
|
5186
|
+
SENSITIVE = []
|
4981
5187
|
include Aws::Structure
|
4982
5188
|
end
|
4983
5189
|
|
@@ -4999,6 +5205,7 @@ module Aws::MediaLive
|
|
4999
5205
|
#
|
5000
5206
|
class DvbTdtSettings < Struct.new(
|
5001
5207
|
:rep_interval)
|
5208
|
+
SENSITIVE = []
|
5002
5209
|
include Aws::Structure
|
5003
5210
|
end
|
5004
5211
|
|
@@ -5154,6 +5361,63 @@ module Aws::MediaLive
|
|
5154
5361
|
:stereo_downmix,
|
5155
5362
|
:surround_ex_mode,
|
5156
5363
|
:surround_mode)
|
5364
|
+
SENSITIVE = []
|
5365
|
+
include Aws::Structure
|
5366
|
+
end
|
5367
|
+
|
5368
|
+
# Ebu Tt DDestination Settings
|
5369
|
+
#
|
5370
|
+
# @note When making an API call, you may pass EbuTtDDestinationSettings
|
5371
|
+
# data as a hash:
|
5372
|
+
#
|
5373
|
+
# {
|
5374
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
5375
|
+
# font_family: "__string",
|
5376
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
5377
|
+
# }
|
5378
|
+
#
|
5379
|
+
# @!attribute [rw] fill_line_gap
|
5380
|
+
# Specifies how to handle the gap between the lines (in multi-line
|
5381
|
+
# captions). - enabled: Fill with the captions background color (as
|
5382
|
+
# specified in the input captions). - disabled: Leave the gap
|
5383
|
+
# unfilled.
|
5384
|
+
# @return [String]
|
5385
|
+
#
|
5386
|
+
# @!attribute [rw] font_family
|
5387
|
+
# Specifies the font family to include in the font data attached to
|
5388
|
+
# the EBU-TT captions. Valid only if styleControl is set to include.
|
5389
|
+
# If you leave this field empty, the font family is set to
|
5390
|
+
# "monospaced". (If styleControl is set to exclude, the font family
|
5391
|
+
# is always set to "monospaced".) You specify only the font family.
|
5392
|
+
# All other style information (color, bold, position and so on) is
|
5393
|
+
# copied from the input captions. The size is always set to 100% to
|
5394
|
+
# allow the downstream player to choose the size. - Enter a list of
|
5395
|
+
# font families, as a comma-separated list of font names, in order of
|
5396
|
+
# preference. The name can be a font family (such as “Arial”), or a
|
5397
|
+
# generic font family (such as “serif”), or “default” (to let the
|
5398
|
+
# downstream player choose the font). - Leave blank to set the family
|
5399
|
+
# to “monospace”.
|
5400
|
+
# @return [String]
|
5401
|
+
#
|
5402
|
+
# @!attribute [rw] style_control
|
5403
|
+
# Specifies the style information (font color, font position, and so
|
5404
|
+
# on) to include in the font data that is attached to the EBU-TT
|
5405
|
+
# captions. - include: Take the style information (font color, font
|
5406
|
+
# position, and so on) from the source captions and include that
|
5407
|
+
# information in the font data attached to the EBU-TT captions. This
|
5408
|
+
# option is valid only if the source captions are Embedded or
|
5409
|
+
# Teletext. - exclude: In the font data attached to the EBU-TT
|
5410
|
+
# captions, set the font family to "monospaced". Do not include any
|
5411
|
+
# other style information.
|
5412
|
+
# @return [String]
|
5413
|
+
#
|
5414
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EbuTtDDestinationSettings AWS API Documentation
|
5415
|
+
#
|
5416
|
+
class EbuTtDDestinationSettings < Struct.new(
|
5417
|
+
:fill_line_gap,
|
5418
|
+
:font_family,
|
5419
|
+
:style_control)
|
5420
|
+
SENSITIVE = []
|
5157
5421
|
include Aws::Structure
|
5158
5422
|
end
|
5159
5423
|
|
@@ -5213,6 +5477,7 @@ module Aws::MediaLive
|
|
5213
5477
|
:scte_20_detection,
|
5214
5478
|
:source_608_channel_number,
|
5215
5479
|
:source_608_track_number)
|
5480
|
+
SENSITIVE = []
|
5216
5481
|
include Aws::Structure
|
5217
5482
|
end
|
5218
5483
|
|
@@ -5287,7 +5552,7 @@ module Aws::MediaLive
|
|
5287
5552
|
# pass_through_settings: {
|
5288
5553
|
# },
|
5289
5554
|
# },
|
5290
|
-
# language_code: "
|
5555
|
+
# language_code: "__stringMin1Max35",
|
5291
5556
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
5292
5557
|
# name: "__string", # required
|
5293
5558
|
# remix_settings: {
|
@@ -5397,6 +5662,11 @@ module Aws::MediaLive
|
|
5397
5662
|
# x_position: 1,
|
5398
5663
|
# y_position: 1,
|
5399
5664
|
# },
|
5665
|
+
# ebu_tt_d_destination_settings: {
|
5666
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
5667
|
+
# font_family: "__string",
|
5668
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
5669
|
+
# },
|
5400
5670
|
# embedded_destination_settings: {
|
5401
5671
|
# },
|
5402
5672
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -5422,6 +5692,9 @@ module Aws::MediaLive
|
|
5422
5692
|
# name: "__string", # required
|
5423
5693
|
# },
|
5424
5694
|
# ],
|
5695
|
+
# feature_activations: {
|
5696
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
5697
|
+
# },
|
5425
5698
|
# global_configuration: {
|
5426
5699
|
# initial_audio_gain: 1,
|
5427
5700
|
# input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
|
@@ -5535,7 +5808,7 @@ module Aws::MediaLive
|
|
5535
5808
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
5536
5809
|
# min_segment_length: 1,
|
5537
5810
|
# mode: "LIVE", # accepts LIVE, VOD
|
5538
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
5811
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
5539
5812
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
5540
5813
|
# program_date_time_period: 1,
|
5541
5814
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -5894,6 +6167,12 @@ module Aws::MediaLive
|
|
5894
6167
|
# rec_709_settings: {
|
5895
6168
|
# },
|
5896
6169
|
# },
|
6170
|
+
# filter_settings: {
|
6171
|
+
# temporal_filter_settings: {
|
6172
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6173
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
6174
|
+
# },
|
6175
|
+
# },
|
5897
6176
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
5898
6177
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
5899
6178
|
# framerate_denominator: 1, # required
|
@@ -5910,7 +6189,7 @@ module Aws::MediaLive
|
|
5910
6189
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
5911
6190
|
# qvbr_quality_level: 1,
|
5912
6191
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
5913
|
-
# scan_type: "
|
6192
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
5914
6193
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
5915
6194
|
# slices: 1,
|
5916
6195
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -5946,6 +6225,10 @@ module Aws::MediaLive
|
|
5946
6225
|
# Settings for caption decriptions
|
5947
6226
|
# @return [Array<Types::CaptionDescription>]
|
5948
6227
|
#
|
6228
|
+
# @!attribute [rw] feature_activations
|
6229
|
+
# Feature Activations
|
6230
|
+
# @return [Types::FeatureActivations]
|
6231
|
+
#
|
5949
6232
|
# @!attribute [rw] global_configuration
|
5950
6233
|
# Configuration settings that apply to the event as a whole.
|
5951
6234
|
# @return [Types::GlobalConfiguration]
|
@@ -5973,11 +6256,37 @@ module Aws::MediaLive
|
|
5973
6256
|
:avail_configuration,
|
5974
6257
|
:blackout_slate,
|
5975
6258
|
:caption_descriptions,
|
6259
|
+
:feature_activations,
|
5976
6260
|
:global_configuration,
|
5977
6261
|
:nielsen_configuration,
|
5978
6262
|
:output_groups,
|
5979
6263
|
:timecode_config,
|
5980
6264
|
:video_descriptions)
|
6265
|
+
SENSITIVE = []
|
6266
|
+
include Aws::Structure
|
6267
|
+
end
|
6268
|
+
|
6269
|
+
# Feature Activations
|
6270
|
+
#
|
6271
|
+
# @note When making an API call, you may pass FeatureActivations
|
6272
|
+
# data as a hash:
|
6273
|
+
#
|
6274
|
+
# {
|
6275
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
6276
|
+
# }
|
6277
|
+
#
|
6278
|
+
# @!attribute [rw] input_prepare_schedule_actions
|
6279
|
+
# Enables the Input Prepare feature. You can create Input Prepare
|
6280
|
+
# actions in the schedule only if this feature is enabled. If you
|
6281
|
+
# disable the feature on an existing schedule, make sure that you
|
6282
|
+
# first delete all input prepare actions from the schedule.
|
6283
|
+
# @return [String]
|
6284
|
+
#
|
6285
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FeatureActivations AWS API Documentation
|
6286
|
+
#
|
6287
|
+
class FeatureActivations < Struct.new(
|
6288
|
+
:input_prepare_schedule_actions)
|
6289
|
+
SENSITIVE = []
|
5981
6290
|
include Aws::Structure
|
5982
6291
|
end
|
5983
6292
|
|
@@ -6018,6 +6327,7 @@ module Aws::MediaLive
|
|
6018
6327
|
:column_depth,
|
6019
6328
|
:include_fec,
|
6020
6329
|
:row_length)
|
6330
|
+
SENSITIVE = []
|
6021
6331
|
include Aws::Structure
|
6022
6332
|
end
|
6023
6333
|
|
@@ -6042,6 +6352,7 @@ module Aws::MediaLive
|
|
6042
6352
|
#
|
6043
6353
|
class FixedModeScheduleActionStartSettings < Struct.new(
|
6044
6354
|
:time)
|
6355
|
+
SENSITIVE = []
|
6045
6356
|
include Aws::Structure
|
6046
6357
|
end
|
6047
6358
|
|
@@ -6079,6 +6390,7 @@ module Aws::MediaLive
|
|
6079
6390
|
:audio_rendition_sets,
|
6080
6391
|
:nielsen_id_3_behavior,
|
6081
6392
|
:timed_metadata_behavior)
|
6393
|
+
SENSITIVE = []
|
6082
6394
|
include Aws::Structure
|
6083
6395
|
end
|
6084
6396
|
|
@@ -6106,6 +6418,7 @@ module Aws::MediaLive
|
|
6106
6418
|
class FollowModeScheduleActionStartSettings < Struct.new(
|
6107
6419
|
:follow_point,
|
6108
6420
|
:reference_action_name)
|
6421
|
+
SENSITIVE = []
|
6109
6422
|
include Aws::Structure
|
6110
6423
|
end
|
6111
6424
|
|
@@ -6116,6 +6429,7 @@ module Aws::MediaLive
|
|
6116
6429
|
#
|
6117
6430
|
class ForbiddenException < Struct.new(
|
6118
6431
|
:message)
|
6432
|
+
SENSITIVE = []
|
6119
6433
|
include Aws::Structure
|
6120
6434
|
end
|
6121
6435
|
|
@@ -6146,6 +6460,7 @@ module Aws::MediaLive
|
|
6146
6460
|
#
|
6147
6461
|
class FrameCaptureGroupSettings < Struct.new(
|
6148
6462
|
:destination)
|
6463
|
+
SENSITIVE = []
|
6149
6464
|
include Aws::Structure
|
6150
6465
|
end
|
6151
6466
|
|
@@ -6167,6 +6482,7 @@ module Aws::MediaLive
|
|
6167
6482
|
#
|
6168
6483
|
class FrameCaptureOutputSettings < Struct.new(
|
6169
6484
|
:name_modifier)
|
6485
|
+
SENSITIVE = []
|
6170
6486
|
include Aws::Structure
|
6171
6487
|
end
|
6172
6488
|
|
@@ -6195,6 +6511,7 @@ module Aws::MediaLive
|
|
6195
6511
|
class FrameCaptureSettings < Struct.new(
|
6196
6512
|
:capture_interval,
|
6197
6513
|
:capture_interval_units)
|
6514
|
+
SENSITIVE = []
|
6198
6515
|
include Aws::Structure
|
6199
6516
|
end
|
6200
6517
|
|
@@ -6205,6 +6522,7 @@ module Aws::MediaLive
|
|
6205
6522
|
#
|
6206
6523
|
class GatewayTimeoutException < Struct.new(
|
6207
6524
|
:message)
|
6525
|
+
SENSITIVE = []
|
6208
6526
|
include Aws::Structure
|
6209
6527
|
end
|
6210
6528
|
|
@@ -6280,6 +6598,7 @@ module Aws::MediaLive
|
|
6280
6598
|
:output_locking_mode,
|
6281
6599
|
:output_timing_source,
|
6282
6600
|
:support_low_framerate_inputs)
|
6601
|
+
SENSITIVE = []
|
6283
6602
|
include Aws::Structure
|
6284
6603
|
end
|
6285
6604
|
|
@@ -6315,6 +6634,7 @@ module Aws::MediaLive
|
|
6315
6634
|
:color_space_passthrough_settings,
|
6316
6635
|
:rec_601_settings,
|
6317
6636
|
:rec_709_settings)
|
6637
|
+
SENSITIVE = []
|
6318
6638
|
include Aws::Structure
|
6319
6639
|
end
|
6320
6640
|
|
@@ -6338,6 +6658,7 @@ module Aws::MediaLive
|
|
6338
6658
|
#
|
6339
6659
|
class H264FilterSettings < Struct.new(
|
6340
6660
|
:temporal_filter_settings)
|
6661
|
+
SENSITIVE = []
|
6341
6662
|
include Aws::Structure
|
6342
6663
|
end
|
6343
6664
|
|
@@ -6698,6 +7019,7 @@ module Aws::MediaLive
|
|
6698
7019
|
:syntax,
|
6699
7020
|
:temporal_aq,
|
6700
7021
|
:timecode_insertion)
|
7022
|
+
SENSITIVE = []
|
6701
7023
|
include Aws::Structure
|
6702
7024
|
end
|
6703
7025
|
|
@@ -6742,6 +7064,31 @@ module Aws::MediaLive
|
|
6742
7064
|
:hdr_10_settings,
|
6743
7065
|
:rec_601_settings,
|
6744
7066
|
:rec_709_settings)
|
7067
|
+
SENSITIVE = []
|
7068
|
+
include Aws::Structure
|
7069
|
+
end
|
7070
|
+
|
7071
|
+
# H265 Filter Settings
|
7072
|
+
#
|
7073
|
+
# @note When making an API call, you may pass H265FilterSettings
|
7074
|
+
# data as a hash:
|
7075
|
+
#
|
7076
|
+
# {
|
7077
|
+
# temporal_filter_settings: {
|
7078
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
7079
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
7080
|
+
# },
|
7081
|
+
# }
|
7082
|
+
#
|
7083
|
+
# @!attribute [rw] temporal_filter_settings
|
7084
|
+
# Temporal Filter Settings
|
7085
|
+
# @return [Types::TemporalFilterSettings]
|
7086
|
+
#
|
7087
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265FilterSettings AWS API Documentation
|
7088
|
+
#
|
7089
|
+
class H265FilterSettings < Struct.new(
|
7090
|
+
:temporal_filter_settings)
|
7091
|
+
SENSITIVE = []
|
6745
7092
|
include Aws::Structure
|
6746
7093
|
end
|
6747
7094
|
|
@@ -6769,6 +7116,12 @@ module Aws::MediaLive
|
|
6769
7116
|
# rec_709_settings: {
|
6770
7117
|
# },
|
6771
7118
|
# },
|
7119
|
+
# filter_settings: {
|
7120
|
+
# temporal_filter_settings: {
|
7121
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
7122
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
7123
|
+
# },
|
7124
|
+
# },
|
6772
7125
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
6773
7126
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
6774
7127
|
# framerate_denominator: 1, # required
|
@@ -6785,7 +7138,7 @@ module Aws::MediaLive
|
|
6785
7138
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
6786
7139
|
# qvbr_quality_level: 1,
|
6787
7140
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
6788
|
-
# scan_type: "
|
7141
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
6789
7142
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
6790
7143
|
# slices: 1,
|
6791
7144
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -6830,6 +7183,10 @@ module Aws::MediaLive
|
|
6830
7183
|
# Color Space settings
|
6831
7184
|
# @return [Types::H265ColorSpaceSettings]
|
6832
7185
|
#
|
7186
|
+
# @!attribute [rw] filter_settings
|
7187
|
+
# Optional filters that you can apply to an encode.
|
7188
|
+
# @return [Types::H265FilterSettings]
|
7189
|
+
#
|
6833
7190
|
# @!attribute [rw] fixed_afd
|
6834
7191
|
# Four bit AFD value to write on all frames of video in the output
|
6835
7192
|
# stream. Only valid when afdSignaling is set to 'Fixed'.
|
@@ -6921,7 +7278,10 @@ module Aws::MediaLive
|
|
6921
7278
|
# Recommended if you or your viewers pay for bandwidth. CBR: Quality
|
6922
7279
|
# varies, depending on the video complexity. Recommended only if you
|
6923
7280
|
# distribute your assets to devices that cannot handle variable
|
6924
|
-
# bitrates.
|
7281
|
+
# bitrates. Multiplex: This rate control mode is only supported (and
|
7282
|
+
# is required) when the video is being delivered to a MediaLive
|
7283
|
+
# Multiplex in which case the rate control configuration is controlled
|
7284
|
+
# by the properties within the Multiplex Program.
|
6925
7285
|
# @return [String]
|
6926
7286
|
#
|
6927
7287
|
# @!attribute [rw] scan_type
|
@@ -6962,6 +7322,7 @@ module Aws::MediaLive
|
|
6962
7322
|
:buf_size,
|
6963
7323
|
:color_metadata,
|
6964
7324
|
:color_space_settings,
|
7325
|
+
:filter_settings,
|
6965
7326
|
:fixed_afd,
|
6966
7327
|
:flicker_aq,
|
6967
7328
|
:framerate_denominator,
|
@@ -6983,6 +7344,7 @@ module Aws::MediaLive
|
|
6983
7344
|
:slices,
|
6984
7345
|
:tier,
|
6985
7346
|
:timecode_insertion)
|
7347
|
+
SENSITIVE = []
|
6986
7348
|
include Aws::Structure
|
6987
7349
|
end
|
6988
7350
|
|
@@ -7013,6 +7375,7 @@ module Aws::MediaLive
|
|
7013
7375
|
class Hdr10Settings < Struct.new(
|
7014
7376
|
:max_cll,
|
7015
7377
|
:max_fall)
|
7378
|
+
SENSITIVE = []
|
7016
7379
|
include Aws::Structure
|
7017
7380
|
end
|
7018
7381
|
|
@@ -7074,6 +7437,7 @@ module Aws::MediaLive
|
|
7074
7437
|
:restart_delay,
|
7075
7438
|
:salt,
|
7076
7439
|
:token)
|
7440
|
+
SENSITIVE = []
|
7077
7441
|
include Aws::Structure
|
7078
7442
|
end
|
7079
7443
|
|
@@ -7115,6 +7479,7 @@ module Aws::MediaLive
|
|
7115
7479
|
:filecache_duration,
|
7116
7480
|
:num_retries,
|
7117
7481
|
:restart_delay)
|
7482
|
+
SENSITIVE = []
|
7118
7483
|
include Aws::Structure
|
7119
7484
|
end
|
7120
7485
|
|
@@ -7178,6 +7543,7 @@ module Aws::MediaLive
|
|
7178
7543
|
:hls_basic_put_settings,
|
7179
7544
|
:hls_media_store_settings,
|
7180
7545
|
:hls_webdav_settings)
|
7546
|
+
SENSITIVE = []
|
7181
7547
|
include Aws::Structure
|
7182
7548
|
end
|
7183
7549
|
|
@@ -7262,7 +7628,7 @@ module Aws::MediaLive
|
|
7262
7628
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
7263
7629
|
# min_segment_length: 1,
|
7264
7630
|
# mode: "LIVE", # accepts LIVE, VOD
|
7265
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
7631
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
7266
7632
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
7267
7633
|
# program_date_time_period: 1,
|
7268
7634
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -7573,6 +7939,7 @@ module Aws::MediaLive
|
|
7573
7939
|
:timed_metadata_id_3_period,
|
7574
7940
|
:timestamp_delta_milliseconds,
|
7575
7941
|
:ts_file_mode)
|
7942
|
+
SENSITIVE = []
|
7576
7943
|
include Aws::Structure
|
7577
7944
|
end
|
7578
7945
|
|
@@ -7597,6 +7964,7 @@ module Aws::MediaLive
|
|
7597
7964
|
#
|
7598
7965
|
class HlsId3SegmentTaggingScheduleActionSettings < Struct.new(
|
7599
7966
|
:tag)
|
7967
|
+
SENSITIVE = []
|
7600
7968
|
include Aws::Structure
|
7601
7969
|
end
|
7602
7970
|
|
@@ -7643,6 +8011,7 @@ module Aws::MediaLive
|
|
7643
8011
|
:buffer_segments,
|
7644
8012
|
:retries,
|
7645
8013
|
:retry_interval)
|
8014
|
+
SENSITIVE = []
|
7646
8015
|
include Aws::Structure
|
7647
8016
|
end
|
7648
8017
|
|
@@ -7691,6 +8060,7 @@ module Aws::MediaLive
|
|
7691
8060
|
:media_store_storage_class,
|
7692
8061
|
:num_retries,
|
7693
8062
|
:restart_delay)
|
8063
|
+
SENSITIVE = []
|
7694
8064
|
include Aws::Structure
|
7695
8065
|
end
|
7696
8066
|
|
@@ -7771,6 +8141,7 @@ module Aws::MediaLive
|
|
7771
8141
|
:hls_settings,
|
7772
8142
|
:name_modifier,
|
7773
8143
|
:segment_modifier)
|
8144
|
+
SENSITIVE = []
|
7774
8145
|
include Aws::Structure
|
7775
8146
|
end
|
7776
8147
|
|
@@ -7837,6 +8208,7 @@ module Aws::MediaLive
|
|
7837
8208
|
:audio_only_hls_settings,
|
7838
8209
|
:fmp_4_hls_settings,
|
7839
8210
|
:standard_hls_settings)
|
8211
|
+
SENSITIVE = []
|
7840
8212
|
include Aws::Structure
|
7841
8213
|
end
|
7842
8214
|
|
@@ -7858,6 +8230,7 @@ module Aws::MediaLive
|
|
7858
8230
|
#
|
7859
8231
|
class HlsTimedMetadataScheduleActionSettings < Struct.new(
|
7860
8232
|
:id_3)
|
8233
|
+
SENSITIVE = []
|
7861
8234
|
include Aws::Structure
|
7862
8235
|
end
|
7863
8236
|
|
@@ -7905,6 +8278,7 @@ module Aws::MediaLive
|
|
7905
8278
|
:http_transfer_mode,
|
7906
8279
|
:num_retries,
|
7907
8280
|
:restart_delay)
|
8281
|
+
SENSITIVE = []
|
7908
8282
|
include Aws::Structure
|
7909
8283
|
end
|
7910
8284
|
|
@@ -8004,6 +8378,7 @@ module Aws::MediaLive
|
|
8004
8378
|
:state,
|
8005
8379
|
:tags,
|
8006
8380
|
:type)
|
8381
|
+
SENSITIVE = []
|
8007
8382
|
include Aws::Structure
|
8008
8383
|
end
|
8009
8384
|
|
@@ -8123,6 +8498,7 @@ module Aws::MediaLive
|
|
8123
8498
|
:input_attachment_name,
|
8124
8499
|
:input_id,
|
8125
8500
|
:input_settings)
|
8501
|
+
SENSITIVE = []
|
8126
8502
|
include Aws::Structure
|
8127
8503
|
end
|
8128
8504
|
|
@@ -8150,6 +8526,7 @@ module Aws::MediaLive
|
|
8150
8526
|
class InputChannelLevel < Struct.new(
|
8151
8527
|
:gain,
|
8152
8528
|
:input_channel)
|
8529
|
+
SENSITIVE = []
|
8153
8530
|
include Aws::Structure
|
8154
8531
|
end
|
8155
8532
|
|
@@ -8188,6 +8565,7 @@ module Aws::MediaLive
|
|
8188
8565
|
:input_timecode_source,
|
8189
8566
|
:start_timecode,
|
8190
8567
|
:stop_timecode)
|
8568
|
+
SENSITIVE = []
|
8191
8569
|
include Aws::Structure
|
8192
8570
|
end
|
8193
8571
|
|
@@ -8218,6 +8596,7 @@ module Aws::MediaLive
|
|
8218
8596
|
:port,
|
8219
8597
|
:url,
|
8220
8598
|
:vpc)
|
8599
|
+
SENSITIVE = []
|
8221
8600
|
include Aws::Structure
|
8222
8601
|
end
|
8223
8602
|
|
@@ -8238,6 +8617,7 @@ module Aws::MediaLive
|
|
8238
8617
|
#
|
8239
8618
|
class InputDestinationRequest < Struct.new(
|
8240
8619
|
:stream_name)
|
8620
|
+
SENSITIVE = []
|
8241
8621
|
include Aws::Structure
|
8242
8622
|
end
|
8243
8623
|
|
@@ -8256,6 +8636,7 @@ module Aws::MediaLive
|
|
8256
8636
|
class InputDestinationVpc < Struct.new(
|
8257
8637
|
:availability_zone,
|
8258
8638
|
:network_interface_id)
|
8639
|
+
SENSITIVE = []
|
8259
8640
|
include Aws::Structure
|
8260
8641
|
end
|
8261
8642
|
|
@@ -8319,6 +8700,7 @@ module Aws::MediaLive
|
|
8319
8700
|
:network_settings,
|
8320
8701
|
:serial_number,
|
8321
8702
|
:type)
|
8703
|
+
SENSITIVE = []
|
8322
8704
|
include Aws::Structure
|
8323
8705
|
end
|
8324
8706
|
|
@@ -8350,6 +8732,7 @@ module Aws::MediaLive
|
|
8350
8732
|
class InputDeviceConfigurableSettings < Struct.new(
|
8351
8733
|
:configured_input,
|
8352
8734
|
:max_bitrate)
|
8735
|
+
SENSITIVE = []
|
8353
8736
|
include Aws::Structure
|
8354
8737
|
end
|
8355
8738
|
|
@@ -8366,6 +8749,7 @@ module Aws::MediaLive
|
|
8366
8749
|
class InputDeviceConfigurationValidationError < Struct.new(
|
8367
8750
|
:message,
|
8368
8751
|
:validation_errors)
|
8752
|
+
SENSITIVE = []
|
8369
8753
|
include Aws::Structure
|
8370
8754
|
end
|
8371
8755
|
|
@@ -8418,6 +8802,7 @@ module Aws::MediaLive
|
|
8418
8802
|
:max_bitrate,
|
8419
8803
|
:scan_type,
|
8420
8804
|
:width)
|
8805
|
+
SENSITIVE = []
|
8421
8806
|
include Aws::Structure
|
8422
8807
|
end
|
8423
8808
|
|
@@ -8453,6 +8838,7 @@ module Aws::MediaLive
|
|
8453
8838
|
:ip_address,
|
8454
8839
|
:ip_scheme,
|
8455
8840
|
:subnet_mask)
|
8841
|
+
SENSITIVE = []
|
8456
8842
|
include Aws::Structure
|
8457
8843
|
end
|
8458
8844
|
|
@@ -8473,6 +8859,7 @@ module Aws::MediaLive
|
|
8473
8859
|
#
|
8474
8860
|
class InputDeviceRequest < Struct.new(
|
8475
8861
|
:id)
|
8862
|
+
SENSITIVE = []
|
8476
8863
|
include Aws::Structure
|
8477
8864
|
end
|
8478
8865
|
|
@@ -8493,6 +8880,7 @@ module Aws::MediaLive
|
|
8493
8880
|
#
|
8494
8881
|
class InputDeviceSettings < Struct.new(
|
8495
8882
|
:id)
|
8883
|
+
SENSITIVE = []
|
8496
8884
|
include Aws::Structure
|
8497
8885
|
end
|
8498
8886
|
|
@@ -8556,6 +8944,7 @@ module Aws::MediaLive
|
|
8556
8944
|
:network_settings,
|
8557
8945
|
:serial_number,
|
8558
8946
|
:type)
|
8947
|
+
SENSITIVE = []
|
8559
8948
|
include Aws::Structure
|
8560
8949
|
end
|
8561
8950
|
|
@@ -8595,6 +8984,7 @@ module Aws::MediaLive
|
|
8595
8984
|
:password_param,
|
8596
8985
|
:uri,
|
8597
8986
|
:username)
|
8987
|
+
SENSITIVE = []
|
8598
8988
|
include Aws::Structure
|
8599
8989
|
end
|
8600
8990
|
|
@@ -8653,6 +9043,55 @@ module Aws::MediaLive
|
|
8653
9043
|
:input_loss_image_slate,
|
8654
9044
|
:input_loss_image_type,
|
8655
9045
|
:repeat_frame_msec)
|
9046
|
+
SENSITIVE = []
|
9047
|
+
include Aws::Structure
|
9048
|
+
end
|
9049
|
+
|
9050
|
+
# Action to prepare an input for a future immediate input switch.
|
9051
|
+
#
|
9052
|
+
# @note When making an API call, you may pass InputPrepareScheduleActionSettings
|
9053
|
+
# data as a hash:
|
9054
|
+
#
|
9055
|
+
# {
|
9056
|
+
# input_attachment_name_reference: "__string",
|
9057
|
+
# input_clipping_settings: {
|
9058
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
9059
|
+
# start_timecode: {
|
9060
|
+
# timecode: "__string",
|
9061
|
+
# },
|
9062
|
+
# stop_timecode: {
|
9063
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
9064
|
+
# timecode: "__string",
|
9065
|
+
# },
|
9066
|
+
# },
|
9067
|
+
# url_path: ["__string"],
|
9068
|
+
# }
|
9069
|
+
#
|
9070
|
+
# @!attribute [rw] input_attachment_name_reference
|
9071
|
+
# The name of the input attachment that should be prepared by this
|
9072
|
+
# action. If no name is provided, the action will stop the most recent
|
9073
|
+
# prepare (if any) when activated.
|
9074
|
+
# @return [String]
|
9075
|
+
#
|
9076
|
+
# @!attribute [rw] input_clipping_settings
|
9077
|
+
# Settings to let you create a clip of the file input, in order to set
|
9078
|
+
# up the input to ingest only a portion of the file.
|
9079
|
+
# @return [Types::InputClippingSettings]
|
9080
|
+
#
|
9081
|
+
# @!attribute [rw] url_path
|
9082
|
+
# The value for the variable portion of the URL for the dynamic input,
|
9083
|
+
# for this instance of the input. Each time you use the same dynamic
|
9084
|
+
# input in an input switch action, you can provide a different value,
|
9085
|
+
# in order to connect the input to a different content source.
|
9086
|
+
# @return [Array<String>]
|
9087
|
+
#
|
9088
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputPrepareScheduleActionSettings AWS API Documentation
|
9089
|
+
#
|
9090
|
+
class InputPrepareScheduleActionSettings < Struct.new(
|
9091
|
+
:input_attachment_name_reference,
|
9092
|
+
:input_clipping_settings,
|
9093
|
+
:url_path)
|
9094
|
+
SENSITIVE = []
|
8656
9095
|
include Aws::Structure
|
8657
9096
|
end
|
8658
9097
|
|
@@ -8691,6 +9130,7 @@ module Aws::MediaLive
|
|
8691
9130
|
:state,
|
8692
9131
|
:tags,
|
8693
9132
|
:whitelist_rules)
|
9133
|
+
SENSITIVE = []
|
8694
9134
|
include Aws::Structure
|
8695
9135
|
end
|
8696
9136
|
|
@@ -8709,6 +9149,7 @@ module Aws::MediaLive
|
|
8709
9149
|
class InputSecurityGroupWhitelistRequest < Struct.new(
|
8710
9150
|
:tags,
|
8711
9151
|
:whitelist_rules)
|
9152
|
+
SENSITIVE = []
|
8712
9153
|
include Aws::Structure
|
8713
9154
|
end
|
8714
9155
|
|
@@ -8865,6 +9306,7 @@ module Aws::MediaLive
|
|
8865
9306
|
:smpte_2038_data_preference,
|
8866
9307
|
:source_end_behavior,
|
8867
9308
|
:video_selector)
|
9309
|
+
SENSITIVE = []
|
8868
9310
|
include Aws::Structure
|
8869
9311
|
end
|
8870
9312
|
|
@@ -8889,6 +9331,7 @@ module Aws::MediaLive
|
|
8889
9331
|
:password_param,
|
8890
9332
|
:url,
|
8891
9333
|
:username)
|
9334
|
+
SENSITIVE = []
|
8892
9335
|
include Aws::Structure
|
8893
9336
|
end
|
8894
9337
|
|
@@ -8922,6 +9365,7 @@ module Aws::MediaLive
|
|
8922
9365
|
:password_param,
|
8923
9366
|
:url,
|
8924
9367
|
:username)
|
9368
|
+
SENSITIVE = []
|
8925
9369
|
include Aws::Structure
|
8926
9370
|
end
|
8927
9371
|
|
@@ -8952,6 +9396,7 @@ module Aws::MediaLive
|
|
8952
9396
|
:codec,
|
8953
9397
|
:maximum_bitrate,
|
8954
9398
|
:resolution)
|
9399
|
+
SENSITIVE = []
|
8955
9400
|
include Aws::Structure
|
8956
9401
|
end
|
8957
9402
|
|
@@ -8999,6 +9444,7 @@ module Aws::MediaLive
|
|
8999
9444
|
:input_attachment_name_reference,
|
9000
9445
|
:input_clipping_settings,
|
9001
9446
|
:url_path)
|
9447
|
+
SENSITIVE = []
|
9002
9448
|
include Aws::Structure
|
9003
9449
|
end
|
9004
9450
|
|
@@ -9032,6 +9478,7 @@ module Aws::MediaLive
|
|
9032
9478
|
class InputVpcRequest < Struct.new(
|
9033
9479
|
:security_group_ids,
|
9034
9480
|
:subnet_ids)
|
9481
|
+
SENSITIVE = []
|
9035
9482
|
include Aws::Structure
|
9036
9483
|
end
|
9037
9484
|
|
@@ -9045,6 +9492,7 @@ module Aws::MediaLive
|
|
9045
9492
|
#
|
9046
9493
|
class InputWhitelistRule < Struct.new(
|
9047
9494
|
:cidr)
|
9495
|
+
SENSITIVE = []
|
9048
9496
|
include Aws::Structure
|
9049
9497
|
end
|
9050
9498
|
|
@@ -9065,6 +9513,7 @@ module Aws::MediaLive
|
|
9065
9513
|
#
|
9066
9514
|
class InputWhitelistRuleCidr < Struct.new(
|
9067
9515
|
:cidr)
|
9516
|
+
SENSITIVE = []
|
9068
9517
|
include Aws::Structure
|
9069
9518
|
end
|
9070
9519
|
|
@@ -9075,6 +9524,7 @@ module Aws::MediaLive
|
|
9075
9524
|
#
|
9076
9525
|
class InternalServerErrorException < Struct.new(
|
9077
9526
|
:message)
|
9527
|
+
SENSITIVE = []
|
9078
9528
|
include Aws::Structure
|
9079
9529
|
end
|
9080
9530
|
|
@@ -9085,6 +9535,7 @@ module Aws::MediaLive
|
|
9085
9535
|
#
|
9086
9536
|
class InternalServiceError < Struct.new(
|
9087
9537
|
:message)
|
9538
|
+
SENSITIVE = []
|
9088
9539
|
include Aws::Structure
|
9089
9540
|
end
|
9090
9541
|
|
@@ -9095,6 +9546,7 @@ module Aws::MediaLive
|
|
9095
9546
|
#
|
9096
9547
|
class InvalidRequest < Struct.new(
|
9097
9548
|
:message)
|
9549
|
+
SENSITIVE = []
|
9098
9550
|
include Aws::Structure
|
9099
9551
|
end
|
9100
9552
|
|
@@ -9122,6 +9574,7 @@ module Aws::MediaLive
|
|
9122
9574
|
#
|
9123
9575
|
class KeyProviderSettings < Struct.new(
|
9124
9576
|
:static_key_settings)
|
9577
|
+
SENSITIVE = []
|
9125
9578
|
include Aws::Structure
|
9126
9579
|
end
|
9127
9580
|
|
@@ -9132,6 +9585,7 @@ module Aws::MediaLive
|
|
9132
9585
|
#
|
9133
9586
|
class LimitExceeded < Struct.new(
|
9134
9587
|
:message)
|
9588
|
+
SENSITIVE = []
|
9135
9589
|
include Aws::Structure
|
9136
9590
|
end
|
9137
9591
|
|
@@ -9154,6 +9608,7 @@ module Aws::MediaLive
|
|
9154
9608
|
class ListChannelsRequest < Struct.new(
|
9155
9609
|
:max_results,
|
9156
9610
|
:next_token)
|
9611
|
+
SENSITIVE = []
|
9157
9612
|
include Aws::Structure
|
9158
9613
|
end
|
9159
9614
|
|
@@ -9168,6 +9623,7 @@ module Aws::MediaLive
|
|
9168
9623
|
class ListChannelsResponse < Struct.new(
|
9169
9624
|
:channels,
|
9170
9625
|
:next_token)
|
9626
|
+
SENSITIVE = []
|
9171
9627
|
include Aws::Structure
|
9172
9628
|
end
|
9173
9629
|
|
@@ -9182,6 +9638,7 @@ module Aws::MediaLive
|
|
9182
9638
|
class ListChannelsResultModel < Struct.new(
|
9183
9639
|
:channels,
|
9184
9640
|
:next_token)
|
9641
|
+
SENSITIVE = []
|
9185
9642
|
include Aws::Structure
|
9186
9643
|
end
|
9187
9644
|
|
@@ -9204,6 +9661,7 @@ module Aws::MediaLive
|
|
9204
9661
|
class ListInputDevicesRequest < Struct.new(
|
9205
9662
|
:max_results,
|
9206
9663
|
:next_token)
|
9664
|
+
SENSITIVE = []
|
9207
9665
|
include Aws::Structure
|
9208
9666
|
end
|
9209
9667
|
|
@@ -9218,6 +9676,7 @@ module Aws::MediaLive
|
|
9218
9676
|
class ListInputDevicesResponse < Struct.new(
|
9219
9677
|
:input_devices,
|
9220
9678
|
:next_token)
|
9679
|
+
SENSITIVE = []
|
9221
9680
|
include Aws::Structure
|
9222
9681
|
end
|
9223
9682
|
|
@@ -9236,6 +9695,7 @@ module Aws::MediaLive
|
|
9236
9695
|
class ListInputDevicesResultModel < Struct.new(
|
9237
9696
|
:input_devices,
|
9238
9697
|
:next_token)
|
9698
|
+
SENSITIVE = []
|
9239
9699
|
include Aws::Structure
|
9240
9700
|
end
|
9241
9701
|
|
@@ -9258,6 +9718,7 @@ module Aws::MediaLive
|
|
9258
9718
|
class ListInputSecurityGroupsRequest < Struct.new(
|
9259
9719
|
:max_results,
|
9260
9720
|
:next_token)
|
9721
|
+
SENSITIVE = []
|
9261
9722
|
include Aws::Structure
|
9262
9723
|
end
|
9263
9724
|
|
@@ -9272,6 +9733,7 @@ module Aws::MediaLive
|
|
9272
9733
|
class ListInputSecurityGroupsResponse < Struct.new(
|
9273
9734
|
:input_security_groups,
|
9274
9735
|
:next_token)
|
9736
|
+
SENSITIVE = []
|
9275
9737
|
include Aws::Structure
|
9276
9738
|
end
|
9277
9739
|
|
@@ -9289,6 +9751,7 @@ module Aws::MediaLive
|
|
9289
9751
|
class ListInputSecurityGroupsResultModel < Struct.new(
|
9290
9752
|
:input_security_groups,
|
9291
9753
|
:next_token)
|
9754
|
+
SENSITIVE = []
|
9292
9755
|
include Aws::Structure
|
9293
9756
|
end
|
9294
9757
|
|
@@ -9311,6 +9774,7 @@ module Aws::MediaLive
|
|
9311
9774
|
class ListInputsRequest < Struct.new(
|
9312
9775
|
:max_results,
|
9313
9776
|
:next_token)
|
9777
|
+
SENSITIVE = []
|
9314
9778
|
include Aws::Structure
|
9315
9779
|
end
|
9316
9780
|
|
@@ -9325,6 +9789,7 @@ module Aws::MediaLive
|
|
9325
9789
|
class ListInputsResponse < Struct.new(
|
9326
9790
|
:inputs,
|
9327
9791
|
:next_token)
|
9792
|
+
SENSITIVE = []
|
9328
9793
|
include Aws::Structure
|
9329
9794
|
end
|
9330
9795
|
|
@@ -9339,6 +9804,7 @@ module Aws::MediaLive
|
|
9339
9804
|
class ListInputsResultModel < Struct.new(
|
9340
9805
|
:inputs,
|
9341
9806
|
:next_token)
|
9807
|
+
SENSITIVE = []
|
9342
9808
|
include Aws::Structure
|
9343
9809
|
end
|
9344
9810
|
|
@@ -9366,6 +9832,7 @@ module Aws::MediaLive
|
|
9366
9832
|
:max_results,
|
9367
9833
|
:multiplex_id,
|
9368
9834
|
:next_token)
|
9835
|
+
SENSITIVE = []
|
9369
9836
|
include Aws::Structure
|
9370
9837
|
end
|
9371
9838
|
|
@@ -9380,6 +9847,7 @@ module Aws::MediaLive
|
|
9380
9847
|
class ListMultiplexProgramsResponse < Struct.new(
|
9381
9848
|
:multiplex_programs,
|
9382
9849
|
:next_token)
|
9850
|
+
SENSITIVE = []
|
9383
9851
|
include Aws::Structure
|
9384
9852
|
end
|
9385
9853
|
|
@@ -9396,6 +9864,7 @@ module Aws::MediaLive
|
|
9396
9864
|
class ListMultiplexProgramsResultModel < Struct.new(
|
9397
9865
|
:multiplex_programs,
|
9398
9866
|
:next_token)
|
9867
|
+
SENSITIVE = []
|
9399
9868
|
include Aws::Structure
|
9400
9869
|
end
|
9401
9870
|
|
@@ -9418,6 +9887,7 @@ module Aws::MediaLive
|
|
9418
9887
|
class ListMultiplexesRequest < Struct.new(
|
9419
9888
|
:max_results,
|
9420
9889
|
:next_token)
|
9890
|
+
SENSITIVE = []
|
9421
9891
|
include Aws::Structure
|
9422
9892
|
end
|
9423
9893
|
|
@@ -9432,6 +9902,7 @@ module Aws::MediaLive
|
|
9432
9902
|
class ListMultiplexesResponse < Struct.new(
|
9433
9903
|
:multiplexes,
|
9434
9904
|
:next_token)
|
9905
|
+
SENSITIVE = []
|
9435
9906
|
include Aws::Structure
|
9436
9907
|
end
|
9437
9908
|
|
@@ -9448,6 +9919,7 @@ module Aws::MediaLive
|
|
9448
9919
|
class ListMultiplexesResultModel < Struct.new(
|
9449
9920
|
:multiplexes,
|
9450
9921
|
:next_token)
|
9922
|
+
SENSITIVE = []
|
9451
9923
|
include Aws::Structure
|
9452
9924
|
end
|
9453
9925
|
|
@@ -9520,6 +9992,7 @@ module Aws::MediaLive
|
|
9520
9992
|
:resource_type,
|
9521
9993
|
:special_feature,
|
9522
9994
|
:video_quality)
|
9995
|
+
SENSITIVE = []
|
9523
9996
|
include Aws::Structure
|
9524
9997
|
end
|
9525
9998
|
|
@@ -9534,6 +10007,7 @@ module Aws::MediaLive
|
|
9534
10007
|
class ListOfferingsResponse < Struct.new(
|
9535
10008
|
:next_token,
|
9536
10009
|
:offerings)
|
10010
|
+
SENSITIVE = []
|
9537
10011
|
include Aws::Structure
|
9538
10012
|
end
|
9539
10013
|
|
@@ -9552,6 +10026,7 @@ module Aws::MediaLive
|
|
9552
10026
|
class ListOfferingsResultModel < Struct.new(
|
9553
10027
|
:next_token,
|
9554
10028
|
:offerings)
|
10029
|
+
SENSITIVE = []
|
9555
10030
|
include Aws::Structure
|
9556
10031
|
end
|
9557
10032
|
|
@@ -9614,6 +10089,7 @@ module Aws::MediaLive
|
|
9614
10089
|
:resource_type,
|
9615
10090
|
:special_feature,
|
9616
10091
|
:video_quality)
|
10092
|
+
SENSITIVE = []
|
9617
10093
|
include Aws::Structure
|
9618
10094
|
end
|
9619
10095
|
|
@@ -9628,6 +10104,7 @@ module Aws::MediaLive
|
|
9628
10104
|
class ListReservationsResponse < Struct.new(
|
9629
10105
|
:next_token,
|
9630
10106
|
:reservations)
|
10107
|
+
SENSITIVE = []
|
9631
10108
|
include Aws::Structure
|
9632
10109
|
end
|
9633
10110
|
|
@@ -9646,6 +10123,7 @@ module Aws::MediaLive
|
|
9646
10123
|
class ListReservationsResultModel < Struct.new(
|
9647
10124
|
:next_token,
|
9648
10125
|
:reservations)
|
10126
|
+
SENSITIVE = []
|
9649
10127
|
include Aws::Structure
|
9650
10128
|
end
|
9651
10129
|
|
@@ -9663,6 +10141,7 @@ module Aws::MediaLive
|
|
9663
10141
|
#
|
9664
10142
|
class ListTagsForResourceRequest < Struct.new(
|
9665
10143
|
:resource_arn)
|
10144
|
+
SENSITIVE = []
|
9666
10145
|
include Aws::Structure
|
9667
10146
|
end
|
9668
10147
|
|
@@ -9673,6 +10152,7 @@ module Aws::MediaLive
|
|
9673
10152
|
#
|
9674
10153
|
class ListTagsForResourceResponse < Struct.new(
|
9675
10154
|
:tags)
|
10155
|
+
SENSITIVE = []
|
9676
10156
|
include Aws::Structure
|
9677
10157
|
end
|
9678
10158
|
|
@@ -10084,6 +10564,7 @@ module Aws::MediaLive
|
|
10084
10564
|
:timed_metadata_pid,
|
10085
10565
|
:transport_stream_id,
|
10086
10566
|
:video_pid)
|
10567
|
+
SENSITIVE = []
|
10087
10568
|
include Aws::Structure
|
10088
10569
|
end
|
10089
10570
|
|
@@ -10223,6 +10704,7 @@ module Aws::MediaLive
|
|
10223
10704
|
:timed_metadata_pid,
|
10224
10705
|
:transport_stream_id,
|
10225
10706
|
:video_pid)
|
10707
|
+
SENSITIVE = []
|
10226
10708
|
include Aws::Structure
|
10227
10709
|
end
|
10228
10710
|
|
@@ -10236,6 +10718,7 @@ module Aws::MediaLive
|
|
10236
10718
|
#
|
10237
10719
|
class MediaConnectFlow < Struct.new(
|
10238
10720
|
:flow_arn)
|
10721
|
+
SENSITIVE = []
|
10239
10722
|
include Aws::Structure
|
10240
10723
|
end
|
10241
10724
|
|
@@ -10256,6 +10739,7 @@ module Aws::MediaLive
|
|
10256
10739
|
#
|
10257
10740
|
class MediaConnectFlowRequest < Struct.new(
|
10258
10741
|
:flow_arn)
|
10742
|
+
SENSITIVE = []
|
10259
10743
|
include Aws::Structure
|
10260
10744
|
end
|
10261
10745
|
|
@@ -10278,6 +10762,7 @@ module Aws::MediaLive
|
|
10278
10762
|
#
|
10279
10763
|
class MediaPackageGroupSettings < Struct.new(
|
10280
10764
|
:destination)
|
10765
|
+
SENSITIVE = []
|
10281
10766
|
include Aws::Structure
|
10282
10767
|
end
|
10283
10768
|
|
@@ -10302,6 +10787,7 @@ module Aws::MediaLive
|
|
10302
10787
|
#
|
10303
10788
|
class MediaPackageOutputDestinationSettings < Struct.new(
|
10304
10789
|
:channel_id)
|
10790
|
+
SENSITIVE = []
|
10305
10791
|
include Aws::Structure
|
10306
10792
|
end
|
10307
10793
|
|
@@ -10343,6 +10829,7 @@ module Aws::MediaLive
|
|
10343
10829
|
:bitrate,
|
10344
10830
|
:coding_mode,
|
10345
10831
|
:sample_rate)
|
10832
|
+
SENSITIVE = []
|
10346
10833
|
include Aws::Structure
|
10347
10834
|
end
|
10348
10835
|
|
@@ -10504,6 +10991,7 @@ module Aws::MediaLive
|
|
10504
10991
|
:stream_manifest_behavior,
|
10505
10992
|
:timestamp_offset,
|
10506
10993
|
:timestamp_offset_mode)
|
10994
|
+
SENSITIVE = []
|
10507
10995
|
include Aws::Structure
|
10508
10996
|
end
|
10509
10997
|
|
@@ -10533,6 +11021,7 @@ module Aws::MediaLive
|
|
10533
11021
|
class MsSmoothOutputSettings < Struct.new(
|
10534
11022
|
:h265_packaging_type,
|
10535
11023
|
:name_modifier)
|
11024
|
+
SENSITIVE = []
|
10536
11025
|
include Aws::Structure
|
10537
11026
|
end
|
10538
11027
|
|
@@ -10591,6 +11080,7 @@ module Aws::MediaLive
|
|
10591
11080
|
:program_count,
|
10592
11081
|
:state,
|
10593
11082
|
:tags)
|
11083
|
+
SENSITIVE = []
|
10594
11084
|
include Aws::Structure
|
10595
11085
|
end
|
10596
11086
|
|
@@ -10607,6 +11097,7 @@ module Aws::MediaLive
|
|
10607
11097
|
class MultiplexConfigurationValidationError < Struct.new(
|
10608
11098
|
:message,
|
10609
11099
|
:validation_errors)
|
11100
|
+
SENSITIVE = []
|
10610
11101
|
include Aws::Structure
|
10611
11102
|
end
|
10612
11103
|
|
@@ -10628,6 +11119,7 @@ module Aws::MediaLive
|
|
10628
11119
|
#
|
10629
11120
|
class MultiplexMediaConnectOutputDestinationSettings < Struct.new(
|
10630
11121
|
:entitlement_arn)
|
11122
|
+
SENSITIVE = []
|
10631
11123
|
include Aws::Structure
|
10632
11124
|
end
|
10633
11125
|
|
@@ -10641,6 +11133,7 @@ module Aws::MediaLive
|
|
10641
11133
|
#
|
10642
11134
|
class MultiplexOutputDestination < Struct.new(
|
10643
11135
|
:media_connect_settings)
|
11136
|
+
SENSITIVE = []
|
10644
11137
|
include Aws::Structure
|
10645
11138
|
end
|
10646
11139
|
|
@@ -10663,6 +11156,7 @@ module Aws::MediaLive
|
|
10663
11156
|
#
|
10664
11157
|
class MultiplexOutputSettings < Struct.new(
|
10665
11158
|
:destination)
|
11159
|
+
SENSITIVE = []
|
10666
11160
|
include Aws::Structure
|
10667
11161
|
end
|
10668
11162
|
|
@@ -10691,6 +11185,7 @@ module Aws::MediaLive
|
|
10691
11185
|
:multiplex_program_settings,
|
10692
11186
|
:packet_identifiers_map,
|
10693
11187
|
:program_name)
|
11188
|
+
SENSITIVE = []
|
10694
11189
|
include Aws::Structure
|
10695
11190
|
end
|
10696
11191
|
|
@@ -10723,6 +11218,7 @@ module Aws::MediaLive
|
|
10723
11218
|
class MultiplexProgramChannelDestinationSettings < Struct.new(
|
10724
11219
|
:multiplex_id,
|
10725
11220
|
:program_name)
|
11221
|
+
SENSITIVE = []
|
10726
11222
|
include Aws::Structure
|
10727
11223
|
end
|
10728
11224
|
|
@@ -10783,6 +11279,7 @@ module Aws::MediaLive
|
|
10783
11279
|
:scte_35_pid,
|
10784
11280
|
:timed_metadata_pid,
|
10785
11281
|
:video_pid)
|
11282
|
+
SENSITIVE = []
|
10786
11283
|
include Aws::Structure
|
10787
11284
|
end
|
10788
11285
|
|
@@ -10810,6 +11307,7 @@ module Aws::MediaLive
|
|
10810
11307
|
class MultiplexProgramServiceDescriptor < Struct.new(
|
10811
11308
|
:provider_name,
|
10812
11309
|
:service_name)
|
11310
|
+
SENSITIVE = []
|
10813
11311
|
include Aws::Structure
|
10814
11312
|
end
|
10815
11313
|
|
@@ -10859,6 +11357,7 @@ module Aws::MediaLive
|
|
10859
11357
|
:program_number,
|
10860
11358
|
:service_descriptor,
|
10861
11359
|
:video_settings)
|
11360
|
+
SENSITIVE = []
|
10862
11361
|
include Aws::Structure
|
10863
11362
|
end
|
10864
11363
|
|
@@ -10875,6 +11374,7 @@ module Aws::MediaLive
|
|
10875
11374
|
class MultiplexProgramSummary < Struct.new(
|
10876
11375
|
:channel_id,
|
10877
11376
|
:program_name)
|
11377
|
+
SENSITIVE = []
|
10878
11378
|
include Aws::Structure
|
10879
11379
|
end
|
10880
11380
|
|
@@ -10913,6 +11413,7 @@ module Aws::MediaLive
|
|
10913
11413
|
:transport_stream_bitrate,
|
10914
11414
|
:transport_stream_id,
|
10915
11415
|
:transport_stream_reserved_bitrate)
|
11416
|
+
SENSITIVE = []
|
10916
11417
|
include Aws::Structure
|
10917
11418
|
end
|
10918
11419
|
|
@@ -10926,6 +11427,7 @@ module Aws::MediaLive
|
|
10926
11427
|
#
|
10927
11428
|
class MultiplexSettingsSummary < Struct.new(
|
10928
11429
|
:transport_stream_bitrate)
|
11430
|
+
SENSITIVE = []
|
10929
11431
|
include Aws::Structure
|
10930
11432
|
end
|
10931
11433
|
|
@@ -10952,6 +11454,7 @@ module Aws::MediaLive
|
|
10952
11454
|
class MultiplexStatmuxVideoSettings < Struct.new(
|
10953
11455
|
:maximum_bitrate,
|
10954
11456
|
:minimum_bitrate)
|
11457
|
+
SENSITIVE = []
|
10955
11458
|
include Aws::Structure
|
10956
11459
|
end
|
10957
11460
|
|
@@ -11003,6 +11506,7 @@ module Aws::MediaLive
|
|
11003
11506
|
:program_count,
|
11004
11507
|
:state,
|
11005
11508
|
:tags)
|
11509
|
+
SENSITIVE = []
|
11006
11510
|
include Aws::Structure
|
11007
11511
|
end
|
11008
11512
|
|
@@ -11034,6 +11538,7 @@ module Aws::MediaLive
|
|
11034
11538
|
class MultiplexVideoSettings < Struct.new(
|
11035
11539
|
:constant_bitrate,
|
11036
11540
|
:statmux_settings)
|
11541
|
+
SENSITIVE = []
|
11037
11542
|
include Aws::Structure
|
11038
11543
|
end
|
11039
11544
|
|
@@ -11072,6 +11577,7 @@ module Aws::MediaLive
|
|
11072
11577
|
class NetworkInputSettings < Struct.new(
|
11073
11578
|
:hls_input_settings,
|
11074
11579
|
:server_validation)
|
11580
|
+
SENSITIVE = []
|
11075
11581
|
include Aws::Structure
|
11076
11582
|
end
|
11077
11583
|
|
@@ -11098,6 +11604,7 @@ module Aws::MediaLive
|
|
11098
11604
|
class NielsenConfiguration < Struct.new(
|
11099
11605
|
:distributor_id,
|
11100
11606
|
:nielsen_pcm_to_id_3_tagging)
|
11607
|
+
SENSITIVE = []
|
11101
11608
|
include Aws::Structure
|
11102
11609
|
end
|
11103
11610
|
|
@@ -11108,6 +11615,7 @@ module Aws::MediaLive
|
|
11108
11615
|
#
|
11109
11616
|
class NotFoundException < Struct.new(
|
11110
11617
|
:message)
|
11618
|
+
SENSITIVE = []
|
11111
11619
|
include Aws::Structure
|
11112
11620
|
end
|
11113
11621
|
|
@@ -11175,6 +11683,7 @@ module Aws::MediaLive
|
|
11175
11683
|
:region,
|
11176
11684
|
:resource_specification,
|
11177
11685
|
:usage_price)
|
11686
|
+
SENSITIVE = []
|
11178
11687
|
include Aws::Structure
|
11179
11688
|
end
|
11180
11689
|
|
@@ -11427,6 +11936,7 @@ module Aws::MediaLive
|
|
11427
11936
|
:output_name,
|
11428
11937
|
:output_settings,
|
11429
11938
|
:video_description_name)
|
11939
|
+
SENSITIVE = []
|
11430
11940
|
include Aws::Structure
|
11431
11941
|
end
|
11432
11942
|
|
@@ -11480,6 +11990,7 @@ module Aws::MediaLive
|
|
11480
11990
|
:media_package_settings,
|
11481
11991
|
:multiplex_settings,
|
11482
11992
|
:settings)
|
11993
|
+
SENSITIVE = []
|
11483
11994
|
include Aws::Structure
|
11484
11995
|
end
|
11485
11996
|
|
@@ -11516,6 +12027,7 @@ module Aws::MediaLive
|
|
11516
12027
|
:stream_name,
|
11517
12028
|
:url,
|
11518
12029
|
:username)
|
12030
|
+
SENSITIVE = []
|
11519
12031
|
include Aws::Structure
|
11520
12032
|
end
|
11521
12033
|
|
@@ -11615,7 +12127,7 @@ module Aws::MediaLive
|
|
11615
12127
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
11616
12128
|
# min_segment_length: 1,
|
11617
12129
|
# mode: "LIVE", # accepts LIVE, VOD
|
11618
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
12130
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
11619
12131
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
11620
12132
|
# program_date_time_period: 1,
|
11621
12133
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -11908,6 +12420,7 @@ module Aws::MediaLive
|
|
11908
12420
|
:name,
|
11909
12421
|
:output_group_settings,
|
11910
12422
|
:outputs)
|
12423
|
+
SENSITIVE = []
|
11911
12424
|
include Aws::Structure
|
11912
12425
|
end
|
11913
12426
|
|
@@ -12004,7 +12517,7 @@ module Aws::MediaLive
|
|
12004
12517
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
12005
12518
|
# min_segment_length: 1,
|
12006
12519
|
# mode: "LIVE", # accepts LIVE, VOD
|
12007
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
12520
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
12008
12521
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
12009
12522
|
# program_date_time_period: 1,
|
12010
12523
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12105,6 +12618,7 @@ module Aws::MediaLive
|
|
12105
12618
|
:multiplex_group_settings,
|
12106
12619
|
:rtmp_group_settings,
|
12107
12620
|
:udp_group_settings)
|
12621
|
+
SENSITIVE = []
|
12108
12622
|
include Aws::Structure
|
12109
12623
|
end
|
12110
12624
|
|
@@ -12124,6 +12638,7 @@ module Aws::MediaLive
|
|
12124
12638
|
#
|
12125
12639
|
class OutputLocationRef < Struct.new(
|
12126
12640
|
:destination_ref_id)
|
12641
|
+
SENSITIVE = []
|
12127
12642
|
include Aws::Structure
|
12128
12643
|
end
|
12129
12644
|
|
@@ -12383,6 +12898,7 @@ module Aws::MediaLive
|
|
12383
12898
|
:multiplex_output_settings,
|
12384
12899
|
:rtmp_output_settings,
|
12385
12900
|
:udp_output_settings)
|
12901
|
+
SENSITIVE = []
|
12386
12902
|
include Aws::Structure
|
12387
12903
|
end
|
12388
12904
|
|
@@ -12414,6 +12930,7 @@ module Aws::MediaLive
|
|
12414
12930
|
#
|
12415
12931
|
class PauseStateScheduleActionSettings < Struct.new(
|
12416
12932
|
:pipelines)
|
12933
|
+
SENSITIVE = []
|
12417
12934
|
include Aws::Structure
|
12418
12935
|
end
|
12419
12936
|
|
@@ -12440,6 +12957,7 @@ module Aws::MediaLive
|
|
12440
12957
|
:active_input_attachment_name,
|
12441
12958
|
:active_input_switch_action_name,
|
12442
12959
|
:pipeline_id)
|
12960
|
+
SENSITIVE = []
|
12443
12961
|
include Aws::Structure
|
12444
12962
|
end
|
12445
12963
|
|
@@ -12460,6 +12978,7 @@ module Aws::MediaLive
|
|
12460
12978
|
#
|
12461
12979
|
class PipelinePauseStateSettings < Struct.new(
|
12462
12980
|
:pipeline_id)
|
12981
|
+
SENSITIVE = []
|
12463
12982
|
include Aws::Structure
|
12464
12983
|
end
|
12465
12984
|
|
@@ -12496,6 +13015,7 @@ module Aws::MediaLive
|
|
12496
13015
|
:request_id,
|
12497
13016
|
:start,
|
12498
13017
|
:tags)
|
13018
|
+
SENSITIVE = []
|
12499
13019
|
include Aws::Structure
|
12500
13020
|
end
|
12501
13021
|
|
@@ -12542,6 +13062,7 @@ module Aws::MediaLive
|
|
12542
13062
|
:request_id,
|
12543
13063
|
:start,
|
12544
13064
|
:tags)
|
13065
|
+
SENSITIVE = []
|
12545
13066
|
include Aws::Structure
|
12546
13067
|
end
|
12547
13068
|
|
@@ -12553,6 +13074,7 @@ module Aws::MediaLive
|
|
12553
13074
|
#
|
12554
13075
|
class PurchaseOfferingResponse < Struct.new(
|
12555
13076
|
:reservation)
|
13077
|
+
SENSITIVE = []
|
12556
13078
|
include Aws::Structure
|
12557
13079
|
end
|
12558
13080
|
|
@@ -12566,6 +13088,7 @@ module Aws::MediaLive
|
|
12566
13088
|
#
|
12567
13089
|
class PurchaseOfferingResultModel < Struct.new(
|
12568
13090
|
:reservation)
|
13091
|
+
SENSITIVE = []
|
12569
13092
|
include Aws::Structure
|
12570
13093
|
end
|
12571
13094
|
|
@@ -12626,6 +13149,7 @@ module Aws::MediaLive
|
|
12626
13149
|
:channel_mappings,
|
12627
13150
|
:channels_in,
|
12628
13151
|
:channels_out)
|
13152
|
+
SENSITIVE = []
|
12629
13153
|
include Aws::Structure
|
12630
13154
|
end
|
12631
13155
|
|
@@ -12730,6 +13254,7 @@ module Aws::MediaLive
|
|
12730
13254
|
:state,
|
12731
13255
|
:tags,
|
12732
13256
|
:usage_price)
|
13257
|
+
SENSITIVE = []
|
12733
13258
|
include Aws::Structure
|
12734
13259
|
end
|
12735
13260
|
|
@@ -12778,6 +13303,7 @@ module Aws::MediaLive
|
|
12778
13303
|
:resource_type,
|
12779
13304
|
:special_feature,
|
12780
13305
|
:video_quality)
|
13306
|
+
SENSITIVE = []
|
12781
13307
|
include Aws::Structure
|
12782
13308
|
end
|
12783
13309
|
|
@@ -12788,6 +13314,7 @@ module Aws::MediaLive
|
|
12788
13314
|
#
|
12789
13315
|
class ResourceConflict < Struct.new(
|
12790
13316
|
:message)
|
13317
|
+
SENSITIVE = []
|
12791
13318
|
include Aws::Structure
|
12792
13319
|
end
|
12793
13320
|
|
@@ -12798,6 +13325,7 @@ module Aws::MediaLive
|
|
12798
13325
|
#
|
12799
13326
|
class ResourceNotFound < Struct.new(
|
12800
13327
|
:message)
|
13328
|
+
SENSITIVE = []
|
12801
13329
|
include Aws::Structure
|
12802
13330
|
end
|
12803
13331
|
|
@@ -12873,6 +13401,7 @@ module Aws::MediaLive
|
|
12873
13401
|
:caption_data,
|
12874
13402
|
:input_loss_action,
|
12875
13403
|
:restart_delay)
|
13404
|
+
SENSITIVE = []
|
12876
13405
|
include Aws::Structure
|
12877
13406
|
end
|
12878
13407
|
|
@@ -12918,6 +13447,7 @@ module Aws::MediaLive
|
|
12918
13447
|
:connection_retry_interval,
|
12919
13448
|
:destination,
|
12920
13449
|
:num_retries)
|
13450
|
+
SENSITIVE = []
|
12921
13451
|
include Aws::Structure
|
12922
13452
|
end
|
12923
13453
|
|
@@ -12935,6 +13465,20 @@ module Aws::MediaLive
|
|
12935
13465
|
# hls_timed_metadata_settings: {
|
12936
13466
|
# id_3: "__string", # required
|
12937
13467
|
# },
|
13468
|
+
# input_prepare_settings: {
|
13469
|
+
# input_attachment_name_reference: "__string",
|
13470
|
+
# input_clipping_settings: {
|
13471
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
13472
|
+
# start_timecode: {
|
13473
|
+
# timecode: "__string",
|
13474
|
+
# },
|
13475
|
+
# stop_timecode: {
|
13476
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
13477
|
+
# timecode: "__string",
|
13478
|
+
# },
|
13479
|
+
# },
|
13480
|
+
# url_path: ["__string"],
|
13481
|
+
# },
|
12938
13482
|
# input_switch_settings: {
|
12939
13483
|
# input_attachment_name_reference: "__string", # required
|
12940
13484
|
# input_clipping_settings: {
|
@@ -13046,6 +13590,7 @@ module Aws::MediaLive
|
|
13046
13590
|
:action_name,
|
13047
13591
|
:schedule_action_settings,
|
13048
13592
|
:schedule_action_start_settings)
|
13593
|
+
SENSITIVE = []
|
13049
13594
|
include Aws::Structure
|
13050
13595
|
end
|
13051
13596
|
|
@@ -13061,6 +13606,20 @@ module Aws::MediaLive
|
|
13061
13606
|
# hls_timed_metadata_settings: {
|
13062
13607
|
# id_3: "__string", # required
|
13063
13608
|
# },
|
13609
|
+
# input_prepare_settings: {
|
13610
|
+
# input_attachment_name_reference: "__string",
|
13611
|
+
# input_clipping_settings: {
|
13612
|
+
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
13613
|
+
# start_timecode: {
|
13614
|
+
# timecode: "__string",
|
13615
|
+
# },
|
13616
|
+
# stop_timecode: {
|
13617
|
+
# last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
|
13618
|
+
# timecode: "__string",
|
13619
|
+
# },
|
13620
|
+
# },
|
13621
|
+
# url_path: ["__string"],
|
13622
|
+
# },
|
13064
13623
|
# input_switch_settings: {
|
13065
13624
|
# input_attachment_name_reference: "__string", # required
|
13066
13625
|
# input_clipping_settings: {
|
@@ -13145,6 +13704,10 @@ module Aws::MediaLive
|
|
13145
13704
|
# Action to insert HLS metadata
|
13146
13705
|
# @return [Types::HlsTimedMetadataScheduleActionSettings]
|
13147
13706
|
#
|
13707
|
+
# @!attribute [rw] input_prepare_settings
|
13708
|
+
# Action to prepare an input for a future immediate input switch
|
13709
|
+
# @return [Types::InputPrepareScheduleActionSettings]
|
13710
|
+
#
|
13148
13711
|
# @!attribute [rw] input_switch_settings
|
13149
13712
|
# Action to switch the input
|
13150
13713
|
# @return [Types::InputSwitchScheduleActionSettings]
|
@@ -13178,6 +13741,7 @@ module Aws::MediaLive
|
|
13178
13741
|
class ScheduleActionSettings < Struct.new(
|
13179
13742
|
:hls_id_3_segment_tagging_settings,
|
13180
13743
|
:hls_timed_metadata_settings,
|
13744
|
+
:input_prepare_settings,
|
13181
13745
|
:input_switch_settings,
|
13182
13746
|
:pause_state_settings,
|
13183
13747
|
:scte_35_return_to_network_settings,
|
@@ -13185,6 +13749,7 @@ module Aws::MediaLive
|
|
13185
13749
|
:scte_35_time_signal_settings,
|
13186
13750
|
:static_image_activate_settings,
|
13187
13751
|
:static_image_deactivate_settings)
|
13752
|
+
SENSITIVE = []
|
13188
13753
|
include Aws::Structure
|
13189
13754
|
end
|
13190
13755
|
|
@@ -13224,6 +13789,7 @@ module Aws::MediaLive
|
|
13224
13789
|
:fixed_mode_schedule_action_start_settings,
|
13225
13790
|
:follow_mode_schedule_action_start_settings,
|
13226
13791
|
:immediate_mode_schedule_action_start_settings)
|
13792
|
+
SENSITIVE = []
|
13227
13793
|
include Aws::Structure
|
13228
13794
|
end
|
13229
13795
|
|
@@ -13248,6 +13814,7 @@ module Aws::MediaLive
|
|
13248
13814
|
class ScheduleDescribeResultModel < Struct.new(
|
13249
13815
|
:next_token,
|
13250
13816
|
:schedule_actions)
|
13817
|
+
SENSITIVE = []
|
13251
13818
|
include Aws::Structure
|
13252
13819
|
end
|
13253
13820
|
|
@@ -13286,6 +13853,7 @@ module Aws::MediaLive
|
|
13286
13853
|
class Scte20SourceSettings < Struct.new(
|
13287
13854
|
:convert_608_to_708,
|
13288
13855
|
:source_608_channel_number)
|
13856
|
+
SENSITIVE = []
|
13289
13857
|
include Aws::Structure
|
13290
13858
|
end
|
13291
13859
|
|
@@ -13321,6 +13889,7 @@ module Aws::MediaLive
|
|
13321
13889
|
#
|
13322
13890
|
class Scte27SourceSettings < Struct.new(
|
13323
13891
|
:pid)
|
13892
|
+
SENSITIVE = []
|
13324
13893
|
include Aws::Structure
|
13325
13894
|
end
|
13326
13895
|
|
@@ -13362,6 +13931,7 @@ module Aws::MediaLive
|
|
13362
13931
|
:device_restrictions,
|
13363
13932
|
:no_regional_blackout_flag,
|
13364
13933
|
:web_delivery_allowed_flag)
|
13934
|
+
SENSITIVE = []
|
13365
13935
|
include Aws::Structure
|
13366
13936
|
end
|
13367
13937
|
|
@@ -13401,6 +13971,7 @@ module Aws::MediaLive
|
|
13401
13971
|
#
|
13402
13972
|
class Scte35Descriptor < Struct.new(
|
13403
13973
|
:scte_35_descriptor_settings)
|
13974
|
+
SENSITIVE = []
|
13404
13975
|
include Aws::Structure
|
13405
13976
|
end
|
13406
13977
|
|
@@ -13438,6 +14009,7 @@ module Aws::MediaLive
|
|
13438
14009
|
#
|
13439
14010
|
class Scte35DescriptorSettings < Struct.new(
|
13440
14011
|
:segmentation_descriptor_scte_35_descriptor_settings)
|
14012
|
+
SENSITIVE = []
|
13441
14013
|
include Aws::Structure
|
13442
14014
|
end
|
13443
14015
|
|
@@ -13459,6 +14031,7 @@ module Aws::MediaLive
|
|
13459
14031
|
#
|
13460
14032
|
class Scte35ReturnToNetworkScheduleActionSettings < Struct.new(
|
13461
14033
|
:splice_event_id)
|
14034
|
+
SENSITIVE = []
|
13462
14035
|
include Aws::Structure
|
13463
14036
|
end
|
13464
14037
|
|
@@ -13567,6 +14140,7 @@ module Aws::MediaLive
|
|
13567
14140
|
:segments_expected,
|
13568
14141
|
:sub_segment_num,
|
13569
14142
|
:sub_segments_expected)
|
14143
|
+
SENSITIVE = []
|
13570
14144
|
include Aws::Structure
|
13571
14145
|
end
|
13572
14146
|
|
@@ -13603,6 +14177,7 @@ module Aws::MediaLive
|
|
13603
14177
|
:ad_avail_offset,
|
13604
14178
|
:no_regional_blackout_flag,
|
13605
14179
|
:web_delivery_allowed_flag)
|
14180
|
+
SENSITIVE = []
|
13606
14181
|
include Aws::Structure
|
13607
14182
|
end
|
13608
14183
|
|
@@ -13636,6 +14211,7 @@ module Aws::MediaLive
|
|
13636
14211
|
class Scte35SpliceInsertScheduleActionSettings < Struct.new(
|
13637
14212
|
:duration,
|
13638
14213
|
:splice_event_id)
|
14214
|
+
SENSITIVE = []
|
13639
14215
|
include Aws::Structure
|
13640
14216
|
end
|
13641
14217
|
|
@@ -13672,6 +14248,7 @@ module Aws::MediaLive
|
|
13672
14248
|
:ad_avail_offset,
|
13673
14249
|
:no_regional_blackout_flag,
|
13674
14250
|
:web_delivery_allowed_flag)
|
14251
|
+
SENSITIVE = []
|
13675
14252
|
include Aws::Structure
|
13676
14253
|
end
|
13677
14254
|
|
@@ -13716,6 +14293,7 @@ module Aws::MediaLive
|
|
13716
14293
|
#
|
13717
14294
|
class Scte35TimeSignalScheduleActionSettings < Struct.new(
|
13718
14295
|
:scte_35_descriptors)
|
14296
|
+
SENSITIVE = []
|
13719
14297
|
include Aws::Structure
|
13720
14298
|
end
|
13721
14299
|
|
@@ -13770,6 +14348,7 @@ module Aws::MediaLive
|
|
13770
14348
|
class StandardHlsSettings < Struct.new(
|
13771
14349
|
:audio_rendition_sets,
|
13772
14350
|
:m3u_8_settings)
|
14351
|
+
SENSITIVE = []
|
13773
14352
|
include Aws::Structure
|
13774
14353
|
end
|
13775
14354
|
|
@@ -13787,6 +14366,7 @@ module Aws::MediaLive
|
|
13787
14366
|
#
|
13788
14367
|
class StartChannelRequest < Struct.new(
|
13789
14368
|
:channel_id)
|
14369
|
+
SENSITIVE = []
|
13790
14370
|
include Aws::Structure
|
13791
14371
|
end
|
13792
14372
|
|
@@ -13857,6 +14437,7 @@ module Aws::MediaLive
|
|
13857
14437
|
:role_arn,
|
13858
14438
|
:state,
|
13859
14439
|
:tags)
|
14440
|
+
SENSITIVE = []
|
13860
14441
|
include Aws::Structure
|
13861
14442
|
end
|
13862
14443
|
|
@@ -13874,6 +14455,7 @@ module Aws::MediaLive
|
|
13874
14455
|
#
|
13875
14456
|
class StartMultiplexRequest < Struct.new(
|
13876
14457
|
:multiplex_id)
|
14458
|
+
SENSITIVE = []
|
13877
14459
|
include Aws::Structure
|
13878
14460
|
end
|
13879
14461
|
|
@@ -13922,6 +14504,7 @@ module Aws::MediaLive
|
|
13922
14504
|
:program_count,
|
13923
14505
|
:state,
|
13924
14506
|
:tags)
|
14507
|
+
SENSITIVE = []
|
13925
14508
|
include Aws::Structure
|
13926
14509
|
end
|
13927
14510
|
|
@@ -13944,6 +14527,7 @@ module Aws::MediaLive
|
|
13944
14527
|
#
|
13945
14528
|
class StartTimecode < Struct.new(
|
13946
14529
|
:timecode)
|
14530
|
+
SENSITIVE = []
|
13947
14531
|
include Aws::Structure
|
13948
14532
|
end
|
13949
14533
|
|
@@ -14047,6 +14631,7 @@ module Aws::MediaLive
|
|
14047
14631
|
:layer,
|
14048
14632
|
:opacity,
|
14049
14633
|
:width)
|
14634
|
+
SENSITIVE = []
|
14050
14635
|
include Aws::Structure
|
14051
14636
|
end
|
14052
14637
|
|
@@ -14074,6 +14659,7 @@ module Aws::MediaLive
|
|
14074
14659
|
class StaticImageDeactivateScheduleActionSettings < Struct.new(
|
14075
14660
|
:fade_out,
|
14076
14661
|
:layer)
|
14662
|
+
SENSITIVE = []
|
14077
14663
|
include Aws::Structure
|
14078
14664
|
end
|
14079
14665
|
|
@@ -14104,6 +14690,7 @@ module Aws::MediaLive
|
|
14104
14690
|
class StaticKeySettings < Struct.new(
|
14105
14691
|
:key_provider_server,
|
14106
14692
|
:static_key_value)
|
14693
|
+
SENSITIVE = []
|
14107
14694
|
include Aws::Structure
|
14108
14695
|
end
|
14109
14696
|
|
@@ -14121,6 +14708,7 @@ module Aws::MediaLive
|
|
14121
14708
|
#
|
14122
14709
|
class StopChannelRequest < Struct.new(
|
14123
14710
|
:channel_id)
|
14711
|
+
SENSITIVE = []
|
14124
14712
|
include Aws::Structure
|
14125
14713
|
end
|
14126
14714
|
|
@@ -14191,6 +14779,7 @@ module Aws::MediaLive
|
|
14191
14779
|
:role_arn,
|
14192
14780
|
:state,
|
14193
14781
|
:tags)
|
14782
|
+
SENSITIVE = []
|
14194
14783
|
include Aws::Structure
|
14195
14784
|
end
|
14196
14785
|
|
@@ -14208,6 +14797,7 @@ module Aws::MediaLive
|
|
14208
14797
|
#
|
14209
14798
|
class StopMultiplexRequest < Struct.new(
|
14210
14799
|
:multiplex_id)
|
14800
|
+
SENSITIVE = []
|
14211
14801
|
include Aws::Structure
|
14212
14802
|
end
|
14213
14803
|
|
@@ -14256,6 +14846,7 @@ module Aws::MediaLive
|
|
14256
14846
|
:program_count,
|
14257
14847
|
:state,
|
14258
14848
|
:tags)
|
14849
|
+
SENSITIVE = []
|
14259
14850
|
include Aws::Structure
|
14260
14851
|
end
|
14261
14852
|
|
@@ -14286,6 +14877,7 @@ module Aws::MediaLive
|
|
14286
14877
|
class StopTimecode < Struct.new(
|
14287
14878
|
:last_frame_clipping_behavior,
|
14288
14879
|
:timecode)
|
14880
|
+
SENSITIVE = []
|
14289
14881
|
include Aws::Structure
|
14290
14882
|
end
|
14291
14883
|
|
@@ -14296,6 +14888,7 @@ module Aws::MediaLive
|
|
14296
14888
|
#
|
14297
14889
|
class TagsModel < Struct.new(
|
14298
14890
|
:tags)
|
14891
|
+
SENSITIVE = []
|
14299
14892
|
include Aws::Structure
|
14300
14893
|
end
|
14301
14894
|
|
@@ -14327,6 +14920,7 @@ module Aws::MediaLive
|
|
14327
14920
|
#
|
14328
14921
|
class TeletextSourceSettings < Struct.new(
|
14329
14922
|
:page_number)
|
14923
|
+
SENSITIVE = []
|
14330
14924
|
include Aws::Structure
|
14331
14925
|
end
|
14332
14926
|
|
@@ -14359,6 +14953,7 @@ module Aws::MediaLive
|
|
14359
14953
|
class TemporalFilterSettings < Struct.new(
|
14360
14954
|
:post_filter_sharpening,
|
14361
14955
|
:strength)
|
14956
|
+
SENSITIVE = []
|
14362
14957
|
include Aws::Structure
|
14363
14958
|
end
|
14364
14959
|
|
@@ -14394,6 +14989,7 @@ module Aws::MediaLive
|
|
14394
14989
|
class TimecodeConfig < Struct.new(
|
14395
14990
|
:source,
|
14396
14991
|
:sync_threshold)
|
14992
|
+
SENSITIVE = []
|
14397
14993
|
include Aws::Structure
|
14398
14994
|
end
|
14399
14995
|
|
@@ -14404,6 +15000,7 @@ module Aws::MediaLive
|
|
14404
15000
|
#
|
14405
15001
|
class TooManyRequestsException < Struct.new(
|
14406
15002
|
:message)
|
15003
|
+
SENSITIVE = []
|
14407
15004
|
include Aws::Structure
|
14408
15005
|
end
|
14409
15006
|
|
@@ -14426,6 +15023,7 @@ module Aws::MediaLive
|
|
14426
15023
|
#
|
14427
15024
|
class TtmlDestinationSettings < Struct.new(
|
14428
15025
|
:style_control)
|
15026
|
+
SENSITIVE = []
|
14429
15027
|
include Aws::Structure
|
14430
15028
|
end
|
14431
15029
|
|
@@ -14505,6 +15103,7 @@ module Aws::MediaLive
|
|
14505
15103
|
#
|
14506
15104
|
class UdpContainerSettings < Struct.new(
|
14507
15105
|
:m2ts_settings)
|
15106
|
+
SENSITIVE = []
|
14508
15107
|
include Aws::Structure
|
14509
15108
|
end
|
14510
15109
|
|
@@ -14544,6 +15143,7 @@ module Aws::MediaLive
|
|
14544
15143
|
:input_loss_action,
|
14545
15144
|
:timed_metadata_id_3_frame,
|
14546
15145
|
:timed_metadata_id_3_period)
|
15146
|
+
SENSITIVE = []
|
14547
15147
|
include Aws::Structure
|
14548
15148
|
end
|
14549
15149
|
|
@@ -14656,6 +15256,7 @@ module Aws::MediaLive
|
|
14656
15256
|
:container_settings,
|
14657
15257
|
:destination,
|
14658
15258
|
:fec_output_settings)
|
15259
|
+
SENSITIVE = []
|
14659
15260
|
include Aws::Structure
|
14660
15261
|
end
|
14661
15262
|
|
@@ -14670,6 +15271,7 @@ module Aws::MediaLive
|
|
14670
15271
|
class UnprocessableEntityException < Struct.new(
|
14671
15272
|
:message,
|
14672
15273
|
:validation_errors)
|
15274
|
+
SENSITIVE = []
|
14673
15275
|
include Aws::Structure
|
14674
15276
|
end
|
14675
15277
|
|
@@ -14713,6 +15315,7 @@ module Aws::MediaLive
|
|
14713
15315
|
:log_level,
|
14714
15316
|
:name,
|
14715
15317
|
:role_arn)
|
15318
|
+
SENSITIVE = []
|
14716
15319
|
include Aws::Structure
|
14717
15320
|
end
|
14718
15321
|
|
@@ -14729,6 +15332,7 @@ module Aws::MediaLive
|
|
14729
15332
|
class UpdateChannelClass < Struct.new(
|
14730
15333
|
:channel_class,
|
14731
15334
|
:destinations)
|
15335
|
+
SENSITIVE = []
|
14732
15336
|
include Aws::Structure
|
14733
15337
|
end
|
14734
15338
|
|
@@ -14779,6 +15383,7 @@ module Aws::MediaLive
|
|
14779
15383
|
:channel_class,
|
14780
15384
|
:channel_id,
|
14781
15385
|
:destinations)
|
15386
|
+
SENSITIVE = []
|
14782
15387
|
include Aws::Structure
|
14783
15388
|
end
|
14784
15389
|
|
@@ -14789,6 +15394,7 @@ module Aws::MediaLive
|
|
14789
15394
|
#
|
14790
15395
|
class UpdateChannelClassResponse < Struct.new(
|
14791
15396
|
:channel)
|
15397
|
+
SENSITIVE = []
|
14792
15398
|
include Aws::Structure
|
14793
15399
|
end
|
14794
15400
|
|
@@ -14881,7 +15487,7 @@ module Aws::MediaLive
|
|
14881
15487
|
# pass_through_settings: {
|
14882
15488
|
# },
|
14883
15489
|
# },
|
14884
|
-
# language_code: "
|
15490
|
+
# language_code: "__stringMin1Max35",
|
14885
15491
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
14886
15492
|
# name: "__string", # required
|
14887
15493
|
# remix_settings: {
|
@@ -14991,6 +15597,11 @@ module Aws::MediaLive
|
|
14991
15597
|
# x_position: 1,
|
14992
15598
|
# y_position: 1,
|
14993
15599
|
# },
|
15600
|
+
# ebu_tt_d_destination_settings: {
|
15601
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
15602
|
+
# font_family: "__string",
|
15603
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
15604
|
+
# },
|
14994
15605
|
# embedded_destination_settings: {
|
14995
15606
|
# },
|
14996
15607
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -15016,6 +15627,9 @@ module Aws::MediaLive
|
|
15016
15627
|
# name: "__string", # required
|
15017
15628
|
# },
|
15018
15629
|
# ],
|
15630
|
+
# feature_activations: {
|
15631
|
+
# input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
|
15632
|
+
# },
|
15019
15633
|
# global_configuration: {
|
15020
15634
|
# initial_audio_gain: 1,
|
15021
15635
|
# input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
|
@@ -15129,7 +15743,7 @@ module Aws::MediaLive
|
|
15129
15743
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
15130
15744
|
# min_segment_length: 1,
|
15131
15745
|
# mode: "LIVE", # accepts LIVE, VOD
|
15132
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
15746
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
15133
15747
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
15134
15748
|
# program_date_time_period: 1,
|
15135
15749
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15488,6 +16102,12 @@ module Aws::MediaLive
|
|
15488
16102
|
# rec_709_settings: {
|
15489
16103
|
# },
|
15490
16104
|
# },
|
16105
|
+
# filter_settings: {
|
16106
|
+
# temporal_filter_settings: {
|
16107
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
16108
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
16109
|
+
# },
|
16110
|
+
# },
|
15491
16111
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
15492
16112
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
15493
16113
|
# framerate_denominator: 1, # required
|
@@ -15504,7 +16124,7 @@ module Aws::MediaLive
|
|
15504
16124
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
15505
16125
|
# qvbr_quality_level: 1,
|
15506
16126
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
15507
|
-
# scan_type: "
|
16127
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
15508
16128
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
15509
16129
|
# slices: 1,
|
15510
16130
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -15656,6 +16276,7 @@ module Aws::MediaLive
|
|
15656
16276
|
:log_level,
|
15657
16277
|
:name,
|
15658
16278
|
:role_arn)
|
16279
|
+
SENSITIVE = []
|
15659
16280
|
include Aws::Structure
|
15660
16281
|
end
|
15661
16282
|
|
@@ -15666,6 +16287,7 @@ module Aws::MediaLive
|
|
15666
16287
|
#
|
15667
16288
|
class UpdateChannelResponse < Struct.new(
|
15668
16289
|
:channel)
|
16290
|
+
SENSITIVE = []
|
15669
16291
|
include Aws::Structure
|
15670
16292
|
end
|
15671
16293
|
|
@@ -15678,6 +16300,7 @@ module Aws::MediaLive
|
|
15678
16300
|
#
|
15679
16301
|
class UpdateChannelResultModel < Struct.new(
|
15680
16302
|
:channel)
|
16303
|
+
SENSITIVE = []
|
15681
16304
|
include Aws::Structure
|
15682
16305
|
end
|
15683
16306
|
|
@@ -15726,6 +16349,7 @@ module Aws::MediaLive
|
|
15726
16349
|
:name,
|
15727
16350
|
:role_arn,
|
15728
16351
|
:sources)
|
16352
|
+
SENSITIVE = []
|
15729
16353
|
include Aws::Structure
|
15730
16354
|
end
|
15731
16355
|
|
@@ -15744,6 +16368,7 @@ module Aws::MediaLive
|
|
15744
16368
|
class UpdateInputDevice < Struct.new(
|
15745
16369
|
:hd_device_settings,
|
15746
16370
|
:name)
|
16371
|
+
SENSITIVE = []
|
15747
16372
|
include Aws::Structure
|
15748
16373
|
end
|
15749
16374
|
|
@@ -15775,6 +16400,7 @@ module Aws::MediaLive
|
|
15775
16400
|
:hd_device_settings,
|
15776
16401
|
:input_device_id,
|
15777
16402
|
:name)
|
16403
|
+
SENSITIVE = []
|
15778
16404
|
include Aws::Structure
|
15779
16405
|
end
|
15780
16406
|
|
@@ -15833,6 +16459,7 @@ module Aws::MediaLive
|
|
15833
16459
|
:network_settings,
|
15834
16460
|
:serial_number,
|
15835
16461
|
:type)
|
16462
|
+
SENSITIVE = []
|
15836
16463
|
include Aws::Structure
|
15837
16464
|
end
|
15838
16465
|
|
@@ -15903,6 +16530,7 @@ module Aws::MediaLive
|
|
15903
16530
|
:name,
|
15904
16531
|
:role_arn,
|
15905
16532
|
:sources)
|
16533
|
+
SENSITIVE = []
|
15906
16534
|
include Aws::Structure
|
15907
16535
|
end
|
15908
16536
|
|
@@ -15913,6 +16541,7 @@ module Aws::MediaLive
|
|
15913
16541
|
#
|
15914
16542
|
class UpdateInputResponse < Struct.new(
|
15915
16543
|
:input)
|
16544
|
+
SENSITIVE = []
|
15916
16545
|
include Aws::Structure
|
15917
16546
|
end
|
15918
16547
|
|
@@ -15923,6 +16552,7 @@ module Aws::MediaLive
|
|
15923
16552
|
#
|
15924
16553
|
class UpdateInputResultModel < Struct.new(
|
15925
16554
|
:input)
|
16555
|
+
SENSITIVE = []
|
15926
16556
|
include Aws::Structure
|
15927
16557
|
end
|
15928
16558
|
|
@@ -15956,6 +16586,7 @@ module Aws::MediaLive
|
|
15956
16586
|
:input_security_group_id,
|
15957
16587
|
:tags,
|
15958
16588
|
:whitelist_rules)
|
16589
|
+
SENSITIVE = []
|
15959
16590
|
include Aws::Structure
|
15960
16591
|
end
|
15961
16592
|
|
@@ -15967,6 +16598,7 @@ module Aws::MediaLive
|
|
15967
16598
|
#
|
15968
16599
|
class UpdateInputSecurityGroupResponse < Struct.new(
|
15969
16600
|
:security_group)
|
16601
|
+
SENSITIVE = []
|
15970
16602
|
include Aws::Structure
|
15971
16603
|
end
|
15972
16604
|
|
@@ -15978,6 +16610,7 @@ module Aws::MediaLive
|
|
15978
16610
|
#
|
15979
16611
|
class UpdateInputSecurityGroupResultModel < Struct.new(
|
15980
16612
|
:security_group)
|
16613
|
+
SENSITIVE = []
|
15981
16614
|
include Aws::Structure
|
15982
16615
|
end
|
15983
16616
|
|
@@ -15994,6 +16627,7 @@ module Aws::MediaLive
|
|
15994
16627
|
class UpdateMultiplex < Struct.new(
|
15995
16628
|
:multiplex_settings,
|
15996
16629
|
:name)
|
16630
|
+
SENSITIVE = []
|
15997
16631
|
include Aws::Structure
|
15998
16632
|
end
|
15999
16633
|
|
@@ -16005,6 +16639,7 @@ module Aws::MediaLive
|
|
16005
16639
|
#
|
16006
16640
|
class UpdateMultiplexProgram < Struct.new(
|
16007
16641
|
:multiplex_program_settings)
|
16642
|
+
SENSITIVE = []
|
16008
16643
|
include Aws::Structure
|
16009
16644
|
end
|
16010
16645
|
|
@@ -16047,6 +16682,7 @@ module Aws::MediaLive
|
|
16047
16682
|
:multiplex_id,
|
16048
16683
|
:multiplex_program_settings,
|
16049
16684
|
:program_name)
|
16685
|
+
SENSITIVE = []
|
16050
16686
|
include Aws::Structure
|
16051
16687
|
end
|
16052
16688
|
|
@@ -16058,6 +16694,7 @@ module Aws::MediaLive
|
|
16058
16694
|
#
|
16059
16695
|
class UpdateMultiplexProgramResponse < Struct.new(
|
16060
16696
|
:multiplex_program)
|
16697
|
+
SENSITIVE = []
|
16061
16698
|
include Aws::Structure
|
16062
16699
|
end
|
16063
16700
|
|
@@ -16069,6 +16706,7 @@ module Aws::MediaLive
|
|
16069
16706
|
#
|
16070
16707
|
class UpdateMultiplexProgramResultModel < Struct.new(
|
16071
16708
|
:multiplex_program)
|
16709
|
+
SENSITIVE = []
|
16072
16710
|
include Aws::Structure
|
16073
16711
|
end
|
16074
16712
|
|
@@ -16102,6 +16740,7 @@ module Aws::MediaLive
|
|
16102
16740
|
:multiplex_id,
|
16103
16741
|
:multiplex_settings,
|
16104
16742
|
:name)
|
16743
|
+
SENSITIVE = []
|
16105
16744
|
include Aws::Structure
|
16106
16745
|
end
|
16107
16746
|
|
@@ -16113,6 +16752,7 @@ module Aws::MediaLive
|
|
16113
16752
|
#
|
16114
16753
|
class UpdateMultiplexResponse < Struct.new(
|
16115
16754
|
:multiplex)
|
16755
|
+
SENSITIVE = []
|
16116
16756
|
include Aws::Structure
|
16117
16757
|
end
|
16118
16758
|
|
@@ -16124,6 +16764,7 @@ module Aws::MediaLive
|
|
16124
16764
|
#
|
16125
16765
|
class UpdateMultiplexResultModel < Struct.new(
|
16126
16766
|
:multiplex)
|
16767
|
+
SENSITIVE = []
|
16127
16768
|
include Aws::Structure
|
16128
16769
|
end
|
16129
16770
|
|
@@ -16137,6 +16778,7 @@ module Aws::MediaLive
|
|
16137
16778
|
#
|
16138
16779
|
class UpdateReservation < Struct.new(
|
16139
16780
|
:name)
|
16781
|
+
SENSITIVE = []
|
16140
16782
|
include Aws::Structure
|
16141
16783
|
end
|
16142
16784
|
|
@@ -16159,6 +16801,7 @@ module Aws::MediaLive
|
|
16159
16801
|
class UpdateReservationRequest < Struct.new(
|
16160
16802
|
:name,
|
16161
16803
|
:reservation_id)
|
16804
|
+
SENSITIVE = []
|
16162
16805
|
include Aws::Structure
|
16163
16806
|
end
|
16164
16807
|
|
@@ -16170,6 +16813,7 @@ module Aws::MediaLive
|
|
16170
16813
|
#
|
16171
16814
|
class UpdateReservationResponse < Struct.new(
|
16172
16815
|
:reservation)
|
16816
|
+
SENSITIVE = []
|
16173
16817
|
include Aws::Structure
|
16174
16818
|
end
|
16175
16819
|
|
@@ -16183,6 +16827,7 @@ module Aws::MediaLive
|
|
16183
16827
|
#
|
16184
16828
|
class UpdateReservationResultModel < Struct.new(
|
16185
16829
|
:reservation)
|
16830
|
+
SENSITIVE = []
|
16186
16831
|
include Aws::Structure
|
16187
16832
|
end
|
16188
16833
|
|
@@ -16199,6 +16844,7 @@ module Aws::MediaLive
|
|
16199
16844
|
class ValidationError < Struct.new(
|
16200
16845
|
:element_path,
|
16201
16846
|
:error_message)
|
16847
|
+
SENSITIVE = []
|
16202
16848
|
include Aws::Structure
|
16203
16849
|
end
|
16204
16850
|
|
@@ -16286,6 +16932,12 @@ module Aws::MediaLive
|
|
16286
16932
|
# rec_709_settings: {
|
16287
16933
|
# },
|
16288
16934
|
# },
|
16935
|
+
# filter_settings: {
|
16936
|
+
# temporal_filter_settings: {
|
16937
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
16938
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
16939
|
+
# },
|
16940
|
+
# },
|
16289
16941
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
16290
16942
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
16291
16943
|
# framerate_denominator: 1, # required
|
@@ -16302,7 +16954,7 @@ module Aws::MediaLive
|
|
16302
16954
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
16303
16955
|
# qvbr_quality_level: 1,
|
16304
16956
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
16305
|
-
# scan_type: "
|
16957
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16306
16958
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
16307
16959
|
# slices: 1,
|
16308
16960
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -16328,6 +16980,7 @@ module Aws::MediaLive
|
|
16328
16980
|
:frame_capture_settings,
|
16329
16981
|
:h264_settings,
|
16330
16982
|
:h265_settings)
|
16983
|
+
SENSITIVE = []
|
16331
16984
|
include Aws::Structure
|
16332
16985
|
end
|
16333
16986
|
|
@@ -16416,6 +17069,12 @@ module Aws::MediaLive
|
|
16416
17069
|
# rec_709_settings: {
|
16417
17070
|
# },
|
16418
17071
|
# },
|
17072
|
+
# filter_settings: {
|
17073
|
+
# temporal_filter_settings: {
|
17074
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
17075
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
17076
|
+
# },
|
17077
|
+
# },
|
16419
17078
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
16420
17079
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
16421
17080
|
# framerate_denominator: 1, # required
|
@@ -16432,7 +17091,7 @@ module Aws::MediaLive
|
|
16432
17091
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
16433
17092
|
# qvbr_quality_level: 1,
|
16434
17093
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
16435
|
-
# scan_type: "
|
17094
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16436
17095
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
16437
17096
|
# slices: 1,
|
16438
17097
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -16508,6 +17167,7 @@ module Aws::MediaLive
|
|
16508
17167
|
:scaling_behavior,
|
16509
17168
|
:sharpness,
|
16510
17169
|
:width)
|
17170
|
+
SENSITIVE = []
|
16511
17171
|
include Aws::Structure
|
16512
17172
|
end
|
16513
17173
|
|
@@ -16559,6 +17219,7 @@ module Aws::MediaLive
|
|
16559
17219
|
:color_space,
|
16560
17220
|
:color_space_usage,
|
16561
17221
|
:selector_settings)
|
17222
|
+
SENSITIVE = []
|
16562
17223
|
include Aws::Structure
|
16563
17224
|
end
|
16564
17225
|
|
@@ -16579,6 +17240,7 @@ module Aws::MediaLive
|
|
16579
17240
|
#
|
16580
17241
|
class VideoSelectorPid < Struct.new(
|
16581
17242
|
:pid)
|
17243
|
+
SENSITIVE = []
|
16582
17244
|
include Aws::Structure
|
16583
17245
|
end
|
16584
17246
|
|
@@ -16601,6 +17263,7 @@ module Aws::MediaLive
|
|
16601
17263
|
#
|
16602
17264
|
class VideoSelectorProgramId < Struct.new(
|
16603
17265
|
:program_id)
|
17266
|
+
SENSITIVE = []
|
16604
17267
|
include Aws::Structure
|
16605
17268
|
end
|
16606
17269
|
|
@@ -16631,6 +17294,7 @@ module Aws::MediaLive
|
|
16631
17294
|
class VideoSelectorSettings < Struct.new(
|
16632
17295
|
:video_selector_pid,
|
16633
17296
|
:video_selector_program_id)
|
17297
|
+
SENSITIVE = []
|
16634
17298
|
include Aws::Structure
|
16635
17299
|
end
|
16636
17300
|
|