aws-sdk-medialive 1.62.0 → 1.67.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 +353 -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 +187 -4
- data/lib/aws-sdk-medialive/client_api.rb +82 -2
- 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 +473 -9
- 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,9 +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')
|
236
|
+
FrameCaptureHlsSettings = Shapes::StructureShape.new(name: 'FrameCaptureHlsSettings')
|
227
237
|
FrameCaptureIntervalUnit = Shapes::StringShape.new(name: 'FrameCaptureIntervalUnit')
|
228
238
|
FrameCaptureOutputSettings = Shapes::StructureShape.new(name: 'FrameCaptureOutputSettings')
|
239
|
+
FrameCaptureS3LogUploads = Shapes::StringShape.new(name: 'FrameCaptureS3LogUploads')
|
240
|
+
FrameCaptureS3Settings = Shapes::StructureShape.new(name: 'FrameCaptureS3Settings')
|
229
241
|
FrameCaptureSettings = Shapes::StructureShape.new(name: 'FrameCaptureSettings')
|
230
242
|
GatewayTimeoutException = Shapes::StructureShape.new(name: 'GatewayTimeoutException')
|
231
243
|
GlobalConfiguration = Shapes::StructureShape.new(name: 'GlobalConfiguration')
|
@@ -302,6 +314,8 @@ module Aws::MediaLive
|
|
302
314
|
HlsOutputSettings = Shapes::StructureShape.new(name: 'HlsOutputSettings')
|
303
315
|
HlsProgramDateTime = Shapes::StringShape.new(name: 'HlsProgramDateTime')
|
304
316
|
HlsRedundantManifest = Shapes::StringShape.new(name: 'HlsRedundantManifest')
|
317
|
+
HlsS3LogUploads = Shapes::StringShape.new(name: 'HlsS3LogUploads')
|
318
|
+
HlsS3Settings = Shapes::StructureShape.new(name: 'HlsS3Settings')
|
305
319
|
HlsSegmentationMode = Shapes::StringShape.new(name: 'HlsSegmentationMode')
|
306
320
|
HlsSettings = Shapes::StructureShape.new(name: 'HlsSettings')
|
307
321
|
HlsStreamInfResolution = Shapes::StringShape.new(name: 'HlsStreamInfResolution')
|
@@ -521,6 +535,7 @@ module Aws::MediaLive
|
|
521
535
|
RtmpGroupSettings = Shapes::StructureShape.new(name: 'RtmpGroupSettings')
|
522
536
|
RtmpOutputCertificateMode = Shapes::StringShape.new(name: 'RtmpOutputCertificateMode')
|
523
537
|
RtmpOutputSettings = Shapes::StructureShape.new(name: 'RtmpOutputSettings')
|
538
|
+
S3CannedAcl = Shapes::StringShape.new(name: 'S3CannedAcl')
|
524
539
|
ScheduleAction = Shapes::StructureShape.new(name: 'ScheduleAction')
|
525
540
|
ScheduleActionSettings = Shapes::StructureShape.new(name: 'ScheduleActionSettings')
|
526
541
|
ScheduleActionStartSettings = Shapes::StructureShape.new(name: 'ScheduleActionStartSettings')
|
@@ -644,6 +659,7 @@ module Aws::MediaLive
|
|
644
659
|
__double = Shapes::FloatShape.new(name: '__double')
|
645
660
|
__doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
|
646
661
|
__doubleMin0Max1 = Shapes::FloatShape.new(name: '__doubleMin0Max1')
|
662
|
+
__doubleMin0Max100 = Shapes::FloatShape.new(name: '__doubleMin0Max100')
|
647
663
|
__doubleMin1 = Shapes::FloatShape.new(name: '__doubleMin1')
|
648
664
|
__doubleMinNegative59Max0 = Shapes::FloatShape.new(name: '__doubleMinNegative59Max0')
|
649
665
|
__integer = Shapes::IntegerShape.new(name: '__integer')
|
@@ -751,6 +767,7 @@ module Aws::MediaLive
|
|
751
767
|
__longMin0Max4294967295 = Shapes::IntegerShape.new(name: '__longMin0Max4294967295')
|
752
768
|
__longMin0Max8589934591 = Shapes::IntegerShape.new(name: '__longMin0Max8589934591')
|
753
769
|
__string = Shapes::StringShape.new(name: '__string')
|
770
|
+
__stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
|
754
771
|
__stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
|
755
772
|
__stringMax32 = Shapes::StringShape.new(name: '__stringMax32')
|
756
773
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
@@ -796,10 +813,14 @@ module Aws::MediaLive
|
|
796
813
|
AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
|
797
814
|
AncillarySourceSettings.struct_class = Types::AncillarySourceSettings
|
798
815
|
|
816
|
+
ArchiveCdnSettings.add_member(:archive_s3_settings, Shapes::ShapeRef.new(shape: ArchiveS3Settings, location_name: "archiveS3Settings"))
|
817
|
+
ArchiveCdnSettings.struct_class = Types::ArchiveCdnSettings
|
818
|
+
|
799
819
|
ArchiveContainerSettings.add_member(:m2ts_settings, Shapes::ShapeRef.new(shape: M2tsSettings, location_name: "m2tsSettings"))
|
800
820
|
ArchiveContainerSettings.add_member(:raw_settings, Shapes::ShapeRef.new(shape: RawSettings, location_name: "rawSettings"))
|
801
821
|
ArchiveContainerSettings.struct_class = Types::ArchiveContainerSettings
|
802
822
|
|
823
|
+
ArchiveGroupSettings.add_member(:archive_cdn_settings, Shapes::ShapeRef.new(shape: ArchiveCdnSettings, location_name: "archiveCdnSettings"))
|
803
824
|
ArchiveGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
804
825
|
ArchiveGroupSettings.add_member(:rollover_interval, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "rolloverInterval"))
|
805
826
|
ArchiveGroupSettings.struct_class = Types::ArchiveGroupSettings
|
@@ -809,6 +830,9 @@ module Aws::MediaLive
|
|
809
830
|
ArchiveOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
|
810
831
|
ArchiveOutputSettings.struct_class = Types::ArchiveOutputSettings
|
811
832
|
|
833
|
+
ArchiveS3Settings.add_member(:canned_acl, Shapes::ShapeRef.new(shape: S3CannedAcl, location_name: "cannedAcl"))
|
834
|
+
ArchiveS3Settings.struct_class = Types::ArchiveS3Settings
|
835
|
+
|
812
836
|
AribDestinationSettings.struct_class = Types::AribDestinationSettings
|
813
837
|
|
814
838
|
AribSourceSettings.struct_class = Types::AribSourceSettings
|
@@ -1043,6 +1067,12 @@ module Aws::MediaLive
|
|
1043
1067
|
CaptionLanguageMapping.add_member(:language_description, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "languageDescription"))
|
1044
1068
|
CaptionLanguageMapping.struct_class = Types::CaptionLanguageMapping
|
1045
1069
|
|
1070
|
+
CaptionRectangle.add_member(:height, Shapes::ShapeRef.new(shape: __doubleMin0Max100, required: true, location_name: "height"))
|
1071
|
+
CaptionRectangle.add_member(:left_offset, Shapes::ShapeRef.new(shape: __doubleMin0Max100, required: true, location_name: "leftOffset"))
|
1072
|
+
CaptionRectangle.add_member(:top_offset, Shapes::ShapeRef.new(shape: __doubleMin0Max100, required: true, location_name: "topOffset"))
|
1073
|
+
CaptionRectangle.add_member(:width, Shapes::ShapeRef.new(shape: __doubleMin0Max100, required: true, location_name: "width"))
|
1074
|
+
CaptionRectangle.struct_class = Types::CaptionRectangle
|
1075
|
+
|
1046
1076
|
CaptionSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
|
1047
1077
|
CaptionSelector.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "name"))
|
1048
1078
|
CaptionSelector.add_member(:selector_settings, Shapes::ShapeRef.new(shape: CaptionSelectorSettings, location_name: "selectorSettings"))
|
@@ -1223,6 +1253,21 @@ module Aws::MediaLive
|
|
1223
1253
|
CreateMultiplexResultModel.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
1224
1254
|
CreateMultiplexResultModel.struct_class = Types::CreateMultiplexResultModel
|
1225
1255
|
|
1256
|
+
CreatePartnerInput.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1257
|
+
CreatePartnerInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1258
|
+
CreatePartnerInput.struct_class = Types::CreatePartnerInput
|
1259
|
+
|
1260
|
+
CreatePartnerInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
|
1261
|
+
CreatePartnerInputRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1262
|
+
CreatePartnerInputRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1263
|
+
CreatePartnerInputRequest.struct_class = Types::CreatePartnerInputRequest
|
1264
|
+
|
1265
|
+
CreatePartnerInputResponse.add_member(:input, Shapes::ShapeRef.new(shape: Input, location_name: "input"))
|
1266
|
+
CreatePartnerInputResponse.struct_class = Types::CreatePartnerInputResponse
|
1267
|
+
|
1268
|
+
CreatePartnerInputResultModel.add_member(:input, Shapes::ShapeRef.new(shape: Input, location_name: "input"))
|
1269
|
+
CreatePartnerInputResultModel.struct_class = Types::CreatePartnerInputResultModel
|
1270
|
+
|
1226
1271
|
CreateTagsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
|
1227
1272
|
CreateTagsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1228
1273
|
CreateTagsRequest.struct_class = Types::CreateTagsRequest
|
@@ -1378,6 +1423,7 @@ module Aws::MediaLive
|
|
1378
1423
|
DescribeInputResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1379
1424
|
DescribeInputResponse.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
1380
1425
|
DescribeInputResponse.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
|
1426
|
+
DescribeInputResponse.add_member(:input_partner_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputPartnerIds"))
|
1381
1427
|
DescribeInputResponse.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
1382
1428
|
DescribeInputResponse.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
1383
1429
|
DescribeInputResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -1533,6 +1579,7 @@ module Aws::MediaLive
|
|
1533
1579
|
Eac3Settings.struct_class = Types::Eac3Settings
|
1534
1580
|
|
1535
1581
|
EbuTtDDestinationSettings.add_member(:fill_line_gap, Shapes::ShapeRef.new(shape: EbuTtDFillLineGapControl, location_name: "fillLineGap"))
|
1582
|
+
EbuTtDDestinationSettings.add_member(:copyright_holder, Shapes::ShapeRef.new(shape: __stringMax1000, location_name: "copyrightHolder"))
|
1536
1583
|
EbuTtDDestinationSettings.add_member(:font_family, Shapes::ShapeRef.new(shape: __string, location_name: "fontFamily"))
|
1537
1584
|
EbuTtDDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: EbuTtDDestinationStyleControl, location_name: "styleControl"))
|
1538
1585
|
EbuTtDDestinationSettings.struct_class = Types::EbuTtDDestinationSettings
|
@@ -1593,13 +1640,22 @@ module Aws::MediaLive
|
|
1593
1640
|
ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1594
1641
|
ForbiddenException.struct_class = Types::ForbiddenException
|
1595
1642
|
|
1643
|
+
FrameCaptureCdnSettings.add_member(:frame_capture_s3_settings, Shapes::ShapeRef.new(shape: FrameCaptureS3Settings, location_name: "frameCaptureS3Settings"))
|
1644
|
+
FrameCaptureCdnSettings.struct_class = Types::FrameCaptureCdnSettings
|
1645
|
+
|
1596
1646
|
FrameCaptureGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
1647
|
+
FrameCaptureGroupSettings.add_member(:frame_capture_cdn_settings, Shapes::ShapeRef.new(shape: FrameCaptureCdnSettings, location_name: "frameCaptureCdnSettings"))
|
1597
1648
|
FrameCaptureGroupSettings.struct_class = Types::FrameCaptureGroupSettings
|
1598
1649
|
|
1650
|
+
FrameCaptureHlsSettings.struct_class = Types::FrameCaptureHlsSettings
|
1651
|
+
|
1599
1652
|
FrameCaptureOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
|
1600
1653
|
FrameCaptureOutputSettings.struct_class = Types::FrameCaptureOutputSettings
|
1601
1654
|
|
1602
|
-
|
1655
|
+
FrameCaptureS3Settings.add_member(:canned_acl, Shapes::ShapeRef.new(shape: S3CannedAcl, location_name: "cannedAcl"))
|
1656
|
+
FrameCaptureS3Settings.struct_class = Types::FrameCaptureS3Settings
|
1657
|
+
|
1658
|
+
FrameCaptureSettings.add_member(:capture_interval, Shapes::ShapeRef.new(shape: __integerMin1Max3600000, location_name: "captureInterval"))
|
1603
1659
|
FrameCaptureSettings.add_member(:capture_interval_units, Shapes::ShapeRef.new(shape: FrameCaptureIntervalUnit, location_name: "captureIntervalUnits"))
|
1604
1660
|
FrameCaptureSettings.struct_class = Types::FrameCaptureSettings
|
1605
1661
|
|
@@ -1727,6 +1783,7 @@ module Aws::MediaLive
|
|
1727
1783
|
HlsCdnSettings.add_member(:hls_akamai_settings, Shapes::ShapeRef.new(shape: HlsAkamaiSettings, location_name: "hlsAkamaiSettings"))
|
1728
1784
|
HlsCdnSettings.add_member(:hls_basic_put_settings, Shapes::ShapeRef.new(shape: HlsBasicPutSettings, location_name: "hlsBasicPutSettings"))
|
1729
1785
|
HlsCdnSettings.add_member(:hls_media_store_settings, Shapes::ShapeRef.new(shape: HlsMediaStoreSettings, location_name: "hlsMediaStoreSettings"))
|
1786
|
+
HlsCdnSettings.add_member(:hls_s3_settings, Shapes::ShapeRef.new(shape: HlsS3Settings, location_name: "hlsS3Settings"))
|
1730
1787
|
HlsCdnSettings.add_member(:hls_webdav_settings, Shapes::ShapeRef.new(shape: HlsWebdavSettings, location_name: "hlsWebdavSettings"))
|
1731
1788
|
HlsCdnSettings.struct_class = Types::HlsCdnSettings
|
1732
1789
|
|
@@ -1796,8 +1853,12 @@ module Aws::MediaLive
|
|
1796
1853
|
HlsOutputSettings.add_member(:segment_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "segmentModifier"))
|
1797
1854
|
HlsOutputSettings.struct_class = Types::HlsOutputSettings
|
1798
1855
|
|
1856
|
+
HlsS3Settings.add_member(:canned_acl, Shapes::ShapeRef.new(shape: S3CannedAcl, location_name: "cannedAcl"))
|
1857
|
+
HlsS3Settings.struct_class = Types::HlsS3Settings
|
1858
|
+
|
1799
1859
|
HlsSettings.add_member(:audio_only_hls_settings, Shapes::ShapeRef.new(shape: AudioOnlyHlsSettings, location_name: "audioOnlyHlsSettings"))
|
1800
1860
|
HlsSettings.add_member(:fmp_4_hls_settings, Shapes::ShapeRef.new(shape: Fmp4HlsSettings, location_name: "fmp4HlsSettings"))
|
1861
|
+
HlsSettings.add_member(:frame_capture_hls_settings, Shapes::ShapeRef.new(shape: FrameCaptureHlsSettings, location_name: "frameCaptureHlsSettings"))
|
1801
1862
|
HlsSettings.add_member(:standard_hls_settings, Shapes::ShapeRef.new(shape: StandardHlsSettings, location_name: "standardHlsSettings"))
|
1802
1863
|
HlsSettings.struct_class = Types::HlsSettings
|
1803
1864
|
|
@@ -1819,6 +1880,7 @@ module Aws::MediaLive
|
|
1819
1880
|
Input.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1820
1881
|
Input.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
1821
1882
|
Input.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
|
1883
|
+
Input.add_member(:input_partner_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputPartnerIds"))
|
1822
1884
|
Input.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
1823
1885
|
Input.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
1824
1886
|
Input.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -2756,6 +2818,7 @@ module Aws::MediaLive
|
|
2756
2818
|
|
2757
2819
|
TeletextDestinationSettings.struct_class = Types::TeletextDestinationSettings
|
2758
2820
|
|
2821
|
+
TeletextSourceSettings.add_member(:output_rectangle, Shapes::ShapeRef.new(shape: CaptionRectangle, location_name: "outputRectangle"))
|
2759
2822
|
TeletextSourceSettings.add_member(:page_number, Shapes::ShapeRef.new(shape: __string, location_name: "pageNumber"))
|
2760
2823
|
TeletextSourceSettings.struct_class = Types::TeletextSourceSettings
|
2761
2824
|
|
@@ -2774,11 +2837,13 @@ module Aws::MediaLive
|
|
2774
2837
|
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
2775
2838
|
|
2776
2839
|
TransferInputDevice.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2840
|
+
TransferInputDevice.add_member(:target_region, Shapes::ShapeRef.new(shape: __string, location_name: "targetRegion"))
|
2777
2841
|
TransferInputDevice.add_member(:transfer_message, Shapes::ShapeRef.new(shape: __string, location_name: "transferMessage"))
|
2778
2842
|
TransferInputDevice.struct_class = Types::TransferInputDevice
|
2779
2843
|
|
2780
2844
|
TransferInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
2781
2845
|
TransferInputDeviceRequest.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2846
|
+
TransferInputDeviceRequest.add_member(:target_region, Shapes::ShapeRef.new(shape: __string, location_name: "targetRegion"))
|
2782
2847
|
TransferInputDeviceRequest.add_member(:transfer_message, Shapes::ShapeRef.new(shape: __string, location_name: "transferMessage"))
|
2783
2848
|
TransferInputDeviceRequest.struct_class = Types::TransferInputDeviceRequest
|
2784
2849
|
|
@@ -2787,6 +2852,7 @@ module Aws::MediaLive
|
|
2787
2852
|
TransferringInputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2788
2853
|
TransferringInputDeviceSummary.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
2789
2854
|
TransferringInputDeviceSummary.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
|
2855
|
+
TransferringInputDeviceSummary.add_member(:target_region, Shapes::ShapeRef.new(shape: __string, location_name: "targetRegion"))
|
2790
2856
|
TransferringInputDeviceSummary.add_member(:transfer_type, Shapes::ShapeRef.new(shape: InputDeviceTransferType, location_name: "transferType"))
|
2791
2857
|
TransferringInputDeviceSummary.struct_class = Types::TransferringInputDeviceSummary
|
2792
2858
|
|
@@ -3294,6 +3360,20 @@ module Aws::MediaLive
|
|
3294
3360
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3295
3361
|
end)
|
3296
3362
|
|
3363
|
+
api.add_operation(:create_partner_input, Seahorse::Model::Operation.new.tap do |o|
|
3364
|
+
o.name = "CreatePartnerInput"
|
3365
|
+
o.http_method = "POST"
|
3366
|
+
o.http_request_uri = "/prod/inputs/{inputId}/partners"
|
3367
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePartnerInputRequest)
|
3368
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePartnerInputResponse)
|
3369
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3370
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3371
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3372
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3373
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3374
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3375
|
+
end)
|
3376
|
+
|
3297
3377
|
api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
|
3298
3378
|
o.name = "CreateTags"
|
3299
3379
|
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,
|
@@ -3447,6 +3599,8 @@ module Aws::MediaLive
|
|
3447
3599
|
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
3448
3600
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
3449
3601
|
# },
|
3602
|
+
# frame_capture_hls_settings: {
|
3603
|
+
# },
|
3450
3604
|
# standard_hls_settings: {
|
3451
3605
|
# audio_rendition_sets: "__string",
|
3452
3606
|
# m3u_8_settings: { # required
|
@@ -3579,7 +3733,7 @@ module Aws::MediaLive
|
|
3579
3733
|
# {
|
3580
3734
|
# codec_settings: {
|
3581
3735
|
# frame_capture_settings: {
|
3582
|
-
# capture_interval: 1,
|
3736
|
+
# capture_interval: 1,
|
3583
3737
|
# capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
|
3584
3738
|
# },
|
3585
3739
|
# h264_settings: {
|
@@ -3792,6 +3946,12 @@ module Aws::MediaLive
|
|
3792
3946
|
# pid: 1,
|
3793
3947
|
# },
|
3794
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
|
+
# },
|
3795
3955
|
# page_number: "__string",
|
3796
3956
|
# },
|
3797
3957
|
# },
|
@@ -4387,6 +4547,78 @@ module Aws::MediaLive
|
|
4387
4547
|
include Aws::Structure
|
4388
4548
|
end
|
4389
4549
|
|
4550
|
+
# @!attribute [rw] request_id
|
4551
|
+
# 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
|
4552
|
+
# not need to pass this option.
|
4553
|
+
# @return [String]
|
4554
|
+
#
|
4555
|
+
# @!attribute [rw] tags
|
4556
|
+
# A collection of key-value pairs.
|
4557
|
+
# @return [Hash<String,String>]
|
4558
|
+
#
|
4559
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInput AWS API Documentation
|
4560
|
+
#
|
4561
|
+
class CreatePartnerInput < Struct.new(
|
4562
|
+
:request_id,
|
4563
|
+
:tags)
|
4564
|
+
SENSITIVE = []
|
4565
|
+
include Aws::Structure
|
4566
|
+
end
|
4567
|
+
|
4568
|
+
# @note When making an API call, you may pass CreatePartnerInputRequest
|
4569
|
+
# data as a hash:
|
4570
|
+
#
|
4571
|
+
# {
|
4572
|
+
# input_id: "__string", # required
|
4573
|
+
# request_id: "__string",
|
4574
|
+
# tags: {
|
4575
|
+
# "__string" => "__string",
|
4576
|
+
# },
|
4577
|
+
# }
|
4578
|
+
#
|
4579
|
+
# @!attribute [rw] input_id
|
4580
|
+
# @return [String]
|
4581
|
+
#
|
4582
|
+
# @!attribute [rw] request_id
|
4583
|
+
# **A suitable default value is auto-generated.** You should normally
|
4584
|
+
# not need to pass this option.
|
4585
|
+
# @return [String]
|
4586
|
+
#
|
4587
|
+
# @!attribute [rw] tags
|
4588
|
+
# @return [Hash<String,String>]
|
4589
|
+
#
|
4590
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInputRequest AWS API Documentation
|
4591
|
+
#
|
4592
|
+
class CreatePartnerInputRequest < Struct.new(
|
4593
|
+
:input_id,
|
4594
|
+
:request_id,
|
4595
|
+
:tags)
|
4596
|
+
SENSITIVE = []
|
4597
|
+
include Aws::Structure
|
4598
|
+
end
|
4599
|
+
|
4600
|
+
# @!attribute [rw] input
|
4601
|
+
# @return [Types::Input]
|
4602
|
+
#
|
4603
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInputResponse AWS API Documentation
|
4604
|
+
#
|
4605
|
+
class CreatePartnerInputResponse < Struct.new(
|
4606
|
+
:input)
|
4607
|
+
SENSITIVE = []
|
4608
|
+
include Aws::Structure
|
4609
|
+
end
|
4610
|
+
|
4611
|
+
# @!attribute [rw] input
|
4612
|
+
# @return [Types::Input]
|
4613
|
+
#
|
4614
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreatePartnerInputResultModel AWS API Documentation
|
4615
|
+
#
|
4616
|
+
class CreatePartnerInputResultModel < Struct.new(
|
4617
|
+
:input)
|
4618
|
+
SENSITIVE = []
|
4619
|
+
include Aws::Structure
|
4620
|
+
end
|
4621
|
+
|
4390
4622
|
# @note When making an API call, you may pass CreateTagsRequest
|
4391
4623
|
# data as a hash:
|
4392
4624
|
#
|
@@ -5097,6 +5329,9 @@ module Aws::MediaLive
|
|
5097
5329
|
# @!attribute [rw] input_devices
|
5098
5330
|
# @return [Array<Types::InputDeviceSettings>]
|
5099
5331
|
#
|
5332
|
+
# @!attribute [rw] input_partner_ids
|
5333
|
+
# @return [Array<String>]
|
5334
|
+
#
|
5100
5335
|
# @!attribute [rw] input_source_type
|
5101
5336
|
# There are two types of input sources, static and dynamic. If an
|
5102
5337
|
# input source is dynamic you can change the source url of the input
|
@@ -5138,6 +5373,7 @@ module Aws::MediaLive
|
|
5138
5373
|
:id,
|
5139
5374
|
:input_class,
|
5140
5375
|
:input_devices,
|
5376
|
+
:input_partner_ids,
|
5141
5377
|
:input_source_type,
|
5142
5378
|
:media_connect_flows,
|
5143
5379
|
:name,
|
@@ -6005,6 +6241,7 @@ module Aws::MediaLive
|
|
6005
6241
|
#
|
6006
6242
|
# {
|
6007
6243
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
6244
|
+
# copyright_holder: "__stringMax1000",
|
6008
6245
|
# font_family: "__string",
|
6009
6246
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
6010
6247
|
# }
|
@@ -6016,6 +6253,13 @@ module Aws::MediaLive
|
|
6016
6253
|
# unfilled.
|
6017
6254
|
# @return [String]
|
6018
6255
|
#
|
6256
|
+
# @!attribute [rw] copyright_holder
|
6257
|
+
# Applies only if you plan to convert these source captions to
|
6258
|
+
# EBU-TT-D or TTML in an output. Complete this field if you want to
|
6259
|
+
# include the name of the copyright holder in the copyright metadata
|
6260
|
+
# tag in the TTML
|
6261
|
+
# @return [String]
|
6262
|
+
#
|
6019
6263
|
# @!attribute [rw] font_family
|
6020
6264
|
# Specifies the font family to include in the font data attached to
|
6021
6265
|
# the EBU-TT captions. Valid only if styleControl is set to include.
|
@@ -6048,6 +6292,7 @@ module Aws::MediaLive
|
|
6048
6292
|
#
|
6049
6293
|
class EbuTtDDestinationSettings < Struct.new(
|
6050
6294
|
:fill_line_gap,
|
6295
|
+
:copyright_holder,
|
6051
6296
|
:font_family,
|
6052
6297
|
:style_control)
|
6053
6298
|
SENSITIVE = []
|
@@ -6302,6 +6547,7 @@ module Aws::MediaLive
|
|
6302
6547
|
# },
|
6303
6548
|
# ebu_tt_d_destination_settings: {
|
6304
6549
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
6550
|
+
# copyright_holder: "__stringMax1000",
|
6305
6551
|
# font_family: "__string",
|
6306
6552
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
6307
6553
|
# },
|
@@ -6360,6 +6606,11 @@ module Aws::MediaLive
|
|
6360
6606
|
# name: "__stringMax32",
|
6361
6607
|
# output_group_settings: { # required
|
6362
6608
|
# archive_group_settings: {
|
6609
|
+
# archive_cdn_settings: {
|
6610
|
+
# archive_s3_settings: {
|
6611
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
6612
|
+
# },
|
6613
|
+
# },
|
6363
6614
|
# destination: { # required
|
6364
6615
|
# destination_ref_id: "__string",
|
6365
6616
|
# },
|
@@ -6369,6 +6620,11 @@ module Aws::MediaLive
|
|
6369
6620
|
# destination: { # required
|
6370
6621
|
# destination_ref_id: "__string",
|
6371
6622
|
# },
|
6623
|
+
# frame_capture_cdn_settings: {
|
6624
|
+
# frame_capture_s3_settings: {
|
6625
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
6626
|
+
# },
|
6627
|
+
# },
|
6372
6628
|
# },
|
6373
6629
|
# hls_group_settings: {
|
6374
6630
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -6416,6 +6672,9 @@ module Aws::MediaLive
|
|
6416
6672
|
# num_retries: 1,
|
6417
6673
|
# restart_delay: 1,
|
6418
6674
|
# },
|
6675
|
+
# hls_s3_settings: {
|
6676
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
6677
|
+
# },
|
6419
6678
|
# hls_webdav_settings: {
|
6420
6679
|
# connection_retry_interval: 1,
|
6421
6680
|
# filecache_duration: 1,
|
@@ -6601,6 +6860,8 @@ module Aws::MediaLive
|
|
6601
6860
|
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
6602
6861
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
6603
6862
|
# },
|
6863
|
+
# frame_capture_hls_settings: {
|
6864
|
+
# },
|
6604
6865
|
# standard_hls_settings: {
|
6605
6866
|
# audio_rendition_sets: "__string",
|
6606
6867
|
# m3u_8_settings: { # required
|
@@ -6733,7 +6994,7 @@ module Aws::MediaLive
|
|
6733
6994
|
# {
|
6734
6995
|
# codec_settings: {
|
6735
6996
|
# frame_capture_settings: {
|
6736
|
-
# capture_interval: 1,
|
6997
|
+
# capture_interval: 1,
|
6737
6998
|
# capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
|
6738
6999
|
# },
|
6739
7000
|
# h264_settings: {
|
@@ -7177,6 +7438,29 @@ module Aws::MediaLive
|
|
7177
7438
|
include Aws::Structure
|
7178
7439
|
end
|
7179
7440
|
|
7441
|
+
# Frame Capture Cdn Settings
|
7442
|
+
#
|
7443
|
+
# @note When making an API call, you may pass FrameCaptureCdnSettings
|
7444
|
+
# data as a hash:
|
7445
|
+
#
|
7446
|
+
# {
|
7447
|
+
# frame_capture_s3_settings: {
|
7448
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7449
|
+
# },
|
7450
|
+
# }
|
7451
|
+
#
|
7452
|
+
# @!attribute [rw] frame_capture_s3_settings
|
7453
|
+
# Frame Capture S3 Settings
|
7454
|
+
# @return [Types::FrameCaptureS3Settings]
|
7455
|
+
#
|
7456
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureCdnSettings AWS API Documentation
|
7457
|
+
#
|
7458
|
+
class FrameCaptureCdnSettings < Struct.new(
|
7459
|
+
:frame_capture_s3_settings)
|
7460
|
+
SENSITIVE = []
|
7461
|
+
include Aws::Structure
|
7462
|
+
end
|
7463
|
+
|
7180
7464
|
# Frame Capture Group Settings
|
7181
7465
|
#
|
7182
7466
|
# @note When making an API call, you may pass FrameCaptureGroupSettings
|
@@ -7186,6 +7470,11 @@ module Aws::MediaLive
|
|
7186
7470
|
# destination: { # required
|
7187
7471
|
# destination_ref_id: "__string",
|
7188
7472
|
# },
|
7473
|
+
# frame_capture_cdn_settings: {
|
7474
|
+
# frame_capture_s3_settings: {
|
7475
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7476
|
+
# },
|
7477
|
+
# },
|
7189
7478
|
# }
|
7190
7479
|
#
|
7191
7480
|
# @!attribute [rw] destination
|
@@ -7200,14 +7489,27 @@ module Aws::MediaLive
|
|
7200
7489
|
# curling-low.00001.jpg
|
7201
7490
|
# @return [Types::OutputLocationRef]
|
7202
7491
|
#
|
7492
|
+
# @!attribute [rw] frame_capture_cdn_settings
|
7493
|
+
# Parameters that control interactions with the CDN.
|
7494
|
+
# @return [Types::FrameCaptureCdnSettings]
|
7495
|
+
#
|
7203
7496
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureGroupSettings AWS API Documentation
|
7204
7497
|
#
|
7205
7498
|
class FrameCaptureGroupSettings < Struct.new(
|
7206
|
-
:destination
|
7499
|
+
:destination,
|
7500
|
+
:frame_capture_cdn_settings)
|
7207
7501
|
SENSITIVE = []
|
7208
7502
|
include Aws::Structure
|
7209
7503
|
end
|
7210
7504
|
|
7505
|
+
# Frame Capture Hls Settings
|
7506
|
+
#
|
7507
|
+
# @api private
|
7508
|
+
#
|
7509
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureHlsSettings AWS API Documentation
|
7510
|
+
#
|
7511
|
+
class FrameCaptureHlsSettings < Aws::EmptyStructure; end
|
7512
|
+
|
7211
7513
|
# Frame Capture Output Settings
|
7212
7514
|
#
|
7213
7515
|
# @note When making an API call, you may pass FrameCaptureOutputSettings
|
@@ -7230,13 +7532,35 @@ module Aws::MediaLive
|
|
7230
7532
|
include Aws::Structure
|
7231
7533
|
end
|
7232
7534
|
|
7535
|
+
# Frame Capture S3 Settings
|
7536
|
+
#
|
7537
|
+
# @note When making an API call, you may pass FrameCaptureS3Settings
|
7538
|
+
# data as a hash:
|
7539
|
+
#
|
7540
|
+
# {
|
7541
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7542
|
+
# }
|
7543
|
+
#
|
7544
|
+
# @!attribute [rw] canned_acl
|
7545
|
+
# Specify the canned ACL to apply to each S3 request. Defaults to
|
7546
|
+
# none.
|
7547
|
+
# @return [String]
|
7548
|
+
#
|
7549
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureS3Settings AWS API Documentation
|
7550
|
+
#
|
7551
|
+
class FrameCaptureS3Settings < Struct.new(
|
7552
|
+
:canned_acl)
|
7553
|
+
SENSITIVE = []
|
7554
|
+
include Aws::Structure
|
7555
|
+
end
|
7556
|
+
|
7233
7557
|
# Frame Capture Settings
|
7234
7558
|
#
|
7235
7559
|
# @note When making an API call, you may pass FrameCaptureSettings
|
7236
7560
|
# data as a hash:
|
7237
7561
|
#
|
7238
7562
|
# {
|
7239
|
-
# capture_interval: 1,
|
7563
|
+
# capture_interval: 1,
|
7240
7564
|
# capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
|
7241
7565
|
# }
|
7242
7566
|
#
|
@@ -7689,7 +8013,8 @@ module Aws::MediaLive
|
|
7689
8013
|
#
|
7690
8014
|
# @!attribute [rw] softness
|
7691
8015
|
# Softness. Selects quantizer matrix, larger values reduce
|
7692
|
-
# high-frequency content in the encoded image.
|
8016
|
+
# high-frequency content in the encoded image. If not set to zero,
|
8017
|
+
# must be greater than 15.
|
7693
8018
|
# @return [Integer]
|
7694
8019
|
#
|
7695
8020
|
# @!attribute [rw] spatial_aq
|
@@ -8255,6 +8580,9 @@ module Aws::MediaLive
|
|
8255
8580
|
# num_retries: 1,
|
8256
8581
|
# restart_delay: 1,
|
8257
8582
|
# },
|
8583
|
+
# hls_s3_settings: {
|
8584
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
8585
|
+
# },
|
8258
8586
|
# hls_webdav_settings: {
|
8259
8587
|
# connection_retry_interval: 1,
|
8260
8588
|
# filecache_duration: 1,
|
@@ -8276,6 +8604,10 @@ module Aws::MediaLive
|
|
8276
8604
|
# Hls Media Store Settings
|
8277
8605
|
# @return [Types::HlsMediaStoreSettings]
|
8278
8606
|
#
|
8607
|
+
# @!attribute [rw] hls_s3_settings
|
8608
|
+
# Hls S3 Settings
|
8609
|
+
# @return [Types::HlsS3Settings]
|
8610
|
+
#
|
8279
8611
|
# @!attribute [rw] hls_webdav_settings
|
8280
8612
|
# Hls Webdav Settings
|
8281
8613
|
# @return [Types::HlsWebdavSettings]
|
@@ -8286,6 +8618,7 @@ module Aws::MediaLive
|
|
8286
8618
|
:hls_akamai_settings,
|
8287
8619
|
:hls_basic_put_settings,
|
8288
8620
|
:hls_media_store_settings,
|
8621
|
+
:hls_s3_settings,
|
8289
8622
|
:hls_webdav_settings)
|
8290
8623
|
SENSITIVE = []
|
8291
8624
|
include Aws::Structure
|
@@ -8342,6 +8675,9 @@ module Aws::MediaLive
|
|
8342
8675
|
# num_retries: 1,
|
8343
8676
|
# restart_delay: 1,
|
8344
8677
|
# },
|
8678
|
+
# hls_s3_settings: {
|
8679
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
8680
|
+
# },
|
8345
8681
|
# hls_webdav_settings: {
|
8346
8682
|
# connection_retry_interval: 1,
|
8347
8683
|
# filecache_duration: 1,
|
@@ -8862,6 +9198,8 @@ module Aws::MediaLive
|
|
8862
9198
|
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
8863
9199
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
8864
9200
|
# },
|
9201
|
+
# frame_capture_hls_settings: {
|
9202
|
+
# },
|
8865
9203
|
# standard_hls_settings: {
|
8866
9204
|
# audio_rendition_sets: "__string",
|
8867
9205
|
# m3u_8_settings: { # required
|
@@ -8920,6 +9258,28 @@ module Aws::MediaLive
|
|
8920
9258
|
include Aws::Structure
|
8921
9259
|
end
|
8922
9260
|
|
9261
|
+
# Hls S3 Settings
|
9262
|
+
#
|
9263
|
+
# @note When making an API call, you may pass HlsS3Settings
|
9264
|
+
# data as a hash:
|
9265
|
+
#
|
9266
|
+
# {
|
9267
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
9268
|
+
# }
|
9269
|
+
#
|
9270
|
+
# @!attribute [rw] canned_acl
|
9271
|
+
# Specify the canned ACL to apply to each S3 request. Defaults to
|
9272
|
+
# none.
|
9273
|
+
# @return [String]
|
9274
|
+
#
|
9275
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsS3Settings AWS API Documentation
|
9276
|
+
#
|
9277
|
+
class HlsS3Settings < Struct.new(
|
9278
|
+
:canned_acl)
|
9279
|
+
SENSITIVE = []
|
9280
|
+
include Aws::Structure
|
9281
|
+
end
|
9282
|
+
|
8923
9283
|
# Hls Settings
|
8924
9284
|
#
|
8925
9285
|
# @note When making an API call, you may pass HlsSettings
|
@@ -8941,6 +9301,8 @@ module Aws::MediaLive
|
|
8941
9301
|
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
8942
9302
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
8943
9303
|
# },
|
9304
|
+
# frame_capture_hls_settings: {
|
9305
|
+
# },
|
8944
9306
|
# standard_hls_settings: {
|
8945
9307
|
# audio_rendition_sets: "__string",
|
8946
9308
|
# m3u_8_settings: { # required
|
@@ -8973,6 +9335,10 @@ module Aws::MediaLive
|
|
8973
9335
|
# Fmp4 Hls Settings
|
8974
9336
|
# @return [Types::Fmp4HlsSettings]
|
8975
9337
|
#
|
9338
|
+
# @!attribute [rw] frame_capture_hls_settings
|
9339
|
+
# Frame Capture Hls Settings
|
9340
|
+
# @return [Types::FrameCaptureHlsSettings]
|
9341
|
+
#
|
8976
9342
|
# @!attribute [rw] standard_hls_settings
|
8977
9343
|
# Standard Hls Settings
|
8978
9344
|
# @return [Types::StandardHlsSettings]
|
@@ -8982,6 +9348,7 @@ module Aws::MediaLive
|
|
8982
9348
|
class HlsSettings < Struct.new(
|
8983
9349
|
:audio_only_hls_settings,
|
8984
9350
|
:fmp_4_hls_settings,
|
9351
|
+
:frame_capture_hls_settings,
|
8985
9352
|
:standard_hls_settings)
|
8986
9353
|
SENSITIVE = []
|
8987
9354
|
include Aws::Structure
|
@@ -9097,6 +9464,10 @@ module Aws::MediaLive
|
|
9097
9464
|
# Settings for the input devices.
|
9098
9465
|
# @return [Array<Types::InputDeviceSettings>]
|
9099
9466
|
#
|
9467
|
+
# @!attribute [rw] input_partner_ids
|
9468
|
+
# A list of IDs for all Inputs which are partners of this one.
|
9469
|
+
# @return [Array<String>]
|
9470
|
+
#
|
9100
9471
|
# @!attribute [rw] input_source_type
|
9101
9472
|
# Certain pull input sources can be dynamic, meaning that they can
|
9102
9473
|
# have their URL's dynamically changes during input switch actions.
|
@@ -9144,6 +9515,7 @@ module Aws::MediaLive
|
|
9144
9515
|
:id,
|
9145
9516
|
:input_class,
|
9146
9517
|
:input_devices,
|
9518
|
+
:input_partner_ids,
|
9147
9519
|
:input_source_type,
|
9148
9520
|
:media_connect_flows,
|
9149
9521
|
:name,
|
@@ -9234,6 +9606,12 @@ module Aws::MediaLive
|
|
9234
9606
|
# pid: 1,
|
9235
9607
|
# },
|
9236
9608
|
# teletext_source_settings: {
|
9609
|
+
# output_rectangle: {
|
9610
|
+
# height: 1.0, # required
|
9611
|
+
# left_offset: 1.0, # required
|
9612
|
+
# top_offset: 1.0, # required
|
9613
|
+
# width: 1.0, # required
|
9614
|
+
# },
|
9237
9615
|
# page_number: "__string",
|
9238
9616
|
# },
|
9239
9617
|
# },
|
@@ -10100,6 +10478,12 @@ module Aws::MediaLive
|
|
10100
10478
|
# pid: 1,
|
10101
10479
|
# },
|
10102
10480
|
# teletext_source_settings: {
|
10481
|
+
# output_rectangle: {
|
10482
|
+
# height: 1.0, # required
|
10483
|
+
# left_offset: 1.0, # required
|
10484
|
+
# top_offset: 1.0, # required
|
10485
|
+
# width: 1.0, # required
|
10486
|
+
# },
|
10103
10487
|
# page_number: "__string",
|
10104
10488
|
# },
|
10105
10489
|
# },
|
@@ -12980,6 +13364,8 @@ module Aws::MediaLive
|
|
12980
13364
|
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
12981
13365
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
12982
13366
|
# },
|
13367
|
+
# frame_capture_hls_settings: {
|
13368
|
+
# },
|
12983
13369
|
# standard_hls_settings: {
|
12984
13370
|
# audio_rendition_sets: "__string",
|
12985
13371
|
# m3u_8_settings: { # required
|
@@ -13237,6 +13623,11 @@ module Aws::MediaLive
|
|
13237
13623
|
# name: "__stringMax32",
|
13238
13624
|
# output_group_settings: { # required
|
13239
13625
|
# archive_group_settings: {
|
13626
|
+
# archive_cdn_settings: {
|
13627
|
+
# archive_s3_settings: {
|
13628
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
13629
|
+
# },
|
13630
|
+
# },
|
13240
13631
|
# destination: { # required
|
13241
13632
|
# destination_ref_id: "__string",
|
13242
13633
|
# },
|
@@ -13246,6 +13637,11 @@ module Aws::MediaLive
|
|
13246
13637
|
# destination: { # required
|
13247
13638
|
# destination_ref_id: "__string",
|
13248
13639
|
# },
|
13640
|
+
# frame_capture_cdn_settings: {
|
13641
|
+
# frame_capture_s3_settings: {
|
13642
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
13643
|
+
# },
|
13644
|
+
# },
|
13249
13645
|
# },
|
13250
13646
|
# hls_group_settings: {
|
13251
13647
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -13293,6 +13689,9 @@ module Aws::MediaLive
|
|
13293
13689
|
# num_retries: 1,
|
13294
13690
|
# restart_delay: 1,
|
13295
13691
|
# },
|
13692
|
+
# hls_s3_settings: {
|
13693
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
13694
|
+
# },
|
13296
13695
|
# hls_webdav_settings: {
|
13297
13696
|
# connection_retry_interval: 1,
|
13298
13697
|
# filecache_duration: 1,
|
@@ -13478,6 +13877,8 @@ module Aws::MediaLive
|
|
13478
13877
|
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
13479
13878
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
13480
13879
|
# },
|
13880
|
+
# frame_capture_hls_settings: {
|
13881
|
+
# },
|
13481
13882
|
# standard_hls_settings: {
|
13482
13883
|
# audio_rendition_sets: "__string",
|
13483
13884
|
# m3u_8_settings: { # required
|
@@ -13632,6 +14033,11 @@ module Aws::MediaLive
|
|
13632
14033
|
#
|
13633
14034
|
# {
|
13634
14035
|
# archive_group_settings: {
|
14036
|
+
# archive_cdn_settings: {
|
14037
|
+
# archive_s3_settings: {
|
14038
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
14039
|
+
# },
|
14040
|
+
# },
|
13635
14041
|
# destination: { # required
|
13636
14042
|
# destination_ref_id: "__string",
|
13637
14043
|
# },
|
@@ -13641,6 +14047,11 @@ module Aws::MediaLive
|
|
13641
14047
|
# destination: { # required
|
13642
14048
|
# destination_ref_id: "__string",
|
13643
14049
|
# },
|
14050
|
+
# frame_capture_cdn_settings: {
|
14051
|
+
# frame_capture_s3_settings: {
|
14052
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
14053
|
+
# },
|
14054
|
+
# },
|
13644
14055
|
# },
|
13645
14056
|
# hls_group_settings: {
|
13646
14057
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -13688,6 +14099,9 @@ module Aws::MediaLive
|
|
13688
14099
|
# num_retries: 1,
|
13689
14100
|
# restart_delay: 1,
|
13690
14101
|
# },
|
14102
|
+
# hls_s3_settings: {
|
14103
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
14104
|
+
# },
|
13691
14105
|
# hls_webdav_settings: {
|
13692
14106
|
# connection_retry_interval: 1,
|
13693
14107
|
# filecache_duration: 1,
|
@@ -13941,6 +14355,8 @@ module Aws::MediaLive
|
|
13941
14355
|
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
13942
14356
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
13943
14357
|
# },
|
14358
|
+
# frame_capture_hls_settings: {
|
14359
|
+
# },
|
13944
14360
|
# standard_hls_settings: {
|
13945
14361
|
# audio_rendition_sets: "__string",
|
13946
14362
|
# m3u_8_settings: { # required
|
@@ -16172,9 +16588,20 @@ module Aws::MediaLive
|
|
16172
16588
|
# data as a hash:
|
16173
16589
|
#
|
16174
16590
|
# {
|
16591
|
+
# output_rectangle: {
|
16592
|
+
# height: 1.0, # required
|
16593
|
+
# left_offset: 1.0, # required
|
16594
|
+
# top_offset: 1.0, # required
|
16595
|
+
# width: 1.0, # required
|
16596
|
+
# },
|
16175
16597
|
# page_number: "__string",
|
16176
16598
|
# }
|
16177
16599
|
#
|
16600
|
+
# @!attribute [rw] output_rectangle
|
16601
|
+
# Optionally defines a region where TTML style captions will be
|
16602
|
+
# displayed
|
16603
|
+
# @return [Types::CaptionRectangle]
|
16604
|
+
#
|
16178
16605
|
# @!attribute [rw] page_number
|
16179
16606
|
# Specifies the teletext page number within the data stream from which
|
16180
16607
|
# to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused
|
@@ -16185,6 +16612,7 @@ module Aws::MediaLive
|
|
16185
16612
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TeletextSourceSettings AWS API Documentation
|
16186
16613
|
#
|
16187
16614
|
class TeletextSourceSettings < Struct.new(
|
16615
|
+
:output_rectangle,
|
16188
16616
|
:page_number)
|
16189
16617
|
SENSITIVE = []
|
16190
16618
|
include Aws::Structure
|
@@ -16293,6 +16721,10 @@ module Aws::MediaLive
|
|
16293
16721
|
# transfer.
|
16294
16722
|
# @return [String]
|
16295
16723
|
#
|
16724
|
+
# @!attribute [rw] target_region
|
16725
|
+
# The target AWS region to transfer the device.
|
16726
|
+
# @return [String]
|
16727
|
+
#
|
16296
16728
|
# @!attribute [rw] transfer_message
|
16297
16729
|
# An optional message for the recipient. Maximum 280 characters.
|
16298
16730
|
# @return [String]
|
@@ -16301,6 +16733,7 @@ module Aws::MediaLive
|
|
16301
16733
|
#
|
16302
16734
|
class TransferInputDevice < Struct.new(
|
16303
16735
|
:target_customer_id,
|
16736
|
+
:target_region,
|
16304
16737
|
:transfer_message)
|
16305
16738
|
SENSITIVE = []
|
16306
16739
|
include Aws::Structure
|
@@ -16312,6 +16745,7 @@ module Aws::MediaLive
|
|
16312
16745
|
# {
|
16313
16746
|
# input_device_id: "__string", # required
|
16314
16747
|
# target_customer_id: "__string",
|
16748
|
+
# target_region: "__string",
|
16315
16749
|
# transfer_message: "__string",
|
16316
16750
|
# }
|
16317
16751
|
#
|
@@ -16321,6 +16755,9 @@ module Aws::MediaLive
|
|
16321
16755
|
# @!attribute [rw] target_customer_id
|
16322
16756
|
# @return [String]
|
16323
16757
|
#
|
16758
|
+
# @!attribute [rw] target_region
|
16759
|
+
# @return [String]
|
16760
|
+
#
|
16324
16761
|
# @!attribute [rw] transfer_message
|
16325
16762
|
# @return [String]
|
16326
16763
|
#
|
@@ -16329,6 +16766,7 @@ module Aws::MediaLive
|
|
16329
16766
|
class TransferInputDeviceRequest < Struct.new(
|
16330
16767
|
:input_device_id,
|
16331
16768
|
:target_customer_id,
|
16769
|
+
:target_region,
|
16332
16770
|
:transfer_message)
|
16333
16771
|
SENSITIVE = []
|
16334
16772
|
include Aws::Structure
|
@@ -16352,6 +16790,9 @@ module Aws::MediaLive
|
|
16352
16790
|
# The AWS account ID for the recipient of the input device transfer.
|
16353
16791
|
# @return [String]
|
16354
16792
|
#
|
16793
|
+
# @!attribute [rw] target_region
|
16794
|
+
# @return [String]
|
16795
|
+
#
|
16355
16796
|
# @!attribute [rw] transfer_type
|
16356
16797
|
# The type (direction) of the input device transfer.
|
16357
16798
|
# @return [String]
|
@@ -16362,6 +16803,7 @@ module Aws::MediaLive
|
|
16362
16803
|
:id,
|
16363
16804
|
:message,
|
16364
16805
|
:target_customer_id,
|
16806
|
+
:target_region,
|
16365
16807
|
:transfer_type)
|
16366
16808
|
SENSITIVE = []
|
16367
16809
|
include Aws::Structure
|
@@ -16974,6 +17416,7 @@ module Aws::MediaLive
|
|
16974
17416
|
# },
|
16975
17417
|
# ebu_tt_d_destination_settings: {
|
16976
17418
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
17419
|
+
# copyright_holder: "__stringMax1000",
|
16977
17420
|
# font_family: "__string",
|
16978
17421
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
16979
17422
|
# },
|
@@ -17032,6 +17475,11 @@ module Aws::MediaLive
|
|
17032
17475
|
# name: "__stringMax32",
|
17033
17476
|
# output_group_settings: { # required
|
17034
17477
|
# archive_group_settings: {
|
17478
|
+
# archive_cdn_settings: {
|
17479
|
+
# archive_s3_settings: {
|
17480
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
17481
|
+
# },
|
17482
|
+
# },
|
17035
17483
|
# destination: { # required
|
17036
17484
|
# destination_ref_id: "__string",
|
17037
17485
|
# },
|
@@ -17041,6 +17489,11 @@ module Aws::MediaLive
|
|
17041
17489
|
# destination: { # required
|
17042
17490
|
# destination_ref_id: "__string",
|
17043
17491
|
# },
|
17492
|
+
# frame_capture_cdn_settings: {
|
17493
|
+
# frame_capture_s3_settings: {
|
17494
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
17495
|
+
# },
|
17496
|
+
# },
|
17044
17497
|
# },
|
17045
17498
|
# hls_group_settings: {
|
17046
17499
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -17088,6 +17541,9 @@ module Aws::MediaLive
|
|
17088
17541
|
# num_retries: 1,
|
17089
17542
|
# restart_delay: 1,
|
17090
17543
|
# },
|
17544
|
+
# hls_s3_settings: {
|
17545
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
17546
|
+
# },
|
17091
17547
|
# hls_webdav_settings: {
|
17092
17548
|
# connection_retry_interval: 1,
|
17093
17549
|
# filecache_duration: 1,
|
@@ -17273,6 +17729,8 @@ module Aws::MediaLive
|
|
17273
17729
|
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
17274
17730
|
# timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
17275
17731
|
# },
|
17732
|
+
# frame_capture_hls_settings: {
|
17733
|
+
# },
|
17276
17734
|
# standard_hls_settings: {
|
17277
17735
|
# audio_rendition_sets: "__string",
|
17278
17736
|
# m3u_8_settings: { # required
|
@@ -17405,7 +17863,7 @@ module Aws::MediaLive
|
|
17405
17863
|
# {
|
17406
17864
|
# codec_settings: {
|
17407
17865
|
# frame_capture_settings: {
|
17408
|
-
# capture_interval: 1,
|
17866
|
+
# capture_interval: 1,
|
17409
17867
|
# capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
|
17410
17868
|
# },
|
17411
17869
|
# h264_settings: {
|
@@ -17618,6 +18076,12 @@ module Aws::MediaLive
|
|
17618
18076
|
# pid: 1,
|
17619
18077
|
# },
|
17620
18078
|
# teletext_source_settings: {
|
18079
|
+
# output_rectangle: {
|
18080
|
+
# height: 1.0, # required
|
18081
|
+
# left_offset: 1.0, # required
|
18082
|
+
# top_offset: 1.0, # required
|
18083
|
+
# width: 1.0, # required
|
18084
|
+
# },
|
17621
18085
|
# page_number: "__string",
|
17622
18086
|
# },
|
17623
18087
|
# },
|
@@ -18345,7 +18809,7 @@ module Aws::MediaLive
|
|
18345
18809
|
#
|
18346
18810
|
# {
|
18347
18811
|
# frame_capture_settings: {
|
18348
|
-
# capture_interval: 1,
|
18812
|
+
# capture_interval: 1,
|
18349
18813
|
# capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
|
18350
18814
|
# },
|
18351
18815
|
# h264_settings: {
|
@@ -18510,7 +18974,7 @@ module Aws::MediaLive
|
|
18510
18974
|
# {
|
18511
18975
|
# codec_settings: {
|
18512
18976
|
# frame_capture_settings: {
|
18513
|
-
# capture_interval: 1,
|
18977
|
+
# capture_interval: 1,
|
18514
18978
|
# capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
|
18515
18979
|
# },
|
18516
18980
|
# h264_settings: {
|