aws-sdk-medialive 1.49.0 → 1.54.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 -3
- data/lib/aws-sdk-medialive/client.rb +274 -41
- data/lib/aws-sdk-medialive/client_api.rb +184 -3
- data/lib/aws-sdk-medialive/types.rb +563 -46
- metadata +2 -2
@@ -27,6 +27,7 @@ module Aws::MediaLive
|
|
27
27
|
Ac3LfeFilter = Shapes::StringShape.new(name: 'Ac3LfeFilter')
|
28
28
|
Ac3MetadataControl = Shapes::StringShape.new(name: 'Ac3MetadataControl')
|
29
29
|
Ac3Settings = Shapes::StructureShape.new(name: 'Ac3Settings')
|
30
|
+
AcceptHeader = Shapes::StringShape.new(name: 'AcceptHeader')
|
30
31
|
AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
|
31
32
|
AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
|
32
33
|
ArchiveContainerSettings = Shapes::StructureShape.new(name: 'ArchiveContainerSettings')
|
@@ -61,10 +62,24 @@ module Aws::MediaLive
|
|
61
62
|
AvailSettings = Shapes::StructureShape.new(name: 'AvailSettings')
|
62
63
|
BadGatewayException = Shapes::StructureShape.new(name: 'BadGatewayException')
|
63
64
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
65
|
+
BatchDelete = Shapes::StructureShape.new(name: 'BatchDelete')
|
66
|
+
BatchDeleteRequest = Shapes::StructureShape.new(name: 'BatchDeleteRequest')
|
67
|
+
BatchDeleteResponse = Shapes::StructureShape.new(name: 'BatchDeleteResponse')
|
68
|
+
BatchDeleteResultModel = Shapes::StructureShape.new(name: 'BatchDeleteResultModel')
|
69
|
+
BatchFailedResultModel = Shapes::StructureShape.new(name: 'BatchFailedResultModel')
|
64
70
|
BatchScheduleActionCreateRequest = Shapes::StructureShape.new(name: 'BatchScheduleActionCreateRequest')
|
65
71
|
BatchScheduleActionCreateResult = Shapes::StructureShape.new(name: 'BatchScheduleActionCreateResult')
|
66
72
|
BatchScheduleActionDeleteRequest = Shapes::StructureShape.new(name: 'BatchScheduleActionDeleteRequest')
|
67
73
|
BatchScheduleActionDeleteResult = Shapes::StructureShape.new(name: 'BatchScheduleActionDeleteResult')
|
74
|
+
BatchStart = Shapes::StructureShape.new(name: 'BatchStart')
|
75
|
+
BatchStartRequest = Shapes::StructureShape.new(name: 'BatchStartRequest')
|
76
|
+
BatchStartResponse = Shapes::StructureShape.new(name: 'BatchStartResponse')
|
77
|
+
BatchStartResultModel = Shapes::StructureShape.new(name: 'BatchStartResultModel')
|
78
|
+
BatchStop = Shapes::StructureShape.new(name: 'BatchStop')
|
79
|
+
BatchStopRequest = Shapes::StructureShape.new(name: 'BatchStopRequest')
|
80
|
+
BatchStopResponse = Shapes::StructureShape.new(name: 'BatchStopResponse')
|
81
|
+
BatchStopResultModel = Shapes::StructureShape.new(name: 'BatchStopResultModel')
|
82
|
+
BatchSuccessfulResultModel = Shapes::StructureShape.new(name: 'BatchSuccessfulResultModel')
|
68
83
|
BatchUpdateScheduleRequest = Shapes::StructureShape.new(name: 'BatchUpdateScheduleRequest')
|
69
84
|
BatchUpdateScheduleResponse = Shapes::StructureShape.new(name: 'BatchUpdateScheduleResponse')
|
70
85
|
BatchUpdateScheduleResult = Shapes::StructureShape.new(name: 'BatchUpdateScheduleResult')
|
@@ -91,6 +106,7 @@ module Aws::MediaLive
|
|
91
106
|
ChannelSummary = Shapes::StructureShape.new(name: 'ChannelSummary')
|
92
107
|
ColorSpacePassthroughSettings = Shapes::StructureShape.new(name: 'ColorSpacePassthroughSettings')
|
93
108
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
109
|
+
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
94
110
|
CreateChannel = Shapes::StructureShape.new(name: 'CreateChannel')
|
95
111
|
CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
|
96
112
|
CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
|
@@ -130,6 +146,8 @@ module Aws::MediaLive
|
|
130
146
|
DescribeChannelResponse = Shapes::StructureShape.new(name: 'DescribeChannelResponse')
|
131
147
|
DescribeInputDeviceRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceRequest')
|
132
148
|
DescribeInputDeviceResponse = Shapes::StructureShape.new(name: 'DescribeInputDeviceResponse')
|
149
|
+
DescribeInputDeviceThumbnailRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceThumbnailRequest')
|
150
|
+
DescribeInputDeviceThumbnailResponse = Shapes::StructureShape.new(name: 'DescribeInputDeviceThumbnailResponse')
|
133
151
|
DescribeInputRequest = Shapes::StructureShape.new(name: 'DescribeInputRequest')
|
134
152
|
DescribeInputResponse = Shapes::StructureShape.new(name: 'DescribeInputResponse')
|
135
153
|
DescribeInputSecurityGroupRequest = Shapes::StructureShape.new(name: 'DescribeInputSecurityGroupRequest')
|
@@ -172,6 +190,9 @@ module Aws::MediaLive
|
|
172
190
|
Eac3StereoDownmix = Shapes::StringShape.new(name: 'Eac3StereoDownmix')
|
173
191
|
Eac3SurroundExMode = Shapes::StringShape.new(name: 'Eac3SurroundExMode')
|
174
192
|
Eac3SurroundMode = Shapes::StringShape.new(name: 'Eac3SurroundMode')
|
193
|
+
EbuTtDDestinationSettings = Shapes::StructureShape.new(name: 'EbuTtDDestinationSettings')
|
194
|
+
EbuTtDDestinationStyleControl = Shapes::StringShape.new(name: 'EbuTtDDestinationStyleControl')
|
195
|
+
EbuTtDFillLineGapControl = Shapes::StringShape.new(name: 'EbuTtDFillLineGapControl')
|
175
196
|
EmbeddedConvert608To708 = Shapes::StringShape.new(name: 'EmbeddedConvert608To708')
|
176
197
|
EmbeddedDestinationSettings = Shapes::StructureShape.new(name: 'EmbeddedDestinationSettings')
|
177
198
|
EmbeddedPlusScte20DestinationSettings = Shapes::StructureShape.new(name: 'EmbeddedPlusScte20DestinationSettings')
|
@@ -229,6 +250,7 @@ module Aws::MediaLive
|
|
229
250
|
H265AlternativeTransferFunction = Shapes::StringShape.new(name: 'H265AlternativeTransferFunction')
|
230
251
|
H265ColorMetadata = Shapes::StringShape.new(name: 'H265ColorMetadata')
|
231
252
|
H265ColorSpaceSettings = Shapes::StructureShape.new(name: 'H265ColorSpaceSettings')
|
253
|
+
H265FilterSettings = Shapes::StructureShape.new(name: 'H265FilterSettings')
|
232
254
|
H265FlickerAq = Shapes::StringShape.new(name: 'H265FlickerAq')
|
233
255
|
H265GopSizeUnits = Shapes::StringShape.new(name: 'H265GopSizeUnits')
|
234
256
|
H265Level = Shapes::StringShape.new(name: 'H265Level')
|
@@ -302,6 +324,7 @@ module Aws::MediaLive
|
|
302
324
|
InputDeviceSettings = Shapes::StructureShape.new(name: 'InputDeviceSettings')
|
303
325
|
InputDeviceState = Shapes::StringShape.new(name: 'InputDeviceState')
|
304
326
|
InputDeviceSummary = Shapes::StructureShape.new(name: 'InputDeviceSummary')
|
327
|
+
InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
|
305
328
|
InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
|
306
329
|
InputFilter = Shapes::StringShape.new(name: 'InputFilter')
|
307
330
|
InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
|
@@ -626,12 +649,15 @@ module Aws::MediaLive
|
|
626
649
|
__integerMin4Max20 = Shapes::IntegerShape.new(name: '__integerMin4Max20')
|
627
650
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
628
651
|
__integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
|
652
|
+
__integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
|
629
653
|
__integerMinNegative60Max6 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max6')
|
630
654
|
__integerMinNegative60Max60 = Shapes::IntegerShape.new(name: '__integerMinNegative60Max60')
|
631
655
|
__listOfAudioChannelMapping = Shapes::ListShape.new(name: '__listOfAudioChannelMapping')
|
632
656
|
__listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
|
633
657
|
__listOfAudioSelector = Shapes::ListShape.new(name: '__listOfAudioSelector')
|
634
658
|
__listOfAudioTrack = Shapes::ListShape.new(name: '__listOfAudioTrack')
|
659
|
+
__listOfBatchFailedResultModel = Shapes::ListShape.new(name: '__listOfBatchFailedResultModel')
|
660
|
+
__listOfBatchSuccessfulResultModel = Shapes::ListShape.new(name: '__listOfBatchSuccessfulResultModel')
|
635
661
|
__listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
|
636
662
|
__listOfCaptionLanguageMapping = Shapes::ListShape.new(name: '__listOfCaptionLanguageMapping')
|
637
663
|
__listOfCaptionSelector = Shapes::ListShape.new(name: '__listOfCaptionSelector')
|
@@ -681,10 +707,12 @@ module Aws::MediaLive
|
|
681
707
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
682
708
|
__stringMin1Max255 = Shapes::StringShape.new(name: '__stringMin1Max255')
|
683
709
|
__stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
|
710
|
+
__stringMin1Max35 = Shapes::StringShape.new(name: '__stringMin1Max35')
|
684
711
|
__stringMin32Max32 = Shapes::StringShape.new(name: '__stringMin32Max32')
|
685
712
|
__stringMin34Max34 = Shapes::StringShape.new(name: '__stringMin34Max34')
|
686
713
|
__stringMin3Max3 = Shapes::StringShape.new(name: '__stringMin3Max3')
|
687
714
|
__stringMin6Max6 = Shapes::StringShape.new(name: '__stringMin6Max6')
|
715
|
+
__timestamp = Shapes::TimestampShape.new(name: '__timestamp')
|
688
716
|
__timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
|
689
717
|
__timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
|
690
718
|
|
@@ -743,7 +771,7 @@ module Aws::MediaLive
|
|
743
771
|
AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: AudioType, location_name: "audioType"))
|
744
772
|
AudioDescription.add_member(:audio_type_control, Shapes::ShapeRef.new(shape: AudioDescriptionAudioTypeControl, location_name: "audioTypeControl"))
|
745
773
|
AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
|
746
|
-
AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape:
|
774
|
+
AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __stringMin1Max35, location_name: "languageCode"))
|
747
775
|
AudioDescription.add_member(:language_code_control, Shapes::ShapeRef.new(shape: AudioDescriptionLanguageCodeControl, location_name: "languageCodeControl"))
|
748
776
|
AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
749
777
|
AudioDescription.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
|
@@ -804,6 +832,32 @@ module Aws::MediaLive
|
|
804
832
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
805
833
|
BadRequestException.struct_class = Types::BadRequestException
|
806
834
|
|
835
|
+
BatchDelete.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
836
|
+
BatchDelete.add_member(:input_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputIds"))
|
837
|
+
BatchDelete.add_member(:input_security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroupIds"))
|
838
|
+
BatchDelete.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
839
|
+
BatchDelete.struct_class = Types::BatchDelete
|
840
|
+
|
841
|
+
BatchDeleteRequest.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
842
|
+
BatchDeleteRequest.add_member(:input_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputIds"))
|
843
|
+
BatchDeleteRequest.add_member(:input_security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroupIds"))
|
844
|
+
BatchDeleteRequest.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
845
|
+
BatchDeleteRequest.struct_class = Types::BatchDeleteRequest
|
846
|
+
|
847
|
+
BatchDeleteResponse.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
848
|
+
BatchDeleteResponse.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
849
|
+
BatchDeleteResponse.struct_class = Types::BatchDeleteResponse
|
850
|
+
|
851
|
+
BatchDeleteResultModel.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
852
|
+
BatchDeleteResultModel.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
853
|
+
BatchDeleteResultModel.struct_class = Types::BatchDeleteResultModel
|
854
|
+
|
855
|
+
BatchFailedResultModel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
856
|
+
BatchFailedResultModel.add_member(:code, Shapes::ShapeRef.new(shape: __string, location_name: "code"))
|
857
|
+
BatchFailedResultModel.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
858
|
+
BatchFailedResultModel.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
859
|
+
BatchFailedResultModel.struct_class = Types::BatchFailedResultModel
|
860
|
+
|
807
861
|
BatchScheduleActionCreateRequest.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
|
808
862
|
BatchScheduleActionCreateRequest.struct_class = Types::BatchScheduleActionCreateRequest
|
809
863
|
|
@@ -816,6 +870,43 @@ module Aws::MediaLive
|
|
816
870
|
BatchScheduleActionDeleteResult.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
|
817
871
|
BatchScheduleActionDeleteResult.struct_class = Types::BatchScheduleActionDeleteResult
|
818
872
|
|
873
|
+
BatchStart.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
874
|
+
BatchStart.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
875
|
+
BatchStart.struct_class = Types::BatchStart
|
876
|
+
|
877
|
+
BatchStartRequest.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
878
|
+
BatchStartRequest.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
879
|
+
BatchStartRequest.struct_class = Types::BatchStartRequest
|
880
|
+
|
881
|
+
BatchStartResponse.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
882
|
+
BatchStartResponse.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
883
|
+
BatchStartResponse.struct_class = Types::BatchStartResponse
|
884
|
+
|
885
|
+
BatchStartResultModel.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
886
|
+
BatchStartResultModel.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
887
|
+
BatchStartResultModel.struct_class = Types::BatchStartResultModel
|
888
|
+
|
889
|
+
BatchStop.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
890
|
+
BatchStop.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
891
|
+
BatchStop.struct_class = Types::BatchStop
|
892
|
+
|
893
|
+
BatchStopRequest.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
894
|
+
BatchStopRequest.add_member(:multiplex_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "multiplexIds"))
|
895
|
+
BatchStopRequest.struct_class = Types::BatchStopRequest
|
896
|
+
|
897
|
+
BatchStopResponse.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
898
|
+
BatchStopResponse.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
899
|
+
BatchStopResponse.struct_class = Types::BatchStopResponse
|
900
|
+
|
901
|
+
BatchStopResultModel.add_member(:failed, Shapes::ShapeRef.new(shape: __listOfBatchFailedResultModel, location_name: "failed"))
|
902
|
+
BatchStopResultModel.add_member(:successful, Shapes::ShapeRef.new(shape: __listOfBatchSuccessfulResultModel, location_name: "successful"))
|
903
|
+
BatchStopResultModel.struct_class = Types::BatchStopResultModel
|
904
|
+
|
905
|
+
BatchSuccessfulResultModel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
906
|
+
BatchSuccessfulResultModel.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
907
|
+
BatchSuccessfulResultModel.add_member(:state, Shapes::ShapeRef.new(shape: __string, location_name: "state"))
|
908
|
+
BatchSuccessfulResultModel.struct_class = Types::BatchSuccessfulResultModel
|
909
|
+
|
819
910
|
BatchUpdateScheduleRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
|
820
911
|
BatchUpdateScheduleRequest.add_member(:creates, Shapes::ShapeRef.new(shape: BatchScheduleActionCreateRequest, location_name: "creates"))
|
821
912
|
BatchUpdateScheduleRequest.add_member(:deletes, Shapes::ShapeRef.new(shape: BatchScheduleActionDeleteRequest, location_name: "deletes"))
|
@@ -865,6 +956,7 @@ module Aws::MediaLive
|
|
865
956
|
CaptionDestinationSettings.add_member(:arib_destination_settings, Shapes::ShapeRef.new(shape: AribDestinationSettings, location_name: "aribDestinationSettings"))
|
866
957
|
CaptionDestinationSettings.add_member(:burn_in_destination_settings, Shapes::ShapeRef.new(shape: BurnInDestinationSettings, location_name: "burnInDestinationSettings"))
|
867
958
|
CaptionDestinationSettings.add_member(:dvb_sub_destination_settings, Shapes::ShapeRef.new(shape: DvbSubDestinationSettings, location_name: "dvbSubDestinationSettings"))
|
959
|
+
CaptionDestinationSettings.add_member(:ebu_tt_d_destination_settings, Shapes::ShapeRef.new(shape: EbuTtDDestinationSettings, location_name: "ebuTtDDestinationSettings"))
|
868
960
|
CaptionDestinationSettings.add_member(:embedded_destination_settings, Shapes::ShapeRef.new(shape: EmbeddedDestinationSettings, location_name: "embeddedDestinationSettings"))
|
869
961
|
CaptionDestinationSettings.add_member(:embedded_plus_scte_20_destination_settings, Shapes::ShapeRef.new(shape: EmbeddedPlusScte20DestinationSettings, location_name: "embeddedPlusScte20DestinationSettings"))
|
870
962
|
CaptionDestinationSettings.add_member(:rtmp_caption_info_destination_settings, Shapes::ShapeRef.new(shape: RtmpCaptionInfoDestinationSettings, location_name: "rtmpCaptionInfoDestinationSettings"))
|
@@ -1175,6 +1267,19 @@ module Aws::MediaLive
|
|
1175
1267
|
DescribeInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1176
1268
|
DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
|
1177
1269
|
|
1270
|
+
DescribeInputDeviceThumbnailRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
1271
|
+
DescribeInputDeviceThumbnailRequest.add_member(:accept, Shapes::ShapeRef.new(shape: AcceptHeader, required: true, location: "header", location_name: "accept"))
|
1272
|
+
DescribeInputDeviceThumbnailRequest.struct_class = Types::DescribeInputDeviceThumbnailRequest
|
1273
|
+
|
1274
|
+
DescribeInputDeviceThumbnailResponse.add_member(:body, Shapes::ShapeRef.new(shape: InputDeviceThumbnail, location_name: "body"))
|
1275
|
+
DescribeInputDeviceThumbnailResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location: "header", location_name: "Content-Type"))
|
1276
|
+
DescribeInputDeviceThumbnailResponse.add_member(:content_length, Shapes::ShapeRef.new(shape: __long, location: "header", location_name: "Content-Length"))
|
1277
|
+
DescribeInputDeviceThumbnailResponse.add_member(:etag, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "ETag"))
|
1278
|
+
DescribeInputDeviceThumbnailResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestamp, location: "header", location_name: "Last-Modified"))
|
1279
|
+
DescribeInputDeviceThumbnailResponse.struct_class = Types::DescribeInputDeviceThumbnailResponse
|
1280
|
+
DescribeInputDeviceThumbnailResponse[:payload] = :body
|
1281
|
+
DescribeInputDeviceThumbnailResponse[:payload_member] = DescribeInputDeviceThumbnailResponse.member(:body)
|
1282
|
+
|
1178
1283
|
DescribeInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
|
1179
1284
|
DescribeInputRequest.struct_class = Types::DescribeInputRequest
|
1180
1285
|
|
@@ -1337,6 +1442,11 @@ module Aws::MediaLive
|
|
1337
1442
|
Eac3Settings.add_member(:surround_mode, Shapes::ShapeRef.new(shape: Eac3SurroundMode, location_name: "surroundMode"))
|
1338
1443
|
Eac3Settings.struct_class = Types::Eac3Settings
|
1339
1444
|
|
1445
|
+
EbuTtDDestinationSettings.add_member(:fill_line_gap, Shapes::ShapeRef.new(shape: EbuTtDFillLineGapControl, location_name: "fillLineGap"))
|
1446
|
+
EbuTtDDestinationSettings.add_member(:font_family, Shapes::ShapeRef.new(shape: __string, location_name: "fontFamily"))
|
1447
|
+
EbuTtDDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: EbuTtDDestinationStyleControl, location_name: "styleControl"))
|
1448
|
+
EbuTtDDestinationSettings.struct_class = Types::EbuTtDDestinationSettings
|
1449
|
+
|
1340
1450
|
EmbeddedDestinationSettings.struct_class = Types::EmbeddedDestinationSettings
|
1341
1451
|
|
1342
1452
|
EmbeddedPlusScte20DestinationSettings.struct_class = Types::EmbeddedPlusScte20DestinationSettings
|
@@ -1441,7 +1551,7 @@ module Aws::MediaLive
|
|
1441
1551
|
H264Settings.add_member(:num_ref_frames, Shapes::ShapeRef.new(shape: __integerMin1Max6, location_name: "numRefFrames"))
|
1442
1552
|
H264Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H264ParControl, location_name: "parControl"))
|
1443
1553
|
H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
|
1444
|
-
H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape:
|
1554
|
+
H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parNumerator"))
|
1445
1555
|
H264Settings.add_member(:profile, Shapes::ShapeRef.new(shape: H264Profile, location_name: "profile"))
|
1446
1556
|
H264Settings.add_member(:quality_level, Shapes::ShapeRef.new(shape: H264QualityLevel, location_name: "qualityLevel"))
|
1447
1557
|
H264Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
@@ -1463,6 +1573,9 @@ module Aws::MediaLive
|
|
1463
1573
|
H265ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
|
1464
1574
|
H265ColorSpaceSettings.struct_class = Types::H265ColorSpaceSettings
|
1465
1575
|
|
1576
|
+
H265FilterSettings.add_member(:temporal_filter_settings, Shapes::ShapeRef.new(shape: TemporalFilterSettings, location_name: "temporalFilterSettings"))
|
1577
|
+
H265FilterSettings.struct_class = Types::H265FilterSettings
|
1578
|
+
|
1466
1579
|
H265Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H265AdaptiveQuantization, location_name: "adaptiveQuantization"))
|
1467
1580
|
H265Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
|
1468
1581
|
H265Settings.add_member(:alternative_transfer_function, Shapes::ShapeRef.new(shape: H265AlternativeTransferFunction, location_name: "alternativeTransferFunction"))
|
@@ -1470,6 +1583,7 @@ module Aws::MediaLive
|
|
1470
1583
|
H265Settings.add_member(:buf_size, Shapes::ShapeRef.new(shape: __integerMin100000Max80000000, location_name: "bufSize"))
|
1471
1584
|
H265Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: H265ColorMetadata, location_name: "colorMetadata"))
|
1472
1585
|
H265Settings.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: H265ColorSpaceSettings, location_name: "colorSpaceSettings"))
|
1586
|
+
H265Settings.add_member(:filter_settings, Shapes::ShapeRef.new(shape: H265FilterSettings, location_name: "filterSettings"))
|
1473
1587
|
H265Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
|
1474
1588
|
H265Settings.add_member(:flicker_aq, Shapes::ShapeRef.new(shape: H265FlickerAq, location_name: "flickerAq"))
|
1475
1589
|
H265Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max3003, required: true, location_name: "framerateDenominator"))
|
@@ -1711,7 +1825,7 @@ module Aws::MediaLive
|
|
1711
1825
|
InputLossBehavior.add_member(:repeat_frame_msec, Shapes::ShapeRef.new(shape: __integerMin0Max1000000, location_name: "repeatFrameMsec"))
|
1712
1826
|
InputLossBehavior.struct_class = Types::InputLossBehavior
|
1713
1827
|
|
1714
|
-
InputPrepareScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string,
|
1828
|
+
InputPrepareScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, location_name: "inputAttachmentNameReference"))
|
1715
1829
|
InputPrepareScheduleActionSettings.add_member(:input_clipping_settings, Shapes::ShapeRef.new(shape: InputClippingSettings, location_name: "inputClippingSettings"))
|
1716
1830
|
InputPrepareScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
|
1717
1831
|
InputPrepareScheduleActionSettings.struct_class = Types::InputPrepareScheduleActionSettings
|
@@ -2687,6 +2801,10 @@ module Aws::MediaLive
|
|
2687
2801
|
|
2688
2802
|
__listOfAudioTrack.member = Shapes::ShapeRef.new(shape: AudioTrack)
|
2689
2803
|
|
2804
|
+
__listOfBatchFailedResultModel.member = Shapes::ShapeRef.new(shape: BatchFailedResultModel)
|
2805
|
+
|
2806
|
+
__listOfBatchSuccessfulResultModel.member = Shapes::ShapeRef.new(shape: BatchSuccessfulResultModel)
|
2807
|
+
|
2690
2808
|
__listOfCaptionDescription.member = Shapes::ShapeRef.new(shape: CaptionDescription)
|
2691
2809
|
|
2692
2810
|
__listOfCaptionLanguageMapping.member = Shapes::ShapeRef.new(shape: CaptionLanguageMapping)
|
@@ -2784,6 +2902,54 @@ module Aws::MediaLive
|
|
2784
2902
|
"uid" => "medialive-2017-10-14",
|
2785
2903
|
}
|
2786
2904
|
|
2905
|
+
api.add_operation(:batch_delete, Seahorse::Model::Operation.new.tap do |o|
|
2906
|
+
o.name = "BatchDelete"
|
2907
|
+
o.http_method = "POST"
|
2908
|
+
o.http_request_uri = "/prod/batch/delete"
|
2909
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDeleteRequest)
|
2910
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDeleteResponse)
|
2911
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2912
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2913
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2914
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2915
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2916
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2917
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2918
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2919
|
+
end)
|
2920
|
+
|
2921
|
+
api.add_operation(:batch_start, Seahorse::Model::Operation.new.tap do |o|
|
2922
|
+
o.name = "BatchStart"
|
2923
|
+
o.http_method = "POST"
|
2924
|
+
o.http_request_uri = "/prod/batch/start"
|
2925
|
+
o.input = Shapes::ShapeRef.new(shape: BatchStartRequest)
|
2926
|
+
o.output = Shapes::ShapeRef.new(shape: BatchStartResponse)
|
2927
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2928
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2929
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2930
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2931
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2932
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2933
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2934
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2935
|
+
end)
|
2936
|
+
|
2937
|
+
api.add_operation(:batch_stop, Seahorse::Model::Operation.new.tap do |o|
|
2938
|
+
o.name = "BatchStop"
|
2939
|
+
o.http_method = "POST"
|
2940
|
+
o.http_request_uri = "/prod/batch/stop"
|
2941
|
+
o.input = Shapes::ShapeRef.new(shape: BatchStopRequest)
|
2942
|
+
o.output = Shapes::ShapeRef.new(shape: BatchStopResponse)
|
2943
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2944
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
2945
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2946
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
2947
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2948
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
2949
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2950
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2951
|
+
end)
|
2952
|
+
|
2787
2953
|
api.add_operation(:batch_update_schedule, Seahorse::Model::Operation.new.tap do |o|
|
2788
2954
|
o.name = "BatchUpdateSchedule"
|
2789
2955
|
o.http_method = "PUT"
|
@@ -3055,6 +3221,21 @@ module Aws::MediaLive
|
|
3055
3221
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3056
3222
|
end)
|
3057
3223
|
|
3224
|
+
api.add_operation(:describe_input_device_thumbnail, Seahorse::Model::Operation.new.tap do |o|
|
3225
|
+
o.name = "DescribeInputDeviceThumbnail"
|
3226
|
+
o.http_method = "GET"
|
3227
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/thumbnailData"
|
3228
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInputDeviceThumbnailRequest)
|
3229
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeInputDeviceThumbnailResponse)
|
3230
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3231
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3232
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3233
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3234
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3235
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3236
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3237
|
+
end)
|
3238
|
+
|
3058
3239
|
api.add_operation(:describe_input_security_group, Seahorse::Model::Operation.new.tap do |o|
|
3059
3240
|
o.name = "DescribeInputSecurityGroup"
|
3060
3241
|
o.http_method = "GET"
|
@@ -579,7 +579,7 @@ module Aws::MediaLive
|
|
579
579
|
# pass_through_settings: {
|
580
580
|
# },
|
581
581
|
# },
|
582
|
-
# language_code: "
|
582
|
+
# language_code: "__stringMin1Max35",
|
583
583
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
584
584
|
# name: "__string", # required
|
585
585
|
# remix_settings: {
|
@@ -628,9 +628,9 @@ module Aws::MediaLive
|
|
628
628
|
# @return [Types::AudioCodecSettings]
|
629
629
|
#
|
630
630
|
# @!attribute [rw] language_code
|
631
|
-
#
|
632
|
-
# languageControlMode is useConfigured, or there
|
633
|
-
# 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.
|
634
634
|
# @return [String]
|
635
635
|
#
|
636
636
|
# @!attribute [rw] language_code_control
|
@@ -949,7 +949,7 @@ module Aws::MediaLive
|
|
949
949
|
# }
|
950
950
|
#
|
951
951
|
# @!attribute [rw] tracks
|
952
|
-
# Selects one or more unique audio tracks from within
|
952
|
+
# Selects one or more unique audio tracks from within a source.
|
953
953
|
# @return [Array<Types::AudioTrack>]
|
954
954
|
#
|
955
955
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioTrackSelection AWS API Documentation
|
@@ -1111,6 +1111,131 @@ module Aws::MediaLive
|
|
1111
1111
|
include Aws::Structure
|
1112
1112
|
end
|
1113
1113
|
|
1114
|
+
# Batch delete resource request
|
1115
|
+
#
|
1116
|
+
# @!attribute [rw] channel_ids
|
1117
|
+
# List of channel IDs
|
1118
|
+
# @return [Array<String>]
|
1119
|
+
#
|
1120
|
+
# @!attribute [rw] input_ids
|
1121
|
+
# List of input IDs
|
1122
|
+
# @return [Array<String>]
|
1123
|
+
#
|
1124
|
+
# @!attribute [rw] input_security_group_ids
|
1125
|
+
# List of input security group IDs
|
1126
|
+
# @return [Array<String>]
|
1127
|
+
#
|
1128
|
+
# @!attribute [rw] multiplex_ids
|
1129
|
+
# List of multiplex IDs
|
1130
|
+
# @return [Array<String>]
|
1131
|
+
#
|
1132
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchDelete AWS API Documentation
|
1133
|
+
#
|
1134
|
+
class BatchDelete < Struct.new(
|
1135
|
+
:channel_ids,
|
1136
|
+
:input_ids,
|
1137
|
+
:input_security_group_ids,
|
1138
|
+
:multiplex_ids)
|
1139
|
+
SENSITIVE = []
|
1140
|
+
include Aws::Structure
|
1141
|
+
end
|
1142
|
+
|
1143
|
+
# @note When making an API call, you may pass BatchDeleteRequest
|
1144
|
+
# data as a hash:
|
1145
|
+
#
|
1146
|
+
# {
|
1147
|
+
# channel_ids: ["__string"],
|
1148
|
+
# input_ids: ["__string"],
|
1149
|
+
# input_security_group_ids: ["__string"],
|
1150
|
+
# multiplex_ids: ["__string"],
|
1151
|
+
# }
|
1152
|
+
#
|
1153
|
+
# @!attribute [rw] channel_ids
|
1154
|
+
# @return [Array<String>]
|
1155
|
+
#
|
1156
|
+
# @!attribute [rw] input_ids
|
1157
|
+
# @return [Array<String>]
|
1158
|
+
#
|
1159
|
+
# @!attribute [rw] input_security_group_ids
|
1160
|
+
# @return [Array<String>]
|
1161
|
+
#
|
1162
|
+
# @!attribute [rw] multiplex_ids
|
1163
|
+
# @return [Array<String>]
|
1164
|
+
#
|
1165
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchDeleteRequest AWS API Documentation
|
1166
|
+
#
|
1167
|
+
class BatchDeleteRequest < Struct.new(
|
1168
|
+
:channel_ids,
|
1169
|
+
:input_ids,
|
1170
|
+
:input_security_group_ids,
|
1171
|
+
:multiplex_ids)
|
1172
|
+
SENSITIVE = []
|
1173
|
+
include Aws::Structure
|
1174
|
+
end
|
1175
|
+
|
1176
|
+
# @!attribute [rw] failed
|
1177
|
+
# @return [Array<Types::BatchFailedResultModel>]
|
1178
|
+
#
|
1179
|
+
# @!attribute [rw] successful
|
1180
|
+
# @return [Array<Types::BatchSuccessfulResultModel>]
|
1181
|
+
#
|
1182
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchDeleteResponse AWS API Documentation
|
1183
|
+
#
|
1184
|
+
class BatchDeleteResponse < Struct.new(
|
1185
|
+
:failed,
|
1186
|
+
:successful)
|
1187
|
+
SENSITIVE = []
|
1188
|
+
include Aws::Structure
|
1189
|
+
end
|
1190
|
+
|
1191
|
+
# Batch delete resource results
|
1192
|
+
#
|
1193
|
+
# @!attribute [rw] failed
|
1194
|
+
# List of failed operations
|
1195
|
+
# @return [Array<Types::BatchFailedResultModel>]
|
1196
|
+
#
|
1197
|
+
# @!attribute [rw] successful
|
1198
|
+
# List of successful operations
|
1199
|
+
# @return [Array<Types::BatchSuccessfulResultModel>]
|
1200
|
+
#
|
1201
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchDeleteResultModel AWS API Documentation
|
1202
|
+
#
|
1203
|
+
class BatchDeleteResultModel < Struct.new(
|
1204
|
+
:failed,
|
1205
|
+
:successful)
|
1206
|
+
SENSITIVE = []
|
1207
|
+
include Aws::Structure
|
1208
|
+
end
|
1209
|
+
|
1210
|
+
# Details from a failed operation
|
1211
|
+
#
|
1212
|
+
# @!attribute [rw] arn
|
1213
|
+
# ARN of the resource
|
1214
|
+
# @return [String]
|
1215
|
+
#
|
1216
|
+
# @!attribute [rw] code
|
1217
|
+
# Error code for the failed operation
|
1218
|
+
# @return [String]
|
1219
|
+
#
|
1220
|
+
# @!attribute [rw] id
|
1221
|
+
# ID of the resource
|
1222
|
+
# @return [String]
|
1223
|
+
#
|
1224
|
+
# @!attribute [rw] message
|
1225
|
+
# Error message for the failed operation
|
1226
|
+
# @return [String]
|
1227
|
+
#
|
1228
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchFailedResultModel AWS API Documentation
|
1229
|
+
#
|
1230
|
+
class BatchFailedResultModel < Struct.new(
|
1231
|
+
:arn,
|
1232
|
+
:code,
|
1233
|
+
:id,
|
1234
|
+
:message)
|
1235
|
+
SENSITIVE = []
|
1236
|
+
include Aws::Structure
|
1237
|
+
end
|
1238
|
+
|
1114
1239
|
# A list of schedule actions to create (in a request) or that have been
|
1115
1240
|
# created (in a response).
|
1116
1241
|
#
|
@@ -1129,7 +1254,7 @@ module Aws::MediaLive
|
|
1129
1254
|
# id_3: "__string", # required
|
1130
1255
|
# },
|
1131
1256
|
# input_prepare_settings: {
|
1132
|
-
# input_attachment_name_reference: "__string",
|
1257
|
+
# input_attachment_name_reference: "__string",
|
1133
1258
|
# input_clipping_settings: {
|
1134
1259
|
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
1135
1260
|
# start_timecode: {
|
@@ -1293,6 +1418,182 @@ module Aws::MediaLive
|
|
1293
1418
|
include Aws::Structure
|
1294
1419
|
end
|
1295
1420
|
|
1421
|
+
# Batch start resource request
|
1422
|
+
#
|
1423
|
+
# @!attribute [rw] channel_ids
|
1424
|
+
# List of channel IDs
|
1425
|
+
# @return [Array<String>]
|
1426
|
+
#
|
1427
|
+
# @!attribute [rw] multiplex_ids
|
1428
|
+
# List of multiplex IDs
|
1429
|
+
# @return [Array<String>]
|
1430
|
+
#
|
1431
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchStart AWS API Documentation
|
1432
|
+
#
|
1433
|
+
class BatchStart < Struct.new(
|
1434
|
+
:channel_ids,
|
1435
|
+
:multiplex_ids)
|
1436
|
+
SENSITIVE = []
|
1437
|
+
include Aws::Structure
|
1438
|
+
end
|
1439
|
+
|
1440
|
+
# @note When making an API call, you may pass BatchStartRequest
|
1441
|
+
# data as a hash:
|
1442
|
+
#
|
1443
|
+
# {
|
1444
|
+
# channel_ids: ["__string"],
|
1445
|
+
# multiplex_ids: ["__string"],
|
1446
|
+
# }
|
1447
|
+
#
|
1448
|
+
# @!attribute [rw] channel_ids
|
1449
|
+
# @return [Array<String>]
|
1450
|
+
#
|
1451
|
+
# @!attribute [rw] multiplex_ids
|
1452
|
+
# @return [Array<String>]
|
1453
|
+
#
|
1454
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchStartRequest AWS API Documentation
|
1455
|
+
#
|
1456
|
+
class BatchStartRequest < Struct.new(
|
1457
|
+
:channel_ids,
|
1458
|
+
:multiplex_ids)
|
1459
|
+
SENSITIVE = []
|
1460
|
+
include Aws::Structure
|
1461
|
+
end
|
1462
|
+
|
1463
|
+
# @!attribute [rw] failed
|
1464
|
+
# @return [Array<Types::BatchFailedResultModel>]
|
1465
|
+
#
|
1466
|
+
# @!attribute [rw] successful
|
1467
|
+
# @return [Array<Types::BatchSuccessfulResultModel>]
|
1468
|
+
#
|
1469
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchStartResponse AWS API Documentation
|
1470
|
+
#
|
1471
|
+
class BatchStartResponse < Struct.new(
|
1472
|
+
:failed,
|
1473
|
+
:successful)
|
1474
|
+
SENSITIVE = []
|
1475
|
+
include Aws::Structure
|
1476
|
+
end
|
1477
|
+
|
1478
|
+
# Batch start resource results
|
1479
|
+
#
|
1480
|
+
# @!attribute [rw] failed
|
1481
|
+
# List of failed operations
|
1482
|
+
# @return [Array<Types::BatchFailedResultModel>]
|
1483
|
+
#
|
1484
|
+
# @!attribute [rw] successful
|
1485
|
+
# List of successful operations
|
1486
|
+
# @return [Array<Types::BatchSuccessfulResultModel>]
|
1487
|
+
#
|
1488
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchStartResultModel AWS API Documentation
|
1489
|
+
#
|
1490
|
+
class BatchStartResultModel < Struct.new(
|
1491
|
+
:failed,
|
1492
|
+
:successful)
|
1493
|
+
SENSITIVE = []
|
1494
|
+
include Aws::Structure
|
1495
|
+
end
|
1496
|
+
|
1497
|
+
# Batch stop resource request
|
1498
|
+
#
|
1499
|
+
# @!attribute [rw] channel_ids
|
1500
|
+
# List of channel IDs
|
1501
|
+
# @return [Array<String>]
|
1502
|
+
#
|
1503
|
+
# @!attribute [rw] multiplex_ids
|
1504
|
+
# List of multiplex IDs
|
1505
|
+
# @return [Array<String>]
|
1506
|
+
#
|
1507
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchStop AWS API Documentation
|
1508
|
+
#
|
1509
|
+
class BatchStop < Struct.new(
|
1510
|
+
:channel_ids,
|
1511
|
+
:multiplex_ids)
|
1512
|
+
SENSITIVE = []
|
1513
|
+
include Aws::Structure
|
1514
|
+
end
|
1515
|
+
|
1516
|
+
# @note When making an API call, you may pass BatchStopRequest
|
1517
|
+
# data as a hash:
|
1518
|
+
#
|
1519
|
+
# {
|
1520
|
+
# channel_ids: ["__string"],
|
1521
|
+
# multiplex_ids: ["__string"],
|
1522
|
+
# }
|
1523
|
+
#
|
1524
|
+
# @!attribute [rw] channel_ids
|
1525
|
+
# @return [Array<String>]
|
1526
|
+
#
|
1527
|
+
# @!attribute [rw] multiplex_ids
|
1528
|
+
# @return [Array<String>]
|
1529
|
+
#
|
1530
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchStopRequest AWS API Documentation
|
1531
|
+
#
|
1532
|
+
class BatchStopRequest < Struct.new(
|
1533
|
+
:channel_ids,
|
1534
|
+
:multiplex_ids)
|
1535
|
+
SENSITIVE = []
|
1536
|
+
include Aws::Structure
|
1537
|
+
end
|
1538
|
+
|
1539
|
+
# @!attribute [rw] failed
|
1540
|
+
# @return [Array<Types::BatchFailedResultModel>]
|
1541
|
+
#
|
1542
|
+
# @!attribute [rw] successful
|
1543
|
+
# @return [Array<Types::BatchSuccessfulResultModel>]
|
1544
|
+
#
|
1545
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchStopResponse AWS API Documentation
|
1546
|
+
#
|
1547
|
+
class BatchStopResponse < Struct.new(
|
1548
|
+
:failed,
|
1549
|
+
:successful)
|
1550
|
+
SENSITIVE = []
|
1551
|
+
include Aws::Structure
|
1552
|
+
end
|
1553
|
+
|
1554
|
+
# Batch stop resource results
|
1555
|
+
#
|
1556
|
+
# @!attribute [rw] failed
|
1557
|
+
# List of failed operations
|
1558
|
+
# @return [Array<Types::BatchFailedResultModel>]
|
1559
|
+
#
|
1560
|
+
# @!attribute [rw] successful
|
1561
|
+
# List of successful operations
|
1562
|
+
# @return [Array<Types::BatchSuccessfulResultModel>]
|
1563
|
+
#
|
1564
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchStopResultModel AWS API Documentation
|
1565
|
+
#
|
1566
|
+
class BatchStopResultModel < Struct.new(
|
1567
|
+
:failed,
|
1568
|
+
:successful)
|
1569
|
+
SENSITIVE = []
|
1570
|
+
include Aws::Structure
|
1571
|
+
end
|
1572
|
+
|
1573
|
+
# Details from a successful operation
|
1574
|
+
#
|
1575
|
+
# @!attribute [rw] arn
|
1576
|
+
# ARN of the resource
|
1577
|
+
# @return [String]
|
1578
|
+
#
|
1579
|
+
# @!attribute [rw] id
|
1580
|
+
# ID of the resource
|
1581
|
+
# @return [String]
|
1582
|
+
#
|
1583
|
+
# @!attribute [rw] state
|
1584
|
+
# Current state of the resource
|
1585
|
+
# @return [String]
|
1586
|
+
#
|
1587
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchSuccessfulResultModel AWS API Documentation
|
1588
|
+
#
|
1589
|
+
class BatchSuccessfulResultModel < Struct.new(
|
1590
|
+
:arn,
|
1591
|
+
:id,
|
1592
|
+
:state)
|
1593
|
+
SENSITIVE = []
|
1594
|
+
include Aws::Structure
|
1595
|
+
end
|
1596
|
+
|
1296
1597
|
# A request to create actions (add actions to the schedule), delete
|
1297
1598
|
# actions (remove actions from the schedule), or both create and delete
|
1298
1599
|
# actions.
|
@@ -1314,7 +1615,7 @@ module Aws::MediaLive
|
|
1314
1615
|
# id_3: "__string", # required
|
1315
1616
|
# },
|
1316
1617
|
# input_prepare_settings: {
|
1317
|
-
# input_attachment_name_reference: "__string",
|
1618
|
+
# input_attachment_name_reference: "__string",
|
1318
1619
|
# input_clipping_settings: {
|
1319
1620
|
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
1320
1621
|
# start_timecode: {
|
@@ -1769,6 +2070,11 @@ module Aws::MediaLive
|
|
1769
2070
|
# x_position: 1,
|
1770
2071
|
# y_position: 1,
|
1771
2072
|
# },
|
2073
|
+
# ebu_tt_d_destination_settings: {
|
2074
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
2075
|
+
# font_family: "__string",
|
2076
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2077
|
+
# },
|
1772
2078
|
# embedded_destination_settings: {
|
1773
2079
|
# },
|
1774
2080
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -1885,6 +2191,11 @@ module Aws::MediaLive
|
|
1885
2191
|
# x_position: 1,
|
1886
2192
|
# y_position: 1,
|
1887
2193
|
# },
|
2194
|
+
# ebu_tt_d_destination_settings: {
|
2195
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
2196
|
+
# font_family: "__string",
|
2197
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2198
|
+
# },
|
1888
2199
|
# embedded_destination_settings: {
|
1889
2200
|
# },
|
1890
2201
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -1918,6 +2229,10 @@ module Aws::MediaLive
|
|
1918
2229
|
# Dvb Sub Destination Settings
|
1919
2230
|
# @return [Types::DvbSubDestinationSettings]
|
1920
2231
|
#
|
2232
|
+
# @!attribute [rw] ebu_tt_d_destination_settings
|
2233
|
+
# Ebu Tt DDestination Settings
|
2234
|
+
# @return [Types::EbuTtDDestinationSettings]
|
2235
|
+
#
|
1921
2236
|
# @!attribute [rw] embedded_destination_settings
|
1922
2237
|
# Embedded Destination Settings
|
1923
2238
|
# @return [Types::EmbeddedDestinationSettings]
|
@@ -1960,6 +2275,7 @@ module Aws::MediaLive
|
|
1960
2275
|
:arib_destination_settings,
|
1961
2276
|
:burn_in_destination_settings,
|
1962
2277
|
:dvb_sub_destination_settings,
|
2278
|
+
:ebu_tt_d_destination_settings,
|
1963
2279
|
:embedded_destination_settings,
|
1964
2280
|
:embedded_plus_scte_20_destination_settings,
|
1965
2281
|
:rtmp_caption_info_destination_settings,
|
@@ -2494,7 +2810,7 @@ module Aws::MediaLive
|
|
2494
2810
|
# pass_through_settings: {
|
2495
2811
|
# },
|
2496
2812
|
# },
|
2497
|
-
# language_code: "
|
2813
|
+
# language_code: "__stringMin1Max35",
|
2498
2814
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
2499
2815
|
# name: "__string", # required
|
2500
2816
|
# remix_settings: {
|
@@ -2604,6 +2920,11 @@ module Aws::MediaLive
|
|
2604
2920
|
# x_position: 1,
|
2605
2921
|
# y_position: 1,
|
2606
2922
|
# },
|
2923
|
+
# ebu_tt_d_destination_settings: {
|
2924
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
2925
|
+
# font_family: "__string",
|
2926
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2927
|
+
# },
|
2607
2928
|
# embedded_destination_settings: {
|
2608
2929
|
# },
|
2609
2930
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -2745,7 +3066,7 @@ module Aws::MediaLive
|
|
2745
3066
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
2746
3067
|
# min_segment_length: 1,
|
2747
3068
|
# mode: "LIVE", # accepts LIVE, VOD
|
2748
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
3069
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
2749
3070
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2750
3071
|
# program_date_time_period: 1,
|
2751
3072
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3104,6 +3425,12 @@ module Aws::MediaLive
|
|
3104
3425
|
# rec_709_settings: {
|
3105
3426
|
# },
|
3106
3427
|
# },
|
3428
|
+
# filter_settings: {
|
3429
|
+
# temporal_filter_settings: {
|
3430
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
3431
|
+
# 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
|
3432
|
+
# },
|
3433
|
+
# },
|
3107
3434
|
# 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
|
3108
3435
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
3109
3436
|
# framerate_denominator: 1, # required
|
@@ -3120,7 +3447,7 @@ module Aws::MediaLive
|
|
3120
3447
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
3121
3448
|
# qvbr_quality_level: 1,
|
3122
3449
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
3123
|
-
# scan_type: "
|
3450
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
3124
3451
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
3125
3452
|
# slices: 1,
|
3126
3453
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -3425,7 +3752,7 @@ module Aws::MediaLive
|
|
3425
3752
|
# tags: {
|
3426
3753
|
# "__string" => "__string",
|
3427
3754
|
# },
|
3428
|
-
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT, INPUT_DEVICE
|
3755
|
+
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT, INPUT_DEVICE, AWS_CDI
|
3429
3756
|
# vpc: {
|
3430
3757
|
# security_group_ids: ["__string"],
|
3431
3758
|
# subnet_ids: ["__string"], # required
|
@@ -4353,6 +4680,56 @@ module Aws::MediaLive
|
|
4353
4680
|
include Aws::Structure
|
4354
4681
|
end
|
4355
4682
|
|
4683
|
+
# @note When making an API call, you may pass DescribeInputDeviceThumbnailRequest
|
4684
|
+
# data as a hash:
|
4685
|
+
#
|
4686
|
+
# {
|
4687
|
+
# input_device_id: "__string", # required
|
4688
|
+
# accept: "image/jpeg", # required, accepts image/jpeg
|
4689
|
+
# }
|
4690
|
+
#
|
4691
|
+
# @!attribute [rw] input_device_id
|
4692
|
+
# @return [String]
|
4693
|
+
#
|
4694
|
+
# @!attribute [rw] accept
|
4695
|
+
# @return [String]
|
4696
|
+
#
|
4697
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnailRequest AWS API Documentation
|
4698
|
+
#
|
4699
|
+
class DescribeInputDeviceThumbnailRequest < Struct.new(
|
4700
|
+
:input_device_id,
|
4701
|
+
:accept)
|
4702
|
+
SENSITIVE = []
|
4703
|
+
include Aws::Structure
|
4704
|
+
end
|
4705
|
+
|
4706
|
+
# @!attribute [rw] body
|
4707
|
+
# @return [IO]
|
4708
|
+
#
|
4709
|
+
# @!attribute [rw] content_type
|
4710
|
+
# @return [String]
|
4711
|
+
#
|
4712
|
+
# @!attribute [rw] content_length
|
4713
|
+
# @return [Integer]
|
4714
|
+
#
|
4715
|
+
# @!attribute [rw] etag
|
4716
|
+
# @return [String]
|
4717
|
+
#
|
4718
|
+
# @!attribute [rw] last_modified
|
4719
|
+
# @return [Time]
|
4720
|
+
#
|
4721
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnailResponse AWS API Documentation
|
4722
|
+
#
|
4723
|
+
class DescribeInputDeviceThumbnailResponse < Struct.new(
|
4724
|
+
:body,
|
4725
|
+
:content_type,
|
4726
|
+
:content_length,
|
4727
|
+
:etag,
|
4728
|
+
:last_modified)
|
4729
|
+
SENSITIVE = []
|
4730
|
+
include Aws::Structure
|
4731
|
+
end
|
4732
|
+
|
4356
4733
|
# @note When making an API call, you may pass DescribeInputRequest
|
4357
4734
|
# data as a hash:
|
4358
4735
|
#
|
@@ -5288,6 +5665,62 @@ module Aws::MediaLive
|
|
5288
5665
|
include Aws::Structure
|
5289
5666
|
end
|
5290
5667
|
|
5668
|
+
# Ebu Tt DDestination Settings
|
5669
|
+
#
|
5670
|
+
# @note When making an API call, you may pass EbuTtDDestinationSettings
|
5671
|
+
# data as a hash:
|
5672
|
+
#
|
5673
|
+
# {
|
5674
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
5675
|
+
# font_family: "__string",
|
5676
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
5677
|
+
# }
|
5678
|
+
#
|
5679
|
+
# @!attribute [rw] fill_line_gap
|
5680
|
+
# Specifies how to handle the gap between the lines (in multi-line
|
5681
|
+
# captions). - enabled: Fill with the captions background color (as
|
5682
|
+
# specified in the input captions). - disabled: Leave the gap
|
5683
|
+
# unfilled.
|
5684
|
+
# @return [String]
|
5685
|
+
#
|
5686
|
+
# @!attribute [rw] font_family
|
5687
|
+
# Specifies the font family to include in the font data attached to
|
5688
|
+
# the EBU-TT captions. Valid only if styleControl is set to include.
|
5689
|
+
# If you leave this field empty, the font family is set to
|
5690
|
+
# "monospaced". (If styleControl is set to exclude, the font family
|
5691
|
+
# is always set to "monospaced".) You specify only the font family.
|
5692
|
+
# All other style information (color, bold, position and so on) is
|
5693
|
+
# copied from the input captions. The size is always set to 100% to
|
5694
|
+
# allow the downstream player to choose the size. - Enter a list of
|
5695
|
+
# font families, as a comma-separated list of font names, in order of
|
5696
|
+
# preference. The name can be a font family (such as “Arial”), or a
|
5697
|
+
# generic font family (such as “serif”), or “default” (to let the
|
5698
|
+
# downstream player choose the font). - Leave blank to set the family
|
5699
|
+
# to “monospace”.
|
5700
|
+
# @return [String]
|
5701
|
+
#
|
5702
|
+
# @!attribute [rw] style_control
|
5703
|
+
# Specifies the style information (font color, font position, and so
|
5704
|
+
# on) to include in the font data that is attached to the EBU-TT
|
5705
|
+
# captions. - include: Take the style information (font color, font
|
5706
|
+
# position, and so on) from the source captions and include that
|
5707
|
+
# information in the font data attached to the EBU-TT captions. This
|
5708
|
+
# option is valid only if the source captions are Embedded or
|
5709
|
+
# Teletext. - exclude: In the font data attached to the EBU-TT
|
5710
|
+
# captions, set the font family to "monospaced". Do not include any
|
5711
|
+
# other style information.
|
5712
|
+
# @return [String]
|
5713
|
+
#
|
5714
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EbuTtDDestinationSettings AWS API Documentation
|
5715
|
+
#
|
5716
|
+
class EbuTtDDestinationSettings < Struct.new(
|
5717
|
+
:fill_line_gap,
|
5718
|
+
:font_family,
|
5719
|
+
:style_control)
|
5720
|
+
SENSITIVE = []
|
5721
|
+
include Aws::Structure
|
5722
|
+
end
|
5723
|
+
|
5291
5724
|
# Embedded Destination Settings
|
5292
5725
|
#
|
5293
5726
|
# @api private
|
@@ -5419,7 +5852,7 @@ module Aws::MediaLive
|
|
5419
5852
|
# pass_through_settings: {
|
5420
5853
|
# },
|
5421
5854
|
# },
|
5422
|
-
# language_code: "
|
5855
|
+
# language_code: "__stringMin1Max35",
|
5423
5856
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
5424
5857
|
# name: "__string", # required
|
5425
5858
|
# remix_settings: {
|
@@ -5529,6 +5962,11 @@ module Aws::MediaLive
|
|
5529
5962
|
# x_position: 1,
|
5530
5963
|
# y_position: 1,
|
5531
5964
|
# },
|
5965
|
+
# ebu_tt_d_destination_settings: {
|
5966
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
5967
|
+
# font_family: "__string",
|
5968
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
5969
|
+
# },
|
5532
5970
|
# embedded_destination_settings: {
|
5533
5971
|
# },
|
5534
5972
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -5670,7 +6108,7 @@ module Aws::MediaLive
|
|
5670
6108
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
5671
6109
|
# min_segment_length: 1,
|
5672
6110
|
# mode: "LIVE", # accepts LIVE, VOD
|
5673
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
6111
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
5674
6112
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
5675
6113
|
# program_date_time_period: 1,
|
5676
6114
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -6029,6 +6467,12 @@ module Aws::MediaLive
|
|
6029
6467
|
# rec_709_settings: {
|
6030
6468
|
# },
|
6031
6469
|
# },
|
6470
|
+
# filter_settings: {
|
6471
|
+
# temporal_filter_settings: {
|
6472
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6473
|
+
# 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
|
6474
|
+
# },
|
6475
|
+
# },
|
6032
6476
|
# 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
|
6033
6477
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
6034
6478
|
# framerate_denominator: 1, # required
|
@@ -6045,7 +6489,7 @@ module Aws::MediaLive
|
|
6045
6489
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
6046
6490
|
# qvbr_quality_level: 1,
|
6047
6491
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
6048
|
-
# scan_type: "
|
6492
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
6049
6493
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
6050
6494
|
# slices: 1,
|
6051
6495
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -6303,13 +6747,13 @@ module Aws::MediaLive
|
|
6303
6747
|
# @!attribute [rw] destination
|
6304
6748
|
# The destination for the frame capture files. Either the URI for an
|
6305
6749
|
# Amazon S3 bucket and object, plus a file name prefix (for example,
|
6306
|
-
# s3ssl://sportsDelivery/highlights/20180820/curling
|
6750
|
+
# s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for
|
6307
6751
|
# a MediaStore container, plus a file name prefix (for example,
|
6308
|
-
# mediastoressl://sportsDelivery/20180820/curling
|
6752
|
+
# mediastoressl://sportsDelivery/20180820/curling-). The final file
|
6309
6753
|
# names consist of the prefix from the destination field (for example,
|
6310
|
-
# "curling
|
6311
|
-
#
|
6312
|
-
#
|
6754
|
+
# "curling-") + name modifier + the counter (5 digits, starting from
|
6755
|
+
# 00001) + extension (which is always .jpg). For example,
|
6756
|
+
# curling-low.00001.jpg
|
6313
6757
|
# @return [Types::OutputLocationRef]
|
6314
6758
|
#
|
6315
6759
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureGroupSettings AWS API Documentation
|
@@ -6924,6 +7368,30 @@ module Aws::MediaLive
|
|
6924
7368
|
include Aws::Structure
|
6925
7369
|
end
|
6926
7370
|
|
7371
|
+
# H265 Filter Settings
|
7372
|
+
#
|
7373
|
+
# @note When making an API call, you may pass H265FilterSettings
|
7374
|
+
# data as a hash:
|
7375
|
+
#
|
7376
|
+
# {
|
7377
|
+
# temporal_filter_settings: {
|
7378
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
7379
|
+
# 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
|
7380
|
+
# },
|
7381
|
+
# }
|
7382
|
+
#
|
7383
|
+
# @!attribute [rw] temporal_filter_settings
|
7384
|
+
# Temporal Filter Settings
|
7385
|
+
# @return [Types::TemporalFilterSettings]
|
7386
|
+
#
|
7387
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265FilterSettings AWS API Documentation
|
7388
|
+
#
|
7389
|
+
class H265FilterSettings < Struct.new(
|
7390
|
+
:temporal_filter_settings)
|
7391
|
+
SENSITIVE = []
|
7392
|
+
include Aws::Structure
|
7393
|
+
end
|
7394
|
+
|
6927
7395
|
# H265 Settings
|
6928
7396
|
#
|
6929
7397
|
# @note When making an API call, you may pass H265Settings
|
@@ -6948,6 +7416,12 @@ module Aws::MediaLive
|
|
6948
7416
|
# rec_709_settings: {
|
6949
7417
|
# },
|
6950
7418
|
# },
|
7419
|
+
# filter_settings: {
|
7420
|
+
# temporal_filter_settings: {
|
7421
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
7422
|
+
# 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
|
7423
|
+
# },
|
7424
|
+
# },
|
6951
7425
|
# 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
|
6952
7426
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
6953
7427
|
# framerate_denominator: 1, # required
|
@@ -6964,7 +7438,7 @@ module Aws::MediaLive
|
|
6964
7438
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
6965
7439
|
# qvbr_quality_level: 1,
|
6966
7440
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
6967
|
-
# scan_type: "
|
7441
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
6968
7442
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
6969
7443
|
# slices: 1,
|
6970
7444
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -7009,6 +7483,10 @@ module Aws::MediaLive
|
|
7009
7483
|
# Color Space settings
|
7010
7484
|
# @return [Types::H265ColorSpaceSettings]
|
7011
7485
|
#
|
7486
|
+
# @!attribute [rw] filter_settings
|
7487
|
+
# Optional filters that you can apply to an encode.
|
7488
|
+
# @return [Types::H265FilterSettings]
|
7489
|
+
#
|
7012
7490
|
# @!attribute [rw] fixed_afd
|
7013
7491
|
# Four bit AFD value to write on all frames of video in the output
|
7014
7492
|
# stream. Only valid when afdSignaling is set to 'Fixed'.
|
@@ -7100,7 +7578,10 @@ module Aws::MediaLive
|
|
7100
7578
|
# Recommended if you or your viewers pay for bandwidth. CBR: Quality
|
7101
7579
|
# varies, depending on the video complexity. Recommended only if you
|
7102
7580
|
# distribute your assets to devices that cannot handle variable
|
7103
|
-
# bitrates.
|
7581
|
+
# bitrates. Multiplex: This rate control mode is only supported (and
|
7582
|
+
# is required) when the video is being delivered to a MediaLive
|
7583
|
+
# Multiplex in which case the rate control configuration is controlled
|
7584
|
+
# by the properties within the Multiplex Program.
|
7104
7585
|
# @return [String]
|
7105
7586
|
#
|
7106
7587
|
# @!attribute [rw] scan_type
|
@@ -7141,6 +7622,7 @@ module Aws::MediaLive
|
|
7141
7622
|
:buf_size,
|
7142
7623
|
:color_metadata,
|
7143
7624
|
:color_space_settings,
|
7625
|
+
:filter_settings,
|
7144
7626
|
:fixed_afd,
|
7145
7627
|
:flicker_aq,
|
7146
7628
|
:framerate_denominator,
|
@@ -7446,7 +7928,7 @@ module Aws::MediaLive
|
|
7446
7928
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
7447
7929
|
# min_segment_length: 1,
|
7448
7930
|
# mode: "LIVE", # accepts LIVE, VOD
|
7449
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
7931
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
7450
7932
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
7451
7933
|
# program_date_time_period: 1,
|
7452
7934
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -7565,7 +8047,7 @@ module Aws::MediaLive
|
|
7565
8047
|
# Applies only if Mode field is LIVE. Specifies the maximum number of
|
7566
8048
|
# segments in the media manifest file. After this maximum, older
|
7567
8049
|
# segments are removed from the media manifest. This number must be
|
7568
|
-
#
|
8050
|
+
# smaller than the number in the Keep Segments field.
|
7569
8051
|
# @return [Integer]
|
7570
8052
|
#
|
7571
8053
|
# @!attribute [rw] input_loss_action
|
@@ -7589,7 +8071,14 @@ module Aws::MediaLive
|
|
7589
8071
|
#
|
7590
8072
|
# @!attribute [rw] keep_segments
|
7591
8073
|
# Applies only if Mode field is LIVE. Specifies the number of media
|
7592
|
-
# segments
|
8074
|
+
# segments to retain in the destination directory. This number should
|
8075
|
+
# be bigger than indexNSegments (Num segments). We recommend (value =
|
8076
|
+
# (2 x indexNsegments) + 1). If this "keep segments" number is too
|
8077
|
+
# low, the following might happen: the player is still reading a media
|
8078
|
+
# manifest file that lists this segment, but that segment has been
|
8079
|
+
# removed from the destination directory (as directed by
|
8080
|
+
# indexNSegments). This situation would result in a 404 HTTP error on
|
8081
|
+
# the player.
|
7593
8082
|
# @return [Integer]
|
7594
8083
|
#
|
7595
8084
|
# @!attribute [rw] key_format
|
@@ -8871,7 +9360,7 @@ module Aws::MediaLive
|
|
8871
9360
|
# data as a hash:
|
8872
9361
|
#
|
8873
9362
|
# {
|
8874
|
-
# input_attachment_name_reference: "__string",
|
9363
|
+
# input_attachment_name_reference: "__string",
|
8875
9364
|
# input_clipping_settings: {
|
8876
9365
|
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
8877
9366
|
# start_timecode: {
|
@@ -10095,10 +10584,12 @@ module Aws::MediaLive
|
|
10095
10584
|
# @return [Integer]
|
10096
10585
|
#
|
10097
10586
|
# @!attribute [rw] buffer_model
|
10098
|
-
#
|
10099
|
-
#
|
10100
|
-
#
|
10101
|
-
#
|
10587
|
+
# Controls the timing accuracy for output network traffic. Leave as
|
10588
|
+
# MULTIPLEX to ensure accurate network packet timing. Or set to NONE,
|
10589
|
+
# which might result in lower latency but will result in more
|
10590
|
+
# variability in output network packet timing. This variability might
|
10591
|
+
# cause interruptions, jitter, or bursty behavior in your playback or
|
10592
|
+
# receiving devices.
|
10102
10593
|
# @return [String]
|
10103
10594
|
#
|
10104
10595
|
# @!attribute [rw] cc_descriptor
|
@@ -11945,7 +12436,7 @@ module Aws::MediaLive
|
|
11945
12436
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
11946
12437
|
# min_segment_length: 1,
|
11947
12438
|
# mode: "LIVE", # accepts LIVE, VOD
|
11948
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
12439
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
11949
12440
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
11950
12441
|
# program_date_time_period: 1,
|
11951
12442
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -12335,7 +12826,7 @@ module Aws::MediaLive
|
|
12335
12826
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
12336
12827
|
# min_segment_length: 1,
|
12337
12828
|
# mode: "LIVE", # accepts LIVE, VOD
|
12338
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
12829
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
12339
12830
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
12340
12831
|
# program_date_time_period: 1,
|
12341
12832
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -13284,7 +13775,7 @@ module Aws::MediaLive
|
|
13284
13775
|
# id_3: "__string", # required
|
13285
13776
|
# },
|
13286
13777
|
# input_prepare_settings: {
|
13287
|
-
# input_attachment_name_reference: "__string",
|
13778
|
+
# input_attachment_name_reference: "__string",
|
13288
13779
|
# input_clipping_settings: {
|
13289
13780
|
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
13290
13781
|
# start_timecode: {
|
@@ -13425,7 +13916,7 @@ module Aws::MediaLive
|
|
13425
13916
|
# id_3: "__string", # required
|
13426
13917
|
# },
|
13427
13918
|
# input_prepare_settings: {
|
13428
|
-
# input_attachment_name_reference: "__string",
|
13919
|
+
# input_attachment_name_reference: "__string",
|
13429
13920
|
# input_clipping_settings: {
|
13430
13921
|
# input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
|
13431
13922
|
# start_timecode: {
|
@@ -15305,7 +15796,7 @@ module Aws::MediaLive
|
|
15305
15796
|
# pass_through_settings: {
|
15306
15797
|
# },
|
15307
15798
|
# },
|
15308
|
-
# language_code: "
|
15799
|
+
# language_code: "__stringMin1Max35",
|
15309
15800
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
15310
15801
|
# name: "__string", # required
|
15311
15802
|
# remix_settings: {
|
@@ -15415,6 +15906,11 @@ module Aws::MediaLive
|
|
15415
15906
|
# x_position: 1,
|
15416
15907
|
# y_position: 1,
|
15417
15908
|
# },
|
15909
|
+
# ebu_tt_d_destination_settings: {
|
15910
|
+
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
15911
|
+
# font_family: "__string",
|
15912
|
+
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
15913
|
+
# },
|
15418
15914
|
# embedded_destination_settings: {
|
15419
15915
|
# },
|
15420
15916
|
# embedded_plus_scte_20_destination_settings: {
|
@@ -15556,7 +16052,7 @@ module Aws::MediaLive
|
|
15556
16052
|
# manifest_duration_format: "FLOATING_POINT", # accepts FLOATING_POINT, INTEGER
|
15557
16053
|
# min_segment_length: 1,
|
15558
16054
|
# mode: "LIVE", # accepts LIVE, VOD
|
15559
|
-
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY
|
16055
|
+
# output_selection: "MANIFESTS_AND_SEGMENTS", # accepts MANIFESTS_AND_SEGMENTS, SEGMENTS_ONLY, VARIANT_MANIFESTS_AND_SEGMENTS
|
15560
16056
|
# program_date_time: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
15561
16057
|
# program_date_time_period: 1,
|
15562
16058
|
# redundant_manifest: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -15915,6 +16411,12 @@ module Aws::MediaLive
|
|
15915
16411
|
# rec_709_settings: {
|
15916
16412
|
# },
|
15917
16413
|
# },
|
16414
|
+
# filter_settings: {
|
16415
|
+
# temporal_filter_settings: {
|
16416
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
16417
|
+
# 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
|
16418
|
+
# },
|
16419
|
+
# },
|
15918
16420
|
# 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
|
15919
16421
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
15920
16422
|
# framerate_denominator: 1, # required
|
@@ -15931,7 +16433,7 @@ module Aws::MediaLive
|
|
15931
16433
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
15932
16434
|
# qvbr_quality_level: 1,
|
15933
16435
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
15934
|
-
# scan_type: "
|
16436
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
15935
16437
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
15936
16438
|
# slices: 1,
|
15937
16439
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -16739,6 +17241,12 @@ module Aws::MediaLive
|
|
16739
17241
|
# rec_709_settings: {
|
16740
17242
|
# },
|
16741
17243
|
# },
|
17244
|
+
# filter_settings: {
|
17245
|
+
# temporal_filter_settings: {
|
17246
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
17247
|
+
# 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
|
17248
|
+
# },
|
17249
|
+
# },
|
16742
17250
|
# 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
|
16743
17251
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
16744
17252
|
# framerate_denominator: 1, # required
|
@@ -16755,7 +17263,7 @@ module Aws::MediaLive
|
|
16755
17263
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
16756
17264
|
# qvbr_quality_level: 1,
|
16757
17265
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
16758
|
-
# scan_type: "
|
17266
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16759
17267
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
16760
17268
|
# slices: 1,
|
16761
17269
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -16870,6 +17378,12 @@ module Aws::MediaLive
|
|
16870
17378
|
# rec_709_settings: {
|
16871
17379
|
# },
|
16872
17380
|
# },
|
17381
|
+
# filter_settings: {
|
17382
|
+
# temporal_filter_settings: {
|
17383
|
+
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
17384
|
+
# 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
|
17385
|
+
# },
|
17386
|
+
# },
|
16873
17387
|
# 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
|
16874
17388
|
# flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
|
16875
17389
|
# framerate_denominator: 1, # required
|
@@ -16886,7 +17400,7 @@ module Aws::MediaLive
|
|
16886
17400
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
16887
17401
|
# qvbr_quality_level: 1,
|
16888
17402
|
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
16889
|
-
# scan_type: "
|
17403
|
+
# scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
|
16890
17404
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
16891
17405
|
# slices: 1,
|
16892
17406
|
# tier: "HIGH", # accepts HIGH, MAIN
|
@@ -16920,14 +17434,17 @@ module Aws::MediaLive
|
|
16920
17434
|
# @return [String]
|
16921
17435
|
#
|
16922
17436
|
# @!attribute [rw] respond_to_afd
|
16923
|
-
# Indicates how
|
16924
|
-
#
|
16925
|
-
#
|
16926
|
-
#
|
16927
|
-
#
|
16928
|
-
#
|
16929
|
-
#
|
16930
|
-
#
|
17437
|
+
# Indicates how MediaLive will respond to the AFD values that might be
|
17438
|
+
# in the input video. If you do not know what AFD signaling is, or if
|
17439
|
+
# your downstream system has not given you guidance, choose
|
17440
|
+
# PASSTHROUGH. RESPOND: MediaLive clips the input video using a
|
17441
|
+
# formula that uses the AFD values (configured in afdSignaling ), the
|
17442
|
+
# input display aspect ratio, and the output display aspect ratio.
|
17443
|
+
# MediaLive also includes the AFD values in the output, unless the
|
17444
|
+
# codec for this encode is FRAME\_CAPTURE. PASSTHROUGH: MediaLive
|
17445
|
+
# ignores the AFD values and does not clip the video. But MediaLive
|
17446
|
+
# does include the values in the output. NONE: MediaLive does not clip
|
17447
|
+
# the input video and does not include the AFD values in the output
|
16931
17448
|
# @return [String]
|
16932
17449
|
#
|
16933
17450
|
# @!attribute [rw] scaling_behavior
|