aws-sdk-medialive 1.92.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +104 -1975
- data/lib/aws-sdk-medialive/client_api.rb +23 -2
- data/lib/aws-sdk-medialive/endpoint_provider.rb +53 -54
- data/lib/aws-sdk-medialive/errors.rb +4 -4
- data/lib/aws-sdk-medialive/types.rb +113 -25
- 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"))
|
@@ -2038,6 +2050,7 @@ module Aws::MediaLive
|
|
2038
2050
|
|
2039
2051
|
InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
|
2040
2052
|
InputDeviceConfigurableSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
|
2053
|
+
InputDeviceConfigurableSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
|
2041
2054
|
InputDeviceConfigurableSettings.struct_class = Types::InputDeviceConfigurableSettings
|
2042
2055
|
|
2043
2056
|
InputDeviceConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
@@ -2052,6 +2065,7 @@ module Aws::MediaLive
|
|
2052
2065
|
InputDeviceHdSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
|
2053
2066
|
InputDeviceHdSettings.add_member(:scan_type, Shapes::ShapeRef.new(shape: InputDeviceScanType, location_name: "scanType"))
|
2054
2067
|
InputDeviceHdSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
|
2068
|
+
InputDeviceHdSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
|
2055
2069
|
InputDeviceHdSettings.struct_class = Types::InputDeviceHdSettings
|
2056
2070
|
|
2057
2071
|
InputDeviceNetworkSettings.add_member(:dns_addresses, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "dnsAddresses"))
|
@@ -2089,6 +2103,7 @@ module Aws::MediaLive
|
|
2089
2103
|
InputDeviceUhdSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
|
2090
2104
|
InputDeviceUhdSettings.add_member(:scan_type, Shapes::ShapeRef.new(shape: InputDeviceScanType, location_name: "scanType"))
|
2091
2105
|
InputDeviceUhdSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
|
2106
|
+
InputDeviceUhdSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
|
2092
2107
|
InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
|
2093
2108
|
|
2094
2109
|
InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
@@ -2451,6 +2466,7 @@ module Aws::MediaLive
|
|
2451
2466
|
Mpeg2Settings.add_member(:scan_type, Shapes::ShapeRef.new(shape: Mpeg2ScanType, location_name: "scanType"))
|
2452
2467
|
Mpeg2Settings.add_member(:subgop_length, Shapes::ShapeRef.new(shape: Mpeg2SubGopLength, location_name: "subgopLength"))
|
2453
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"))
|
2454
2470
|
Mpeg2Settings.struct_class = Types::Mpeg2Settings
|
2455
2471
|
|
2456
2472
|
MsSmoothGroupSettings.add_member(:acquisition_point_id, Shapes::ShapeRef.new(shape: __string, location_name: "acquisitionPointId"))
|
@@ -3009,6 +3025,11 @@ module Aws::MediaLive
|
|
3009
3025
|
ThumbnailData.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "body"))
|
3010
3026
|
ThumbnailData.struct_class = Types::ThumbnailData
|
3011
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
|
+
|
3012
3033
|
TimecodeConfig.add_member(:source, Shapes::ShapeRef.new(shape: TimecodeConfigSource, required: true, location_name: "source"))
|
3013
3034
|
TimecodeConfig.add_member(:sync_threshold, Shapes::ShapeRef.new(shape: __integerMin1Max1000000, location_name: "syncThreshold"))
|
3014
3035
|
TimecodeConfig.struct_class = Types::TimecodeConfig
|
@@ -3052,8 +3073,8 @@ module Aws::MediaLive
|
|
3052
3073
|
UdpOutputSettings.add_member(:fec_output_settings, Shapes::ShapeRef.new(shape: FecOutputSettings, location_name: "fecOutputSettings"))
|
3053
3074
|
UdpOutputSettings.struct_class = Types::UdpOutputSettings
|
3054
3075
|
|
3055
|
-
UnprocessableEntityException.add_member(:
|
3056
|
-
UnprocessableEntityException.add_member(:
|
3076
|
+
UnprocessableEntityException.add_member(:element_path, Shapes::ShapeRef.new(shape: __string, location_name: "elementPath"))
|
3077
|
+
UnprocessableEntityException.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
|
3057
3078
|
UnprocessableEntityException.struct_class = Types::UnprocessableEntityException
|
3058
3079
|
|
3059
3080
|
UpdateChannel.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
@@ -50,61 +50,60 @@ IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
|
|
50
50
|
b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
|
51
51
|
ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
|
52
52
|
dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
fSwic3VwcG9ydHNGSVBTIl19XX0seyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJh
|
73
|
-
cmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBh
|
74
|
-
cnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlw
|
75
|
-
ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50
|
76
|
-
Ijp7InVybCI6Imh0dHBzOi8vbWVkaWFsaXZlLWZpcHMue1JlZ2lvbn0ue1Bh
|
77
|
-
cnRpdGlvblJlc3VsdCNkdWFsU3RhY2tEbnNTdWZmaXh9IiwicHJvcGVydGll
|
78
|
-
cyI6e30sImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfSx7ImNv
|
79
|
-
bmRpdGlvbnMiOltdLCJlcnJvciI6IkZJUFMgYW5kIER1YWxTdGFjayBhcmUg
|
80
|
-
ZW5hYmxlZCwgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQg
|
81
|
-
b25lIG9yIGJvdGgiLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6
|
82
|
-
W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
|
83
|
-
UyJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlv
|
84
|
-
bnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
|
53
|
+
c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
|
54
|
+
cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
|
55
|
+
dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
|
56
|
+
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
|
57
|
+
ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
|
58
|
+
b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
59
|
+
aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
|
60
|
+
VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
|
61
|
+
Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
|
62
|
+
b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
|
63
|
+
XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
|
64
|
+
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
65
|
+
fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
|
66
|
+
Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
|
67
|
+
bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
|
68
|
+
eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
|
69
|
+
b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
|
70
|
+
Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
|
71
|
+
XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
|
85
72
|
OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
73
|
+
InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
|
74
|
+
IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
|
75
|
+
Ly9tZWRpYWxpdmUtZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1
|
76
|
+
YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6
|
77
|
+
e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10sImVy
|
78
|
+
cm9yIjoiRklQUyBhbmQgRHVhbFN0YWNrIGFyZSBlbmFibGVkLCBidXQgdGhp
|
79
|
+
cyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBvbmUgb3IgYm90aCIsInR5
|
80
|
+
cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5F
|
81
|
+
cXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19XSwidHlw
|
82
|
+
ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29s
|
83
|
+
ZWFuRXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2
|
84
|
+
IjpbeyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNGSVBTIl19
|
85
|
+
XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwi
|
86
|
+
dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBv
|
87
|
+
aW50Ijp7InVybCI6Imh0dHBzOi8vbWVkaWFsaXZlLWZpcHMue1JlZ2lvbn0u
|
88
|
+
e1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30s
|
89
|
+
ImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0
|
90
|
+
aW9ucyI6W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBh
|
91
|
+
cnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3Ii
|
92
|
+
fV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJn
|
93
|
+
diI6W3sicmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRy
|
94
|
+
ZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1
|
95
|
+
YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJy
|
96
|
+
ZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1d
|
97
|
+
fV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJl
|
98
|
+
bmRwb2ludCI6eyJ1cmwiOiJodHRwczovL21lZGlhbGl2ZS57UmVnaW9ufS57
|
99
|
+
UGFydGl0aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0
|
100
|
+
aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsi
|
101
|
+
Y29uZGl0aW9ucyI6W10sImVycm9yIjoiRHVhbFN0YWNrIGlzIGVuYWJsZWQg
|
102
|
+
YnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRHVhbFN0YWNr
|
103
|
+
IiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
104
|
+
dCI6eyJ1cmwiOiJodHRwczovL21lZGlhbGl2ZS57UmVnaW9ufS57UGFydGl0
|
105
|
+
aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVy
|
106
|
+
cyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19XX0=
|
108
107
|
|
109
108
|
JSON
|
110
109
|
end
|
@@ -173,13 +173,13 @@ module Aws::MediaLive
|
|
173
173
|
end
|
174
174
|
|
175
175
|
# @return [String]
|
176
|
-
def
|
177
|
-
@
|
176
|
+
def element_path
|
177
|
+
@data[:element_path]
|
178
178
|
end
|
179
179
|
|
180
180
|
# @return [String]
|
181
|
-
def
|
182
|
-
@data[:
|
181
|
+
def error_message
|
182
|
+
@data[:error_message]
|
183
183
|
end
|
184
184
|
end
|
185
185
|
|
@@ -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
|
@@ -6254,11 +6296,16 @@ module Aws::MediaLive
|
|
6254
6296
|
# the bitrate of the source video.
|
6255
6297
|
# @return [Integer]
|
6256
6298
|
#
|
6299
|
+
# @!attribute [rw] latency_ms
|
6300
|
+
# The Link device's buffer size (latency) in milliseconds (ms).
|
6301
|
+
# @return [Integer]
|
6302
|
+
#
|
6257
6303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableSettings AWS API Documentation
|
6258
6304
|
#
|
6259
6305
|
class InputDeviceConfigurableSettings < Struct.new(
|
6260
6306
|
:configured_input,
|
6261
|
-
:max_bitrate
|
6307
|
+
:max_bitrate,
|
6308
|
+
:latency_ms)
|
6262
6309
|
SENSITIVE = []
|
6263
6310
|
include Aws::Structure
|
6264
6311
|
end
|
@@ -6318,6 +6365,11 @@ module Aws::MediaLive
|
|
6318
6365
|
# The width of the video source, in pixels.
|
6319
6366
|
# @return [Integer]
|
6320
6367
|
#
|
6368
|
+
# @!attribute [rw] latency_ms
|
6369
|
+
# The Link device's buffer size (latency) in milliseconds (ms). You
|
6370
|
+
# can specify this value.
|
6371
|
+
# @return [Integer]
|
6372
|
+
#
|
6321
6373
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceHdSettings AWS API Documentation
|
6322
6374
|
#
|
6323
6375
|
class InputDeviceHdSettings < Struct.new(
|
@@ -6328,7 +6380,8 @@ module Aws::MediaLive
|
|
6328
6380
|
:height,
|
6329
6381
|
:max_bitrate,
|
6330
6382
|
:scan_type,
|
6331
|
-
:width
|
6383
|
+
:width,
|
6384
|
+
:latency_ms)
|
6332
6385
|
SENSITIVE = []
|
6333
6386
|
include Aws::Structure
|
6334
6387
|
end
|
@@ -6509,6 +6562,11 @@ module Aws::MediaLive
|
|
6509
6562
|
# The width of the video source, in pixels.
|
6510
6563
|
# @return [Integer]
|
6511
6564
|
#
|
6565
|
+
# @!attribute [rw] latency_ms
|
6566
|
+
# The Link device's buffer size (latency) in milliseconds (ms). You
|
6567
|
+
# can specify this value.
|
6568
|
+
# @return [Integer]
|
6569
|
+
#
|
6512
6570
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdSettings AWS API Documentation
|
6513
6571
|
#
|
6514
6572
|
class InputDeviceUhdSettings < Struct.new(
|
@@ -6519,7 +6577,8 @@ module Aws::MediaLive
|
|
6519
6577
|
:height,
|
6520
6578
|
:max_bitrate,
|
6521
6579
|
:scan_type,
|
6522
|
-
:width
|
6580
|
+
:width,
|
6581
|
+
:latency_ms)
|
6523
6582
|
SENSITIVE = []
|
6524
6583
|
include Aws::Structure
|
6525
6584
|
end
|
@@ -8371,6 +8430,10 @@ module Aws::MediaLive
|
|
8371
8430
|
# GOP header.
|
8372
8431
|
# @return [String]
|
8373
8432
|
#
|
8433
|
+
# @!attribute [rw] timecode_burnin_settings
|
8434
|
+
# Timecode burn-in settings
|
8435
|
+
# @return [Types::TimecodeBurninSettings]
|
8436
|
+
#
|
8374
8437
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Mpeg2Settings AWS API Documentation
|
8375
8438
|
#
|
8376
8439
|
class Mpeg2Settings < Struct.new(
|
@@ -8389,7 +8452,8 @@ module Aws::MediaLive
|
|
8389
8452
|
:gop_size_units,
|
8390
8453
|
:scan_type,
|
8391
8454
|
:subgop_length,
|
8392
|
-
:timecode_insertion
|
8455
|
+
:timecode_insertion,
|
8456
|
+
:timecode_burnin_settings)
|
8393
8457
|
SENSITIVE = []
|
8394
8458
|
include Aws::Structure
|
8395
8459
|
end
|
@@ -10103,7 +10167,7 @@ module Aws::MediaLive
|
|
10103
10167
|
# @return [Types::PauseStateScheduleActionSettings]
|
10104
10168
|
#
|
10105
10169
|
# @!attribute [rw] scte_35_input_settings
|
10106
|
-
# Action to
|
10170
|
+
# Action to specify scte35 input
|
10107
10171
|
# @return [Types::Scte35InputScheduleActionSettings]
|
10108
10172
|
#
|
10109
10173
|
# @!attribute [rw] scte_35_return_to_network_settings
|
@@ -10323,7 +10387,7 @@ module Aws::MediaLive
|
|
10323
10387
|
include Aws::Structure
|
10324
10388
|
end
|
10325
10389
|
|
10326
|
-
#
|
10390
|
+
# Scte35Input Schedule Action Settings
|
10327
10391
|
#
|
10328
10392
|
# @!attribute [rw] input_attachment_name_reference
|
10329
10393
|
# In fixed mode, enter the name of the input attachment that you want
|
@@ -11142,6 +11206,30 @@ module Aws::MediaLive
|
|
11142
11206
|
include Aws::Structure
|
11143
11207
|
end
|
11144
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
|
+
|
11145
11233
|
# Timecode Config
|
11146
11234
|
#
|
11147
11235
|
# @!attribute [rw] source
|
@@ -11358,17 +11446,17 @@ module Aws::MediaLive
|
|
11358
11446
|
include Aws::Structure
|
11359
11447
|
end
|
11360
11448
|
|
11361
|
-
# @!attribute [rw]
|
11449
|
+
# @!attribute [rw] element_path
|
11362
11450
|
# @return [String]
|
11363
11451
|
#
|
11364
|
-
# @!attribute [rw]
|
11365
|
-
# @return [
|
11452
|
+
# @!attribute [rw] error_message
|
11453
|
+
# @return [String]
|
11366
11454
|
#
|
11367
11455
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UnprocessableEntityException AWS API Documentation
|
11368
11456
|
#
|
11369
11457
|
class UnprocessableEntityException < Struct.new(
|
11370
|
-
:
|
11371
|
-
:
|
11458
|
+
:element_path,
|
11459
|
+
:error_message)
|
11372
11460
|
SENSITIVE = []
|
11373
11461
|
include Aws::Structure
|
11374
11462
|
end
|
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
|