aws-sdk-medialive 1.57.0 → 1.62.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +227 -1
- data/lib/aws-sdk-medialive/client_api.rb +76 -0
- data/lib/aws-sdk-medialive/types.rb +520 -15
- metadata +2 -2
@@ -54,6 +54,7 @@ module Aws::MediaLive
|
|
54
54
|
AudioPidSelection = Shapes::StructureShape.new(name: 'AudioPidSelection')
|
55
55
|
AudioSelector = Shapes::StructureShape.new(name: 'AudioSelector')
|
56
56
|
AudioSelectorSettings = Shapes::StructureShape.new(name: 'AudioSelectorSettings')
|
57
|
+
AudioSilenceFailoverSettings = Shapes::StructureShape.new(name: 'AudioSilenceFailoverSettings')
|
57
58
|
AudioTrack = Shapes::StructureShape.new(name: 'AudioTrack')
|
58
59
|
AudioTrackSelection = Shapes::StructureShape.new(name: 'AudioTrackSelection')
|
59
60
|
AudioType = Shapes::StringShape.new(name: 'AudioType')
|
@@ -170,6 +171,7 @@ module Aws::MediaLive
|
|
170
171
|
DescribeScheduleRequest = Shapes::StructureShape.new(name: 'DescribeScheduleRequest')
|
171
172
|
DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
|
172
173
|
DeviceSettingsSyncState = Shapes::StringShape.new(name: 'DeviceSettingsSyncState')
|
174
|
+
DeviceUpdateStatus = Shapes::StringShape.new(name: 'DeviceUpdateStatus')
|
173
175
|
DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
|
174
176
|
DvbSdtOutputSdt = Shapes::StringShape.new(name: 'DvbSdtOutputSdt')
|
175
177
|
DvbSdtSettings = Shapes::StructureShape.new(name: 'DvbSdtSettings')
|
@@ -207,6 +209,8 @@ module Aws::MediaLive
|
|
207
209
|
EmbeddedSourceSettings = Shapes::StructureShape.new(name: 'EmbeddedSourceSettings')
|
208
210
|
Empty = Shapes::StructureShape.new(name: 'Empty')
|
209
211
|
EncoderSettings = Shapes::StructureShape.new(name: 'EncoderSettings')
|
212
|
+
FailoverCondition = Shapes::StructureShape.new(name: 'FailoverCondition')
|
213
|
+
FailoverConditionSettings = Shapes::StructureShape.new(name: 'FailoverConditionSettings')
|
210
214
|
FeatureActivations = Shapes::StructureShape.new(name: 'FeatureActivations')
|
211
215
|
FeatureActivationsInputPrepareScheduleActions = Shapes::StringShape.new(name: 'FeatureActivationsInputPrepareScheduleActions')
|
212
216
|
FecOutputIncludeFec = Shapes::StringShape.new(name: 'FecOutputIncludeFec')
|
@@ -279,11 +283,13 @@ module Aws::MediaLive
|
|
279
283
|
HlsClientCache = Shapes::StringShape.new(name: 'HlsClientCache')
|
280
284
|
HlsCodecSpecification = Shapes::StringShape.new(name: 'HlsCodecSpecification')
|
281
285
|
HlsDirectoryStructure = Shapes::StringShape.new(name: 'HlsDirectoryStructure')
|
286
|
+
HlsDiscontinuityTags = Shapes::StringShape.new(name: 'HlsDiscontinuityTags')
|
282
287
|
HlsEncryptionType = Shapes::StringShape.new(name: 'HlsEncryptionType')
|
283
288
|
HlsGroupSettings = Shapes::StructureShape.new(name: 'HlsGroupSettings')
|
284
289
|
HlsH265PackagingType = Shapes::StringShape.new(name: 'HlsH265PackagingType')
|
285
290
|
HlsId3SegmentTaggingScheduleActionSettings = Shapes::StructureShape.new(name: 'HlsId3SegmentTaggingScheduleActionSettings')
|
286
291
|
HlsId3SegmentTaggingState = Shapes::StringShape.new(name: 'HlsId3SegmentTaggingState')
|
292
|
+
HlsIncompleteSegmentBehavior = Shapes::StringShape.new(name: 'HlsIncompleteSegmentBehavior')
|
287
293
|
HlsInputSettings = Shapes::StructureShape.new(name: 'HlsInputSettings')
|
288
294
|
HlsIvInManifest = Shapes::StringShape.new(name: 'HlsIvInManifest')
|
289
295
|
HlsIvSource = Shapes::StringShape.new(name: 'HlsIvSource')
|
@@ -334,6 +340,7 @@ module Aws::MediaLive
|
|
334
340
|
InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
|
335
341
|
InputDeviceTransferType = Shapes::StringShape.new(name: 'InputDeviceTransferType')
|
336
342
|
InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
|
343
|
+
InputDeviceUhdSettings = Shapes::StructureShape.new(name: 'InputDeviceUhdSettings')
|
337
344
|
InputFilter = Shapes::StringShape.new(name: 'InputFilter')
|
338
345
|
InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
|
339
346
|
InputLossActionForHlsOut = Shapes::StringShape.new(name: 'InputLossActionForHlsOut')
|
@@ -341,6 +348,7 @@ module Aws::MediaLive
|
|
341
348
|
InputLossActionForRtmpOut = Shapes::StringShape.new(name: 'InputLossActionForRtmpOut')
|
342
349
|
InputLossActionForUdpOut = Shapes::StringShape.new(name: 'InputLossActionForUdpOut')
|
343
350
|
InputLossBehavior = Shapes::StructureShape.new(name: 'InputLossBehavior')
|
351
|
+
InputLossFailoverSettings = Shapes::StructureShape.new(name: 'InputLossFailoverSettings')
|
344
352
|
InputLossImageType = Shapes::StringShape.new(name: 'InputLossImageType')
|
345
353
|
InputMaximumBitrate = Shapes::StringShape.new(name: 'InputMaximumBitrate')
|
346
354
|
InputPreference = Shapes::StringShape.new(name: 'InputPreference')
|
@@ -506,6 +514,7 @@ module Aws::MediaLive
|
|
506
514
|
ReservationVideoQuality = Shapes::StringShape.new(name: 'ReservationVideoQuality')
|
507
515
|
ResourceConflict = Shapes::StructureShape.new(name: 'ResourceConflict')
|
508
516
|
ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
|
517
|
+
RtmpAdMarkers = Shapes::StringShape.new(name: 'RtmpAdMarkers')
|
509
518
|
RtmpCacheFullBehavior = Shapes::StringShape.new(name: 'RtmpCacheFullBehavior')
|
510
519
|
RtmpCaptionData = Shapes::StringShape.new(name: 'RtmpCaptionData')
|
511
520
|
RtmpCaptionInfoDestinationSettings = Shapes::StructureShape.new(name: 'RtmpCaptionInfoDestinationSettings')
|
@@ -616,6 +625,7 @@ module Aws::MediaLive
|
|
616
625
|
UpdateReservationResponse = Shapes::StructureShape.new(name: 'UpdateReservationResponse')
|
617
626
|
UpdateReservationResultModel = Shapes::StructureShape.new(name: 'UpdateReservationResultModel')
|
618
627
|
ValidationError = Shapes::StructureShape.new(name: 'ValidationError')
|
628
|
+
VideoBlackFailoverSettings = Shapes::StructureShape.new(name: 'VideoBlackFailoverSettings')
|
619
629
|
VideoCodecSettings = Shapes::StructureShape.new(name: 'VideoCodecSettings')
|
620
630
|
VideoDescription = Shapes::StructureShape.new(name: 'VideoDescription')
|
621
631
|
VideoDescriptionRespondToAfd = Shapes::StringShape.new(name: 'VideoDescriptionRespondToAfd')
|
@@ -626,12 +636,14 @@ module Aws::MediaLive
|
|
626
636
|
VideoSelectorPid = Shapes::StructureShape.new(name: 'VideoSelectorPid')
|
627
637
|
VideoSelectorProgramId = Shapes::StructureShape.new(name: 'VideoSelectorProgramId')
|
628
638
|
VideoSelectorSettings = Shapes::StructureShape.new(name: 'VideoSelectorSettings')
|
639
|
+
VpcOutputSettings = Shapes::StructureShape.new(name: 'VpcOutputSettings')
|
629
640
|
WavCodingMode = Shapes::StringShape.new(name: 'WavCodingMode')
|
630
641
|
WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
|
631
642
|
WebvttDestinationSettings = Shapes::StructureShape.new(name: 'WebvttDestinationSettings')
|
632
643
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
633
644
|
__double = Shapes::FloatShape.new(name: '__double')
|
634
645
|
__doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
|
646
|
+
__doubleMin0Max1 = Shapes::FloatShape.new(name: '__doubleMin0Max1')
|
635
647
|
__doubleMin1 = Shapes::FloatShape.new(name: '__doubleMin1')
|
636
648
|
__doubleMinNegative59Max0 = Shapes::FloatShape.new(name: '__doubleMinNegative59Max0')
|
637
649
|
__integer = Shapes::IntegerShape.new(name: '__integer')
|
@@ -655,6 +667,7 @@ module Aws::MediaLive
|
|
655
667
|
__integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
|
656
668
|
__integerMin0Max8191 = Shapes::IntegerShape.new(name: '__integerMin0Max8191')
|
657
669
|
__integerMin1 = Shapes::IntegerShape.new(name: '__integerMin1')
|
670
|
+
__integerMin100 = Shapes::IntegerShape.new(name: '__integerMin100')
|
658
671
|
__integerMin1000 = Shapes::IntegerShape.new(name: '__integerMin1000')
|
659
672
|
__integerMin1000000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin1000000Max100000000')
|
660
673
|
__integerMin100000Max100000000 = Shapes::IntegerShape.new(name: '__integerMin100000Max100000000')
|
@@ -695,6 +708,7 @@ module Aws::MediaLive
|
|
695
708
|
__listOfCaptionSelector = Shapes::ListShape.new(name: '__listOfCaptionSelector')
|
696
709
|
__listOfChannelEgressEndpoint = Shapes::ListShape.new(name: '__listOfChannelEgressEndpoint')
|
697
710
|
__listOfChannelSummary = Shapes::ListShape.new(name: '__listOfChannelSummary')
|
711
|
+
__listOfFailoverCondition = Shapes::ListShape.new(name: '__listOfFailoverCondition')
|
698
712
|
__listOfHlsAdMarkers = Shapes::ListShape.new(name: '__listOfHlsAdMarkers')
|
699
713
|
__listOfInput = Shapes::ListShape.new(name: '__listOfInput')
|
700
714
|
__listOfInputAttachment = Shapes::ListShape.new(name: '__listOfInputAttachment')
|
@@ -724,6 +738,7 @@ module Aws::MediaLive
|
|
724
738
|
__listOfPipelineDetail = Shapes::ListShape.new(name: '__listOfPipelineDetail')
|
725
739
|
__listOfPipelinePauseStateSettings = Shapes::ListShape.new(name: '__listOfPipelinePauseStateSettings')
|
726
740
|
__listOfReservation = Shapes::ListShape.new(name: '__listOfReservation')
|
741
|
+
__listOfRtmpAdMarkers = Shapes::ListShape.new(name: '__listOfRtmpAdMarkers')
|
727
742
|
__listOfScheduleAction = Shapes::ListShape.new(name: '__listOfScheduleAction')
|
728
743
|
__listOfScte35Descriptor = Shapes::ListShape.new(name: '__listOfScte35Descriptor')
|
729
744
|
__listOfTransferringInputDeviceSummary = Shapes::ListShape.new(name: '__listOfTransferringInputDeviceSummary')
|
@@ -849,12 +864,18 @@ module Aws::MediaLive
|
|
849
864
|
AudioSelectorSettings.add_member(:audio_track_selection, Shapes::ShapeRef.new(shape: AudioTrackSelection, location_name: "audioTrackSelection"))
|
850
865
|
AudioSelectorSettings.struct_class = Types::AudioSelectorSettings
|
851
866
|
|
867
|
+
AudioSilenceFailoverSettings.add_member(:audio_selector_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "audioSelectorName"))
|
868
|
+
AudioSilenceFailoverSettings.add_member(:audio_silence_threshold_msec, Shapes::ShapeRef.new(shape: __integerMin1000, location_name: "audioSilenceThresholdMsec"))
|
869
|
+
AudioSilenceFailoverSettings.struct_class = Types::AudioSilenceFailoverSettings
|
870
|
+
|
852
871
|
AudioTrack.add_member(:track, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "track"))
|
853
872
|
AudioTrack.struct_class = Types::AudioTrack
|
854
873
|
|
855
874
|
AudioTrackSelection.add_member(:tracks, Shapes::ShapeRef.new(shape: __listOfAudioTrack, required: true, location_name: "tracks"))
|
856
875
|
AudioTrackSelection.struct_class = Types::AudioTrackSelection
|
857
876
|
|
877
|
+
AutomaticInputFailoverSettings.add_member(:error_clear_time_msec, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "errorClearTimeMsec"))
|
878
|
+
AutomaticInputFailoverSettings.add_member(:failover_conditions, Shapes::ShapeRef.new(shape: __listOfFailoverCondition, location_name: "failoverConditions"))
|
858
879
|
AutomaticInputFailoverSettings.add_member(:input_preference, Shapes::ShapeRef.new(shape: InputPreference, location_name: "inputPreference"))
|
859
880
|
AutomaticInputFailoverSettings.add_member(:secondary_input_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "secondaryInputId"))
|
860
881
|
AutomaticInputFailoverSettings.struct_class = Types::AutomaticInputFailoverSettings
|
@@ -1055,6 +1076,7 @@ module Aws::MediaLive
|
|
1055
1076
|
Channel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1056
1077
|
Channel.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1057
1078
|
Channel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1079
|
+
Channel.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
1058
1080
|
Channel.struct_class = Types::Channel
|
1059
1081
|
|
1060
1082
|
ChannelConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
@@ -1078,6 +1100,7 @@ module Aws::MediaLive
|
|
1078
1100
|
ChannelSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1079
1101
|
ChannelSummary.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1080
1102
|
ChannelSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1103
|
+
ChannelSummary.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
1081
1104
|
ChannelSummary.struct_class = Types::ChannelSummary
|
1082
1105
|
|
1083
1106
|
ColorSpacePassthroughSettings.struct_class = Types::ColorSpacePassthroughSettings
|
@@ -1097,6 +1120,7 @@ module Aws::MediaLive
|
|
1097
1120
|
CreateChannel.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, deprecated: true, location_name: "reserved"))
|
1098
1121
|
CreateChannel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1099
1122
|
CreateChannel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1123
|
+
CreateChannel.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
1100
1124
|
CreateChannel.struct_class = Types::CreateChannel
|
1101
1125
|
|
1102
1126
|
CreateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
@@ -1111,6 +1135,7 @@ module Aws::MediaLive
|
|
1111
1135
|
CreateChannelRequest.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, deprecated: true, location_name: "reserved"))
|
1112
1136
|
CreateChannelRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1113
1137
|
CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1138
|
+
CreateChannelRequest.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
1114
1139
|
CreateChannelRequest.struct_class = Types::CreateChannelRequest
|
1115
1140
|
|
1116
1141
|
CreateChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
|
@@ -1221,6 +1246,7 @@ module Aws::MediaLive
|
|
1221
1246
|
DeleteChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1222
1247
|
DeleteChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1223
1248
|
DeleteChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1249
|
+
DeleteChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
1224
1250
|
DeleteChannelResponse.struct_class = Types::DeleteChannelResponse
|
1225
1251
|
|
1226
1252
|
DeleteInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
|
@@ -1310,6 +1336,7 @@ module Aws::MediaLive
|
|
1310
1336
|
DescribeChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1311
1337
|
DescribeChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1312
1338
|
DescribeChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1339
|
+
DescribeChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
1313
1340
|
DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
|
1314
1341
|
|
1315
1342
|
DescribeInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
@@ -1318,6 +1345,7 @@ module Aws::MediaLive
|
|
1318
1345
|
DescribeInputDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1319
1346
|
DescribeInputDeviceResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
|
1320
1347
|
DescribeInputDeviceResponse.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
|
1348
|
+
DescribeInputDeviceResponse.add_member(:device_update_status, Shapes::ShapeRef.new(shape: DeviceUpdateStatus, location_name: "deviceUpdateStatus"))
|
1321
1349
|
DescribeInputDeviceResponse.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
|
1322
1350
|
DescribeInputDeviceResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1323
1351
|
DescribeInputDeviceResponse.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
|
@@ -1325,6 +1353,7 @@ module Aws::MediaLive
|
|
1325
1353
|
DescribeInputDeviceResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
|
1326
1354
|
DescribeInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
1327
1355
|
DescribeInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1356
|
+
DescribeInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
|
1328
1357
|
DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
|
1329
1358
|
|
1330
1359
|
DescribeInputDeviceThumbnailRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
@@ -1533,6 +1562,14 @@ module Aws::MediaLive
|
|
1533
1562
|
EncoderSettings.add_member(:video_descriptions, Shapes::ShapeRef.new(shape: __listOfVideoDescription, required: true, location_name: "videoDescriptions"))
|
1534
1563
|
EncoderSettings.struct_class = Types::EncoderSettings
|
1535
1564
|
|
1565
|
+
FailoverCondition.add_member(:failover_condition_settings, Shapes::ShapeRef.new(shape: FailoverConditionSettings, location_name: "failoverConditionSettings"))
|
1566
|
+
FailoverCondition.struct_class = Types::FailoverCondition
|
1567
|
+
|
1568
|
+
FailoverConditionSettings.add_member(:audio_silence_settings, Shapes::ShapeRef.new(shape: AudioSilenceFailoverSettings, location_name: "audioSilenceSettings"))
|
1569
|
+
FailoverConditionSettings.add_member(:input_loss_settings, Shapes::ShapeRef.new(shape: InputLossFailoverSettings, location_name: "inputLossSettings"))
|
1570
|
+
FailoverConditionSettings.add_member(:video_black_settings, Shapes::ShapeRef.new(shape: VideoBlackFailoverSettings, location_name: "videoBlackSettings"))
|
1571
|
+
FailoverConditionSettings.struct_class = Types::FailoverConditionSettings
|
1572
|
+
|
1536
1573
|
FeatureActivations.add_member(:input_prepare_schedule_actions, Shapes::ShapeRef.new(shape: FeatureActivationsInputPrepareScheduleActions, location_name: "inputPrepareScheduleActions"))
|
1537
1574
|
FeatureActivations.struct_class = Types::FeatureActivations
|
1538
1575
|
|
@@ -1705,10 +1742,12 @@ module Aws::MediaLive
|
|
1705
1742
|
HlsGroupSettings.add_member(:constant_iv, Shapes::ShapeRef.new(shape: __stringMin32Max32, location_name: "constantIv"))
|
1706
1743
|
HlsGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
1707
1744
|
HlsGroupSettings.add_member(:directory_structure, Shapes::ShapeRef.new(shape: HlsDirectoryStructure, location_name: "directoryStructure"))
|
1745
|
+
HlsGroupSettings.add_member(:discontinuity_tags, Shapes::ShapeRef.new(shape: HlsDiscontinuityTags, location_name: "discontinuityTags"))
|
1708
1746
|
HlsGroupSettings.add_member(:encryption_type, Shapes::ShapeRef.new(shape: HlsEncryptionType, location_name: "encryptionType"))
|
1709
1747
|
HlsGroupSettings.add_member(:hls_cdn_settings, Shapes::ShapeRef.new(shape: HlsCdnSettings, location_name: "hlsCdnSettings"))
|
1710
1748
|
HlsGroupSettings.add_member(:hls_id_3_segment_tagging, Shapes::ShapeRef.new(shape: HlsId3SegmentTaggingState, location_name: "hlsId3SegmentTagging"))
|
1711
1749
|
HlsGroupSettings.add_member(:i_frame_only_playlists, Shapes::ShapeRef.new(shape: IFrameOnlyPlaylistType, location_name: "iFrameOnlyPlaylists"))
|
1750
|
+
HlsGroupSettings.add_member(:incomplete_segment_behavior, Shapes::ShapeRef.new(shape: HlsIncompleteSegmentBehavior, location_name: "incompleteSegmentBehavior"))
|
1712
1751
|
HlsGroupSettings.add_member(:index_n_segments, Shapes::ShapeRef.new(shape: __integerMin3, location_name: "indexNSegments"))
|
1713
1752
|
HlsGroupSettings.add_member(:input_loss_action, Shapes::ShapeRef.new(shape: InputLossActionForHlsOut, location_name: "inputLossAction"))
|
1714
1753
|
HlsGroupSettings.add_member(:iv_in_manifest, Shapes::ShapeRef.new(shape: HlsIvInManifest, location_name: "ivInManifest"))
|
@@ -1822,6 +1861,7 @@ module Aws::MediaLive
|
|
1822
1861
|
InputDevice.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1823
1862
|
InputDevice.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
|
1824
1863
|
InputDevice.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
|
1864
|
+
InputDevice.add_member(:device_update_status, Shapes::ShapeRef.new(shape: DeviceUpdateStatus, location_name: "deviceUpdateStatus"))
|
1825
1865
|
InputDevice.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
|
1826
1866
|
InputDevice.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1827
1867
|
InputDevice.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
|
@@ -1829,6 +1869,7 @@ module Aws::MediaLive
|
|
1829
1869
|
InputDevice.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
|
1830
1870
|
InputDevice.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
1831
1871
|
InputDevice.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1872
|
+
InputDevice.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
|
1832
1873
|
InputDevice.struct_class = Types::InputDevice
|
1833
1874
|
|
1834
1875
|
InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
|
@@ -1865,6 +1906,7 @@ module Aws::MediaLive
|
|
1865
1906
|
InputDeviceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1866
1907
|
InputDeviceSummary.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
|
1867
1908
|
InputDeviceSummary.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
|
1909
|
+
InputDeviceSummary.add_member(:device_update_status, Shapes::ShapeRef.new(shape: DeviceUpdateStatus, location_name: "deviceUpdateStatus"))
|
1868
1910
|
InputDeviceSummary.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
|
1869
1911
|
InputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1870
1912
|
InputDeviceSummary.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
|
@@ -1872,8 +1914,19 @@ module Aws::MediaLive
|
|
1872
1914
|
InputDeviceSummary.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
|
1873
1915
|
InputDeviceSummary.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
1874
1916
|
InputDeviceSummary.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1917
|
+
InputDeviceSummary.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
|
1875
1918
|
InputDeviceSummary.struct_class = Types::InputDeviceSummary
|
1876
1919
|
|
1920
|
+
InputDeviceUhdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
|
1921
|
+
InputDeviceUhdSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
|
1922
|
+
InputDeviceUhdSettings.add_member(:device_state, Shapes::ShapeRef.new(shape: InputDeviceState, location_name: "deviceState"))
|
1923
|
+
InputDeviceUhdSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: __double, location_name: "framerate"))
|
1924
|
+
InputDeviceUhdSettings.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
|
1925
|
+
InputDeviceUhdSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
|
1926
|
+
InputDeviceUhdSettings.add_member(:scan_type, Shapes::ShapeRef.new(shape: InputDeviceScanType, location_name: "scanType"))
|
1927
|
+
InputDeviceUhdSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
|
1928
|
+
InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
|
1929
|
+
|
1877
1930
|
InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
1878
1931
|
InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "uri"))
|
1879
1932
|
InputLocation.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
@@ -1886,6 +1939,9 @@ module Aws::MediaLive
|
|
1886
1939
|
InputLossBehavior.add_member(:repeat_frame_msec, Shapes::ShapeRef.new(shape: __integerMin0Max1000000, location_name: "repeatFrameMsec"))
|
1887
1940
|
InputLossBehavior.struct_class = Types::InputLossBehavior
|
1888
1941
|
|
1942
|
+
InputLossFailoverSettings.add_member(:input_loss_threshold_msec, Shapes::ShapeRef.new(shape: __integerMin100, location_name: "inputLossThresholdMsec"))
|
1943
|
+
InputLossFailoverSettings.struct_class = Types::InputLossFailoverSettings
|
1944
|
+
|
1889
1945
|
InputPrepareScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, location_name: "inputAttachmentNameReference"))
|
1890
1946
|
InputPrepareScheduleActionSettings.add_member(:input_clipping_settings, Shapes::ShapeRef.new(shape: InputClippingSettings, location_name: "inputClippingSettings"))
|
1891
1947
|
InputPrepareScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
|
@@ -2486,6 +2542,7 @@ module Aws::MediaLive
|
|
2486
2542
|
|
2487
2543
|
RtmpCaptionInfoDestinationSettings.struct_class = Types::RtmpCaptionInfoDestinationSettings
|
2488
2544
|
|
2545
|
+
RtmpGroupSettings.add_member(:ad_markers, Shapes::ShapeRef.new(shape: __listOfRtmpAdMarkers, location_name: "adMarkers"))
|
2489
2546
|
RtmpGroupSettings.add_member(:authentication_scheme, Shapes::ShapeRef.new(shape: AuthenticationScheme, location_name: "authenticationScheme"))
|
2490
2547
|
RtmpGroupSettings.add_member(:cache_full_behavior, Shapes::ShapeRef.new(shape: RtmpCacheFullBehavior, location_name: "cacheFullBehavior"))
|
2491
2548
|
RtmpGroupSettings.add_member(:cache_length, Shapes::ShapeRef.new(shape: __integerMin30, location_name: "cacheLength"))
|
@@ -2609,6 +2666,7 @@ module Aws::MediaLive
|
|
2609
2666
|
StartChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
2610
2667
|
StartChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
2611
2668
|
StartChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2669
|
+
StartChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
2612
2670
|
StartChannelResponse.struct_class = Types::StartChannelResponse
|
2613
2671
|
|
2614
2672
|
StartMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
@@ -2668,6 +2726,7 @@ module Aws::MediaLive
|
|
2668
2726
|
StopChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
2669
2727
|
StopChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
2670
2728
|
StopChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2729
|
+
StopChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
2671
2730
|
StopChannelResponse.struct_class = Types::StopChannelResponse
|
2672
2731
|
|
2673
2732
|
StopMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
@@ -2802,16 +2861,19 @@ module Aws::MediaLive
|
|
2802
2861
|
|
2803
2862
|
UpdateInputDevice.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "hdDeviceSettings"))
|
2804
2863
|
UpdateInputDevice.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2864
|
+
UpdateInputDevice.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "uhdDeviceSettings"))
|
2805
2865
|
UpdateInputDevice.struct_class = Types::UpdateInputDevice
|
2806
2866
|
|
2807
2867
|
UpdateInputDeviceRequest.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "hdDeviceSettings"))
|
2808
2868
|
UpdateInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
2809
2869
|
UpdateInputDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2870
|
+
UpdateInputDeviceRequest.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "uhdDeviceSettings"))
|
2810
2871
|
UpdateInputDeviceRequest.struct_class = Types::UpdateInputDeviceRequest
|
2811
2872
|
|
2812
2873
|
UpdateInputDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2813
2874
|
UpdateInputDeviceResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
|
2814
2875
|
UpdateInputDeviceResponse.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
|
2876
|
+
UpdateInputDeviceResponse.add_member(:device_update_status, Shapes::ShapeRef.new(shape: DeviceUpdateStatus, location_name: "deviceUpdateStatus"))
|
2815
2877
|
UpdateInputDeviceResponse.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
|
2816
2878
|
UpdateInputDeviceResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2817
2879
|
UpdateInputDeviceResponse.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
|
@@ -2819,6 +2881,7 @@ module Aws::MediaLive
|
|
2819
2881
|
UpdateInputDeviceResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
|
2820
2882
|
UpdateInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
2821
2883
|
UpdateInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
2884
|
+
UpdateInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
|
2822
2885
|
UpdateInputDeviceResponse.struct_class = Types::UpdateInputDeviceResponse
|
2823
2886
|
|
2824
2887
|
UpdateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
|
@@ -2894,6 +2957,10 @@ module Aws::MediaLive
|
|
2894
2957
|
ValidationError.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
|
2895
2958
|
ValidationError.struct_class = Types::ValidationError
|
2896
2959
|
|
2960
|
+
VideoBlackFailoverSettings.add_member(:black_detect_threshold, Shapes::ShapeRef.new(shape: __doubleMin0Max1, location_name: "blackDetectThreshold"))
|
2961
|
+
VideoBlackFailoverSettings.add_member(:video_black_threshold_msec, Shapes::ShapeRef.new(shape: __integerMin1000, location_name: "videoBlackThresholdMsec"))
|
2962
|
+
VideoBlackFailoverSettings.struct_class = Types::VideoBlackFailoverSettings
|
2963
|
+
|
2897
2964
|
VideoCodecSettings.add_member(:frame_capture_settings, Shapes::ShapeRef.new(shape: FrameCaptureSettings, location_name: "frameCaptureSettings"))
|
2898
2965
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
2899
2966
|
VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
|
@@ -2924,6 +2991,11 @@ module Aws::MediaLive
|
|
2924
2991
|
VideoSelectorSettings.add_member(:video_selector_program_id, Shapes::ShapeRef.new(shape: VideoSelectorProgramId, location_name: "videoSelectorProgramId"))
|
2925
2992
|
VideoSelectorSettings.struct_class = Types::VideoSelectorSettings
|
2926
2993
|
|
2994
|
+
VpcOutputSettings.add_member(:public_address_allocation_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "publicAddressAllocationIds"))
|
2995
|
+
VpcOutputSettings.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroupIds"))
|
2996
|
+
VpcOutputSettings.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "subnetIds"))
|
2997
|
+
VpcOutputSettings.struct_class = Types::VpcOutputSettings
|
2998
|
+
|
2927
2999
|
WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __double, location_name: "bitDepth"))
|
2928
3000
|
WavSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: WavCodingMode, location_name: "codingMode"))
|
2929
3001
|
WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
|
@@ -2953,6 +3025,8 @@ module Aws::MediaLive
|
|
2953
3025
|
|
2954
3026
|
__listOfChannelSummary.member = Shapes::ShapeRef.new(shape: ChannelSummary)
|
2955
3027
|
|
3028
|
+
__listOfFailoverCondition.member = Shapes::ShapeRef.new(shape: FailoverCondition)
|
3029
|
+
|
2956
3030
|
__listOfHlsAdMarkers.member = Shapes::ShapeRef.new(shape: HlsAdMarkers)
|
2957
3031
|
|
2958
3032
|
__listOfInput.member = Shapes::ShapeRef.new(shape: Input)
|
@@ -3011,6 +3085,8 @@ module Aws::MediaLive
|
|
3011
3085
|
|
3012
3086
|
__listOfReservation.member = Shapes::ShapeRef.new(shape: Reservation)
|
3013
3087
|
|
3088
|
+
__listOfRtmpAdMarkers.member = Shapes::ShapeRef.new(shape: RtmpAdMarkers)
|
3089
|
+
|
3014
3090
|
__listOfScheduleAction.member = Shapes::ShapeRef.new(shape: ScheduleAction)
|
3015
3091
|
|
3016
3092
|
__listOfScte35Descriptor.member = Shapes::ShapeRef.new(shape: Scte35Descriptor)
|
@@ -986,6 +986,35 @@ module Aws::MediaLive
|
|
986
986
|
include Aws::Structure
|
987
987
|
end
|
988
988
|
|
989
|
+
# @note When making an API call, you may pass AudioSilenceFailoverSettings
|
990
|
+
# data as a hash:
|
991
|
+
#
|
992
|
+
# {
|
993
|
+
# audio_selector_name: "__string", # required
|
994
|
+
# audio_silence_threshold_msec: 1,
|
995
|
+
# }
|
996
|
+
#
|
997
|
+
# @!attribute [rw] audio_selector_name
|
998
|
+
# The name of the audio selector in the input that MediaLive should
|
999
|
+
# monitor to detect silence. Select your most important rendition. If
|
1000
|
+
# you didn't create an audio selector in this input, leave blank.
|
1001
|
+
# @return [String]
|
1002
|
+
#
|
1003
|
+
# @!attribute [rw] audio_silence_threshold_msec
|
1004
|
+
# The amount of time (in milliseconds) that the active input must be
|
1005
|
+
# silent before automatic input failover occurs. Silence is defined as
|
1006
|
+
# audio loss or audio quieter than -50 dBFS.
|
1007
|
+
# @return [Integer]
|
1008
|
+
#
|
1009
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioSilenceFailoverSettings AWS API Documentation
|
1010
|
+
#
|
1011
|
+
class AudioSilenceFailoverSettings < Struct.new(
|
1012
|
+
:audio_selector_name,
|
1013
|
+
:audio_silence_threshold_msec)
|
1014
|
+
SENSITIVE = []
|
1015
|
+
include Aws::Structure
|
1016
|
+
end
|
1017
|
+
|
989
1018
|
# Audio Track
|
990
1019
|
#
|
991
1020
|
# @note When making an API call, you may pass AudioTrack
|
@@ -1038,10 +1067,42 @@ module Aws::MediaLive
|
|
1038
1067
|
# data as a hash:
|
1039
1068
|
#
|
1040
1069
|
# {
|
1070
|
+
# error_clear_time_msec: 1,
|
1071
|
+
# failover_conditions: [
|
1072
|
+
# {
|
1073
|
+
# failover_condition_settings: {
|
1074
|
+
# audio_silence_settings: {
|
1075
|
+
# audio_selector_name: "__string", # required
|
1076
|
+
# audio_silence_threshold_msec: 1,
|
1077
|
+
# },
|
1078
|
+
# input_loss_settings: {
|
1079
|
+
# input_loss_threshold_msec: 1,
|
1080
|
+
# },
|
1081
|
+
# video_black_settings: {
|
1082
|
+
# black_detect_threshold: 1.0,
|
1083
|
+
# video_black_threshold_msec: 1,
|
1084
|
+
# },
|
1085
|
+
# },
|
1086
|
+
# },
|
1087
|
+
# ],
|
1041
1088
|
# input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
|
1042
1089
|
# secondary_input_id: "__string", # required
|
1043
1090
|
# }
|
1044
1091
|
#
|
1092
|
+
# @!attribute [rw] error_clear_time_msec
|
1093
|
+
# This clear time defines the requirement a recovered input must meet
|
1094
|
+
# to be considered healthy. The input must have no failover conditions
|
1095
|
+
# for this length of time. Enter a time in milliseconds. This value is
|
1096
|
+
# particularly important if the input\_preference for the failover
|
1097
|
+
# pair is set to PRIMARY\_INPUT\_PREFERRED, because after this time,
|
1098
|
+
# MediaLive will switch back to the primary input.
|
1099
|
+
# @return [Integer]
|
1100
|
+
#
|
1101
|
+
# @!attribute [rw] failover_conditions
|
1102
|
+
# A list of failover conditions. If any of these conditions occur,
|
1103
|
+
# MediaLive will perform a failover to the other input.
|
1104
|
+
# @return [Array<Types::FailoverCondition>]
|
1105
|
+
#
|
1045
1106
|
# @!attribute [rw] input_preference
|
1046
1107
|
# Input preference when deciding which input to make active when a
|
1047
1108
|
# previously failed input has recovered.
|
@@ -1055,6 +1116,8 @@ module Aws::MediaLive
|
|
1055
1116
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AutomaticInputFailoverSettings AWS API Documentation
|
1056
1117
|
#
|
1057
1118
|
class AutomaticInputFailoverSettings < Struct.new(
|
1119
|
+
:error_clear_time_msec,
|
1120
|
+
:failover_conditions,
|
1058
1121
|
:input_preference,
|
1059
1122
|
:secondary_input_id)
|
1060
1123
|
SENSITIVE = []
|
@@ -2642,6 +2705,10 @@ module Aws::MediaLive
|
|
2642
2705
|
# A collection of key-value pairs.
|
2643
2706
|
# @return [Hash<String,String>]
|
2644
2707
|
#
|
2708
|
+
# @!attribute [rw] vpc
|
2709
|
+
# Settings for VPC output
|
2710
|
+
# @return [Types::VpcOutputSettings]
|
2711
|
+
#
|
2645
2712
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Channel AWS API Documentation
|
2646
2713
|
#
|
2647
2714
|
class Channel < Struct.new(
|
@@ -2660,7 +2727,8 @@ module Aws::MediaLive
|
|
2660
2727
|
:pipelines_running_count,
|
2661
2728
|
:role_arn,
|
2662
2729
|
:state,
|
2663
|
-
:tags
|
2730
|
+
:tags,
|
2731
|
+
:vpc)
|
2664
2732
|
SENSITIVE = []
|
2665
2733
|
include Aws::Structure
|
2666
2734
|
end
|
@@ -2752,6 +2820,10 @@ module Aws::MediaLive
|
|
2752
2820
|
# A collection of key-value pairs.
|
2753
2821
|
# @return [Hash<String,String>]
|
2754
2822
|
#
|
2823
|
+
# @!attribute [rw] vpc
|
2824
|
+
# Settings for VPC output
|
2825
|
+
# @return [Types::VpcOutputSettings]
|
2826
|
+
#
|
2755
2827
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ChannelSummary AWS API Documentation
|
2756
2828
|
#
|
2757
2829
|
class ChannelSummary < Struct.new(
|
@@ -2768,7 +2840,8 @@ module Aws::MediaLive
|
|
2768
2840
|
:pipelines_running_count,
|
2769
2841
|
:role_arn,
|
2770
2842
|
:state,
|
2771
|
-
:tags
|
2843
|
+
:tags,
|
2844
|
+
:vpc)
|
2772
2845
|
SENSITIVE = []
|
2773
2846
|
include Aws::Structure
|
2774
2847
|
end
|
@@ -2842,6 +2915,10 @@ module Aws::MediaLive
|
|
2842
2915
|
# A collection of key-value pairs.
|
2843
2916
|
# @return [Hash<String,String>]
|
2844
2917
|
#
|
2918
|
+
# @!attribute [rw] vpc
|
2919
|
+
# Settings for VPC output
|
2920
|
+
# @return [Types::VpcOutputSettings]
|
2921
|
+
#
|
2845
2922
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannel AWS API Documentation
|
2846
2923
|
#
|
2847
2924
|
class CreateChannel < Struct.new(
|
@@ -2856,7 +2933,8 @@ module Aws::MediaLive
|
|
2856
2933
|
:request_id,
|
2857
2934
|
:reserved,
|
2858
2935
|
:role_arn,
|
2859
|
-
:tags
|
2936
|
+
:tags,
|
2937
|
+
:vpc)
|
2860
2938
|
SENSITIVE = []
|
2861
2939
|
include Aws::Structure
|
2862
2940
|
end
|
@@ -3159,6 +3237,7 @@ module Aws::MediaLive
|
|
3159
3237
|
# destination_ref_id: "__string",
|
3160
3238
|
# },
|
3161
3239
|
# directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
|
3240
|
+
# discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
|
3162
3241
|
# encryption_type: "AES128", # accepts AES128, SAMPLE_AES
|
3163
3242
|
# hls_cdn_settings: {
|
3164
3243
|
# hls_akamai_settings: {
|
@@ -3193,6 +3272,7 @@ module Aws::MediaLive
|
|
3193
3272
|
# },
|
3194
3273
|
# hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
3195
3274
|
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
3275
|
+
# incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
|
3196
3276
|
# index_n_segments: 1,
|
3197
3277
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
3198
3278
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
@@ -3258,6 +3338,7 @@ module Aws::MediaLive
|
|
3258
3338
|
# multiplex_group_settings: {
|
3259
3339
|
# },
|
3260
3340
|
# rtmp_group_settings: {
|
3341
|
+
# ad_markers: ["ON_CUE_POINT_SCTE35"], # accepts ON_CUE_POINT_SCTE35
|
3261
3342
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
3262
3343
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
3263
3344
|
# cache_length: 1,
|
@@ -3639,6 +3720,24 @@ module Aws::MediaLive
|
|
3639
3720
|
# input_attachments: [
|
3640
3721
|
# {
|
3641
3722
|
# automatic_input_failover_settings: {
|
3723
|
+
# error_clear_time_msec: 1,
|
3724
|
+
# failover_conditions: [
|
3725
|
+
# {
|
3726
|
+
# failover_condition_settings: {
|
3727
|
+
# audio_silence_settings: {
|
3728
|
+
# audio_selector_name: "__string", # required
|
3729
|
+
# audio_silence_threshold_msec: 1,
|
3730
|
+
# },
|
3731
|
+
# input_loss_settings: {
|
3732
|
+
# input_loss_threshold_msec: 1,
|
3733
|
+
# },
|
3734
|
+
# video_black_settings: {
|
3735
|
+
# black_detect_threshold: 1.0,
|
3736
|
+
# video_black_threshold_msec: 1,
|
3737
|
+
# },
|
3738
|
+
# },
|
3739
|
+
# },
|
3740
|
+
# ],
|
3642
3741
|
# input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
|
3643
3742
|
# secondary_input_id: "__string", # required
|
3644
3743
|
# },
|
@@ -3741,6 +3840,11 @@ module Aws::MediaLive
|
|
3741
3840
|
# tags: {
|
3742
3841
|
# "__string" => "__string",
|
3743
3842
|
# },
|
3843
|
+
# vpc: {
|
3844
|
+
# public_address_allocation_ids: ["__string"],
|
3845
|
+
# security_group_ids: ["__string"],
|
3846
|
+
# subnet_ids: ["__string"], # required
|
3847
|
+
# },
|
3744
3848
|
# }
|
3745
3849
|
#
|
3746
3850
|
# @!attribute [rw] cdi_input_specification
|
@@ -3785,6 +3889,12 @@ module Aws::MediaLive
|
|
3785
3889
|
# @!attribute [rw] tags
|
3786
3890
|
# @return [Hash<String,String>]
|
3787
3891
|
#
|
3892
|
+
# @!attribute [rw] vpc
|
3893
|
+
# The properties for a private VPC Output When this property is
|
3894
|
+
# specified, the output egress addresses will be created in a user
|
3895
|
+
# specified VPC
|
3896
|
+
# @return [Types::VpcOutputSettings]
|
3897
|
+
#
|
3788
3898
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannelRequest AWS API Documentation
|
3789
3899
|
#
|
3790
3900
|
class CreateChannelRequest < Struct.new(
|
@@ -3799,7 +3909,8 @@ module Aws::MediaLive
|
|
3799
3909
|
:request_id,
|
3800
3910
|
:reserved,
|
3801
3911
|
:role_arn,
|
3802
|
-
:tags
|
3912
|
+
:tags,
|
3913
|
+
:vpc)
|
3803
3914
|
SENSITIVE = []
|
3804
3915
|
include Aws::Structure
|
3805
3916
|
end
|
@@ -4371,6 +4482,12 @@ module Aws::MediaLive
|
|
4371
4482
|
# @!attribute [rw] tags
|
4372
4483
|
# @return [Hash<String,String>]
|
4373
4484
|
#
|
4485
|
+
# @!attribute [rw] vpc
|
4486
|
+
# The properties for a private VPC Output When this property is
|
4487
|
+
# specified, the output egress addresses will be created in a user
|
4488
|
+
# specified VPC
|
4489
|
+
# @return [Types::VpcOutputSettings]
|
4490
|
+
#
|
4374
4491
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannelResponse AWS API Documentation
|
4375
4492
|
#
|
4376
4493
|
class DeleteChannelResponse < Struct.new(
|
@@ -4389,7 +4506,8 @@ module Aws::MediaLive
|
|
4389
4506
|
:pipelines_running_count,
|
4390
4507
|
:role_arn,
|
4391
4508
|
:state,
|
4392
|
-
:tags
|
4509
|
+
:tags,
|
4510
|
+
:vpc)
|
4393
4511
|
SENSITIVE = []
|
4394
4512
|
include Aws::Structure
|
4395
4513
|
end
|
@@ -4773,6 +4891,12 @@ module Aws::MediaLive
|
|
4773
4891
|
# @!attribute [rw] tags
|
4774
4892
|
# @return [Hash<String,String>]
|
4775
4893
|
#
|
4894
|
+
# @!attribute [rw] vpc
|
4895
|
+
# The properties for a private VPC Output When this property is
|
4896
|
+
# specified, the output egress addresses will be created in a user
|
4897
|
+
# specified VPC
|
4898
|
+
# @return [Types::VpcOutputSettings]
|
4899
|
+
#
|
4776
4900
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelResponse AWS API Documentation
|
4777
4901
|
#
|
4778
4902
|
class DescribeChannelResponse < Struct.new(
|
@@ -4791,7 +4915,8 @@ module Aws::MediaLive
|
|
4791
4915
|
:pipelines_running_count,
|
4792
4916
|
:role_arn,
|
4793
4917
|
:state,
|
4794
|
-
:tags
|
4918
|
+
:tags,
|
4919
|
+
:vpc)
|
4795
4920
|
SENSITIVE = []
|
4796
4921
|
include Aws::Structure
|
4797
4922
|
end
|
@@ -4830,6 +4955,10 @@ module Aws::MediaLive
|
|
4830
4955
|
# its configuration.
|
4831
4956
|
# @return [String]
|
4832
4957
|
#
|
4958
|
+
# @!attribute [rw] device_update_status
|
4959
|
+
# The status of software on the input device.
|
4960
|
+
# @return [String]
|
4961
|
+
#
|
4833
4962
|
# @!attribute [rw] hd_device_settings
|
4834
4963
|
# Settings that describe the active source from the input device, and
|
4835
4964
|
# the video characteristics of that source.
|
@@ -4856,19 +4985,26 @@ module Aws::MediaLive
|
|
4856
4985
|
# outputs resolutions up to 1080, choose "HD".
|
4857
4986
|
# @return [String]
|
4858
4987
|
#
|
4988
|
+
# @!attribute [rw] uhd_device_settings
|
4989
|
+
# Settings that describe the active source from the input device, and
|
4990
|
+
# the video characteristics of that source.
|
4991
|
+
# @return [Types::InputDeviceUhdSettings]
|
4992
|
+
#
|
4859
4993
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceResponse AWS API Documentation
|
4860
4994
|
#
|
4861
4995
|
class DescribeInputDeviceResponse < Struct.new(
|
4862
4996
|
:arn,
|
4863
4997
|
:connection_state,
|
4864
4998
|
:device_settings_sync_state,
|
4999
|
+
:device_update_status,
|
4865
5000
|
:hd_device_settings,
|
4866
5001
|
:id,
|
4867
5002
|
:mac_address,
|
4868
5003
|
:name,
|
4869
5004
|
:network_settings,
|
4870
5005
|
:serial_number,
|
4871
|
-
:type
|
5006
|
+
:type,
|
5007
|
+
:uhd_device_settings)
|
4872
5008
|
SENSITIVE = []
|
4873
5009
|
include Aws::Structure
|
4874
5010
|
end
|
@@ -6255,6 +6391,7 @@ module Aws::MediaLive
|
|
6255
6391
|
# destination_ref_id: "__string",
|
6256
6392
|
# },
|
6257
6393
|
# directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
|
6394
|
+
# discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
|
6258
6395
|
# encryption_type: "AES128", # accepts AES128, SAMPLE_AES
|
6259
6396
|
# hls_cdn_settings: {
|
6260
6397
|
# hls_akamai_settings: {
|
@@ -6289,6 +6426,7 @@ module Aws::MediaLive
|
|
6289
6426
|
# },
|
6290
6427
|
# hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
6291
6428
|
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
6429
|
+
# incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
|
6292
6430
|
# index_n_segments: 1,
|
6293
6431
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
6294
6432
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
@@ -6354,6 +6492,7 @@ module Aws::MediaLive
|
|
6354
6492
|
# multiplex_group_settings: {
|
6355
6493
|
# },
|
6356
6494
|
# rtmp_group_settings: {
|
6495
|
+
# ad_markers: ["ON_CUE_POINT_SCTE35"], # accepts ON_CUE_POINT_SCTE35
|
6357
6496
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
6358
6497
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
6359
6498
|
# cache_length: 1,
|
@@ -6793,6 +6932,84 @@ module Aws::MediaLive
|
|
6793
6932
|
include Aws::Structure
|
6794
6933
|
end
|
6795
6934
|
|
6935
|
+
# Failover Condition settings. There can be multiple failover conditions
|
6936
|
+
# inside AutomaticInputFailoverSettings.
|
6937
|
+
#
|
6938
|
+
# @note When making an API call, you may pass FailoverCondition
|
6939
|
+
# data as a hash:
|
6940
|
+
#
|
6941
|
+
# {
|
6942
|
+
# failover_condition_settings: {
|
6943
|
+
# audio_silence_settings: {
|
6944
|
+
# audio_selector_name: "__string", # required
|
6945
|
+
# audio_silence_threshold_msec: 1,
|
6946
|
+
# },
|
6947
|
+
# input_loss_settings: {
|
6948
|
+
# input_loss_threshold_msec: 1,
|
6949
|
+
# },
|
6950
|
+
# video_black_settings: {
|
6951
|
+
# black_detect_threshold: 1.0,
|
6952
|
+
# video_black_threshold_msec: 1,
|
6953
|
+
# },
|
6954
|
+
# },
|
6955
|
+
# }
|
6956
|
+
#
|
6957
|
+
# @!attribute [rw] failover_condition_settings
|
6958
|
+
# Failover condition type-specific settings.
|
6959
|
+
# @return [Types::FailoverConditionSettings]
|
6960
|
+
#
|
6961
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FailoverCondition AWS API Documentation
|
6962
|
+
#
|
6963
|
+
class FailoverCondition < Struct.new(
|
6964
|
+
:failover_condition_settings)
|
6965
|
+
SENSITIVE = []
|
6966
|
+
include Aws::Structure
|
6967
|
+
end
|
6968
|
+
|
6969
|
+
# Settings for one failover condition.
|
6970
|
+
#
|
6971
|
+
# @note When making an API call, you may pass FailoverConditionSettings
|
6972
|
+
# data as a hash:
|
6973
|
+
#
|
6974
|
+
# {
|
6975
|
+
# audio_silence_settings: {
|
6976
|
+
# audio_selector_name: "__string", # required
|
6977
|
+
# audio_silence_threshold_msec: 1,
|
6978
|
+
# },
|
6979
|
+
# input_loss_settings: {
|
6980
|
+
# input_loss_threshold_msec: 1,
|
6981
|
+
# },
|
6982
|
+
# video_black_settings: {
|
6983
|
+
# black_detect_threshold: 1.0,
|
6984
|
+
# video_black_threshold_msec: 1,
|
6985
|
+
# },
|
6986
|
+
# }
|
6987
|
+
#
|
6988
|
+
# @!attribute [rw] audio_silence_settings
|
6989
|
+
# MediaLive will perform a failover if the specified audio selector is
|
6990
|
+
# silent for the specified period.
|
6991
|
+
# @return [Types::AudioSilenceFailoverSettings]
|
6992
|
+
#
|
6993
|
+
# @!attribute [rw] input_loss_settings
|
6994
|
+
# MediaLive will perform a failover if content is not detected in this
|
6995
|
+
# input for the specified period.
|
6996
|
+
# @return [Types::InputLossFailoverSettings]
|
6997
|
+
#
|
6998
|
+
# @!attribute [rw] video_black_settings
|
6999
|
+
# MediaLive will perform a failover if content is considered black for
|
7000
|
+
# the specified period.
|
7001
|
+
# @return [Types::VideoBlackFailoverSettings]
|
7002
|
+
#
|
7003
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FailoverConditionSettings AWS API Documentation
|
7004
|
+
#
|
7005
|
+
class FailoverConditionSettings < Struct.new(
|
7006
|
+
:audio_silence_settings,
|
7007
|
+
:input_loss_settings,
|
7008
|
+
:video_black_settings)
|
7009
|
+
SENSITIVE = []
|
7010
|
+
include Aws::Structure
|
7011
|
+
end
|
7012
|
+
|
6796
7013
|
# Feature Activations
|
6797
7014
|
#
|
6798
7015
|
# @note When making an API call, you may pass FeatureActivations
|
@@ -8100,6 +8317,7 @@ module Aws::MediaLive
|
|
8100
8317
|
# destination_ref_id: "__string",
|
8101
8318
|
# },
|
8102
8319
|
# directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
|
8320
|
+
# discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
|
8103
8321
|
# encryption_type: "AES128", # accepts AES128, SAMPLE_AES
|
8104
8322
|
# hls_cdn_settings: {
|
8105
8323
|
# hls_akamai_settings: {
|
@@ -8134,6 +8352,7 @@ module Aws::MediaLive
|
|
8134
8352
|
# },
|
8135
8353
|
# hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
8136
8354
|
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
8355
|
+
# incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
|
8137
8356
|
# index_n_segments: 1,
|
8138
8357
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
8139
8358
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
@@ -8246,6 +8465,16 @@ module Aws::MediaLive
|
|
8246
8465
|
# Place segments in subdirectories.
|
8247
8466
|
# @return [String]
|
8248
8467
|
#
|
8468
|
+
# @!attribute [rw] discontinuity_tags
|
8469
|
+
# Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS
|
8470
|
+
# child manifests for this output group. Typically, choose Insert
|
8471
|
+
# because these tags are required in the manifest (according to the
|
8472
|
+
# HLS specification) and serve an important purpose. Choose Never
|
8473
|
+
# Insert only if the downstream system is doing real-time failover
|
8474
|
+
# (without using the MediaLive automatic failover feature) and only if
|
8475
|
+
# that downstream system has advised you to exclude the tags.
|
8476
|
+
# @return [String]
|
8477
|
+
#
|
8249
8478
|
# @!attribute [rw] encryption_type
|
8250
8479
|
# Encrypts the segments with the given encryption scheme. Exclude this
|
8251
8480
|
# parameter if no encryption is desired.
|
@@ -8270,6 +8499,16 @@ module Aws::MediaLive
|
|
8270
8499
|
# example, #EXT-X-BYTERANGE:160364@1461888"
|
8271
8500
|
# @return [String]
|
8272
8501
|
#
|
8502
|
+
# @!attribute [rw] incomplete_segment_behavior
|
8503
|
+
# Specifies whether to include the final (incomplete) segment in the
|
8504
|
+
# media output when the pipeline stops producing output because of a
|
8505
|
+
# channel stop, a channel pause or a loss of input to the pipeline.
|
8506
|
+
# Auto means that MediaLive decides whether to include the final
|
8507
|
+
# segment, depending on the channel class and the types of output
|
8508
|
+
# groups. Suppress means to never include the incomplete segment. We
|
8509
|
+
# recommend you choose Auto and let MediaLive control the behavior.
|
8510
|
+
# @return [String]
|
8511
|
+
#
|
8273
8512
|
# @!attribute [rw] index_n_segments
|
8274
8513
|
# Applies only if Mode field is LIVE. Specifies the maximum number of
|
8275
8514
|
# segments in the media manifest file. After this maximum, older
|
@@ -8445,10 +8684,12 @@ module Aws::MediaLive
|
|
8445
8684
|
:constant_iv,
|
8446
8685
|
:destination,
|
8447
8686
|
:directory_structure,
|
8687
|
+
:discontinuity_tags,
|
8448
8688
|
:encryption_type,
|
8449
8689
|
:hls_cdn_settings,
|
8450
8690
|
:hls_id_3_segment_tagging,
|
8451
8691
|
:i_frame_only_playlists,
|
8692
|
+
:incomplete_segment_behavior,
|
8452
8693
|
:index_n_segments,
|
8453
8694
|
:input_loss_action,
|
8454
8695
|
:iv_in_manifest,
|
@@ -8921,6 +9162,24 @@ module Aws::MediaLive
|
|
8921
9162
|
#
|
8922
9163
|
# {
|
8923
9164
|
# automatic_input_failover_settings: {
|
9165
|
+
# error_clear_time_msec: 1,
|
9166
|
+
# failover_conditions: [
|
9167
|
+
# {
|
9168
|
+
# failover_condition_settings: {
|
9169
|
+
# audio_silence_settings: {
|
9170
|
+
# audio_selector_name: "__string", # required
|
9171
|
+
# audio_silence_threshold_msec: 1,
|
9172
|
+
# },
|
9173
|
+
# input_loss_settings: {
|
9174
|
+
# input_loss_threshold_msec: 1,
|
9175
|
+
# },
|
9176
|
+
# video_black_settings: {
|
9177
|
+
# black_detect_threshold: 1.0,
|
9178
|
+
# video_black_threshold_msec: 1,
|
9179
|
+
# },
|
9180
|
+
# },
|
9181
|
+
# },
|
9182
|
+
# ],
|
8924
9183
|
# input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
|
8925
9184
|
# secondary_input_id: "__string", # required
|
8926
9185
|
# },
|
@@ -9196,6 +9455,10 @@ module Aws::MediaLive
|
|
9196
9455
|
# its configuration.
|
9197
9456
|
# @return [String]
|
9198
9457
|
#
|
9458
|
+
# @!attribute [rw] device_update_status
|
9459
|
+
# The status of software on the input device.
|
9460
|
+
# @return [String]
|
9461
|
+
#
|
9199
9462
|
# @!attribute [rw] hd_device_settings
|
9200
9463
|
# Settings that describe an input device that is type HD.
|
9201
9464
|
# @return [Types::InputDeviceHdSettings]
|
@@ -9224,19 +9487,25 @@ module Aws::MediaLive
|
|
9224
9487
|
# The type of the input device.
|
9225
9488
|
# @return [String]
|
9226
9489
|
#
|
9490
|
+
# @!attribute [rw] uhd_device_settings
|
9491
|
+
# Settings that describe an input device that is type UHD.
|
9492
|
+
# @return [Types::InputDeviceUhdSettings]
|
9493
|
+
#
|
9227
9494
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDevice AWS API Documentation
|
9228
9495
|
#
|
9229
9496
|
class InputDevice < Struct.new(
|
9230
9497
|
:arn,
|
9231
9498
|
:connection_state,
|
9232
9499
|
:device_settings_sync_state,
|
9500
|
+
:device_update_status,
|
9233
9501
|
:hd_device_settings,
|
9234
9502
|
:id,
|
9235
9503
|
:mac_address,
|
9236
9504
|
:name,
|
9237
9505
|
:network_settings,
|
9238
9506
|
:serial_number,
|
9239
|
-
:type
|
9507
|
+
:type,
|
9508
|
+
:uhd_device_settings)
|
9240
9509
|
SENSITIVE = []
|
9241
9510
|
include Aws::Structure
|
9242
9511
|
end
|
@@ -9440,6 +9709,10 @@ module Aws::MediaLive
|
|
9440
9709
|
# its configuration.
|
9441
9710
|
# @return [String]
|
9442
9711
|
#
|
9712
|
+
# @!attribute [rw] device_update_status
|
9713
|
+
# The status of software on the input device.
|
9714
|
+
# @return [String]
|
9715
|
+
#
|
9443
9716
|
# @!attribute [rw] hd_device_settings
|
9444
9717
|
# Settings that describe an input device that is type HD.
|
9445
9718
|
# @return [Types::InputDeviceHdSettings]
|
@@ -9468,19 +9741,78 @@ module Aws::MediaLive
|
|
9468
9741
|
# The type of the input device.
|
9469
9742
|
# @return [String]
|
9470
9743
|
#
|
9744
|
+
# @!attribute [rw] uhd_device_settings
|
9745
|
+
# Settings that describe an input device that is type UHD.
|
9746
|
+
# @return [Types::InputDeviceUhdSettings]
|
9747
|
+
#
|
9471
9748
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceSummary AWS API Documentation
|
9472
9749
|
#
|
9473
9750
|
class InputDeviceSummary < Struct.new(
|
9474
9751
|
:arn,
|
9475
9752
|
:connection_state,
|
9476
9753
|
:device_settings_sync_state,
|
9754
|
+
:device_update_status,
|
9477
9755
|
:hd_device_settings,
|
9478
9756
|
:id,
|
9479
9757
|
:mac_address,
|
9480
9758
|
:name,
|
9481
9759
|
:network_settings,
|
9482
9760
|
:serial_number,
|
9483
|
-
:type
|
9761
|
+
:type,
|
9762
|
+
:uhd_device_settings)
|
9763
|
+
SENSITIVE = []
|
9764
|
+
include Aws::Structure
|
9765
|
+
end
|
9766
|
+
|
9767
|
+
# Settings that describe the active source from the input device, and
|
9768
|
+
# the video characteristics of that source.
|
9769
|
+
#
|
9770
|
+
# @!attribute [rw] active_input
|
9771
|
+
# If you specified Auto as the configured input, specifies which of
|
9772
|
+
# the sources is currently active (SDI or HDMI).
|
9773
|
+
# @return [String]
|
9774
|
+
#
|
9775
|
+
# @!attribute [rw] configured_input
|
9776
|
+
# The source at the input device that is currently active. You can
|
9777
|
+
# specify this source.
|
9778
|
+
# @return [String]
|
9779
|
+
#
|
9780
|
+
# @!attribute [rw] device_state
|
9781
|
+
# The state of the input device.
|
9782
|
+
# @return [String]
|
9783
|
+
#
|
9784
|
+
# @!attribute [rw] framerate
|
9785
|
+
# The frame rate of the video source.
|
9786
|
+
# @return [Float]
|
9787
|
+
#
|
9788
|
+
# @!attribute [rw] height
|
9789
|
+
# The height of the video source, in pixels.
|
9790
|
+
# @return [Integer]
|
9791
|
+
#
|
9792
|
+
# @!attribute [rw] max_bitrate
|
9793
|
+
# The current maximum bitrate for ingesting this source, in bits per
|
9794
|
+
# second. You can specify this maximum.
|
9795
|
+
# @return [Integer]
|
9796
|
+
#
|
9797
|
+
# @!attribute [rw] scan_type
|
9798
|
+
# The scan type of the video source.
|
9799
|
+
# @return [String]
|
9800
|
+
#
|
9801
|
+
# @!attribute [rw] width
|
9802
|
+
# The width of the video source, in pixels.
|
9803
|
+
# @return [Integer]
|
9804
|
+
#
|
9805
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdSettings AWS API Documentation
|
9806
|
+
#
|
9807
|
+
class InputDeviceUhdSettings < Struct.new(
|
9808
|
+
:active_input,
|
9809
|
+
:configured_input,
|
9810
|
+
:device_state,
|
9811
|
+
:framerate,
|
9812
|
+
:height,
|
9813
|
+
:max_bitrate,
|
9814
|
+
:scan_type,
|
9815
|
+
:width)
|
9484
9816
|
SENSITIVE = []
|
9485
9817
|
include Aws::Structure
|
9486
9818
|
end
|
@@ -9584,6 +9916,29 @@ module Aws::MediaLive
|
|
9584
9916
|
include Aws::Structure
|
9585
9917
|
end
|
9586
9918
|
|
9919
|
+
# MediaLive will perform a failover if content is not detected in this
|
9920
|
+
# input for the specified period.
|
9921
|
+
#
|
9922
|
+
# @note When making an API call, you may pass InputLossFailoverSettings
|
9923
|
+
# data as a hash:
|
9924
|
+
#
|
9925
|
+
# {
|
9926
|
+
# input_loss_threshold_msec: 1,
|
9927
|
+
# }
|
9928
|
+
#
|
9929
|
+
# @!attribute [rw] input_loss_threshold_msec
|
9930
|
+
# The amount of time (in milliseconds) that no input is detected.
|
9931
|
+
# After that time, an input failover will occur.
|
9932
|
+
# @return [Integer]
|
9933
|
+
#
|
9934
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputLossFailoverSettings AWS API Documentation
|
9935
|
+
#
|
9936
|
+
class InputLossFailoverSettings < Struct.new(
|
9937
|
+
:input_loss_threshold_msec)
|
9938
|
+
SENSITIVE = []
|
9939
|
+
include Aws::Structure
|
9940
|
+
end
|
9941
|
+
|
9587
9942
|
# Action to prepare an input for a future immediate input switch.
|
9588
9943
|
#
|
9589
9944
|
# @note When making an API call, you may pass InputPrepareScheduleActionSettings
|
@@ -12913,6 +13268,7 @@ module Aws::MediaLive
|
|
12913
13268
|
# destination_ref_id: "__string",
|
12914
13269
|
# },
|
12915
13270
|
# directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
|
13271
|
+
# discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
|
12916
13272
|
# encryption_type: "AES128", # accepts AES128, SAMPLE_AES
|
12917
13273
|
# hls_cdn_settings: {
|
12918
13274
|
# hls_akamai_settings: {
|
@@ -12947,6 +13303,7 @@ module Aws::MediaLive
|
|
12947
13303
|
# },
|
12948
13304
|
# hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
12949
13305
|
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
13306
|
+
# incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
|
12950
13307
|
# index_n_segments: 1,
|
12951
13308
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
12952
13309
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
@@ -13012,6 +13369,7 @@ module Aws::MediaLive
|
|
13012
13369
|
# multiplex_group_settings: {
|
13013
13370
|
# },
|
13014
13371
|
# rtmp_group_settings: {
|
13372
|
+
# ad_markers: ["ON_CUE_POINT_SCTE35"], # accepts ON_CUE_POINT_SCTE35
|
13015
13373
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
13016
13374
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
13017
13375
|
# cache_length: 1,
|
@@ -13305,6 +13663,7 @@ module Aws::MediaLive
|
|
13305
13663
|
# destination_ref_id: "__string",
|
13306
13664
|
# },
|
13307
13665
|
# directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
|
13666
|
+
# discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
|
13308
13667
|
# encryption_type: "AES128", # accepts AES128, SAMPLE_AES
|
13309
13668
|
# hls_cdn_settings: {
|
13310
13669
|
# hls_akamai_settings: {
|
@@ -13339,6 +13698,7 @@ module Aws::MediaLive
|
|
13339
13698
|
# },
|
13340
13699
|
# hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
13341
13700
|
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
13701
|
+
# incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
|
13342
13702
|
# index_n_segments: 1,
|
13343
13703
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
13344
13704
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
@@ -13404,6 +13764,7 @@ module Aws::MediaLive
|
|
13404
13764
|
# multiplex_group_settings: {
|
13405
13765
|
# },
|
13406
13766
|
# rtmp_group_settings: {
|
13767
|
+
# ad_markers: ["ON_CUE_POINT_SCTE35"], # accepts ON_CUE_POINT_SCTE35
|
13407
13768
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
13408
13769
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
13409
13770
|
# cache_length: 1,
|
@@ -14218,6 +14579,7 @@ module Aws::MediaLive
|
|
14218
14579
|
# data as a hash:
|
14219
14580
|
#
|
14220
14581
|
# {
|
14582
|
+
# ad_markers: ["ON_CUE_POINT_SCTE35"], # accepts ON_CUE_POINT_SCTE35
|
14221
14583
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
14222
14584
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
14223
14585
|
# cache_length: 1,
|
@@ -14226,6 +14588,12 @@ module Aws::MediaLive
|
|
14226
14588
|
# restart_delay: 1,
|
14227
14589
|
# }
|
14228
14590
|
#
|
14591
|
+
# @!attribute [rw] ad_markers
|
14592
|
+
# Choose the ad marker type for this output group. MediaLive will
|
14593
|
+
# create a message based on the content of each SCTE-35 message,
|
14594
|
+
# format it for that marker type, and insert it in the datastream.
|
14595
|
+
# @return [Array<String>]
|
14596
|
+
#
|
14229
14597
|
# @!attribute [rw] authentication_scheme
|
14230
14598
|
# Authentication scheme to use when connecting with CDN
|
14231
14599
|
# @return [String]
|
@@ -14270,6 +14638,7 @@ module Aws::MediaLive
|
|
14270
14638
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RtmpGroupSettings AWS API Documentation
|
14271
14639
|
#
|
14272
14640
|
class RtmpGroupSettings < Struct.new(
|
14641
|
+
:ad_markers,
|
14273
14642
|
:authentication_scheme,
|
14274
14643
|
:cache_full_behavior,
|
14275
14644
|
:cache_length,
|
@@ -15297,6 +15666,12 @@ module Aws::MediaLive
|
|
15297
15666
|
# @!attribute [rw] tags
|
15298
15667
|
# @return [Hash<String,String>]
|
15299
15668
|
#
|
15669
|
+
# @!attribute [rw] vpc
|
15670
|
+
# The properties for a private VPC Output When this property is
|
15671
|
+
# specified, the output egress addresses will be created in a user
|
15672
|
+
# specified VPC
|
15673
|
+
# @return [Types::VpcOutputSettings]
|
15674
|
+
#
|
15300
15675
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannelResponse AWS API Documentation
|
15301
15676
|
#
|
15302
15677
|
class StartChannelResponse < Struct.new(
|
@@ -15315,7 +15690,8 @@ module Aws::MediaLive
|
|
15315
15690
|
:pipelines_running_count,
|
15316
15691
|
:role_arn,
|
15317
15692
|
:state,
|
15318
|
-
:tags
|
15693
|
+
:tags,
|
15694
|
+
:vpc)
|
15319
15695
|
SENSITIVE = []
|
15320
15696
|
include Aws::Structure
|
15321
15697
|
end
|
@@ -15643,6 +16019,12 @@ module Aws::MediaLive
|
|
15643
16019
|
# @!attribute [rw] tags
|
15644
16020
|
# @return [Hash<String,String>]
|
15645
16021
|
#
|
16022
|
+
# @!attribute [rw] vpc
|
16023
|
+
# The properties for a private VPC Output When this property is
|
16024
|
+
# specified, the output egress addresses will be created in a user
|
16025
|
+
# specified VPC
|
16026
|
+
# @return [Types::VpcOutputSettings]
|
16027
|
+
#
|
15646
16028
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannelResponse AWS API Documentation
|
15647
16029
|
#
|
15648
16030
|
class StopChannelResponse < Struct.new(
|
@@ -15661,7 +16043,8 @@ module Aws::MediaLive
|
|
15661
16043
|
:pipelines_running_count,
|
15662
16044
|
:role_arn,
|
15663
16045
|
:state,
|
15664
|
-
:tags
|
16046
|
+
:tags,
|
16047
|
+
:vpc)
|
15665
16048
|
SENSITIVE = []
|
15666
16049
|
include Aws::Structure
|
15667
16050
|
end
|
@@ -16680,6 +17063,7 @@ module Aws::MediaLive
|
|
16680
17063
|
# destination_ref_id: "__string",
|
16681
17064
|
# },
|
16682
17065
|
# directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
|
17066
|
+
# discontinuity_tags: "INSERT", # accepts INSERT, NEVER_INSERT
|
16683
17067
|
# encryption_type: "AES128", # accepts AES128, SAMPLE_AES
|
16684
17068
|
# hls_cdn_settings: {
|
16685
17069
|
# hls_akamai_settings: {
|
@@ -16714,6 +17098,7 @@ module Aws::MediaLive
|
|
16714
17098
|
# },
|
16715
17099
|
# hls_id_3_segment_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
16716
17100
|
# i_frame_only_playlists: "DISABLED", # accepts DISABLED, STANDARD
|
17101
|
+
# incomplete_segment_behavior: "AUTO", # accepts AUTO, SUPPRESS
|
16717
17102
|
# index_n_segments: 1,
|
16718
17103
|
# input_loss_action: "EMIT_OUTPUT", # accepts EMIT_OUTPUT, PAUSE_OUTPUT
|
16719
17104
|
# iv_in_manifest: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
@@ -16779,6 +17164,7 @@ module Aws::MediaLive
|
|
16779
17164
|
# multiplex_group_settings: {
|
16780
17165
|
# },
|
16781
17166
|
# rtmp_group_settings: {
|
17167
|
+
# ad_markers: ["ON_CUE_POINT_SCTE35"], # accepts ON_CUE_POINT_SCTE35
|
16782
17168
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
16783
17169
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
16784
17170
|
# cache_length: 1,
|
@@ -17160,6 +17546,24 @@ module Aws::MediaLive
|
|
17160
17546
|
# input_attachments: [
|
17161
17547
|
# {
|
17162
17548
|
# automatic_input_failover_settings: {
|
17549
|
+
# error_clear_time_msec: 1,
|
17550
|
+
# failover_conditions: [
|
17551
|
+
# {
|
17552
|
+
# failover_condition_settings: {
|
17553
|
+
# audio_silence_settings: {
|
17554
|
+
# audio_selector_name: "__string", # required
|
17555
|
+
# audio_silence_threshold_msec: 1,
|
17556
|
+
# },
|
17557
|
+
# input_loss_settings: {
|
17558
|
+
# input_loss_threshold_msec: 1,
|
17559
|
+
# },
|
17560
|
+
# video_black_settings: {
|
17561
|
+
# black_detect_threshold: 1.0,
|
17562
|
+
# video_black_threshold_msec: 1,
|
17563
|
+
# },
|
17564
|
+
# },
|
17565
|
+
# },
|
17566
|
+
# ],
|
17163
17567
|
# input_preference: "EQUAL_INPUT_PREFERENCE", # accepts EQUAL_INPUT_PREFERENCE, PRIMARY_INPUT_PREFERRED
|
17164
17568
|
# secondary_input_id: "__string", # required
|
17165
17569
|
# },
|
@@ -17380,18 +17784,23 @@ module Aws::MediaLive
|
|
17380
17784
|
# Updates an input device.
|
17381
17785
|
#
|
17382
17786
|
# @!attribute [rw] hd_device_settings
|
17383
|
-
# The settings that you want to apply to the input device.
|
17787
|
+
# The settings that you want to apply to the HD input device.
|
17384
17788
|
# @return [Types::InputDeviceConfigurableSettings]
|
17385
17789
|
#
|
17386
17790
|
# @!attribute [rw] name
|
17387
17791
|
# The name that you assigned to this input device (not the unique ID).
|
17388
17792
|
# @return [String]
|
17389
17793
|
#
|
17794
|
+
# @!attribute [rw] uhd_device_settings
|
17795
|
+
# The settings that you want to apply to the UHD input device.
|
17796
|
+
# @return [Types::InputDeviceConfigurableSettings]
|
17797
|
+
#
|
17390
17798
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
|
17391
17799
|
#
|
17392
17800
|
class UpdateInputDevice < Struct.new(
|
17393
17801
|
:hd_device_settings,
|
17394
|
-
:name
|
17802
|
+
:name,
|
17803
|
+
:uhd_device_settings)
|
17395
17804
|
SENSITIVE = []
|
17396
17805
|
include Aws::Structure
|
17397
17806
|
end
|
@@ -17406,6 +17815,10 @@ module Aws::MediaLive
|
|
17406
17815
|
# },
|
17407
17816
|
# input_device_id: "__string", # required
|
17408
17817
|
# name: "__string",
|
17818
|
+
# uhd_device_settings: {
|
17819
|
+
# configured_input: "AUTO", # accepts AUTO, HDMI, SDI
|
17820
|
+
# max_bitrate: 1,
|
17821
|
+
# },
|
17409
17822
|
# }
|
17410
17823
|
#
|
17411
17824
|
# @!attribute [rw] hd_device_settings
|
@@ -17418,12 +17831,17 @@ module Aws::MediaLive
|
|
17418
17831
|
# @!attribute [rw] name
|
17419
17832
|
# @return [String]
|
17420
17833
|
#
|
17834
|
+
# @!attribute [rw] uhd_device_settings
|
17835
|
+
# Configurable settings for the input device.
|
17836
|
+
# @return [Types::InputDeviceConfigurableSettings]
|
17837
|
+
#
|
17421
17838
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDeviceRequest AWS API Documentation
|
17422
17839
|
#
|
17423
17840
|
class UpdateInputDeviceRequest < Struct.new(
|
17424
17841
|
:hd_device_settings,
|
17425
17842
|
:input_device_id,
|
17426
|
-
:name
|
17843
|
+
:name,
|
17844
|
+
:uhd_device_settings)
|
17427
17845
|
SENSITIVE = []
|
17428
17846
|
include Aws::Structure
|
17429
17847
|
end
|
@@ -17444,6 +17862,10 @@ module Aws::MediaLive
|
|
17444
17862
|
# its configuration.
|
17445
17863
|
# @return [String]
|
17446
17864
|
#
|
17865
|
+
# @!attribute [rw] device_update_status
|
17866
|
+
# The status of software on the input device.
|
17867
|
+
# @return [String]
|
17868
|
+
#
|
17447
17869
|
# @!attribute [rw] hd_device_settings
|
17448
17870
|
# Settings that describe the active source from the input device, and
|
17449
17871
|
# the video characteristics of that source.
|
@@ -17470,19 +17892,26 @@ module Aws::MediaLive
|
|
17470
17892
|
# outputs resolutions up to 1080, choose "HD".
|
17471
17893
|
# @return [String]
|
17472
17894
|
#
|
17895
|
+
# @!attribute [rw] uhd_device_settings
|
17896
|
+
# Settings that describe the active source from the input device, and
|
17897
|
+
# the video characteristics of that source.
|
17898
|
+
# @return [Types::InputDeviceUhdSettings]
|
17899
|
+
#
|
17473
17900
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDeviceResponse AWS API Documentation
|
17474
17901
|
#
|
17475
17902
|
class UpdateInputDeviceResponse < Struct.new(
|
17476
17903
|
:arn,
|
17477
17904
|
:connection_state,
|
17478
17905
|
:device_settings_sync_state,
|
17906
|
+
:device_update_status,
|
17479
17907
|
:hd_device_settings,
|
17480
17908
|
:id,
|
17481
17909
|
:mac_address,
|
17482
17910
|
:name,
|
17483
17911
|
:network_settings,
|
17484
17912
|
:serial_number,
|
17485
|
-
:type
|
17913
|
+
:type,
|
17914
|
+
:uhd_device_settings)
|
17486
17915
|
SENSITIVE = []
|
17487
17916
|
include Aws::Structure
|
17488
17917
|
end
|
@@ -17873,6 +18302,42 @@ module Aws::MediaLive
|
|
17873
18302
|
include Aws::Structure
|
17874
18303
|
end
|
17875
18304
|
|
18305
|
+
# @note When making an API call, you may pass VideoBlackFailoverSettings
|
18306
|
+
# data as a hash:
|
18307
|
+
#
|
18308
|
+
# {
|
18309
|
+
# black_detect_threshold: 1.0,
|
18310
|
+
# video_black_threshold_msec: 1,
|
18311
|
+
# }
|
18312
|
+
#
|
18313
|
+
# @!attribute [rw] black_detect_threshold
|
18314
|
+
# A value used in calculating the threshold below which MediaLive
|
18315
|
+
# considers a pixel to be 'black'. For the input to be considered
|
18316
|
+
# black, every pixel in a frame must be below this threshold. The
|
18317
|
+
# threshold is calculated as a percentage (expressed as a decimal) of
|
18318
|
+
# white. Therefore .1 means 10% white (or 90% black). Note how the
|
18319
|
+
# formula works for any color depth. For example, if you set this
|
18320
|
+
# field to 0.1 in 10-bit color depth: (1023*0.1=102.3), which means a
|
18321
|
+
# pixel value of 102 or less is 'black'. If you set this field to .1
|
18322
|
+
# in an 8-bit color depth: (255*0.1=25.5), which means a pixel value
|
18323
|
+
# of 25 or less is 'black'. The range is 0.0 to 1.0, with any number
|
18324
|
+
# of decimal places.
|
18325
|
+
# @return [Float]
|
18326
|
+
#
|
18327
|
+
# @!attribute [rw] video_black_threshold_msec
|
18328
|
+
# The amount of time (in milliseconds) that the active input must be
|
18329
|
+
# black before automatic input failover occurs.
|
18330
|
+
# @return [Integer]
|
18331
|
+
#
|
18332
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VideoBlackFailoverSettings AWS API Documentation
|
18333
|
+
#
|
18334
|
+
class VideoBlackFailoverSettings < Struct.new(
|
18335
|
+
:black_detect_threshold,
|
18336
|
+
:video_black_threshold_msec)
|
18337
|
+
SENSITIVE = []
|
18338
|
+
include Aws::Structure
|
18339
|
+
end
|
18340
|
+
|
17876
18341
|
# Video Codec Settings
|
17877
18342
|
#
|
17878
18343
|
# @note When making an API call, you may pass VideoCodecSettings
|
@@ -18377,6 +18842,46 @@ module Aws::MediaLive
|
|
18377
18842
|
include Aws::Structure
|
18378
18843
|
end
|
18379
18844
|
|
18845
|
+
# The properties for a private VPC Output When this property is
|
18846
|
+
# specified, the output egress addresses will be created in a user
|
18847
|
+
# specified VPC
|
18848
|
+
#
|
18849
|
+
# @note When making an API call, you may pass VpcOutputSettings
|
18850
|
+
# data as a hash:
|
18851
|
+
#
|
18852
|
+
# {
|
18853
|
+
# public_address_allocation_ids: ["__string"],
|
18854
|
+
# security_group_ids: ["__string"],
|
18855
|
+
# subnet_ids: ["__string"], # required
|
18856
|
+
# }
|
18857
|
+
#
|
18858
|
+
# @!attribute [rw] public_address_allocation_ids
|
18859
|
+
# List of public address allocation ids to associate with ENIs that
|
18860
|
+
# will be created in Output VPC. Must specify one for
|
18861
|
+
# SINGLE\_PIPELINE, two for STANDARD channels
|
18862
|
+
# @return [Array<String>]
|
18863
|
+
#
|
18864
|
+
# @!attribute [rw] security_group_ids
|
18865
|
+
# A list of up to 5 EC2 VPC security group IDs to attach to the Output
|
18866
|
+
# VPC network interfaces. If none are specified then the VPC default
|
18867
|
+
# security group will be used
|
18868
|
+
# @return [Array<String>]
|
18869
|
+
#
|
18870
|
+
# @!attribute [rw] subnet_ids
|
18871
|
+
# A list of VPC subnet IDs from the same VPC. If STANDARD channel,
|
18872
|
+
# subnet IDs must be mapped to two unique availability zones (AZ).
|
18873
|
+
# @return [Array<String>]
|
18874
|
+
#
|
18875
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VpcOutputSettings AWS API Documentation
|
18876
|
+
#
|
18877
|
+
class VpcOutputSettings < Struct.new(
|
18878
|
+
:public_address_allocation_ids,
|
18879
|
+
:security_group_ids,
|
18880
|
+
:subnet_ids)
|
18881
|
+
SENSITIVE = []
|
18882
|
+
include Aws::Structure
|
18883
|
+
end
|
18884
|
+
|
18380
18885
|
# Wav Settings
|
18381
18886
|
#
|
18382
18887
|
# @note When making an API call, you may pass WavSettings
|