aws-sdk-medialive 1.93.0 → 1.94.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +93 -1972
- data/lib/aws-sdk-medialive/client_api.rb +18 -0
- data/lib/aws-sdk-medialive/types.rb +88 -17
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +2 -2
@@ -47,6 +47,7 @@ module Aws::MediaLive
|
|
47
47
|
AudioDescription = Shapes::StructureShape.new(name: 'AudioDescription')
|
48
48
|
AudioDescriptionAudioTypeControl = Shapes::StringShape.new(name: 'AudioDescriptionAudioTypeControl')
|
49
49
|
AudioDescriptionLanguageCodeControl = Shapes::StringShape.new(name: 'AudioDescriptionLanguageCodeControl')
|
50
|
+
AudioDolbyEDecode = Shapes::StructureShape.new(name: 'AudioDolbyEDecode')
|
50
51
|
AudioHlsRenditionSelection = Shapes::StructureShape.new(name: 'AudioHlsRenditionSelection')
|
51
52
|
AudioLanguageSelection = Shapes::StructureShape.new(name: 'AudioLanguageSelection')
|
52
53
|
AudioLanguageSelectionPolicy = Shapes::StringShape.new(name: 'AudioLanguageSelectionPolicy')
|
@@ -185,6 +186,7 @@ module Aws::MediaLive
|
|
185
186
|
DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
|
186
187
|
DeviceSettingsSyncState = Shapes::StringShape.new(name: 'DeviceSettingsSyncState')
|
187
188
|
DeviceUpdateStatus = Shapes::StringShape.new(name: 'DeviceUpdateStatus')
|
189
|
+
DolbyEProgramSelection = Shapes::StringShape.new(name: 'DolbyEProgramSelection')
|
188
190
|
DolbyVision81Settings = Shapes::StructureShape.new(name: 'DolbyVision81Settings')
|
189
191
|
DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
|
190
192
|
DvbSdtOutputSdt = Shapes::StringShape.new(name: 'DvbSdtOutputSdt')
|
@@ -636,6 +638,9 @@ module Aws::MediaLive
|
|
636
638
|
TemporalFilterSettings = Shapes::StructureShape.new(name: 'TemporalFilterSettings')
|
637
639
|
TemporalFilterStrength = Shapes::StringShape.new(name: 'TemporalFilterStrength')
|
638
640
|
ThumbnailData = Shapes::StructureShape.new(name: 'ThumbnailData')
|
641
|
+
TimecodeBurninFontSize = Shapes::StringShape.new(name: 'TimecodeBurninFontSize')
|
642
|
+
TimecodeBurninPosition = Shapes::StringShape.new(name: 'TimecodeBurninPosition')
|
643
|
+
TimecodeBurninSettings = Shapes::StructureShape.new(name: 'TimecodeBurninSettings')
|
639
644
|
TimecodeConfig = Shapes::StructureShape.new(name: 'TimecodeConfig')
|
640
645
|
TimecodeConfigSource = Shapes::StringShape.new(name: 'TimecodeConfigSource')
|
641
646
|
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
@@ -914,6 +919,9 @@ module Aws::MediaLive
|
|
914
919
|
AudioDescription.add_member(:stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "streamName"))
|
915
920
|
AudioDescription.struct_class = Types::AudioDescription
|
916
921
|
|
922
|
+
AudioDolbyEDecode.add_member(:program_selection, Shapes::ShapeRef.new(shape: DolbyEProgramSelection, required: true, location_name: "programSelection"))
|
923
|
+
AudioDolbyEDecode.struct_class = Types::AudioDolbyEDecode
|
924
|
+
|
917
925
|
AudioHlsRenditionSelection.add_member(:group_id, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "groupId"))
|
918
926
|
AudioHlsRenditionSelection.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "name"))
|
919
927
|
AudioHlsRenditionSelection.struct_class = Types::AudioHlsRenditionSelection
|
@@ -954,6 +962,7 @@ module Aws::MediaLive
|
|
954
962
|
AudioTrack.struct_class = Types::AudioTrack
|
955
963
|
|
956
964
|
AudioTrackSelection.add_member(:tracks, Shapes::ShapeRef.new(shape: __listOfAudioTrack, required: true, location_name: "tracks"))
|
965
|
+
AudioTrackSelection.add_member(:dolby_e_decode, Shapes::ShapeRef.new(shape: AudioDolbyEDecode, location_name: "dolbyEDecode"))
|
957
966
|
AudioTrackSelection.struct_class = Types::AudioTrackSelection
|
958
967
|
|
959
968
|
AudioWatermarkSettings.add_member(:nielsen_watermarks_settings, Shapes::ShapeRef.new(shape: NielsenWatermarksSettings, location_name: "nielsenWatermarksSettings"))
|
@@ -1754,6 +1763,7 @@ module Aws::MediaLive
|
|
1754
1763
|
|
1755
1764
|
FrameCaptureSettings.add_member(:capture_interval, Shapes::ShapeRef.new(shape: __integerMin1Max3600000, location_name: "captureInterval"))
|
1756
1765
|
FrameCaptureSettings.add_member(:capture_interval_units, Shapes::ShapeRef.new(shape: FrameCaptureIntervalUnit, location_name: "captureIntervalUnits"))
|
1766
|
+
FrameCaptureSettings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
|
1757
1767
|
FrameCaptureSettings.struct_class = Types::FrameCaptureSettings
|
1758
1768
|
|
1759
1769
|
GatewayTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
@@ -1816,6 +1826,7 @@ module Aws::MediaLive
|
|
1816
1826
|
H264Settings.add_member(:syntax, Shapes::ShapeRef.new(shape: H264Syntax, location_name: "syntax"))
|
1817
1827
|
H264Settings.add_member(:temporal_aq, Shapes::ShapeRef.new(shape: H264TemporalAq, location_name: "temporalAq"))
|
1818
1828
|
H264Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: H264TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
1829
|
+
H264Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
|
1819
1830
|
H264Settings.struct_class = Types::H264Settings
|
1820
1831
|
|
1821
1832
|
H265ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
|
@@ -1857,6 +1868,7 @@ module Aws::MediaLive
|
|
1857
1868
|
H265Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max16, location_name: "slices"))
|
1858
1869
|
H265Settings.add_member(:tier, Shapes::ShapeRef.new(shape: H265Tier, location_name: "tier"))
|
1859
1870
|
H265Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: H265TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
1871
|
+
H265Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
|
1860
1872
|
H265Settings.struct_class = Types::H265Settings
|
1861
1873
|
|
1862
1874
|
Hdr10Settings.add_member(:max_cll, Shapes::ShapeRef.new(shape: __integerMin0Max32768, location_name: "maxCll"))
|
@@ -2454,6 +2466,7 @@ module Aws::MediaLive
|
|
2454
2466
|
Mpeg2Settings.add_member(:scan_type, Shapes::ShapeRef.new(shape: Mpeg2ScanType, location_name: "scanType"))
|
2455
2467
|
Mpeg2Settings.add_member(:subgop_length, Shapes::ShapeRef.new(shape: Mpeg2SubGopLength, location_name: "subgopLength"))
|
2456
2468
|
Mpeg2Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: Mpeg2TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
|
2469
|
+
Mpeg2Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
|
2457
2470
|
Mpeg2Settings.struct_class = Types::Mpeg2Settings
|
2458
2471
|
|
2459
2472
|
MsSmoothGroupSettings.add_member(:acquisition_point_id, Shapes::ShapeRef.new(shape: __string, location_name: "acquisitionPointId"))
|
@@ -3012,6 +3025,11 @@ module Aws::MediaLive
|
|
3012
3025
|
ThumbnailData.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "body"))
|
3013
3026
|
ThumbnailData.struct_class = Types::ThumbnailData
|
3014
3027
|
|
3028
|
+
TimecodeBurninSettings.add_member(:font_size, Shapes::ShapeRef.new(shape: TimecodeBurninFontSize, required: true, location_name: "fontSize"))
|
3029
|
+
TimecodeBurninSettings.add_member(:position, Shapes::ShapeRef.new(shape: TimecodeBurninPosition, required: true, location_name: "position"))
|
3030
|
+
TimecodeBurninSettings.add_member(:prefix, Shapes::ShapeRef.new(shape: __stringMax255, location_name: "prefix"))
|
3031
|
+
TimecodeBurninSettings.struct_class = Types::TimecodeBurninSettings
|
3032
|
+
|
3015
3033
|
TimecodeConfig.add_member(:source, Shapes::ShapeRef.new(shape: TimecodeConfigSource, required: true, location_name: "source"))
|
3016
3034
|
TimecodeConfig.add_member(:sync_threshold, Shapes::ShapeRef.new(shape: __integerMin1Max1000000, location_name: "syncThreshold"))
|
3017
3035
|
TimecodeConfig.struct_class = Types::TimecodeConfig
|
@@ -437,6 +437,26 @@ module Aws::MediaLive
|
|
437
437
|
include Aws::Structure
|
438
438
|
end
|
439
439
|
|
440
|
+
# Audio Dolby EDecode
|
441
|
+
#
|
442
|
+
# @!attribute [rw] program_selection
|
443
|
+
# Applies only to Dolby E. Enter the program ID (according to the
|
444
|
+
# metadata in the audio) of the Dolby E program to extract from the
|
445
|
+
# specified track. One program extracted per audio selector. To select
|
446
|
+
# multiple programs, create multiple selectors with the same Track and
|
447
|
+
# different Program numbers. “All channels” means to ignore the
|
448
|
+
# program IDs and include all the channels in this selector; useful if
|
449
|
+
# metadata is known to be incorrect.
|
450
|
+
# @return [String]
|
451
|
+
#
|
452
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioDolbyEDecode AWS API Documentation
|
453
|
+
#
|
454
|
+
class AudioDolbyEDecode < Struct.new(
|
455
|
+
:program_selection)
|
456
|
+
SENSITIVE = []
|
457
|
+
include Aws::Structure
|
458
|
+
end
|
459
|
+
|
440
460
|
# Audio Hls Rendition Selection
|
441
461
|
#
|
442
462
|
# @!attribute [rw] group_id
|
@@ -663,10 +683,16 @@ module Aws::MediaLive
|
|
663
683
|
# Selects one or more unique audio tracks from within a source.
|
664
684
|
# @return [Array<Types::AudioTrack>]
|
665
685
|
#
|
686
|
+
# @!attribute [rw] dolby_e_decode
|
687
|
+
# Configure decoding options for Dolby E streams - these should be
|
688
|
+
# Dolby E frames carried in PCM streams tagged with SMPTE-337
|
689
|
+
# @return [Types::AudioDolbyEDecode]
|
690
|
+
#
|
666
691
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioTrackSelection AWS API Documentation
|
667
692
|
#
|
668
693
|
class AudioTrackSelection < Struct.new(
|
669
|
-
:tracks
|
694
|
+
:tracks,
|
695
|
+
:dolby_e_decode)
|
670
696
|
SENSITIVE = []
|
671
697
|
include Aws::Structure
|
672
698
|
end
|
@@ -3561,7 +3587,7 @@ module Aws::MediaLive
|
|
3561
3587
|
include Aws::Structure
|
3562
3588
|
end
|
3563
3589
|
|
3564
|
-
# Dolby
|
3590
|
+
# Dolby Vision81 Settings
|
3565
3591
|
#
|
3566
3592
|
# @api private
|
3567
3593
|
#
|
@@ -4194,10 +4220,10 @@ module Aws::MediaLive
|
|
4194
4220
|
# @return [Integer]
|
4195
4221
|
#
|
4196
4222
|
# @!attribute [rw] password_param
|
4197
|
-
#
|
4198
|
-
#
|
4199
|
-
#
|
4200
|
-
#
|
4223
|
+
# Reference to an AWS parameter store name from which the password can
|
4224
|
+
# be retrieved if credentials are required to access the POIS
|
4225
|
+
# endpoint. AWS Parameter store format: "ssm://<parameter
|
4226
|
+
# name="">"</p> </parameter>
|
4201
4227
|
# @return [String]
|
4202
4228
|
#
|
4203
4229
|
# @!attribute [rw] pois_endpoint
|
@@ -4492,11 +4518,16 @@ module Aws::MediaLive
|
|
4492
4518
|
# Unit for the frame capture interval.
|
4493
4519
|
# @return [String]
|
4494
4520
|
#
|
4521
|
+
# @!attribute [rw] timecode_burnin_settings
|
4522
|
+
# Timecode burn-in settings
|
4523
|
+
# @return [Types::TimecodeBurninSettings]
|
4524
|
+
#
|
4495
4525
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureSettings AWS API Documentation
|
4496
4526
|
#
|
4497
4527
|
class FrameCaptureSettings < Struct.new(
|
4498
4528
|
:capture_interval,
|
4499
|
-
:capture_interval_units
|
4529
|
+
:capture_interval_units,
|
4530
|
+
:timecode_burnin_settings)
|
4500
4531
|
SENSITIVE = []
|
4501
4532
|
include Aws::Structure
|
4502
4533
|
end
|
@@ -4901,6 +4932,10 @@ module Aws::MediaLive
|
|
4901
4932
|
# source specified in Timecode Config
|
4902
4933
|
# @return [String]
|
4903
4934
|
#
|
4935
|
+
# @!attribute [rw] timecode_burnin_settings
|
4936
|
+
# Timecode burn-in settings
|
4937
|
+
# @return [Types::TimecodeBurninSettings]
|
4938
|
+
#
|
4904
4939
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H264Settings AWS API Documentation
|
4905
4940
|
#
|
4906
4941
|
class H264Settings < Struct.new(
|
@@ -4944,7 +4979,8 @@ module Aws::MediaLive
|
|
4944
4979
|
:subgop_length,
|
4945
4980
|
:syntax,
|
4946
4981
|
:temporal_aq,
|
4947
|
-
:timecode_insertion
|
4982
|
+
:timecode_insertion,
|
4983
|
+
:timecode_burnin_settings)
|
4948
4984
|
SENSITIVE = []
|
4949
4985
|
include Aws::Structure
|
4950
4986
|
end
|
@@ -4956,7 +4992,7 @@ module Aws::MediaLive
|
|
4956
4992
|
# @return [Types::ColorSpacePassthroughSettings]
|
4957
4993
|
#
|
4958
4994
|
# @!attribute [rw] dolby_vision_81_settings
|
4959
|
-
# Dolby
|
4995
|
+
# Dolby Vision81 Settings
|
4960
4996
|
# @return [Types::DolbyVision81Settings]
|
4961
4997
|
#
|
4962
4998
|
# @!attribute [rw] hdr_10_settings
|
@@ -5166,6 +5202,10 @@ module Aws::MediaLive
|
|
5166
5202
|
# source specified in Timecode Config
|
5167
5203
|
# @return [String]
|
5168
5204
|
#
|
5205
|
+
# @!attribute [rw] timecode_burnin_settings
|
5206
|
+
# Timecode burn-in settings
|
5207
|
+
# @return [Types::TimecodeBurninSettings]
|
5208
|
+
#
|
5169
5209
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H265Settings AWS API Documentation
|
5170
5210
|
#
|
5171
5211
|
class H265Settings < Struct.new(
|
@@ -5197,7 +5237,8 @@ module Aws::MediaLive
|
|
5197
5237
|
:scene_change_detect,
|
5198
5238
|
:slices,
|
5199
5239
|
:tier,
|
5200
|
-
:timecode_insertion
|
5240
|
+
:timecode_insertion,
|
5241
|
+
:timecode_burnin_settings)
|
5201
5242
|
SENSITIVE = []
|
5202
5243
|
include Aws::Structure
|
5203
5244
|
end
|
@@ -5526,7 +5567,8 @@ module Aws::MediaLive
|
|
5526
5567
|
# @return [String]
|
5527
5568
|
#
|
5528
5569
|
# @!attribute [rw] min_segment_length
|
5529
|
-
#
|
5570
|
+
# Minimum length of MPEG-2 Transport Stream segments in seconds. When
|
5571
|
+
# set, minimum segment length is enforced by looking ahead and back
|
5530
5572
|
# within the specified range for a nearby avail and extending the
|
5531
5573
|
# segment size if needed.
|
5532
5574
|
# @return [Integer]
|
@@ -5587,9 +5629,9 @@ module Aws::MediaLive
|
|
5587
5629
|
# @return [String]
|
5588
5630
|
#
|
5589
5631
|
# @!attribute [rw] segment_length
|
5590
|
-
# Length of MPEG-2 Transport Stream segments to create
|
5591
|
-
# Note that segments will end on the next keyframe after this
|
5592
|
-
#
|
5632
|
+
# Length of MPEG-2 Transport Stream segments to create in seconds.
|
5633
|
+
# Note that segments will end on the next keyframe after this
|
5634
|
+
# duration, so actual segment length may be longer.
|
5593
5635
|
# @return [Integer]
|
5594
5636
|
#
|
5595
5637
|
# @!attribute [rw] segmentation_mode
|
@@ -8388,6 +8430,10 @@ module Aws::MediaLive
|
|
8388
8430
|
# GOP header.
|
8389
8431
|
# @return [String]
|
8390
8432
|
#
|
8433
|
+
# @!attribute [rw] timecode_burnin_settings
|
8434
|
+
# Timecode burn-in settings
|
8435
|
+
# @return [Types::TimecodeBurninSettings]
|
8436
|
+
#
|
8391
8437
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Mpeg2Settings AWS API Documentation
|
8392
8438
|
#
|
8393
8439
|
class Mpeg2Settings < Struct.new(
|
@@ -8406,7 +8452,8 @@ module Aws::MediaLive
|
|
8406
8452
|
:gop_size_units,
|
8407
8453
|
:scan_type,
|
8408
8454
|
:subgop_length,
|
8409
|
-
:timecode_insertion
|
8455
|
+
:timecode_insertion,
|
8456
|
+
:timecode_burnin_settings)
|
8410
8457
|
SENSITIVE = []
|
8411
8458
|
include Aws::Structure
|
8412
8459
|
end
|
@@ -10120,7 +10167,7 @@ module Aws::MediaLive
|
|
10120
10167
|
# @return [Types::PauseStateScheduleActionSettings]
|
10121
10168
|
#
|
10122
10169
|
# @!attribute [rw] scte_35_input_settings
|
10123
|
-
# Action to
|
10170
|
+
# Action to specify scte35 input
|
10124
10171
|
# @return [Types::Scte35InputScheduleActionSettings]
|
10125
10172
|
#
|
10126
10173
|
# @!attribute [rw] scte_35_return_to_network_settings
|
@@ -10340,7 +10387,7 @@ module Aws::MediaLive
|
|
10340
10387
|
include Aws::Structure
|
10341
10388
|
end
|
10342
10389
|
|
10343
|
-
#
|
10390
|
+
# Scte35Input Schedule Action Settings
|
10344
10391
|
#
|
10345
10392
|
# @!attribute [rw] input_attachment_name_reference
|
10346
10393
|
# In fixed mode, enter the name of the input attachment that you want
|
@@ -11159,6 +11206,30 @@ module Aws::MediaLive
|
|
11159
11206
|
include Aws::Structure
|
11160
11207
|
end
|
11161
11208
|
|
11209
|
+
# Timecode Burnin Settings
|
11210
|
+
#
|
11211
|
+
# @!attribute [rw] font_size
|
11212
|
+
# Choose a timecode burn-in font size
|
11213
|
+
# @return [String]
|
11214
|
+
#
|
11215
|
+
# @!attribute [rw] position
|
11216
|
+
# Choose a timecode burn-in output position
|
11217
|
+
# @return [String]
|
11218
|
+
#
|
11219
|
+
# @!attribute [rw] prefix
|
11220
|
+
# Create a timecode burn-in prefix (optional)
|
11221
|
+
# @return [String]
|
11222
|
+
#
|
11223
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TimecodeBurninSettings AWS API Documentation
|
11224
|
+
#
|
11225
|
+
class TimecodeBurninSettings < Struct.new(
|
11226
|
+
:font_size,
|
11227
|
+
:position,
|
11228
|
+
:prefix)
|
11229
|
+
SENSITIVE = []
|
11230
|
+
include Aws::Structure
|
11231
|
+
end
|
11232
|
+
|
11162
11233
|
# Timecode Config
|
11163
11234
|
#
|
11164
11235
|
# @!attribute [rw] source
|
data/lib/aws-sdk-medialive.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-medialive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.94.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|