aws-sdk-medialive 1.63.0 → 1.68.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +358 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-medialive.rb +2 -2
- data/lib/aws-sdk-medialive/client.rb +219 -12
- data/lib/aws-sdk-medialive/client_api.rb +82 -1
- data/lib/aws-sdk-medialive/errors.rb +1 -1
- data/lib/aws-sdk-medialive/resource.rb +1 -1
- data/lib/aws-sdk-medialive/types.rb +502 -8
- data/lib/aws-sdk-medialive/waiters.rb +1 -1
- metadata +8 -5
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -33,9 +33,12 @@ module Aws::MediaLive
|
|
33
33
|
AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
|
34
34
|
AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
|
35
35
|
AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
|
36
|
+
ArchiveCdnSettings = Shapes::StructureShape.new(name: 'ArchiveCdnSettings')
|
36
37
|
ArchiveContainerSettings = Shapes::StructureShape.new(name: 'ArchiveContainerSettings')
|
37
38
|
ArchiveGroupSettings = Shapes::StructureShape.new(name: 'ArchiveGroupSettings')
|
38
39
|
ArchiveOutputSettings = Shapes::StructureShape.new(name: 'ArchiveOutputSettings')
|
40
|
+
ArchiveS3LogUploads = Shapes::StringShape.new(name: 'ArchiveS3LogUploads')
|
41
|
+
ArchiveS3Settings = Shapes::StructureShape.new(name: 'ArchiveS3Settings')
|
39
42
|
AribDestinationSettings = Shapes::StructureShape.new(name: 'AribDestinationSettings')
|
40
43
|
AribSourceSettings = Shapes::StructureShape.new(name: 'AribSourceSettings')
|
41
44
|
AudioChannelMapping = Shapes::StructureShape.new(name: 'AudioChannelMapping')
|
@@ -102,6 +105,7 @@ module Aws::MediaLive
|
|
102
105
|
CaptionDescription = Shapes::StructureShape.new(name: 'CaptionDescription')
|
103
106
|
CaptionDestinationSettings = Shapes::StructureShape.new(name: 'CaptionDestinationSettings')
|
104
107
|
CaptionLanguageMapping = Shapes::StructureShape.new(name: 'CaptionLanguageMapping')
|
108
|
+
CaptionRectangle = Shapes::StructureShape.new(name: 'CaptionRectangle')
|
105
109
|
CaptionSelector = Shapes::StructureShape.new(name: 'CaptionSelector')
|
106
110
|
CaptionSelectorSettings = Shapes::StructureShape.new(name: 'CaptionSelectorSettings')
|
107
111
|
CdiInputResolution = Shapes::StringShape.new(name: 'CdiInputResolution')
|
@@ -134,6 +138,10 @@ module Aws::MediaLive
|
|
134
138
|
CreateMultiplexRequest = Shapes::StructureShape.new(name: 'CreateMultiplexRequest')
|
135
139
|
CreateMultiplexResponse = Shapes::StructureShape.new(name: 'CreateMultiplexResponse')
|
136
140
|
CreateMultiplexResultModel = Shapes::StructureShape.new(name: 'CreateMultiplexResultModel')
|
141
|
+
CreatePartnerInput = Shapes::StructureShape.new(name: 'CreatePartnerInput')
|
142
|
+
CreatePartnerInputRequest = Shapes::StructureShape.new(name: 'CreatePartnerInputRequest')
|
143
|
+
CreatePartnerInputResponse = Shapes::StructureShape.new(name: 'CreatePartnerInputResponse')
|
144
|
+
CreatePartnerInputResultModel = Shapes::StructureShape.new(name: 'CreatePartnerInputResultModel')
|
137
145
|
CreateTagsRequest = Shapes::StructureShape.new(name: 'CreateTagsRequest')
|
138
146
|
DeleteChannelRequest = Shapes::StructureShape.new(name: 'DeleteChannelRequest')
|
139
147
|
DeleteChannelResponse = Shapes::StructureShape.new(name: 'DeleteChannelResponse')
|
@@ -223,10 +231,13 @@ module Aws::MediaLive
|
|
223
231
|
FollowModeScheduleActionStartSettings = Shapes::StructureShape.new(name: 'FollowModeScheduleActionStartSettings')
|
224
232
|
FollowPoint = Shapes::StringShape.new(name: 'FollowPoint')
|
225
233
|
ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
|
234
|
+
FrameCaptureCdnSettings = Shapes::StructureShape.new(name: 'FrameCaptureCdnSettings')
|
226
235
|
FrameCaptureGroupSettings = Shapes::StructureShape.new(name: 'FrameCaptureGroupSettings')
|
227
236
|
FrameCaptureHlsSettings = Shapes::StructureShape.new(name: 'FrameCaptureHlsSettings')
|
228
237
|
FrameCaptureIntervalUnit = Shapes::StringShape.new(name: 'FrameCaptureIntervalUnit')
|
229
238
|
FrameCaptureOutputSettings = Shapes::StructureShape.new(name: 'FrameCaptureOutputSettings')
|
239
|
+
FrameCaptureS3LogUploads = Shapes::StringShape.new(name: 'FrameCaptureS3LogUploads')
|
240
|
+
FrameCaptureS3Settings = Shapes::StructureShape.new(name: 'FrameCaptureS3Settings')
|
230
241
|
FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
|
231
242
|
GatewayTimeoutException = Shapes::StructureShape.new(name: 'GatewayTimeoutException')
|
232
243
|
GlobalConfiguration = Shapes::StructureShape.new(name: 'GlobalConfiguration')
|
@@ -303,6 +314,8 @@ module Aws::MediaLive
|
|
303
314
|
HlsOutputSettings = Shapes::StructureShape.new(name: 'HlsOutputSettings')
|
304
315
|
HlsProgramDateTime = Shapes::StringShape.new(name: 'HlsProgramDateTime')
|
305
316
|
HlsRedundantManifest = Shapes::StringShape.new(name: 'HlsRedundantManifest')
|
317
|
+
HlsS3LogUploads = Shapes::StringShape.new(name: 'HlsS3LogUploads')
|
318
|
+
HlsS3Settings = Shapes::StructureShape.new(name: 'HlsS3Settings')
|
306
319
|
HlsSegmentationMode = Shapes::StringShape.new(name: 'HlsSegmentationMode')
|
307
320
|
HlsSettings = Shapes::StructureShape.new(name: 'HlsSettings')
|
308
321
|
HlsStreamInfResolution = Shapes::StringShape.new(name: 'HlsStreamInfResolution')
|
@@ -522,6 +535,7 @@ module Aws::MediaLive
|
|
522
535
|
RtmpGroupSettings = Shapes::StructureShape.new(name: 'RtmpGroupSettings')
|
523
536
|
RtmpOutputCertificateMode = Shapes::StringShape.new(name: 'RtmpOutputCertificateMode')
|
524
537
|
RtmpOutputSettings = Shapes::StructureShape.new(name: 'RtmpOutputSettings')
|
538
|
+
S3CannedAcl = Shapes::StringShape.new(name: 'S3CannedAcl')
|
525
539
|
ScheduleAction = Shapes::StructureShape.new(name: 'ScheduleAction')
|
526
540
|
ScheduleActionSettings = Shapes::StructureShape.new(name: 'ScheduleActionSettings')
|
527
541
|
ScheduleActionStartSettings = Shapes::StructureShape.new(name: 'ScheduleActionStartSettings')
|
@@ -633,6 +647,7 @@ module Aws::MediaLive
|
|
633
647
|
VideoDescriptionScalingBehavior = Shapes::StringShape.new(name: 'VideoDescriptionScalingBehavior')
|
634
648
|
VideoSelector = Shapes::StructureShape.new(name: 'VideoSelector')
|
635
649
|
VideoSelectorColorSpace = Shapes::StringShape.new(name: 'VideoSelectorColorSpace')
|
650
|
+
VideoSelectorColorSpaceSettings = Shapes::StructureShape.new(name: 'VideoSelectorColorSpaceSettings')
|
636
651
|
VideoSelectorColorSpaceUsage = Shapes::StringShape.new(name: 'VideoSelectorColorSpaceUsage')
|
637
652
|
VideoSelectorPid = Shapes::StructureShape.new(name: 'VideoSelectorPid')
|
638
653
|
VideoSelectorProgramId = Shapes::StructureShape.new(name: 'VideoSelectorProgramId')
|
@@ -645,6 +660,7 @@ module Aws::MediaLive
|
|
645
660
|
__double = Shapes::FloatShape.new(name: '__double')
|
646
661
|
__doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
|
647
662
|
__doubleMin0Max1 = Shapes::FloatShape.new(name: '__doubleMin0Max1')
|
663
|
+
__doubleMin0Max100 = Shapes::FloatShape.new(name: '__doubleMin0Max100')
|
648
664
|
__doubleMin1 = Shapes::FloatShape.new(name: '__doubleMin1')
|
649
665
|
__doubleMinNegative59Max0 = Shapes::FloatShape.new(name: '__doubleMinNegative59Max0')
|
650
666
|
__integer = Shapes::IntegerShape.new(name: '__integer')
|
@@ -752,6 +768,7 @@ module Aws::MediaLive
|
|
752
768
|
__longMin0Max4294967295 = Shapes::IntegerShape.new(name: '__longMin0Max4294967295')
|
753
769
|
__longMin0Max8589934591 = Shapes::IntegerShape.new(name: '__longMin0Max8589934591')
|
754
770
|
__string = Shapes::StringShape.new(name: '__string')
|
771
|
+
__stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
|
755
772
|
__stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
|
756
773
|
__stringMax32 = Shapes::StringShape.new(name: '__stringMax32')
|
757
774
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
@@ -797,10 +814,14 @@ module Aws::MediaLive
|
|
797
814
|
AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
|
798
815
|
AncillarySourceSettings.struct_class = Types::AncillarySourceSettings
|
799
816
|
|
817
|
+
ArchiveCdnSettings.add_member(:archive_s3_settings, Shapes::ShapeRef.new(shape: ArchiveS3Settings, location_name: "archiveS3Settings"))
|
818
|
+
ArchiveCdnSettings.struct_class = Types::ArchiveCdnSettings
|
819
|
+
|
800
820
|
ArchiveContainerSettings.add_member(:m2ts_settings, Shapes::ShapeRef.new(shape: M2tsSettings, location_name: "m2tsSettings"))
|
801
821
|
ArchiveContainerSettings.add_member(:raw_settings, Shapes::ShapeRef.new(shape: RawSettings, location_name: "rawSettings"))
|
802
822
|
ArchiveContainerSettings.struct_class = Types::ArchiveContainerSettings
|
803
823
|
|
824
|
+
ArchiveGroupSettings.add_member(:archive_cdn_settings, Shapes::ShapeRef.new(shape: ArchiveCdnSettings, location_name: "archiveCdnSettings"))
|
804
825
|
ArchiveGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
805
826
|
ArchiveGroupSettings.add_member(:rollover_interval, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "rolloverInterval"))
|
806
827
|
ArchiveGroupSettings.struct_class = Types::ArchiveGroupSettings
|
@@ -810,6 +831,9 @@ module Aws::MediaLive
|
|
810
831
|
ArchiveOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
|
811
832
|
ArchiveOutputSettings.struct_class = Types::ArchiveOutputSettings
|
812
833
|
|
834
|
+
ArchiveS3Settings.add_member(:canned_acl, Shapes::ShapeRef.new(shape: S3CannedAcl, location_name: "cannedAcl"))
|
835
|
+
ArchiveS3Settings.struct_class = Types::ArchiveS3Settings
|
836
|
+
|
813
837
|
AribDestinationSettings.struct_class = Types::AribDestinationSettings
|
814
838
|
|
815
839
|
AribSourceSettings.struct_class = Types::AribSourceSettings
|
@@ -1044,6 +1068,12 @@ module Aws::MediaLive
|
|
1044
1068
|
CaptionLanguageMapping.add_member(:language_description, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "languageDescription"))
|
1045
1069
|
CaptionLanguageMapping.struct_class = Types::CaptionLanguageMapping
|
1046
1070
|
|
1071
|
+
CaptionRectangle.add_member(:height, Shapes::ShapeRef.new(shape: __doubleMin0Max100, required: true, location_name: "height"))
|
1072
|
+
CaptionRectangle.add_member(:left_offset, Shapes::ShapeRef.new(shape: __doubleMin0Max100, required: true, location_name: "leftOffset"))
|
1073
|
+
CaptionRectangle.add_member(:top_offset, Shapes::ShapeRef.new(shape: __doubleMin0Max100, required: true, location_name: "topOffset"))
|
1074
|
+
CaptionRectangle.add_member(:width, Shapes::ShapeRef.new(shape: __doubleMin0Max100, required: true, location_name: "width"))
|
1075
|
+
CaptionRectangle.struct_class = Types::CaptionRectangle
|
1076
|
+
|
1047
1077
|
CaptionSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
|
1048
1078
|
CaptionSelector.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "name"))
|
1049
1079
|
CaptionSelector.add_member(:selector_settings, Shapes::ShapeRef.new(shape: CaptionSelectorSettings, location_name: "selectorSettings"))
|
@@ -1224,6 +1254,21 @@ module Aws::MediaLive
|
|
1224
1254
|
CreateMultiplexResultModel.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
1225
1255
|
CreateMultiplexResultModel.struct_class = Types::CreateMultiplexResultModel
|
1226
1256
|
|
1257
|
+
CreatePartnerInput.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1258
|
+
CreatePartnerInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1259
|
+
CreatePartnerInput.struct_class = Types::CreatePartnerInput
|
1260
|
+
|
1261
|
+
CreatePartnerInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
|
1262
|
+
CreatePartnerInputRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1263
|
+
CreatePartnerInputRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1264
|
+
CreatePartnerInputRequest.struct_class = Types::CreatePartnerInputRequest
|
1265
|
+
|
1266
|
+
CreatePartnerInputResponse.add_member(:input, Shapes::ShapeRef.new(shape: Input, location_name: "input"))
|
1267
|
+
CreatePartnerInputResponse.struct_class = Types::CreatePartnerInputResponse
|
1268
|
+
|
1269
|
+
CreatePartnerInputResultModel.add_member(:input, Shapes::ShapeRef.new(shape: Input, location_name: "input"))
|
1270
|
+
CreatePartnerInputResultModel.struct_class = Types::CreatePartnerInputResultModel
|
1271
|
+
|
1227
1272
|
CreateTagsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
|
1228
1273
|
CreateTagsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1229
1274
|
CreateTagsRequest.struct_class = Types::CreateTagsRequest
|
@@ -1379,6 +1424,7 @@ module Aws::MediaLive
|
|
1379
1424
|
DescribeInputResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1380
1425
|
DescribeInputResponse.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
1381
1426
|
DescribeInputResponse.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
|
1427
|
+
DescribeInputResponse.add_member(:input_partner_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputPartnerIds"))
|
1382
1428
|
DescribeInputResponse.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
1383
1429
|
DescribeInputResponse.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
1384
1430
|
DescribeInputResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -1534,6 +1580,7 @@ module Aws::MediaLive
|
|
1534
1580
|
Eac3Settings.struct_class = Types::Eac3Settings
|
1535
1581
|
|
1536
1582
|
EbuTtDDestinationSettings.add_member(:fill_line_gap, Shapes::ShapeRef.new(shape: EbuTtDFillLineGapControl, location_name: "fillLineGap"))
|
1583
|
+
EbuTtDDestinationSettings.add_member(:copyright_holder, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "copyrightHolder"))
|
1537
1584
|
EbuTtDDestinationSettings.add_member(:font_family, Shapes::ShapeRef.new(shape: __string, location_name: "fontFamily"))
|
1538
1585
|
EbuTtDDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: EbuTtDDestinationStyleControl, location_name: "styleControl"))
|
1539
1586
|
EbuTtDDestinationSettings.struct_class = Types::EbuTtDDestinationSettings
|
@@ -1594,7 +1641,11 @@ module Aws::MediaLive
|
|
1594
1641
|
ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1595
1642
|
ForbiddenException.struct_class = Types::ForbiddenException
|
1596
1643
|
|
1644
|
+
FrameCaptureCdnSettings.add_member(:frame_capture_s3_settings, Shapes::ShapeRef.new(shape: FrameCaptureS3Settings, location_name: "frameCaptureS3Settings"))
|
1645
|
+
FrameCaptureCdnSettings.struct_class = Types::FrameCaptureCdnSettings
|
1646
|
+
|
1597
1647
|
FrameCaptureGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
1648
|
+
FrameCaptureGroupSettings.add_member(:frame_capture_cdn_settings, Shapes::ShapeRef.new(shape: FrameCaptureCdnSettings, location_name: "frameCaptureCdnSettings"))
|
1598
1649
|
FrameCaptureGroupSettings.struct_class = Types::FrameCaptureGroupSettings
|
1599
1650
|
|
1600
1651
|
FrameCaptureHlsSettings.struct_class = Types::FrameCaptureHlsSettings
|
@@ -1602,6 +1653,9 @@ module Aws::MediaLive
|
|
1602
1653
|
FrameCaptureOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
|
1603
1654
|
FrameCaptureOutputSettings.struct_class = Types::FrameCaptureOutputSettings
|
1604
1655
|
|
1656
|
+
FrameCaptureS3Settings.add_member(:canned_acl, Shapes::ShapeRef.new(shape: S3CannedAcl, location_name: "cannedAcl"))
|
1657
|
+
FrameCaptureS3Settings.struct_class = Types::FrameCaptureS3Settings
|
1658
|
+
|
1605
1659
|
FrameCaptureSettings.add_member(:capture_interval, Shapes::ShapeRef.new(shape: __integerMin1Max3600000, location_name: "captureInterval"))
|
1606
1660
|
FrameCaptureSettings.add_member(:capture_interval_units, Shapes::ShapeRef.new(shape: FrameCaptureIntervalUnit, location_name: "captureIntervalUnits"))
|
1607
1661
|
FrameCaptureSettings.struct_class = Types::FrameCaptureSettings
|
@@ -1730,6 +1784,7 @@ module Aws::MediaLive
|
|
1730
1784
|
HlsCdnSettings.add_member(:hls_akamai_settings, Shapes::ShapeRef.new(shape: HlsAkamaiSettings, location_name: "hlsAkamaiSettings"))
|
1731
1785
|
HlsCdnSettings.add_member(:hls_basic_put_settings, Shapes::ShapeRef.new(shape: HlsBasicPutSettings, location_name: "hlsBasicPutSettings"))
|
1732
1786
|
HlsCdnSettings.add_member(:hls_media_store_settings, Shapes::ShapeRef.new(shape: HlsMediaStoreSettings, location_name: "hlsMediaStoreSettings"))
|
1787
|
+
HlsCdnSettings.add_member(:hls_s3_settings, Shapes::ShapeRef.new(shape: HlsS3Settings, location_name: "hlsS3Settings"))
|
1733
1788
|
HlsCdnSettings.add_member(:hls_webdav_settings, Shapes::ShapeRef.new(shape: HlsWebdavSettings, location_name: "hlsWebdavSettings"))
|
1734
1789
|
HlsCdnSettings.struct_class = Types::HlsCdnSettings
|
1735
1790
|
|
@@ -1799,6 +1854,9 @@ module Aws::MediaLive
|
|
1799
1854
|
HlsOutputSettings.add_member(:segment_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "segmentModifier"))
|
1800
1855
|
HlsOutputSettings.struct_class = Types::HlsOutputSettings
|
1801
1856
|
|
1857
|
+
HlsS3Settings.add_member(:canned_acl, Shapes::ShapeRef.new(shape: S3CannedAcl, location_name: "cannedAcl"))
|
1858
|
+
HlsS3Settings.struct_class = Types::HlsS3Settings
|
1859
|
+
|
1802
1860
|
HlsSettings.add_member(:audio_only_hls_settings, Shapes::ShapeRef.new(shape: AudioOnlyHlsSettings, location_name: "audioOnlyHlsSettings"))
|
1803
1861
|
HlsSettings.add_member(:fmp_4_hls_settings, Shapes::ShapeRef.new(shape: Fmp4HlsSettings, location_name: "fmp4HlsSettings"))
|
1804
1862
|
HlsSettings.add_member(:frame_capture_hls_settings, Shapes::ShapeRef.new(shape: FrameCaptureHlsSettings, location_name: "frameCaptureHlsSettings"))
|
@@ -1823,6 +1881,7 @@ module Aws::MediaLive
|
|
1823
1881
|
Input.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1824
1882
|
Input.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
1825
1883
|
Input.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
|
1884
|
+
Input.add_member(:input_partner_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputPartnerIds"))
|
1826
1885
|
Input.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
1827
1886
|
Input.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
1828
1887
|
Input.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -2760,6 +2819,7 @@ module Aws::MediaLive
|
|
2760
2819
|
|
2761
2820
|
TeletextDestinationSettings.struct_class = Types::TeletextDestinationSettings
|
2762
2821
|
|
2822
|
+
TeletextSourceSettings.add_member(:output_rectangle, Shapes::ShapeRef.new(shape: CaptionRectangle, location_name: "outputRectangle"))
|
2763
2823
|
TeletextSourceSettings.add_member(:page_number, Shapes::ShapeRef.new(shape: __string, location_name: "pageNumber"))
|
2764
2824
|
TeletextSourceSettings.struct_class = Types::TeletextSourceSettings
|
2765
2825
|
|
@@ -2778,11 +2838,13 @@ module Aws::MediaLive
|
|
2778
2838
|
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
2779
2839
|
|
2780
2840
|
TransferInputDevice.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2841
|
+
TransferInputDevice.add_member(:target_region, Shapes::ShapeRef.new(shape: __string, location_name: "targetRegion"))
|
2781
2842
|
TransferInputDevice.add_member(:transfer_message, Shapes::ShapeRef.new(shape: __string, location_name: "transferMessage"))
|
2782
2843
|
TransferInputDevice.struct_class = Types::TransferInputDevice
|
2783
2844
|
|
2784
2845
|
TransferInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
2785
2846
|
TransferInputDeviceRequest.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2847
|
+
TransferInputDeviceRequest.add_member(:target_region, Shapes::ShapeRef.new(shape: __string, location_name: "targetRegion"))
|
2786
2848
|
TransferInputDeviceRequest.add_member(:transfer_message, Shapes::ShapeRef.new(shape: __string, location_name: "transferMessage"))
|
2787
2849
|
TransferInputDeviceRequest.struct_class = Types::TransferInputDeviceRequest
|
2788
2850
|
|
@@ -2791,6 +2853,7 @@ module Aws::MediaLive
|
|
2791
2853
|
TransferringInputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2792
2854
|
TransferringInputDeviceSummary.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
2793
2855
|
TransferringInputDeviceSummary.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2856
|
+
TransferringInputDeviceSummary.add_member(:target_region, Shapes::ShapeRef.new(shape: __string, location_name: "targetRegion"))
|
2794
2857
|
TransferringInputDeviceSummary.add_member(:transfer_type, Shapes::ShapeRef.new(shape: InputDeviceTransferType, location_name: "transferType"))
|
2795
2858
|
TransferringInputDeviceSummary.struct_class = Types::TransferringInputDeviceSummary
|
2796
2859
|
|
@@ -2981,10 +3044,14 @@ module Aws::MediaLive
|
|
2981
3044
|
VideoDescription.struct_class = Types::VideoDescription
|
2982
3045
|
|
2983
3046
|
VideoSelector.add_member(:color_space, Shapes::ShapeRef.new(shape: VideoSelectorColorSpace, location_name: "colorSpace"))
|
3047
|
+
VideoSelector.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: VideoSelectorColorSpaceSettings, location_name: "colorSpaceSettings"))
|
2984
3048
|
VideoSelector.add_member(:color_space_usage, Shapes::ShapeRef.new(shape: VideoSelectorColorSpaceUsage, location_name: "colorSpaceUsage"))
|
2985
3049
|
VideoSelector.add_member(:selector_settings, Shapes::ShapeRef.new(shape: VideoSelectorSettings, location_name: "selectorSettings"))
|
2986
3050
|
VideoSelector.struct_class = Types::VideoSelector
|
2987
3051
|
|
3052
|
+
VideoSelectorColorSpaceSettings.add_member(:hdr_10_settings, Shapes::ShapeRef.new(shape: Hdr10Settings, location_name: "hdr10Settings"))
|
3053
|
+
VideoSelectorColorSpaceSettings.struct_class = Types::VideoSelectorColorSpaceSettings
|
3054
|
+
|
2988
3055
|
VideoSelectorPid.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin0Max8191, location_name: "pid"))
|
2989
3056
|
VideoSelectorPid.struct_class = Types::VideoSelectorPid
|
2990
3057
|
|
@@ -3298,6 +3365,20 @@ module Aws::MediaLive
|
|
3298
3365
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3299
3366
|
end)
|
3300
3367
|
|
3368
|
+
api.add_operation(:create_partner_input, Seahorse::Model::Operation.new.tap do |o|
|
3369
|
+
o.name = "CreatePartnerInput"
|
3370
|
+
o.http_method = "POST"
|
3371
|
+
o.http_request_uri = "/prod/inputs/{inputId}/partners"
|
3372
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePartnerInputRequest)
|
3373
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePartnerInputResponse)
|
3374
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3375
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3376
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3377
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3378
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3379
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3380
|
+
end)
|
3381
|
+
|
3301
3382
|
api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
|
3302
3383
|
o.name = "CreateTags"
|
3303
3384
|
o.http_method = "POST"
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -218,6 +218,29 @@ module Aws::MediaLive
|
|
218
218
|
include Aws::Structure
|
219
219
|
end
|
220
220
|
|
221
|
+
# Archive Cdn Settings
|
222
|
+
#
|
223
|
+
# @note When making an API call, you may pass ArchiveCdnSettings
|
224
|
+
# data as a hash:
|
225
|
+
#
|
226
|
+
# {
|
227
|
+
# archive_s3_settings: {
|
228
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
229
|
+
# },
|
230
|
+
# }
|
231
|
+
#
|
232
|
+
# @!attribute [rw] archive_s3_settings
|
233
|
+
# Archive S3 Settings
|
234
|
+
# @return [Types::ArchiveS3Settings]
|
235
|
+
#
|
236
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ArchiveCdnSettings AWS API Documentation
|
237
|
+
#
|
238
|
+
class ArchiveCdnSettings < Struct.new(
|
239
|
+
:archive_s3_settings)
|
240
|
+
SENSITIVE = []
|
241
|
+
include Aws::Structure
|
242
|
+
end
|
243
|
+
|
221
244
|
# Archive Container Settings
|
222
245
|
#
|
223
246
|
# @note When making an API call, you may pass ArchiveContainerSettings
|
@@ -311,12 +334,21 @@ module Aws::MediaLive
|
|
311
334
|
# data as a hash:
|
312
335
|
#
|
313
336
|
# {
|
337
|
+
# archive_cdn_settings: {
|
338
|
+
# archive_s3_settings: {
|
339
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
340
|
+
# },
|
341
|
+
# },
|
314
342
|
# destination: { # required
|
315
343
|
# destination_ref_id: "__string",
|
316
344
|
# },
|
317
345
|
# rollover_interval: 1,
|
318
346
|
# }
|
319
347
|
#
|
348
|
+
# @!attribute [rw] archive_cdn_settings
|
349
|
+
# Parameters that control interactions with the CDN.
|
350
|
+
# @return [Types::ArchiveCdnSettings]
|
351
|
+
#
|
320
352
|
# @!attribute [rw] destination
|
321
353
|
# A directory and base filename where archive files should be written.
|
322
354
|
# @return [Types::OutputLocationRef]
|
@@ -329,6 +361,7 @@ module Aws::MediaLive
|
|
329
361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ArchiveGroupSettings AWS API Documentation
|
330
362
|
#
|
331
363
|
class ArchiveGroupSettings < Struct.new(
|
364
|
+
:archive_cdn_settings,
|
332
365
|
:destination,
|
333
366
|
:rollover_interval)
|
334
367
|
SENSITIVE = []
|
@@ -433,6 +466,28 @@ module Aws::MediaLive
|
|
433
466
|
include Aws::Structure
|
434
467
|
end
|
435
468
|
|
469
|
+
# Archive S3 Settings
|
470
|
+
#
|
471
|
+
# @note When making an API call, you may pass ArchiveS3Settings
|
472
|
+
# data as a hash:
|
473
|
+
#
|
474
|
+
# {
|
475
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
476
|
+
# }
|
477
|
+
#
|
478
|
+
# @!attribute [rw] canned_acl
|
479
|
+
# Specify the canned ACL to apply to each S3 request. Defaults to
|
480
|
+
# none.
|
481
|
+
# @return [String]
|
482
|
+
#
|
483
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ArchiveS3Settings AWS API Documentation
|
484
|
+
#
|
485
|
+
class ArchiveS3Settings < Struct.new(
|
486
|
+
:canned_acl)
|
487
|
+
SENSITIVE = []
|
488
|
+
include Aws::Structure
|
489
|
+
end
|
490
|
+
|
436
491
|
# Arib Destination Settings
|
437
492
|
#
|
438
493
|
# @api private
|
@@ -2229,6 +2284,7 @@ module Aws::MediaLive
|
|
2229
2284
|
# },
|
2230
2285
|
# ebu_tt_d_destination_settings: {
|
2231
2286
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
2287
|
+
# copyright_holder: "__stringMax1000",
|
2232
2288
|
# font_family: "__string",
|
2233
2289
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2234
2290
|
# },
|
@@ -2350,6 +2406,7 @@ module Aws::MediaLive
|
|
2350
2406
|
# },
|
2351
2407
|
# ebu_tt_d_destination_settings: {
|
2352
2408
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
2409
|
+
# copyright_holder: "__stringMax1000",
|
2353
2410
|
# font_family: "__string",
|
2354
2411
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
2355
2412
|
# },
|
@@ -2483,6 +2540,75 @@ module Aws::MediaLive
|
|
2483
2540
|
include Aws::Structure
|
2484
2541
|
end
|
2485
2542
|
|
2543
|
+
# Caption Rectangle
|
2544
|
+
#
|
2545
|
+
# @note When making an API call, you may pass CaptionRectangle
|
2546
|
+
# data as a hash:
|
2547
|
+
#
|
2548
|
+
# {
|
2549
|
+
# height: 1.0, # required
|
2550
|
+
# left_offset: 1.0, # required
|
2551
|
+
# top_offset: 1.0, # required
|
2552
|
+
# width: 1.0, # required
|
2553
|
+
# }
|
2554
|
+
#
|
2555
|
+
# @!attribute [rw] height
|
2556
|
+
# See the description in leftOffset. For height, specify the entire
|
2557
|
+
# height of the rectangle as a percentage of the underlying frame
|
2558
|
+
# height. For example, \\"80\\" means the rectangle height is 80% of
|
2559
|
+
# the underlying frame height. The topOffset and rectangleHeight must
|
2560
|
+
# add up to 100% or less. This field corresponds to tts:extent - Y in
|
2561
|
+
# the TTML standard.
|
2562
|
+
# @return [Float]
|
2563
|
+
#
|
2564
|
+
# @!attribute [rw] left_offset
|
2565
|
+
# Applies only if you plan to convert these source captions to
|
2566
|
+
# EBU-TT-D or TTML in an output. (Make sure to leave the default if
|
2567
|
+
# you don't have either of these formats in the output.) You can
|
2568
|
+
# define a display rectangle for the captions that is smaller than the
|
2569
|
+
# underlying video frame. You define the rectangle by specifying the
|
2570
|
+
# position of the left edge, top edge, bottom edge, and right edge of
|
2571
|
+
# the rectangle, all within the underlying video frame. The units for
|
2572
|
+
# the measurements are percentages. If you specify a value for one of
|
2573
|
+
# these fields, you must specify a value for all of them. For
|
2574
|
+
# leftOffset, specify the position of the left edge of the rectangle,
|
2575
|
+
# as a percentage of the underlying frame width, and relative to the
|
2576
|
+
# left edge of the frame. For example, \\"10\\" means the
|
2577
|
+
# measurement is 10% of the underlying frame width. The rectangle left
|
2578
|
+
# edge starts at that position from the left edge of the frame. This
|
2579
|
+
# field corresponds to tts:origin - X in the TTML standard.
|
2580
|
+
# @return [Float]
|
2581
|
+
#
|
2582
|
+
# @!attribute [rw] top_offset
|
2583
|
+
# See the description in leftOffset. For topOffset, specify the
|
2584
|
+
# position of the top edge of the rectangle, as a percentage of the
|
2585
|
+
# underlying frame height, and relative to the top edge of the frame.
|
2586
|
+
# For example, \\"10\\" means the measurement is 10% of the
|
2587
|
+
# underlying frame height. The rectangle top edge starts at that
|
2588
|
+
# position from the top edge of the frame. This field corresponds to
|
2589
|
+
# tts:origin - Y in the TTML standard.
|
2590
|
+
# @return [Float]
|
2591
|
+
#
|
2592
|
+
# @!attribute [rw] width
|
2593
|
+
# See the description in leftOffset. For width, specify the entire
|
2594
|
+
# width of the rectangle as a percentage of the underlying frame
|
2595
|
+
# width. For example, \\"80\\" means the rectangle width is 80% of
|
2596
|
+
# the underlying frame width. The leftOffset and rectangleWidth must
|
2597
|
+
# add up to 100% or less. This field corresponds to tts:extent - X in
|
2598
|
+
# the TTML standard.
|
2599
|
+
# @return [Float]
|
2600
|
+
#
|
2601
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CaptionRectangle AWS API Documentation
|
2602
|
+
#
|
2603
|
+
class CaptionRectangle < Struct.new(
|
2604
|
+
:height,
|
2605
|
+
:left_offset,
|
2606
|
+
:top_offset,
|
2607
|
+
:width)
|
2608
|
+
SENSITIVE = []
|
2609
|
+
include Aws::Structure
|
2610
|
+
end
|
2611
|
+
|
2486
2612
|
# Output groups for this Live Event. Output groups contain information
|
2487
2613
|
# about where streams should be distributed.
|
2488
2614
|
#
|
@@ -2515,6 +2641,12 @@ module Aws::MediaLive
|
|
2515
2641
|
# pid: 1,
|
2516
2642
|
# },
|
2517
2643
|
# teletext_source_settings: {
|
2644
|
+
# output_rectangle: {
|
2645
|
+
# height: 1.0, # required
|
2646
|
+
# left_offset: 1.0, # required
|
2647
|
+
# top_offset: 1.0, # required
|
2648
|
+
# width: 1.0, # required
|
2649
|
+
# },
|
2518
2650
|
# page_number: "__string",
|
2519
2651
|
# },
|
2520
2652
|
# },
|
@@ -2573,6 +2705,12 @@ module Aws::MediaLive
|
|
2573
2705
|
# pid: 1,
|
2574
2706
|
# },
|
2575
2707
|
# teletext_source_settings: {
|
2708
|
+
# output_rectangle: {
|
2709
|
+
# height: 1.0, # required
|
2710
|
+
# left_offset: 1.0, # required
|
2711
|
+
# top_offset: 1.0, # required
|
2712
|
+
# width: 1.0, # required
|
2713
|
+
# },
|
2576
2714
|
# page_number: "__string",
|
2577
2715
|
# },
|
2578
2716
|
# }
|
@@ -3148,6 +3286,7 @@ module Aws::MediaLive
|
|
3148
3286
|
# },
|
3149
3287
|
# ebu_tt_d_destination_settings: {
|
3150
3288
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
3289
|
+
# copyright_holder: "__stringMax1000",
|
3151
3290
|
# font_family: "__string",
|
3152
3291
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
3153
3292
|
# },
|
@@ -3206,6 +3345,11 @@ module Aws::MediaLive
|
|
3206
3345
|
# name: "__stringMax32",
|
3207
3346
|
# output_group_settings: { # required
|
3208
3347
|
# archive_group_settings: {
|
3348
|
+
# archive_cdn_settings: {
|
3349
|
+
# archive_s3_settings: {
|
3350
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
3351
|
+
# },
|
3352
|
+
# },
|
3209
3353
|
# destination: { # required
|
3210
3354
|
# destination_ref_id: "__string",
|
3211
3355
|
# },
|
@@ -3215,6 +3359,11 @@ module Aws::MediaLive
|
|
3215
3359
|
# destination: { # required
|
3216
3360
|
# destination_ref_id: "__string",
|
3217
3361
|
# },
|
3362
|
+
# frame_capture_cdn_settings: {
|
3363
|
+
# frame_capture_s3_settings: {
|
3364
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
3365
|
+
# },
|
3366
|
+
# },
|
3218
3367
|
# },
|
3219
3368
|
# hls_group_settings: {
|
3220
3369
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -3262,6 +3411,9 @@ module Aws::MediaLive
|
|
3262
3411
|
# num_retries: 1,
|
3263
3412
|
# restart_delay: 1,
|
3264
3413
|
# },
|
3414
|
+
# hls_s3_settings: {
|
3415
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
3416
|
+
# },
|
3265
3417
|
# hls_webdav_settings: {
|
3266
3418
|
# connection_retry_interval: 1,
|
3267
3419
|
# filecache_duration: 1,
|
@@ -3794,6 +3946,12 @@ module Aws::MediaLive
|
|
3794
3946
|
# pid: 1,
|
3795
3947
|
# },
|
3796
3948
|
# teletext_source_settings: {
|
3949
|
+
# output_rectangle: {
|
3950
|
+
# height: 1.0, # required
|
3951
|
+
# left_offset: 1.0, # required
|
3952
|
+
# top_offset: 1.0, # required
|
3953
|
+
# width: 1.0, # required
|
3954
|
+
# },
|
3797
3955
|
# page_number: "__string",
|
3798
3956
|
# },
|
3799
3957
|
# },
|
@@ -3815,7 +3973,13 @@ module Aws::MediaLive
|
|
3815
3973
|
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
3816
3974
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
3817
3975
|
# video_selector: {
|
3818
|
-
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
3976
|
+
# color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
|
3977
|
+
# color_space_settings: {
|
3978
|
+
# hdr_10_settings: {
|
3979
|
+
# max_cll: 1,
|
3980
|
+
# max_fall: 1,
|
3981
|
+
# },
|
3982
|
+
# },
|
3819
3983
|
# color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
|
3820
3984
|
# selector_settings: {
|
3821
3985
|
# video_selector_pid: {
|
@@ -4389,6 +4553,78 @@ module Aws::MediaLive
|
|
4389
4553
|
include Aws::Structure
|
4390
4554
|
end
|
4391
4555
|
|
4556
|
+
# @!attribute [rw] request_id
|
4557
|
+
# Unique identifier of the request to ensure the request is handled exactly once in case of retries. **A suitable default value is auto-generated.** You should normally
|
4558
|
+
# not need to pass this option.
|
4559
|
+
# @return [String]
|
4560
|
+
#
|
4561
|
+
# @!attribute [rw] tags
|
4562
|
+
# A collection of key-value pairs.
|
4563
|
+
# @return [Hash<String,String>]
|
4564
|
+
#
|
4565
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInput AWS API Documentation
|
4566
|
+
#
|
4567
|
+
class CreatePartnerInput < Struct.new(
|
4568
|
+
:request_id,
|
4569
|
+
:tags)
|
4570
|
+
SENSITIVE = []
|
4571
|
+
include Aws::Structure
|
4572
|
+
end
|
4573
|
+
|
4574
|
+
# @note When making an API call, you may pass CreatePartnerInputRequest
|
4575
|
+
# data as a hash:
|
4576
|
+
#
|
4577
|
+
# {
|
4578
|
+
# input_id: "__string", # required
|
4579
|
+
# request_id: "__string",
|
4580
|
+
# tags: {
|
4581
|
+
# "__string" => "__string",
|
4582
|
+
# },
|
4583
|
+
# }
|
4584
|
+
#
|
4585
|
+
# @!attribute [rw] input_id
|
4586
|
+
# @return [String]
|
4587
|
+
#
|
4588
|
+
# @!attribute [rw] request_id
|
4589
|
+
# **A suitable default value is auto-generated.** You should normally
|
4590
|
+
# not need to pass this option.
|
4591
|
+
# @return [String]
|
4592
|
+
#
|
4593
|
+
# @!attribute [rw] tags
|
4594
|
+
# @return [Hash<String,String>]
|
4595
|
+
#
|
4596
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInputRequest AWS API Documentation
|
4597
|
+
#
|
4598
|
+
class CreatePartnerInputRequest < Struct.new(
|
4599
|
+
:input_id,
|
4600
|
+
:request_id,
|
4601
|
+
:tags)
|
4602
|
+
SENSITIVE = []
|
4603
|
+
include Aws::Structure
|
4604
|
+
end
|
4605
|
+
|
4606
|
+
# @!attribute [rw] input
|
4607
|
+
# @return [Types::Input]
|
4608
|
+
#
|
4609
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInputResponse AWS API Documentation
|
4610
|
+
#
|
4611
|
+
class CreatePartnerInputResponse < Struct.new(
|
4612
|
+
:input)
|
4613
|
+
SENSITIVE = []
|
4614
|
+
include Aws::Structure
|
4615
|
+
end
|
4616
|
+
|
4617
|
+
# @!attribute [rw] input
|
4618
|
+
# @return [Types::Input]
|
4619
|
+
#
|
4620
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInputResultModel AWS API Documentation
|
4621
|
+
#
|
4622
|
+
class CreatePartnerInputResultModel < Struct.new(
|
4623
|
+
:input)
|
4624
|
+
SENSITIVE = []
|
4625
|
+
include Aws::Structure
|
4626
|
+
end
|
4627
|
+
|
4392
4628
|
# @note When making an API call, you may pass CreateTagsRequest
|
4393
4629
|
# data as a hash:
|
4394
4630
|
#
|
@@ -5099,6 +5335,9 @@ module Aws::MediaLive
|
|
5099
5335
|
# @!attribute [rw] input_devices
|
5100
5336
|
# @return [Array<Types::InputDeviceSettings>]
|
5101
5337
|
#
|
5338
|
+
# @!attribute [rw] input_partner_ids
|
5339
|
+
# @return [Array<String>]
|
5340
|
+
#
|
5102
5341
|
# @!attribute [rw] input_source_type
|
5103
5342
|
# There are two types of input sources, static and dynamic. If an
|
5104
5343
|
# input source is dynamic you can change the source url of the input
|
@@ -5140,6 +5379,7 @@ module Aws::MediaLive
|
|
5140
5379
|
:id,
|
5141
5380
|
:input_class,
|
5142
5381
|
:input_devices,
|
5382
|
+
:input_partner_ids,
|
5143
5383
|
:input_source_type,
|
5144
5384
|
:media_connect_flows,
|
5145
5385
|
:name,
|
@@ -6007,6 +6247,7 @@ module Aws::MediaLive
|
|
6007
6247
|
#
|
6008
6248
|
# {
|
6009
6249
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
6250
|
+
# copyright_holder: "__stringMax1000",
|
6010
6251
|
# font_family: "__string",
|
6011
6252
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
6012
6253
|
# }
|
@@ -6018,6 +6259,13 @@ module Aws::MediaLive
|
|
6018
6259
|
# unfilled.
|
6019
6260
|
# @return [String]
|
6020
6261
|
#
|
6262
|
+
# @!attribute [rw] copyright_holder
|
6263
|
+
# Applies only if you plan to convert these source captions to
|
6264
|
+
# EBU-TT-D or TTML in an output. Complete this field if you want to
|
6265
|
+
# include the name of the copyright holder in the copyright metadata
|
6266
|
+
# tag in the TTML
|
6267
|
+
# @return [String]
|
6268
|
+
#
|
6021
6269
|
# @!attribute [rw] font_family
|
6022
6270
|
# Specifies the font family to include in the font data attached to
|
6023
6271
|
# the EBU-TT captions. Valid only if styleControl is set to include.
|
@@ -6050,6 +6298,7 @@ module Aws::MediaLive
|
|
6050
6298
|
#
|
6051
6299
|
class EbuTtDDestinationSettings < Struct.new(
|
6052
6300
|
:fill_line_gap,
|
6301
|
+
:copyright_holder,
|
6053
6302
|
:font_family,
|
6054
6303
|
:style_control)
|
6055
6304
|
SENSITIVE = []
|
@@ -6304,6 +6553,7 @@ module Aws::MediaLive
|
|
6304
6553
|
# },
|
6305
6554
|
# ebu_tt_d_destination_settings: {
|
6306
6555
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
6556
|
+
# copyright_holder: "__stringMax1000",
|
6307
6557
|
# font_family: "__string",
|
6308
6558
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
6309
6559
|
# },
|
@@ -6362,6 +6612,11 @@ module Aws::MediaLive
|
|
6362
6612
|
# name: "__stringMax32",
|
6363
6613
|
# output_group_settings: { # required
|
6364
6614
|
# archive_group_settings: {
|
6615
|
+
# archive_cdn_settings: {
|
6616
|
+
# archive_s3_settings: {
|
6617
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
6618
|
+
# },
|
6619
|
+
# },
|
6365
6620
|
# destination: { # required
|
6366
6621
|
# destination_ref_id: "__string",
|
6367
6622
|
# },
|
@@ -6371,6 +6626,11 @@ module Aws::MediaLive
|
|
6371
6626
|
# destination: { # required
|
6372
6627
|
# destination_ref_id: "__string",
|
6373
6628
|
# },
|
6629
|
+
# frame_capture_cdn_settings: {
|
6630
|
+
# frame_capture_s3_settings: {
|
6631
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
6632
|
+
# },
|
6633
|
+
# },
|
6374
6634
|
# },
|
6375
6635
|
# hls_group_settings: {
|
6376
6636
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -6418,6 +6678,9 @@ module Aws::MediaLive
|
|
6418
6678
|
# num_retries: 1,
|
6419
6679
|
# restart_delay: 1,
|
6420
6680
|
# },
|
6681
|
+
# hls_s3_settings: {
|
6682
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
6683
|
+
# },
|
6421
6684
|
# hls_webdav_settings: {
|
6422
6685
|
# connection_retry_interval: 1,
|
6423
6686
|
# filecache_duration: 1,
|
@@ -7181,6 +7444,29 @@ module Aws::MediaLive
|
|
7181
7444
|
include Aws::Structure
|
7182
7445
|
end
|
7183
7446
|
|
7447
|
+
# Frame Capture Cdn Settings
|
7448
|
+
#
|
7449
|
+
# @note When making an API call, you may pass FrameCaptureCdnSettings
|
7450
|
+
# data as a hash:
|
7451
|
+
#
|
7452
|
+
# {
|
7453
|
+
# frame_capture_s3_settings: {
|
7454
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7455
|
+
# },
|
7456
|
+
# }
|
7457
|
+
#
|
7458
|
+
# @!attribute [rw] frame_capture_s3_settings
|
7459
|
+
# Frame Capture S3 Settings
|
7460
|
+
# @return [Types::FrameCaptureS3Settings]
|
7461
|
+
#
|
7462
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureCdnSettings AWS API Documentation
|
7463
|
+
#
|
7464
|
+
class FrameCaptureCdnSettings < Struct.new(
|
7465
|
+
:frame_capture_s3_settings)
|
7466
|
+
SENSITIVE = []
|
7467
|
+
include Aws::Structure
|
7468
|
+
end
|
7469
|
+
|
7184
7470
|
# Frame Capture Group Settings
|
7185
7471
|
#
|
7186
7472
|
# @note When making an API call, you may pass FrameCaptureGroupSettings
|
@@ -7190,6 +7476,11 @@ module Aws::MediaLive
|
|
7190
7476
|
# destination: { # required
|
7191
7477
|
# destination_ref_id: "__string",
|
7192
7478
|
# },
|
7479
|
+
# frame_capture_cdn_settings: {
|
7480
|
+
# frame_capture_s3_settings: {
|
7481
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7482
|
+
# },
|
7483
|
+
# },
|
7193
7484
|
# }
|
7194
7485
|
#
|
7195
7486
|
# @!attribute [rw] destination
|
@@ -7204,10 +7495,15 @@ module Aws::MediaLive
|
|
7204
7495
|
# curling-low.00001.jpg
|
7205
7496
|
# @return [Types::OutputLocationRef]
|
7206
7497
|
#
|
7498
|
+
# @!attribute [rw] frame_capture_cdn_settings
|
7499
|
+
# Parameters that control interactions with the CDN.
|
7500
|
+
# @return [Types::FrameCaptureCdnSettings]
|
7501
|
+
#
|
7207
7502
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureGroupSettings AWS API Documentation
|
7208
7503
|
#
|
7209
7504
|
class FrameCaptureGroupSettings < Struct.new(
|
7210
|
-
:destination
|
7505
|
+
:destination,
|
7506
|
+
:frame_capture_cdn_settings)
|
7211
7507
|
SENSITIVE = []
|
7212
7508
|
include Aws::Structure
|
7213
7509
|
end
|
@@ -7242,6 +7538,28 @@ module Aws::MediaLive
|
|
7242
7538
|
include Aws::Structure
|
7243
7539
|
end
|
7244
7540
|
|
7541
|
+
# Frame Capture S3 Settings
|
7542
|
+
#
|
7543
|
+
# @note When making an API call, you may pass FrameCaptureS3Settings
|
7544
|
+
# data as a hash:
|
7545
|
+
#
|
7546
|
+
# {
|
7547
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7548
|
+
# }
|
7549
|
+
#
|
7550
|
+
# @!attribute [rw] canned_acl
|
7551
|
+
# Specify the canned ACL to apply to each S3 request. Defaults to
|
7552
|
+
# none.
|
7553
|
+
# @return [String]
|
7554
|
+
#
|
7555
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureS3Settings AWS API Documentation
|
7556
|
+
#
|
7557
|
+
class FrameCaptureS3Settings < Struct.new(
|
7558
|
+
:canned_acl)
|
7559
|
+
SENSITIVE = []
|
7560
|
+
include Aws::Structure
|
7561
|
+
end
|
7562
|
+
|
7245
7563
|
# Frame Capture Settings
|
7246
7564
|
#
|
7247
7565
|
# @note When making an API call, you may pass FrameCaptureSettings
|
@@ -7701,7 +8019,8 @@ module Aws::MediaLive
|
|
7701
8019
|
#
|
7702
8020
|
# @!attribute [rw] softness
|
7703
8021
|
# Softness. Selects quantizer matrix, larger values reduce
|
7704
|
-
# high-frequency content in the encoded image.
|
8022
|
+
# high-frequency content in the encoded image. If not set to zero,
|
8023
|
+
# must be greater than 15.
|
7705
8024
|
# @return [Integer]
|
7706
8025
|
#
|
7707
8026
|
# @!attribute [rw] spatial_aq
|
@@ -8267,6 +8586,9 @@ module Aws::MediaLive
|
|
8267
8586
|
# num_retries: 1,
|
8268
8587
|
# restart_delay: 1,
|
8269
8588
|
# },
|
8589
|
+
# hls_s3_settings: {
|
8590
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
8591
|
+
# },
|
8270
8592
|
# hls_webdav_settings: {
|
8271
8593
|
# connection_retry_interval: 1,
|
8272
8594
|
# filecache_duration: 1,
|
@@ -8288,6 +8610,10 @@ module Aws::MediaLive
|
|
8288
8610
|
# Hls Media Store Settings
|
8289
8611
|
# @return [Types::HlsMediaStoreSettings]
|
8290
8612
|
#
|
8613
|
+
# @!attribute [rw] hls_s3_settings
|
8614
|
+
# Hls S3 Settings
|
8615
|
+
# @return [Types::HlsS3Settings]
|
8616
|
+
#
|
8291
8617
|
# @!attribute [rw] hls_webdav_settings
|
8292
8618
|
# Hls Webdav Settings
|
8293
8619
|
# @return [Types::HlsWebdavSettings]
|
@@ -8298,6 +8624,7 @@ module Aws::MediaLive
|
|
8298
8624
|
:hls_akamai_settings,
|
8299
8625
|
:hls_basic_put_settings,
|
8300
8626
|
:hls_media_store_settings,
|
8627
|
+
:hls_s3_settings,
|
8301
8628
|
:hls_webdav_settings)
|
8302
8629
|
SENSITIVE = []
|
8303
8630
|
include Aws::Structure
|
@@ -8354,6 +8681,9 @@ module Aws::MediaLive
|
|
8354
8681
|
# num_retries: 1,
|
8355
8682
|
# restart_delay: 1,
|
8356
8683
|
# },
|
8684
|
+
# hls_s3_settings: {
|
8685
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
8686
|
+
# },
|
8357
8687
|
# hls_webdav_settings: {
|
8358
8688
|
# connection_retry_interval: 1,
|
8359
8689
|
# filecache_duration: 1,
|
@@ -8934,6 +9264,28 @@ module Aws::MediaLive
|
|
8934
9264
|
include Aws::Structure
|
8935
9265
|
end
|
8936
9266
|
|
9267
|
+
# Hls S3 Settings
|
9268
|
+
#
|
9269
|
+
# @note When making an API call, you may pass HlsS3Settings
|
9270
|
+
# data as a hash:
|
9271
|
+
#
|
9272
|
+
# {
|
9273
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
9274
|
+
# }
|
9275
|
+
#
|
9276
|
+
# @!attribute [rw] canned_acl
|
9277
|
+
# Specify the canned ACL to apply to each S3 request. Defaults to
|
9278
|
+
# none.
|
9279
|
+
# @return [String]
|
9280
|
+
#
|
9281
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsS3Settings AWS API Documentation
|
9282
|
+
#
|
9283
|
+
class HlsS3Settings < Struct.new(
|
9284
|
+
:canned_acl)
|
9285
|
+
SENSITIVE = []
|
9286
|
+
include Aws::Structure
|
9287
|
+
end
|
9288
|
+
|
8937
9289
|
# Hls Settings
|
8938
9290
|
#
|
8939
9291
|
# @note When making an API call, you may pass HlsSettings
|
@@ -9118,6 +9470,10 @@ module Aws::MediaLive
|
|
9118
9470
|
# Settings for the input devices.
|
9119
9471
|
# @return [Array<Types::InputDeviceSettings>]
|
9120
9472
|
#
|
9473
|
+
# @!attribute [rw] input_partner_ids
|
9474
|
+
# A list of IDs for all Inputs which are partners of this one.
|
9475
|
+
# @return [Array<String>]
|
9476
|
+
#
|
9121
9477
|
# @!attribute [rw] input_source_type
|
9122
9478
|
# Certain pull input sources can be dynamic, meaning that they can
|
9123
9479
|
# have their URL's dynamically changes during input switch actions.
|
@@ -9165,6 +9521,7 @@ module Aws::MediaLive
|
|
9165
9521
|
:id,
|
9166
9522
|
:input_class,
|
9167
9523
|
:input_devices,
|
9524
|
+
:input_partner_ids,
|
9168
9525
|
:input_source_type,
|
9169
9526
|
:media_connect_flows,
|
9170
9527
|
:name,
|
@@ -9255,6 +9612,12 @@ module Aws::MediaLive
|
|
9255
9612
|
# pid: 1,
|
9256
9613
|
# },
|
9257
9614
|
# teletext_source_settings: {
|
9615
|
+
# output_rectangle: {
|
9616
|
+
# height: 1.0, # required
|
9617
|
+
# left_offset: 1.0, # required
|
9618
|
+
# top_offset: 1.0, # required
|
9619
|
+
# width: 1.0, # required
|
9620
|
+
# },
|
9258
9621
|
# page_number: "__string",
|
9259
9622
|
# },
|
9260
9623
|
# },
|
@@ -9276,7 +9639,13 @@ module Aws::MediaLive
|
|
9276
9639
|
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
9277
9640
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
9278
9641
|
# video_selector: {
|
9279
|
-
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
9642
|
+
# color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
|
9643
|
+
# color_space_settings: {
|
9644
|
+
# hdr_10_settings: {
|
9645
|
+
# max_cll: 1,
|
9646
|
+
# max_fall: 1,
|
9647
|
+
# },
|
9648
|
+
# },
|
9280
9649
|
# color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
|
9281
9650
|
# selector_settings: {
|
9282
9651
|
# video_selector_pid: {
|
@@ -10121,6 +10490,12 @@ module Aws::MediaLive
|
|
10121
10490
|
# pid: 1,
|
10122
10491
|
# },
|
10123
10492
|
# teletext_source_settings: {
|
10493
|
+
# output_rectangle: {
|
10494
|
+
# height: 1.0, # required
|
10495
|
+
# left_offset: 1.0, # required
|
10496
|
+
# top_offset: 1.0, # required
|
10497
|
+
# width: 1.0, # required
|
10498
|
+
# },
|
10124
10499
|
# page_number: "__string",
|
10125
10500
|
# },
|
10126
10501
|
# },
|
@@ -10142,7 +10517,13 @@ module Aws::MediaLive
|
|
10142
10517
|
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
10143
10518
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
10144
10519
|
# video_selector: {
|
10145
|
-
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
10520
|
+
# color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
|
10521
|
+
# color_space_settings: {
|
10522
|
+
# hdr_10_settings: {
|
10523
|
+
# max_cll: 1,
|
10524
|
+
# max_fall: 1,
|
10525
|
+
# },
|
10526
|
+
# },
|
10146
10527
|
# color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
|
10147
10528
|
# selector_settings: {
|
10148
10529
|
# video_selector_pid: {
|
@@ -13260,6 +13641,11 @@ module Aws::MediaLive
|
|
13260
13641
|
# name: "__stringMax32",
|
13261
13642
|
# output_group_settings: { # required
|
13262
13643
|
# archive_group_settings: {
|
13644
|
+
# archive_cdn_settings: {
|
13645
|
+
# archive_s3_settings: {
|
13646
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
13647
|
+
# },
|
13648
|
+
# },
|
13263
13649
|
# destination: { # required
|
13264
13650
|
# destination_ref_id: "__string",
|
13265
13651
|
# },
|
@@ -13269,6 +13655,11 @@ module Aws::MediaLive
|
|
13269
13655
|
# destination: { # required
|
13270
13656
|
# destination_ref_id: "__string",
|
13271
13657
|
# },
|
13658
|
+
# frame_capture_cdn_settings: {
|
13659
|
+
# frame_capture_s3_settings: {
|
13660
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
13661
|
+
# },
|
13662
|
+
# },
|
13272
13663
|
# },
|
13273
13664
|
# hls_group_settings: {
|
13274
13665
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -13316,6 +13707,9 @@ module Aws::MediaLive
|
|
13316
13707
|
# num_retries: 1,
|
13317
13708
|
# restart_delay: 1,
|
13318
13709
|
# },
|
13710
|
+
# hls_s3_settings: {
|
13711
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
13712
|
+
# },
|
13319
13713
|
# hls_webdav_settings: {
|
13320
13714
|
# connection_retry_interval: 1,
|
13321
13715
|
# filecache_duration: 1,
|
@@ -13657,6 +14051,11 @@ module Aws::MediaLive
|
|
13657
14051
|
#
|
13658
14052
|
# {
|
13659
14053
|
# archive_group_settings: {
|
14054
|
+
# archive_cdn_settings: {
|
14055
|
+
# archive_s3_settings: {
|
14056
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
14057
|
+
# },
|
14058
|
+
# },
|
13660
14059
|
# destination: { # required
|
13661
14060
|
# destination_ref_id: "__string",
|
13662
14061
|
# },
|
@@ -13666,6 +14065,11 @@ module Aws::MediaLive
|
|
13666
14065
|
# destination: { # required
|
13667
14066
|
# destination_ref_id: "__string",
|
13668
14067
|
# },
|
14068
|
+
# frame_capture_cdn_settings: {
|
14069
|
+
# frame_capture_s3_settings: {
|
14070
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
14071
|
+
# },
|
14072
|
+
# },
|
13669
14073
|
# },
|
13670
14074
|
# hls_group_settings: {
|
13671
14075
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -13713,6 +14117,9 @@ module Aws::MediaLive
|
|
13713
14117
|
# num_retries: 1,
|
13714
14118
|
# restart_delay: 1,
|
13715
14119
|
# },
|
14120
|
+
# hls_s3_settings: {
|
14121
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
14122
|
+
# },
|
13716
14123
|
# hls_webdav_settings: {
|
13717
14124
|
# connection_retry_interval: 1,
|
13718
14125
|
# filecache_duration: 1,
|
@@ -16199,9 +16606,20 @@ module Aws::MediaLive
|
|
16199
16606
|
# data as a hash:
|
16200
16607
|
#
|
16201
16608
|
# {
|
16609
|
+
# output_rectangle: {
|
16610
|
+
# height: 1.0, # required
|
16611
|
+
# left_offset: 1.0, # required
|
16612
|
+
# top_offset: 1.0, # required
|
16613
|
+
# width: 1.0, # required
|
16614
|
+
# },
|
16202
16615
|
# page_number: "__string",
|
16203
16616
|
# }
|
16204
16617
|
#
|
16618
|
+
# @!attribute [rw] output_rectangle
|
16619
|
+
# Optionally defines a region where TTML style captions will be
|
16620
|
+
# displayed
|
16621
|
+
# @return [Types::CaptionRectangle]
|
16622
|
+
#
|
16205
16623
|
# @!attribute [rw] page_number
|
16206
16624
|
# Specifies the teletext page number within the data stream from which
|
16207
16625
|
# to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused
|
@@ -16212,6 +16630,7 @@ module Aws::MediaLive
|
|
16212
16630
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TeletextSourceSettings AWS API Documentation
|
16213
16631
|
#
|
16214
16632
|
class TeletextSourceSettings < Struct.new(
|
16633
|
+
:output_rectangle,
|
16215
16634
|
:page_number)
|
16216
16635
|
SENSITIVE = []
|
16217
16636
|
include Aws::Structure
|
@@ -16320,6 +16739,10 @@ module Aws::MediaLive
|
|
16320
16739
|
# transfer.
|
16321
16740
|
# @return [String]
|
16322
16741
|
#
|
16742
|
+
# @!attribute [rw] target_region
|
16743
|
+
# The target AWS region to transfer the device.
|
16744
|
+
# @return [String]
|
16745
|
+
#
|
16323
16746
|
# @!attribute [rw] transfer_message
|
16324
16747
|
# An optional message for the recipient. Maximum 280 characters.
|
16325
16748
|
# @return [String]
|
@@ -16328,6 +16751,7 @@ module Aws::MediaLive
|
|
16328
16751
|
#
|
16329
16752
|
class TransferInputDevice < Struct.new(
|
16330
16753
|
:target_customer_id,
|
16754
|
+
:target_region,
|
16331
16755
|
:transfer_message)
|
16332
16756
|
SENSITIVE = []
|
16333
16757
|
include Aws::Structure
|
@@ -16339,6 +16763,7 @@ module Aws::MediaLive
|
|
16339
16763
|
# {
|
16340
16764
|
# input_device_id: "__string", # required
|
16341
16765
|
# target_customer_id: "__string",
|
16766
|
+
# target_region: "__string",
|
16342
16767
|
# transfer_message: "__string",
|
16343
16768
|
# }
|
16344
16769
|
#
|
@@ -16348,6 +16773,9 @@ module Aws::MediaLive
|
|
16348
16773
|
# @!attribute [rw] target_customer_id
|
16349
16774
|
# @return [String]
|
16350
16775
|
#
|
16776
|
+
# @!attribute [rw] target_region
|
16777
|
+
# @return [String]
|
16778
|
+
#
|
16351
16779
|
# @!attribute [rw] transfer_message
|
16352
16780
|
# @return [String]
|
16353
16781
|
#
|
@@ -16356,6 +16784,7 @@ module Aws::MediaLive
|
|
16356
16784
|
class TransferInputDeviceRequest < Struct.new(
|
16357
16785
|
:input_device_id,
|
16358
16786
|
:target_customer_id,
|
16787
|
+
:target_region,
|
16359
16788
|
:transfer_message)
|
16360
16789
|
SENSITIVE = []
|
16361
16790
|
include Aws::Structure
|
@@ -16379,6 +16808,9 @@ module Aws::MediaLive
|
|
16379
16808
|
# The AWS account ID for the recipient of the input device transfer.
|
16380
16809
|
# @return [String]
|
16381
16810
|
#
|
16811
|
+
# @!attribute [rw] target_region
|
16812
|
+
# @return [String]
|
16813
|
+
#
|
16382
16814
|
# @!attribute [rw] transfer_type
|
16383
16815
|
# The type (direction) of the input device transfer.
|
16384
16816
|
# @return [String]
|
@@ -16389,6 +16821,7 @@ module Aws::MediaLive
|
|
16389
16821
|
:id,
|
16390
16822
|
:message,
|
16391
16823
|
:target_customer_id,
|
16824
|
+
:target_region,
|
16392
16825
|
:transfer_type)
|
16393
16826
|
SENSITIVE = []
|
16394
16827
|
include Aws::Structure
|
@@ -17001,6 +17434,7 @@ module Aws::MediaLive
|
|
17001
17434
|
# },
|
17002
17435
|
# ebu_tt_d_destination_settings: {
|
17003
17436
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
17437
|
+
# copyright_holder: "__stringMax1000",
|
17004
17438
|
# font_family: "__string",
|
17005
17439
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
17006
17440
|
# },
|
@@ -17059,6 +17493,11 @@ module Aws::MediaLive
|
|
17059
17493
|
# name: "__stringMax32",
|
17060
17494
|
# output_group_settings: { # required
|
17061
17495
|
# archive_group_settings: {
|
17496
|
+
# archive_cdn_settings: {
|
17497
|
+
# archive_s3_settings: {
|
17498
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
17499
|
+
# },
|
17500
|
+
# },
|
17062
17501
|
# destination: { # required
|
17063
17502
|
# destination_ref_id: "__string",
|
17064
17503
|
# },
|
@@ -17068,6 +17507,11 @@ module Aws::MediaLive
|
|
17068
17507
|
# destination: { # required
|
17069
17508
|
# destination_ref_id: "__string",
|
17070
17509
|
# },
|
17510
|
+
# frame_capture_cdn_settings: {
|
17511
|
+
# frame_capture_s3_settings: {
|
17512
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
17513
|
+
# },
|
17514
|
+
# },
|
17071
17515
|
# },
|
17072
17516
|
# hls_group_settings: {
|
17073
17517
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -17115,6 +17559,9 @@ module Aws::MediaLive
|
|
17115
17559
|
# num_retries: 1,
|
17116
17560
|
# restart_delay: 1,
|
17117
17561
|
# },
|
17562
|
+
# hls_s3_settings: {
|
17563
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
17564
|
+
# },
|
17118
17565
|
# hls_webdav_settings: {
|
17119
17566
|
# connection_retry_interval: 1,
|
17120
17567
|
# filecache_duration: 1,
|
@@ -17647,6 +18094,12 @@ module Aws::MediaLive
|
|
17647
18094
|
# pid: 1,
|
17648
18095
|
# },
|
17649
18096
|
# teletext_source_settings: {
|
18097
|
+
# output_rectangle: {
|
18098
|
+
# height: 1.0, # required
|
18099
|
+
# left_offset: 1.0, # required
|
18100
|
+
# top_offset: 1.0, # required
|
18101
|
+
# width: 1.0, # required
|
18102
|
+
# },
|
17650
18103
|
# page_number: "__string",
|
17651
18104
|
# },
|
17652
18105
|
# },
|
@@ -17668,7 +18121,13 @@ module Aws::MediaLive
|
|
17668
18121
|
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
17669
18122
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
17670
18123
|
# video_selector: {
|
17671
|
-
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
18124
|
+
# color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
|
18125
|
+
# color_space_settings: {
|
18126
|
+
# hdr_10_settings: {
|
18127
|
+
# max_cll: 1,
|
18128
|
+
# max_fall: 1,
|
18129
|
+
# },
|
18130
|
+
# },
|
17672
18131
|
# color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
|
17673
18132
|
# selector_settings: {
|
17674
18133
|
# video_selector_pid: {
|
@@ -18751,7 +19210,13 @@ module Aws::MediaLive
|
|
18751
19210
|
# data as a hash:
|
18752
19211
|
#
|
18753
19212
|
# {
|
18754
|
-
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
19213
|
+
# color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
|
19214
|
+
# color_space_settings: {
|
19215
|
+
# hdr_10_settings: {
|
19216
|
+
# max_cll: 1,
|
19217
|
+
# max_fall: 1,
|
19218
|
+
# },
|
19219
|
+
# },
|
18755
19220
|
# color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
|
18756
19221
|
# selector_settings: {
|
18757
19222
|
# video_selector_pid: {
|
@@ -18770,6 +19235,10 @@ module Aws::MediaLive
|
|
18770
19235
|
# performed.
|
18771
19236
|
# @return [String]
|
18772
19237
|
#
|
19238
|
+
# @!attribute [rw] color_space_settings
|
19239
|
+
# Color space settings
|
19240
|
+
# @return [Types::VideoSelectorColorSpaceSettings]
|
19241
|
+
#
|
18773
19242
|
# @!attribute [rw] color_space_usage
|
18774
19243
|
# Applies only if colorSpace is a value other than follow. This field
|
18775
19244
|
# controls how the value in the colorSpace field will be used.
|
@@ -18790,12 +19259,37 @@ module Aws::MediaLive
|
|
18790
19259
|
#
|
18791
19260
|
class VideoSelector < Struct.new(
|
18792
19261
|
:color_space,
|
19262
|
+
:color_space_settings,
|
18793
19263
|
:color_space_usage,
|
18794
19264
|
:selector_settings)
|
18795
19265
|
SENSITIVE = []
|
18796
19266
|
include Aws::Structure
|
18797
19267
|
end
|
18798
19268
|
|
19269
|
+
# Video Selector Color Space Settings
|
19270
|
+
#
|
19271
|
+
# @note When making an API call, you may pass VideoSelectorColorSpaceSettings
|
19272
|
+
# data as a hash:
|
19273
|
+
#
|
19274
|
+
# {
|
19275
|
+
# hdr_10_settings: {
|
19276
|
+
# max_cll: 1,
|
19277
|
+
# max_fall: 1,
|
19278
|
+
# },
|
19279
|
+
# }
|
19280
|
+
#
|
19281
|
+
# @!attribute [rw] hdr_10_settings
|
19282
|
+
# Hdr10 Settings
|
19283
|
+
# @return [Types::Hdr10Settings]
|
19284
|
+
#
|
19285
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VideoSelectorColorSpaceSettings AWS API Documentation
|
19286
|
+
#
|
19287
|
+
class VideoSelectorColorSpaceSettings < Struct.new(
|
19288
|
+
:hdr_10_settings)
|
19289
|
+
SENSITIVE = []
|
19290
|
+
include Aws::Structure
|
19291
|
+
end
|
19292
|
+
|
18799
19293
|
# Video Selector Pid
|
18800
19294
|
#
|
18801
19295
|
# @note When making an API call, you may pass VideoSelectorPid
|