aws-sdk-medialive 1.44.0 → 1.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +241 -15
- data/lib/aws-sdk-medialive/client_api.rb +196 -9
- data/lib/aws-sdk-medialive/types.rb +642 -59
- data/lib/aws-sdk-medialive/waiters.rb +159 -0
- metadata +2 -2
@@ -126,6 +126,8 @@ module Aws::MediaLive
|
|
126
126
|
DeleteTagsRequest = Shapes::StructureShape.new(name: 'DeleteTagsRequest')
|
127
127
|
DescribeChannelRequest = Shapes::StructureShape.new(name: 'DescribeChannelRequest')
|
128
128
|
DescribeChannelResponse = Shapes::StructureShape.new(name: 'DescribeChannelResponse')
|
129
|
+
DescribeInputDeviceRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceRequest')
|
130
|
+
DescribeInputDeviceResponse = Shapes::StructureShape.new(name: 'DescribeInputDeviceResponse')
|
129
131
|
DescribeInputRequest = Shapes::StructureShape.new(name: 'DescribeInputRequest')
|
130
132
|
DescribeInputResponse = Shapes::StructureShape.new(name: 'DescribeInputResponse')
|
131
133
|
DescribeInputSecurityGroupRequest = Shapes::StructureShape.new(name: 'DescribeInputSecurityGroupRequest')
|
@@ -140,6 +142,7 @@ module Aws::MediaLive
|
|
140
142
|
DescribeReservationResponse = Shapes::StructureShape.new(name: 'DescribeReservationResponse')
|
141
143
|
DescribeScheduleRequest = Shapes::StructureShape.new(name: 'DescribeScheduleRequest')
|
142
144
|
DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
|
145
|
+
DeviceSettingsSyncState = Shapes::StringShape.new(name: 'DeviceSettingsSyncState')
|
143
146
|
DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
|
144
147
|
DvbSdtOutputSdt = Shapes::StringShape.new(name: 'DvbSdtOutputSdt')
|
145
148
|
DvbSdtSettings = Shapes::StructureShape.new(name: 'DvbSdtSettings')
|
@@ -281,6 +284,21 @@ module Aws::MediaLive
|
|
281
284
|
InputDestination = Shapes::StructureShape.new(name: 'InputDestination')
|
282
285
|
InputDestinationRequest = Shapes::StructureShape.new(name: 'InputDestinationRequest')
|
283
286
|
InputDestinationVpc = Shapes::StructureShape.new(name: 'InputDestinationVpc')
|
287
|
+
InputDevice = Shapes::StructureShape.new(name: 'InputDevice')
|
288
|
+
InputDeviceActiveInput = Shapes::StringShape.new(name: 'InputDeviceActiveInput')
|
289
|
+
InputDeviceConfigurableSettings = Shapes::StructureShape.new(name: 'InputDeviceConfigurableSettings')
|
290
|
+
InputDeviceConfigurationValidationError = Shapes::StructureShape.new(name: 'InputDeviceConfigurationValidationError')
|
291
|
+
InputDeviceConfiguredInput = Shapes::StringShape.new(name: 'InputDeviceConfiguredInput')
|
292
|
+
InputDeviceConnectionState = Shapes::StringShape.new(name: 'InputDeviceConnectionState')
|
293
|
+
InputDeviceHdSettings = Shapes::StructureShape.new(name: 'InputDeviceHdSettings')
|
294
|
+
InputDeviceIpScheme = Shapes::StringShape.new(name: 'InputDeviceIpScheme')
|
295
|
+
InputDeviceNetworkSettings = Shapes::StructureShape.new(name: 'InputDeviceNetworkSettings')
|
296
|
+
InputDeviceRequest = Shapes::StructureShape.new(name: 'InputDeviceRequest')
|
297
|
+
InputDeviceScanType = Shapes::StringShape.new(name: 'InputDeviceScanType')
|
298
|
+
InputDeviceSettings = Shapes::StructureShape.new(name: 'InputDeviceSettings')
|
299
|
+
InputDeviceState = Shapes::StringShape.new(name: 'InputDeviceState')
|
300
|
+
InputDeviceSummary = Shapes::StructureShape.new(name: 'InputDeviceSummary')
|
301
|
+
InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
|
284
302
|
InputFilter = Shapes::StringShape.new(name: 'InputFilter')
|
285
303
|
InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
|
286
304
|
InputLossActionForHlsOut = Shapes::StringShape.new(name: 'InputLossActionForHlsOut')
|
@@ -317,6 +335,9 @@ module Aws::MediaLive
|
|
317
335
|
ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
|
318
336
|
ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
|
319
337
|
ListChannelsResultModel = Shapes::StructureShape.new(name: 'ListChannelsResultModel')
|
338
|
+
ListInputDevicesRequest = Shapes::StructureShape.new(name: 'ListInputDevicesRequest')
|
339
|
+
ListInputDevicesResponse = Shapes::StructureShape.new(name: 'ListInputDevicesResponse')
|
340
|
+
ListInputDevicesResultModel = Shapes::StructureShape.new(name: 'ListInputDevicesResultModel')
|
320
341
|
ListInputSecurityGroupsRequest = Shapes::StructureShape.new(name: 'ListInputSecurityGroupsRequest')
|
321
342
|
ListInputSecurityGroupsResponse = Shapes::StructureShape.new(name: 'ListInputSecurityGroupsResponse')
|
322
343
|
ListInputSecurityGroupsResultModel = Shapes::StructureShape.new(name: 'ListInputSecurityGroupsResultModel')
|
@@ -391,7 +412,6 @@ module Aws::MediaLive
|
|
391
412
|
MultiplexState = Shapes::StringShape.new(name: 'MultiplexState')
|
392
413
|
MultiplexStatmuxVideoSettings = Shapes::StructureShape.new(name: 'MultiplexStatmuxVideoSettings')
|
393
414
|
MultiplexSummary = Shapes::StructureShape.new(name: 'MultiplexSummary')
|
394
|
-
MultiplexValidationError = Shapes::StructureShape.new(name: 'MultiplexValidationError')
|
395
415
|
MultiplexVideoSettings = Shapes::StructureShape.new(name: 'MultiplexVideoSettings')
|
396
416
|
NetworkInputServerValidation = Shapes::StringShape.new(name: 'NetworkInputServerValidation')
|
397
417
|
NetworkInputSettings = Shapes::StructureShape.new(name: 'NetworkInputSettings')
|
@@ -475,6 +495,7 @@ module Aws::MediaLive
|
|
475
495
|
SmoothGroupSparseTrackType = Shapes::StringShape.new(name: 'SmoothGroupSparseTrackType')
|
476
496
|
SmoothGroupStreamManifestBehavior = Shapes::StringShape.new(name: 'SmoothGroupStreamManifestBehavior')
|
477
497
|
SmoothGroupTimestampOffsetMode = Shapes::StringShape.new(name: 'SmoothGroupTimestampOffsetMode')
|
498
|
+
Smpte2038DataPreference = Shapes::StringShape.new(name: 'Smpte2038DataPreference')
|
478
499
|
SmpteTtDestinationSettings = Shapes::StructureShape.new(name: 'SmpteTtDestinationSettings')
|
479
500
|
StandardHlsSettings = Shapes::StructureShape.new(name: 'StandardHlsSettings')
|
480
501
|
StartChannelRequest = Shapes::StructureShape.new(name: 'StartChannelRequest')
|
@@ -515,6 +536,9 @@ module Aws::MediaLive
|
|
515
536
|
UpdateChannelResponse = Shapes::StructureShape.new(name: 'UpdateChannelResponse')
|
516
537
|
UpdateChannelResultModel = Shapes::StructureShape.new(name: 'UpdateChannelResultModel')
|
517
538
|
UpdateInput = Shapes::StructureShape.new(name: 'UpdateInput')
|
539
|
+
UpdateInputDevice = Shapes::StructureShape.new(name: 'UpdateInputDevice')
|
540
|
+
UpdateInputDeviceRequest = Shapes::StructureShape.new(name: 'UpdateInputDeviceRequest')
|
541
|
+
UpdateInputDeviceResponse = Shapes::StructureShape.new(name: 'UpdateInputDeviceResponse')
|
518
542
|
UpdateInputRequest = Shapes::StructureShape.new(name: 'UpdateInputRequest')
|
519
543
|
UpdateInputResponse = Shapes::StructureShape.new(name: 'UpdateInputResponse')
|
520
544
|
UpdateInputResultModel = Shapes::StructureShape.new(name: 'UpdateInputResultModel')
|
@@ -614,6 +638,9 @@ module Aws::MediaLive
|
|
614
638
|
__listOfInputChannelLevel = Shapes::ListShape.new(name: '__listOfInputChannelLevel')
|
615
639
|
__listOfInputDestination = Shapes::ListShape.new(name: '__listOfInputDestination')
|
616
640
|
__listOfInputDestinationRequest = Shapes::ListShape.new(name: '__listOfInputDestinationRequest')
|
641
|
+
__listOfInputDeviceRequest = Shapes::ListShape.new(name: '__listOfInputDeviceRequest')
|
642
|
+
__listOfInputDeviceSettings = Shapes::ListShape.new(name: '__listOfInputDeviceSettings')
|
643
|
+
__listOfInputDeviceSummary = Shapes::ListShape.new(name: '__listOfInputDeviceSummary')
|
617
644
|
__listOfInputSecurityGroup = Shapes::ListShape.new(name: '__listOfInputSecurityGroup')
|
618
645
|
__listOfInputSource = Shapes::ListShape.new(name: '__listOfInputSource')
|
619
646
|
__listOfInputSourceRequest = Shapes::ListShape.new(name: '__listOfInputSourceRequest')
|
@@ -625,7 +652,6 @@ module Aws::MediaLive
|
|
625
652
|
__listOfMultiplexOutputDestination = Shapes::ListShape.new(name: '__listOfMultiplexOutputDestination')
|
626
653
|
__listOfMultiplexProgramSummary = Shapes::ListShape.new(name: '__listOfMultiplexProgramSummary')
|
627
654
|
__listOfMultiplexSummary = Shapes::ListShape.new(name: '__listOfMultiplexSummary')
|
628
|
-
__listOfMultiplexValidationError = Shapes::ListShape.new(name: '__listOfMultiplexValidationError')
|
629
655
|
__listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
|
630
656
|
__listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
|
631
657
|
__listOfOutputDestination = Shapes::ListShape.new(name: '__listOfOutputDestination')
|
@@ -940,6 +966,7 @@ module Aws::MediaLive
|
|
940
966
|
CreateChannelResultModel.struct_class = Types::CreateChannelResultModel
|
941
967
|
|
942
968
|
CreateInput.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
|
969
|
+
CreateInput.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
|
943
970
|
CreateInput.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
|
944
971
|
CreateInput.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
|
945
972
|
CreateInput.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -952,6 +979,7 @@ module Aws::MediaLive
|
|
952
979
|
CreateInput.struct_class = Types::CreateInput
|
953
980
|
|
954
981
|
CreateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
|
982
|
+
CreateInputRequest.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
|
955
983
|
CreateInputRequest.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
|
956
984
|
CreateInputRequest.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
|
957
985
|
CreateInputRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -1127,6 +1155,21 @@ module Aws::MediaLive
|
|
1127
1155
|
DescribeChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1128
1156
|
DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
|
1129
1157
|
|
1158
|
+
DescribeInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
1159
|
+
DescribeInputDeviceRequest.struct_class = Types::DescribeInputDeviceRequest
|
1160
|
+
|
1161
|
+
DescribeInputDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1162
|
+
DescribeInputDeviceResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
|
1163
|
+
DescribeInputDeviceResponse.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
|
1164
|
+
DescribeInputDeviceResponse.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
|
1165
|
+
DescribeInputDeviceResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1166
|
+
DescribeInputDeviceResponse.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
|
1167
|
+
DescribeInputDeviceResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1168
|
+
DescribeInputDeviceResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
|
1169
|
+
DescribeInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
1170
|
+
DescribeInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1171
|
+
DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
|
1172
|
+
|
1130
1173
|
DescribeInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
|
1131
1174
|
DescribeInputRequest.struct_class = Types::DescribeInputRequest
|
1132
1175
|
|
@@ -1135,6 +1178,7 @@ module Aws::MediaLive
|
|
1135
1178
|
DescribeInputResponse.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
|
1136
1179
|
DescribeInputResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1137
1180
|
DescribeInputResponse.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
1181
|
+
DescribeInputResponse.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
|
1138
1182
|
DescribeInputResponse.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
1139
1183
|
DescribeInputResponse.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
1140
1184
|
DescribeInputResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -1551,6 +1595,7 @@ module Aws::MediaLive
|
|
1551
1595
|
Input.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestination, location_name: "destinations"))
|
1552
1596
|
Input.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1553
1597
|
Input.add_member(:input_class, Shapes::ShapeRef.new(shape: InputClass, location_name: "inputClass"))
|
1598
|
+
Input.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSettings, location_name: "inputDevices"))
|
1554
1599
|
Input.add_member(:input_source_type, Shapes::ShapeRef.new(shape: InputSourceType, location_name: "inputSourceType"))
|
1555
1600
|
Input.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlow, location_name: "mediaConnectFlows"))
|
1556
1601
|
Input.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -1590,6 +1635,61 @@ module Aws::MediaLive
|
|
1590
1635
|
InputDestinationVpc.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: __string, location_name: "networkInterfaceId"))
|
1591
1636
|
InputDestinationVpc.struct_class = Types::InputDestinationVpc
|
1592
1637
|
|
1638
|
+
InputDevice.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1639
|
+
InputDevice.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
|
1640
|
+
InputDevice.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
|
1641
|
+
InputDevice.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
|
1642
|
+
InputDevice.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1643
|
+
InputDevice.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
|
1644
|
+
InputDevice.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1645
|
+
InputDevice.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
|
1646
|
+
InputDevice.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
1647
|
+
InputDevice.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1648
|
+
InputDevice.struct_class = Types::InputDevice
|
1649
|
+
|
1650
|
+
InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
|
1651
|
+
InputDeviceConfigurableSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
|
1652
|
+
InputDeviceConfigurableSettings.struct_class = Types::InputDeviceConfigurableSettings
|
1653
|
+
|
1654
|
+
InputDeviceConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1655
|
+
InputDeviceConfigurationValidationError.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfValidationError, location_name: "validationErrors"))
|
1656
|
+
InputDeviceConfigurationValidationError.struct_class = Types::InputDeviceConfigurationValidationError
|
1657
|
+
|
1658
|
+
InputDeviceHdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
|
1659
|
+
InputDeviceHdSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
|
1660
|
+
InputDeviceHdSettings.add_member(:device_state, Shapes::ShapeRef.new(shape: InputDeviceState, location_name: "deviceState"))
|
1661
|
+
InputDeviceHdSettings.add_member(:framerate, Shapes::ShapeRef.new(shape: __double, location_name: "framerate"))
|
1662
|
+
InputDeviceHdSettings.add_member(:height, Shapes::ShapeRef.new(shape: __integer, location_name: "height"))
|
1663
|
+
InputDeviceHdSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
|
1664
|
+
InputDeviceHdSettings.add_member(:scan_type, Shapes::ShapeRef.new(shape: InputDeviceScanType, location_name: "scanType"))
|
1665
|
+
InputDeviceHdSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integer, location_name: "width"))
|
1666
|
+
InputDeviceHdSettings.struct_class = Types::InputDeviceHdSettings
|
1667
|
+
|
1668
|
+
InputDeviceNetworkSettings.add_member(:dns_addresses, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "dnsAddresses"))
|
1669
|
+
InputDeviceNetworkSettings.add_member(:gateway, Shapes::ShapeRef.new(shape: __string, location_name: "gateway"))
|
1670
|
+
InputDeviceNetworkSettings.add_member(:ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "ipAddress"))
|
1671
|
+
InputDeviceNetworkSettings.add_member(:ip_scheme, Shapes::ShapeRef.new(shape: InputDeviceIpScheme, location_name: "ipScheme"))
|
1672
|
+
InputDeviceNetworkSettings.add_member(:subnet_mask, Shapes::ShapeRef.new(shape: __string, location_name: "subnetMask"))
|
1673
|
+
InputDeviceNetworkSettings.struct_class = Types::InputDeviceNetworkSettings
|
1674
|
+
|
1675
|
+
InputDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1676
|
+
InputDeviceRequest.struct_class = Types::InputDeviceRequest
|
1677
|
+
|
1678
|
+
InputDeviceSettings.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1679
|
+
InputDeviceSettings.struct_class = Types::InputDeviceSettings
|
1680
|
+
|
1681
|
+
InputDeviceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1682
|
+
InputDeviceSummary.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
|
1683
|
+
InputDeviceSummary.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
|
1684
|
+
InputDeviceSummary.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
|
1685
|
+
InputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1686
|
+
InputDeviceSummary.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
|
1687
|
+
InputDeviceSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1688
|
+
InputDeviceSummary.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
|
1689
|
+
InputDeviceSummary.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
1690
|
+
InputDeviceSummary.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1691
|
+
InputDeviceSummary.struct_class = Types::InputDeviceSummary
|
1692
|
+
|
1593
1693
|
InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
1594
1694
|
InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "uri"))
|
1595
1695
|
InputLocation.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
@@ -1621,6 +1721,7 @@ module Aws::MediaLive
|
|
1621
1721
|
InputSettings.add_member(:filter_strength, Shapes::ShapeRef.new(shape: __integerMin1Max5, location_name: "filterStrength"))
|
1622
1722
|
InputSettings.add_member(:input_filter, Shapes::ShapeRef.new(shape: InputFilter, location_name: "inputFilter"))
|
1623
1723
|
InputSettings.add_member(:network_input_settings, Shapes::ShapeRef.new(shape: NetworkInputSettings, location_name: "networkInputSettings"))
|
1724
|
+
InputSettings.add_member(:smpte_2038_data_preference, Shapes::ShapeRef.new(shape: Smpte2038DataPreference, location_name: "smpte2038DataPreference"))
|
1624
1725
|
InputSettings.add_member(:source_end_behavior, Shapes::ShapeRef.new(shape: InputSourceEndBehavior, location_name: "sourceEndBehavior"))
|
1625
1726
|
InputSettings.add_member(:video_selector, Shapes::ShapeRef.new(shape: VideoSelector, location_name: "videoSelector"))
|
1626
1727
|
InputSettings.struct_class = Types::InputSettings
|
@@ -1682,6 +1783,18 @@ module Aws::MediaLive
|
|
1682
1783
|
ListChannelsResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1683
1784
|
ListChannelsResultModel.struct_class = Types::ListChannelsResultModel
|
1684
1785
|
|
1786
|
+
ListInputDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1787
|
+
ListInputDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
1788
|
+
ListInputDevicesRequest.struct_class = Types::ListInputDevicesRequest
|
1789
|
+
|
1790
|
+
ListInputDevicesResponse.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSummary, location_name: "inputDevices"))
|
1791
|
+
ListInputDevicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1792
|
+
ListInputDevicesResponse.struct_class = Types::ListInputDevicesResponse
|
1793
|
+
|
1794
|
+
ListInputDevicesResultModel.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceSummary, location_name: "inputDevices"))
|
1795
|
+
ListInputDevicesResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
1796
|
+
ListInputDevicesResultModel.struct_class = Types::ListInputDevicesResultModel
|
1797
|
+
|
1685
1798
|
ListInputSecurityGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1686
1799
|
ListInputSecurityGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
1687
1800
|
ListInputSecurityGroupsRequest.struct_class = Types::ListInputSecurityGroupsRequest
|
@@ -1904,7 +2017,7 @@ module Aws::MediaLive
|
|
1904
2017
|
Multiplex.struct_class = Types::Multiplex
|
1905
2018
|
|
1906
2019
|
MultiplexConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1907
|
-
MultiplexConfigurationValidationError.add_member(:validation_errors, Shapes::ShapeRef.new(shape:
|
2020
|
+
MultiplexConfigurationValidationError.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfValidationError, location_name: "validationErrors"))
|
1908
2021
|
MultiplexConfigurationValidationError.struct_class = Types::MultiplexConfigurationValidationError
|
1909
2022
|
|
1910
2023
|
MultiplexGroupSettings.struct_class = Types::MultiplexGroupSettings
|
@@ -1981,10 +2094,6 @@ module Aws::MediaLive
|
|
1981
2094
|
MultiplexSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1982
2095
|
MultiplexSummary.struct_class = Types::MultiplexSummary
|
1983
2096
|
|
1984
|
-
MultiplexValidationError.add_member(:element_path, Shapes::ShapeRef.new(shape: __string, location_name: "elementPath"))
|
1985
|
-
MultiplexValidationError.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
|
1986
|
-
MultiplexValidationError.struct_class = Types::MultiplexValidationError
|
1987
|
-
|
1988
2097
|
MultiplexVideoSettings.add_member(:constant_bitrate, Shapes::ShapeRef.new(shape: __integerMin100000Max100000000, location_name: "constantBitrate"))
|
1989
2098
|
MultiplexVideoSettings.add_member(:statmux_settings, Shapes::ShapeRef.new(shape: MultiplexStatmuxVideoSettings, location_name: "statmuxSettings"))
|
1990
2099
|
MultiplexVideoSettings.struct_class = Types::MultiplexVideoSettings
|
@@ -2422,6 +2531,7 @@ module Aws::MediaLive
|
|
2422
2531
|
UpdateChannelResultModel.struct_class = Types::UpdateChannelResultModel
|
2423
2532
|
|
2424
2533
|
UpdateInput.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
|
2534
|
+
UpdateInput.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceRequest, location_name: "inputDevices"))
|
2425
2535
|
UpdateInput.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
|
2426
2536
|
UpdateInput.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
|
2427
2537
|
UpdateInput.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -2429,7 +2539,29 @@ module Aws::MediaLive
|
|
2429
2539
|
UpdateInput.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
|
2430
2540
|
UpdateInput.struct_class = Types::UpdateInput
|
2431
2541
|
|
2542
|
+
UpdateInputDevice.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "hdDeviceSettings"))
|
2543
|
+
UpdateInputDevice.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2544
|
+
UpdateInputDevice.struct_class = Types::UpdateInputDevice
|
2545
|
+
|
2546
|
+
UpdateInputDeviceRequest.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "hdDeviceSettings"))
|
2547
|
+
UpdateInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
2548
|
+
UpdateInputDeviceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2549
|
+
UpdateInputDeviceRequest.struct_class = Types::UpdateInputDeviceRequest
|
2550
|
+
|
2551
|
+
UpdateInputDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2552
|
+
UpdateInputDeviceResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: InputDeviceConnectionState, location_name: "connectionState"))
|
2553
|
+
UpdateInputDeviceResponse.add_member(:device_settings_sync_state, Shapes::ShapeRef.new(shape: DeviceSettingsSyncState, location_name: "deviceSettingsSyncState"))
|
2554
|
+
UpdateInputDeviceResponse.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceHdSettings, location_name: "hdDeviceSettings"))
|
2555
|
+
UpdateInputDeviceResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2556
|
+
UpdateInputDeviceResponse.add_member(:mac_address, Shapes::ShapeRef.new(shape: __string, location_name: "macAddress"))
|
2557
|
+
UpdateInputDeviceResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2558
|
+
UpdateInputDeviceResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: InputDeviceNetworkSettings, location_name: "networkSettings"))
|
2559
|
+
UpdateInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
2560
|
+
UpdateInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
2561
|
+
UpdateInputDeviceResponse.struct_class = Types::UpdateInputDeviceResponse
|
2562
|
+
|
2432
2563
|
UpdateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
|
2564
|
+
UpdateInputRequest.add_member(:input_devices, Shapes::ShapeRef.new(shape: __listOfInputDeviceRequest, location_name: "inputDevices"))
|
2433
2565
|
UpdateInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
|
2434
2566
|
UpdateInputRequest.add_member(:input_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputSecurityGroups"))
|
2435
2567
|
UpdateInputRequest.add_member(:media_connect_flows, Shapes::ShapeRef.new(shape: __listOfMediaConnectFlowRequest, location_name: "mediaConnectFlows"))
|
@@ -2562,6 +2694,12 @@ module Aws::MediaLive
|
|
2562
2694
|
|
2563
2695
|
__listOfInputDestinationRequest.member = Shapes::ShapeRef.new(shape: InputDestinationRequest)
|
2564
2696
|
|
2697
|
+
__listOfInputDeviceRequest.member = Shapes::ShapeRef.new(shape: InputDeviceRequest)
|
2698
|
+
|
2699
|
+
__listOfInputDeviceSettings.member = Shapes::ShapeRef.new(shape: InputDeviceSettings)
|
2700
|
+
|
2701
|
+
__listOfInputDeviceSummary.member = Shapes::ShapeRef.new(shape: InputDeviceSummary)
|
2702
|
+
|
2565
2703
|
__listOfInputSecurityGroup.member = Shapes::ShapeRef.new(shape: InputSecurityGroup)
|
2566
2704
|
|
2567
2705
|
__listOfInputSource.member = Shapes::ShapeRef.new(shape: InputSource)
|
@@ -2584,8 +2722,6 @@ module Aws::MediaLive
|
|
2584
2722
|
|
2585
2723
|
__listOfMultiplexSummary.member = Shapes::ShapeRef.new(shape: MultiplexSummary)
|
2586
2724
|
|
2587
|
-
__listOfMultiplexValidationError.member = Shapes::ShapeRef.new(shape: MultiplexValidationError)
|
2588
|
-
|
2589
2725
|
__listOfOffering.member = Shapes::ShapeRef.new(shape: Offering)
|
2590
2726
|
|
2591
2727
|
__listOfOutput.member = Shapes::ShapeRef.new(shape: Output)
|
@@ -2889,6 +3025,21 @@ module Aws::MediaLive
|
|
2889
3025
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2890
3026
|
end)
|
2891
3027
|
|
3028
|
+
api.add_operation(:describe_input_device, Seahorse::Model::Operation.new.tap do |o|
|
3029
|
+
o.name = "DescribeInputDevice"
|
3030
|
+
o.http_method = "GET"
|
3031
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}"
|
3032
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInputDeviceRequest)
|
3033
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeInputDeviceResponse)
|
3034
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3035
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3036
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3037
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3038
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3039
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3040
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3041
|
+
end)
|
3042
|
+
|
2892
3043
|
api.add_operation(:describe_input_security_group, Seahorse::Model::Operation.new.tap do |o|
|
2893
3044
|
o.name = "DescribeInputSecurityGroup"
|
2894
3045
|
o.http_method = "GET"
|
@@ -3005,6 +3156,26 @@ module Aws::MediaLive
|
|
3005
3156
|
)
|
3006
3157
|
end)
|
3007
3158
|
|
3159
|
+
api.add_operation(:list_input_devices, Seahorse::Model::Operation.new.tap do |o|
|
3160
|
+
o.name = "ListInputDevices"
|
3161
|
+
o.http_method = "GET"
|
3162
|
+
o.http_request_uri = "/prod/inputDevices"
|
3163
|
+
o.input = Shapes::ShapeRef.new(shape: ListInputDevicesRequest)
|
3164
|
+
o.output = Shapes::ShapeRef.new(shape: ListInputDevicesResponse)
|
3165
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3166
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3167
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3168
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3169
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3170
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3171
|
+
o[:pager] = Aws::Pager.new(
|
3172
|
+
limit_key: "max_results",
|
3173
|
+
tokens: {
|
3174
|
+
"next_token" => "next_token"
|
3175
|
+
}
|
3176
|
+
)
|
3177
|
+
end)
|
3178
|
+
|
3008
3179
|
api.add_operation(:list_input_security_groups, Seahorse::Model::Operation.new.tap do |o|
|
3009
3180
|
o.name = "ListInputSecurityGroups"
|
3010
3181
|
o.http_method = "GET"
|
@@ -3265,6 +3436,22 @@ module Aws::MediaLive
|
|
3265
3436
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3266
3437
|
end)
|
3267
3438
|
|
3439
|
+
api.add_operation(:update_input_device, Seahorse::Model::Operation.new.tap do |o|
|
3440
|
+
o.name = "UpdateInputDevice"
|
3441
|
+
o.http_method = "PUT"
|
3442
|
+
o.http_request_uri = "/prod/inputDevices/{inputDeviceId}"
|
3443
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateInputDeviceRequest)
|
3444
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateInputDeviceResponse)
|
3445
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3446
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
3447
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
3448
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3449
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
3450
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3451
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
3452
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3453
|
+
end)
|
3454
|
+
|
3268
3455
|
api.add_operation(:update_input_security_group, Seahorse::Model::Operation.new.tap do |o|
|
3269
3456
|
o.name = "UpdateInputSecurityGroup"
|
3270
3457
|
o.http_method = "PUT"
|
@@ -2973,7 +2973,7 @@ module Aws::MediaLive
|
|
2973
2973
|
# filter_settings: {
|
2974
2974
|
# temporal_filter_settings: {
|
2975
2975
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
2976
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
2976
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
2977
2977
|
# },
|
2978
2978
|
# },
|
2979
2979
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -3132,6 +3132,7 @@ module Aws::MediaLive
|
|
3132
3132
|
# },
|
3133
3133
|
# server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
|
3134
3134
|
# },
|
3135
|
+
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
3135
3136
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
3136
3137
|
# video_selector: {
|
3137
3138
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
@@ -3243,6 +3244,10 @@ module Aws::MediaLive
|
|
3243
3244
|
# Destination settings for PUSH type inputs.
|
3244
3245
|
# @return [Array<Types::InputDestinationRequest>]
|
3245
3246
|
#
|
3247
|
+
# @!attribute [rw] input_devices
|
3248
|
+
# Settings for the devices.
|
3249
|
+
# @return [Array<Types::InputDeviceSettings>]
|
3250
|
+
#
|
3246
3251
|
# @!attribute [rw] input_security_groups
|
3247
3252
|
# A list of security groups referenced by IDs to attach to the input.
|
3248
3253
|
# @return [Array<String>]
|
@@ -3294,6 +3299,7 @@ module Aws::MediaLive
|
|
3294
3299
|
#
|
3295
3300
|
class CreateInput < Struct.new(
|
3296
3301
|
:destinations,
|
3302
|
+
:input_devices,
|
3297
3303
|
:input_security_groups,
|
3298
3304
|
:media_connect_flows,
|
3299
3305
|
:name,
|
@@ -3315,6 +3321,11 @@ module Aws::MediaLive
|
|
3315
3321
|
# stream_name: "__string",
|
3316
3322
|
# },
|
3317
3323
|
# ],
|
3324
|
+
# input_devices: [
|
3325
|
+
# {
|
3326
|
+
# id: "__string",
|
3327
|
+
# },
|
3328
|
+
# ],
|
3318
3329
|
# input_security_groups: ["__string"],
|
3319
3330
|
# media_connect_flows: [
|
3320
3331
|
# {
|
@@ -3334,7 +3345,7 @@ module Aws::MediaLive
|
|
3334
3345
|
# tags: {
|
3335
3346
|
# "__string" => "__string",
|
3336
3347
|
# },
|
3337
|
-
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT
|
3348
|
+
# type: "UDP_PUSH", # accepts UDP_PUSH, RTP_PUSH, RTMP_PUSH, RTMP_PULL, URL_PULL, MP4_FILE, MEDIACONNECT, INPUT_DEVICE
|
3338
3349
|
# vpc: {
|
3339
3350
|
# security_group_ids: ["__string"],
|
3340
3351
|
# subnet_ids: ["__string"], # required
|
@@ -3344,6 +3355,9 @@ module Aws::MediaLive
|
|
3344
3355
|
# @!attribute [rw] destinations
|
3345
3356
|
# @return [Array<Types::InputDestinationRequest>]
|
3346
3357
|
#
|
3358
|
+
# @!attribute [rw] input_devices
|
3359
|
+
# @return [Array<Types::InputDeviceSettings>]
|
3360
|
+
#
|
3347
3361
|
# @!attribute [rw] input_security_groups
|
3348
3362
|
# @return [Array<String>]
|
3349
3363
|
#
|
@@ -3382,6 +3396,7 @@ module Aws::MediaLive
|
|
3382
3396
|
#
|
3383
3397
|
class CreateInputRequest < Struct.new(
|
3384
3398
|
:destinations,
|
3399
|
+
:input_devices,
|
3385
3400
|
:input_security_groups,
|
3386
3401
|
:media_connect_flows,
|
3387
3402
|
:name,
|
@@ -4152,6 +4167,81 @@ module Aws::MediaLive
|
|
4152
4167
|
include Aws::Structure
|
4153
4168
|
end
|
4154
4169
|
|
4170
|
+
# @note When making an API call, you may pass DescribeInputDeviceRequest
|
4171
|
+
# data as a hash:
|
4172
|
+
#
|
4173
|
+
# {
|
4174
|
+
# input_device_id: "__string", # required
|
4175
|
+
# }
|
4176
|
+
#
|
4177
|
+
# @!attribute [rw] input_device_id
|
4178
|
+
# @return [String]
|
4179
|
+
#
|
4180
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceRequest AWS API Documentation
|
4181
|
+
#
|
4182
|
+
class DescribeInputDeviceRequest < Struct.new(
|
4183
|
+
:input_device_id)
|
4184
|
+
include Aws::Structure
|
4185
|
+
end
|
4186
|
+
|
4187
|
+
# @!attribute [rw] arn
|
4188
|
+
# @return [String]
|
4189
|
+
#
|
4190
|
+
# @!attribute [rw] connection_state
|
4191
|
+
# The state of the connection between the input device and AWS.
|
4192
|
+
# @return [String]
|
4193
|
+
#
|
4194
|
+
# @!attribute [rw] device_settings_sync_state
|
4195
|
+
# The status of the action to synchronize the device configuration. If
|
4196
|
+
# you change the configuration of the input device (for example, the
|
4197
|
+
# maximum bitrate), MediaLive sends the new data to the device. The
|
4198
|
+
# device might not update itself immediately. SYNCED means the device
|
4199
|
+
# has updated its configuration. SYNCING means that it has not updated
|
4200
|
+
# its configuration.
|
4201
|
+
# @return [String]
|
4202
|
+
#
|
4203
|
+
# @!attribute [rw] hd_device_settings
|
4204
|
+
# Settings that describe the active source from the input device, and
|
4205
|
+
# the video characteristics of that source.
|
4206
|
+
# @return [Types::InputDeviceHdSettings]
|
4207
|
+
#
|
4208
|
+
# @!attribute [rw] id
|
4209
|
+
# @return [String]
|
4210
|
+
#
|
4211
|
+
# @!attribute [rw] mac_address
|
4212
|
+
# @return [String]
|
4213
|
+
#
|
4214
|
+
# @!attribute [rw] name
|
4215
|
+
# @return [String]
|
4216
|
+
#
|
4217
|
+
# @!attribute [rw] network_settings
|
4218
|
+
# The network settings for the input device.
|
4219
|
+
# @return [Types::InputDeviceNetworkSettings]
|
4220
|
+
#
|
4221
|
+
# @!attribute [rw] serial_number
|
4222
|
+
# @return [String]
|
4223
|
+
#
|
4224
|
+
# @!attribute [rw] type
|
4225
|
+
# The type of the input device. For an AWS Elemental Link device that
|
4226
|
+
# outputs resolutions up to 1080, choose "HD".
|
4227
|
+
# @return [String]
|
4228
|
+
#
|
4229
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceResponse AWS API Documentation
|
4230
|
+
#
|
4231
|
+
class DescribeInputDeviceResponse < Struct.new(
|
4232
|
+
:arn,
|
4233
|
+
:connection_state,
|
4234
|
+
:device_settings_sync_state,
|
4235
|
+
:hd_device_settings,
|
4236
|
+
:id,
|
4237
|
+
:mac_address,
|
4238
|
+
:name,
|
4239
|
+
:network_settings,
|
4240
|
+
:serial_number,
|
4241
|
+
:type)
|
4242
|
+
include Aws::Structure
|
4243
|
+
end
|
4244
|
+
|
4155
4245
|
# @note When making an API call, you may pass DescribeInputRequest
|
4156
4246
|
# data as a hash:
|
4157
4247
|
#
|
@@ -4186,6 +4276,9 @@ module Aws::MediaLive
|
|
4186
4276
|
# has one.
|
4187
4277
|
# @return [String]
|
4188
4278
|
#
|
4279
|
+
# @!attribute [rw] input_devices
|
4280
|
+
# @return [Array<Types::InputDeviceSettings>]
|
4281
|
+
#
|
4189
4282
|
# @!attribute [rw] input_source_type
|
4190
4283
|
# There are two types of input sources, static and dynamic. If an
|
4191
4284
|
# input source is dynamic you can change the source url of the input
|
@@ -4226,6 +4319,7 @@ module Aws::MediaLive
|
|
4226
4319
|
:destinations,
|
4227
4320
|
:id,
|
4228
4321
|
:input_class,
|
4322
|
+
:input_devices,
|
4229
4323
|
:input_source_type,
|
4230
4324
|
:media_connect_flows,
|
4231
4325
|
:name,
|
@@ -5745,7 +5839,7 @@ module Aws::MediaLive
|
|
5745
5839
|
# filter_settings: {
|
5746
5840
|
# temporal_filter_settings: {
|
5747
5841
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
5748
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
5842
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
5749
5843
|
# },
|
5750
5844
|
# },
|
5751
5845
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -6157,10 +6251,11 @@ module Aws::MediaLive
|
|
6157
6251
|
# @return [Types::InputLossBehavior]
|
6158
6252
|
#
|
6159
6253
|
# @!attribute [rw] output_locking_mode
|
6160
|
-
# Indicates how MediaLive pipelines are synchronized.
|
6161
|
-
# - MediaLive will attempt to synchronize the output
|
6162
|
-
# to the other.
|
6163
|
-
# the output of each pipeline to the Unix
|
6254
|
+
# Indicates how MediaLive pipelines are synchronized.
|
6255
|
+
# PIPELINE\_LOCKING - MediaLive will attempt to synchronize the output
|
6256
|
+
# of each pipeline to the other. EPOCH\_LOCKING - MediaLive will
|
6257
|
+
# attempt to synchronize the output of each pipeline to the Unix
|
6258
|
+
# epoch.
|
6164
6259
|
# @return [String]
|
6165
6260
|
#
|
6166
6261
|
# @!attribute [rw] output_timing_source
|
@@ -6231,7 +6326,7 @@ module Aws::MediaLive
|
|
6231
6326
|
# {
|
6232
6327
|
# temporal_filter_settings: {
|
6233
6328
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6234
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
6329
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
6235
6330
|
# },
|
6236
6331
|
# }
|
6237
6332
|
#
|
@@ -6270,7 +6365,7 @@ module Aws::MediaLive
|
|
6270
6365
|
# filter_settings: {
|
6271
6366
|
# temporal_filter_settings: {
|
6272
6367
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
6273
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
6368
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
6274
6369
|
# },
|
6275
6370
|
# },
|
6276
6371
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -6350,7 +6445,7 @@ module Aws::MediaLive
|
|
6350
6445
|
# @return [String]
|
6351
6446
|
#
|
6352
6447
|
# @!attribute [rw] filter_settings
|
6353
|
-
#
|
6448
|
+
# Optional filters that you can apply to an encode.
|
6354
6449
|
# @return [Types::H264FilterSettings]
|
6355
6450
|
#
|
6356
6451
|
# @!attribute [rw] fixed_afd
|
@@ -6474,9 +6569,13 @@ module Aws::MediaLive
|
|
6474
6569
|
# @return [String]
|
6475
6570
|
#
|
6476
6571
|
# @!attribute [rw] quality_level
|
6477
|
-
#
|
6478
|
-
#
|
6479
|
-
#
|
6572
|
+
# Leave as STANDARD\_QUALITY or choose a different value (which might
|
6573
|
+
# result in additional costs to run the channel). - ENHANCED\_QUALITY:
|
6574
|
+
# Produces a slightly better video quality without an increase in the
|
6575
|
+
# bitrate. Has an effect only when the Rate control mode is QVBR or
|
6576
|
+
# CBR. If this channel is in a MediaLive multiplex, the value must be
|
6577
|
+
# ENHANCED\_QUALITY. - STANDARD\_QUALITY: Valid for any Rate control
|
6578
|
+
# mode.
|
6480
6579
|
# @return [String]
|
6481
6580
|
#
|
6482
6581
|
# @!attribute [rw] qvbr_quality_level
|
@@ -7351,11 +7450,11 @@ module Aws::MediaLive
|
|
7351
7450
|
# @return [String]
|
7352
7451
|
#
|
7353
7452
|
# @!attribute [rw] output_selection
|
7354
|
-
#
|
7453
|
+
# MANIFESTS\_AND\_SEGMENTS: Generates manifests (master manifest, if
|
7355
7454
|
# applicable, and media manifests) for this output group.
|
7356
|
-
#
|
7357
|
-
# output group, but not a master manifest.
|
7358
|
-
# generate any manifests for this output group.
|
7455
|
+
# VARIANT\_MANIFESTS\_AND\_SEGMENTS: Generates media manifests for
|
7456
|
+
# this output group, but not a master manifest. SEGMENTS\_ONLY: Does
|
7457
|
+
# not generate any manifests for this output group.
|
7359
7458
|
# @return [String]
|
7360
7459
|
#
|
7361
7460
|
# @!attribute [rw] program_date_time
|
@@ -7421,8 +7520,8 @@ module Aws::MediaLive
|
|
7421
7520
|
# @return [Integer]
|
7422
7521
|
#
|
7423
7522
|
# @!attribute [rw] ts_file_mode
|
7424
|
-
#
|
7425
|
-
# files.
|
7523
|
+
# SEGMENTED\_FILES: Emit the program as segments - multiple .ts media
|
7524
|
+
# files. SINGLE\_FILE: Applies only if Mode field is VOD. Emit the
|
7426
7525
|
# program as a single .ts media file. The media manifest includes
|
7427
7526
|
# #EXT-X-BYTERANGE tags to index segments for playback. A typical use
|
7428
7527
|
# for this value is when sending the output to AWS Elemental
|
@@ -7845,6 +7944,10 @@ module Aws::MediaLive
|
|
7845
7944
|
# not valid because the channel requires two sources in the input.
|
7846
7945
|
# @return [String]
|
7847
7946
|
#
|
7947
|
+
# @!attribute [rw] input_devices
|
7948
|
+
# Settings for the input devices.
|
7949
|
+
# @return [Array<Types::InputDeviceSettings>]
|
7950
|
+
#
|
7848
7951
|
# @!attribute [rw] input_source_type
|
7849
7952
|
# Certain pull input sources can be dynamic, meaning that they can
|
7850
7953
|
# have their URL's dynamically changes during input switch actions.
|
@@ -7891,6 +7994,7 @@ module Aws::MediaLive
|
|
7891
7994
|
:destinations,
|
7892
7995
|
:id,
|
7893
7996
|
:input_class,
|
7997
|
+
:input_devices,
|
7894
7998
|
:input_source_type,
|
7895
7999
|
:media_connect_flows,
|
7896
8000
|
:name,
|
@@ -7977,6 +8081,7 @@ module Aws::MediaLive
|
|
7977
8081
|
# },
|
7978
8082
|
# server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
|
7979
8083
|
# },
|
8084
|
+
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
7980
8085
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
7981
8086
|
# video_selector: {
|
7982
8087
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
@@ -8154,6 +8259,306 @@ module Aws::MediaLive
|
|
8154
8259
|
include Aws::Structure
|
8155
8260
|
end
|
8156
8261
|
|
8262
|
+
# An input device.
|
8263
|
+
#
|
8264
|
+
# @!attribute [rw] arn
|
8265
|
+
# The unique ARN of the input device.
|
8266
|
+
# @return [String]
|
8267
|
+
#
|
8268
|
+
# @!attribute [rw] connection_state
|
8269
|
+
# The state of the connection between the input device and AWS.
|
8270
|
+
# @return [String]
|
8271
|
+
#
|
8272
|
+
# @!attribute [rw] device_settings_sync_state
|
8273
|
+
# The status of the action to synchronize the device configuration. If
|
8274
|
+
# you change the configuration of the input device (for example, the
|
8275
|
+
# maximum bitrate), MediaLive sends the new data to the device. The
|
8276
|
+
# device might not update itself immediately. SYNCED means the device
|
8277
|
+
# has updated its configuration. SYNCING means that it has not updated
|
8278
|
+
# its configuration.
|
8279
|
+
# @return [String]
|
8280
|
+
#
|
8281
|
+
# @!attribute [rw] hd_device_settings
|
8282
|
+
# Settings that describe an input device that is type HD.
|
8283
|
+
# @return [Types::InputDeviceHdSettings]
|
8284
|
+
#
|
8285
|
+
# @!attribute [rw] id
|
8286
|
+
# The unique ID of the input device.
|
8287
|
+
# @return [String]
|
8288
|
+
#
|
8289
|
+
# @!attribute [rw] mac_address
|
8290
|
+
# The network MAC address of the input device.
|
8291
|
+
# @return [String]
|
8292
|
+
#
|
8293
|
+
# @!attribute [rw] name
|
8294
|
+
# A name that you specify for the input device.
|
8295
|
+
# @return [String]
|
8296
|
+
#
|
8297
|
+
# @!attribute [rw] network_settings
|
8298
|
+
# The network settings for the input device.
|
8299
|
+
# @return [Types::InputDeviceNetworkSettings]
|
8300
|
+
#
|
8301
|
+
# @!attribute [rw] serial_number
|
8302
|
+
# The unique serial number of the input device.
|
8303
|
+
# @return [String]
|
8304
|
+
#
|
8305
|
+
# @!attribute [rw] type
|
8306
|
+
# The type of the input device.
|
8307
|
+
# @return [String]
|
8308
|
+
#
|
8309
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDevice AWS API Documentation
|
8310
|
+
#
|
8311
|
+
class InputDevice < Struct.new(
|
8312
|
+
:arn,
|
8313
|
+
:connection_state,
|
8314
|
+
:device_settings_sync_state,
|
8315
|
+
:hd_device_settings,
|
8316
|
+
:id,
|
8317
|
+
:mac_address,
|
8318
|
+
:name,
|
8319
|
+
:network_settings,
|
8320
|
+
:serial_number,
|
8321
|
+
:type)
|
8322
|
+
include Aws::Structure
|
8323
|
+
end
|
8324
|
+
|
8325
|
+
# Configurable settings for the input device.
|
8326
|
+
#
|
8327
|
+
# @note When making an API call, you may pass InputDeviceConfigurableSettings
|
8328
|
+
# data as a hash:
|
8329
|
+
#
|
8330
|
+
# {
|
8331
|
+
# configured_input: "AUTO", # accepts AUTO, HDMI, SDI
|
8332
|
+
# max_bitrate: 1,
|
8333
|
+
# }
|
8334
|
+
#
|
8335
|
+
# @!attribute [rw] configured_input
|
8336
|
+
# The input source that you want to use. If the device has a source
|
8337
|
+
# connected to only one of its input ports, or if you don't care
|
8338
|
+
# which source the device sends, specify Auto. If the device has
|
8339
|
+
# sources connected to both its input ports, and you want to use a
|
8340
|
+
# specific source, specify the source.
|
8341
|
+
# @return [String]
|
8342
|
+
#
|
8343
|
+
# @!attribute [rw] max_bitrate
|
8344
|
+
# The maximum bitrate in bits per second. Set a value here to throttle
|
8345
|
+
# the bitrate of the source video.
|
8346
|
+
# @return [Integer]
|
8347
|
+
#
|
8348
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableSettings AWS API Documentation
|
8349
|
+
#
|
8350
|
+
class InputDeviceConfigurableSettings < Struct.new(
|
8351
|
+
:configured_input,
|
8352
|
+
:max_bitrate)
|
8353
|
+
include Aws::Structure
|
8354
|
+
end
|
8355
|
+
|
8356
|
+
# @!attribute [rw] message
|
8357
|
+
# The error message.
|
8358
|
+
# @return [String]
|
8359
|
+
#
|
8360
|
+
# @!attribute [rw] validation_errors
|
8361
|
+
# A collection of validation error responses.
|
8362
|
+
# @return [Array<Types::ValidationError>]
|
8363
|
+
#
|
8364
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurationValidationError AWS API Documentation
|
8365
|
+
#
|
8366
|
+
class InputDeviceConfigurationValidationError < Struct.new(
|
8367
|
+
:message,
|
8368
|
+
:validation_errors)
|
8369
|
+
include Aws::Structure
|
8370
|
+
end
|
8371
|
+
|
8372
|
+
# Settings that describe the active source from the input device, and
|
8373
|
+
# the video characteristics of that source.
|
8374
|
+
#
|
8375
|
+
# @!attribute [rw] active_input
|
8376
|
+
# If you specified Auto as the configured input, specifies which of
|
8377
|
+
# the sources is currently active (SDI or HDMI).
|
8378
|
+
# @return [String]
|
8379
|
+
#
|
8380
|
+
# @!attribute [rw] configured_input
|
8381
|
+
# The source at the input device that is currently active. You can
|
8382
|
+
# specify this source.
|
8383
|
+
# @return [String]
|
8384
|
+
#
|
8385
|
+
# @!attribute [rw] device_state
|
8386
|
+
# The state of the input device.
|
8387
|
+
# @return [String]
|
8388
|
+
#
|
8389
|
+
# @!attribute [rw] framerate
|
8390
|
+
# The frame rate of the video source.
|
8391
|
+
# @return [Float]
|
8392
|
+
#
|
8393
|
+
# @!attribute [rw] height
|
8394
|
+
# The height of the video source, in pixels.
|
8395
|
+
# @return [Integer]
|
8396
|
+
#
|
8397
|
+
# @!attribute [rw] max_bitrate
|
8398
|
+
# The current maximum bitrate for ingesting this source, in bits per
|
8399
|
+
# second. You can specify this maximum.
|
8400
|
+
# @return [Integer]
|
8401
|
+
#
|
8402
|
+
# @!attribute [rw] scan_type
|
8403
|
+
# The scan type of the video source.
|
8404
|
+
# @return [String]
|
8405
|
+
#
|
8406
|
+
# @!attribute [rw] width
|
8407
|
+
# The width of the video source, in pixels.
|
8408
|
+
# @return [Integer]
|
8409
|
+
#
|
8410
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceHdSettings AWS API Documentation
|
8411
|
+
#
|
8412
|
+
class InputDeviceHdSettings < Struct.new(
|
8413
|
+
:active_input,
|
8414
|
+
:configured_input,
|
8415
|
+
:device_state,
|
8416
|
+
:framerate,
|
8417
|
+
:height,
|
8418
|
+
:max_bitrate,
|
8419
|
+
:scan_type,
|
8420
|
+
:width)
|
8421
|
+
include Aws::Structure
|
8422
|
+
end
|
8423
|
+
|
8424
|
+
# The network settings for the input device.
|
8425
|
+
#
|
8426
|
+
# @!attribute [rw] dns_addresses
|
8427
|
+
# The DNS addresses of the input device.
|
8428
|
+
# @return [Array<String>]
|
8429
|
+
#
|
8430
|
+
# @!attribute [rw] gateway
|
8431
|
+
# The network gateway IP address.
|
8432
|
+
# @return [String]
|
8433
|
+
#
|
8434
|
+
# @!attribute [rw] ip_address
|
8435
|
+
# The IP address of the input device.
|
8436
|
+
# @return [String]
|
8437
|
+
#
|
8438
|
+
# @!attribute [rw] ip_scheme
|
8439
|
+
# Specifies whether the input device has been configured (outside of
|
8440
|
+
# MediaLive) to use a dynamic IP address assignment (DHCP) or a static
|
8441
|
+
# IP address.
|
8442
|
+
# @return [String]
|
8443
|
+
#
|
8444
|
+
# @!attribute [rw] subnet_mask
|
8445
|
+
# The subnet mask of the input device.
|
8446
|
+
# @return [String]
|
8447
|
+
#
|
8448
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceNetworkSettings AWS API Documentation
|
8449
|
+
#
|
8450
|
+
class InputDeviceNetworkSettings < Struct.new(
|
8451
|
+
:dns_addresses,
|
8452
|
+
:gateway,
|
8453
|
+
:ip_address,
|
8454
|
+
:ip_scheme,
|
8455
|
+
:subnet_mask)
|
8456
|
+
include Aws::Structure
|
8457
|
+
end
|
8458
|
+
|
8459
|
+
# Settings for an input device.
|
8460
|
+
#
|
8461
|
+
# @note When making an API call, you may pass InputDeviceRequest
|
8462
|
+
# data as a hash:
|
8463
|
+
#
|
8464
|
+
# {
|
8465
|
+
# id: "__string",
|
8466
|
+
# }
|
8467
|
+
#
|
8468
|
+
# @!attribute [rw] id
|
8469
|
+
# The unique ID for the device.
|
8470
|
+
# @return [String]
|
8471
|
+
#
|
8472
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceRequest AWS API Documentation
|
8473
|
+
#
|
8474
|
+
class InputDeviceRequest < Struct.new(
|
8475
|
+
:id)
|
8476
|
+
include Aws::Structure
|
8477
|
+
end
|
8478
|
+
|
8479
|
+
# Settings for an input device.
|
8480
|
+
#
|
8481
|
+
# @note When making an API call, you may pass InputDeviceSettings
|
8482
|
+
# data as a hash:
|
8483
|
+
#
|
8484
|
+
# {
|
8485
|
+
# id: "__string",
|
8486
|
+
# }
|
8487
|
+
#
|
8488
|
+
# @!attribute [rw] id
|
8489
|
+
# The unique ID for the device.
|
8490
|
+
# @return [String]
|
8491
|
+
#
|
8492
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceSettings AWS API Documentation
|
8493
|
+
#
|
8494
|
+
class InputDeviceSettings < Struct.new(
|
8495
|
+
:id)
|
8496
|
+
include Aws::Structure
|
8497
|
+
end
|
8498
|
+
|
8499
|
+
# Details of the input device.
|
8500
|
+
#
|
8501
|
+
# @!attribute [rw] arn
|
8502
|
+
# The unique ARN of the input device.
|
8503
|
+
# @return [String]
|
8504
|
+
#
|
8505
|
+
# @!attribute [rw] connection_state
|
8506
|
+
# The state of the connection between the input device and AWS.
|
8507
|
+
# @return [String]
|
8508
|
+
#
|
8509
|
+
# @!attribute [rw] device_settings_sync_state
|
8510
|
+
# The status of the action to synchronize the device configuration. If
|
8511
|
+
# you change the configuration of the input device (for example, the
|
8512
|
+
# maximum bitrate), MediaLive sends the new data to the device. The
|
8513
|
+
# device might not update itself immediately. SYNCED means the device
|
8514
|
+
# has updated its configuration. SYNCING means that it has not updated
|
8515
|
+
# its configuration.
|
8516
|
+
# @return [String]
|
8517
|
+
#
|
8518
|
+
# @!attribute [rw] hd_device_settings
|
8519
|
+
# Settings that describe an input device that is type HD.
|
8520
|
+
# @return [Types::InputDeviceHdSettings]
|
8521
|
+
#
|
8522
|
+
# @!attribute [rw] id
|
8523
|
+
# The unique ID of the input device.
|
8524
|
+
# @return [String]
|
8525
|
+
#
|
8526
|
+
# @!attribute [rw] mac_address
|
8527
|
+
# The network MAC address of the input device.
|
8528
|
+
# @return [String]
|
8529
|
+
#
|
8530
|
+
# @!attribute [rw] name
|
8531
|
+
# A name that you specify for the input device.
|
8532
|
+
# @return [String]
|
8533
|
+
#
|
8534
|
+
# @!attribute [rw] network_settings
|
8535
|
+
# Network settings for the input device.
|
8536
|
+
# @return [Types::InputDeviceNetworkSettings]
|
8537
|
+
#
|
8538
|
+
# @!attribute [rw] serial_number
|
8539
|
+
# The unique serial number of the input device.
|
8540
|
+
# @return [String]
|
8541
|
+
#
|
8542
|
+
# @!attribute [rw] type
|
8543
|
+
# The type of the input device.
|
8544
|
+
# @return [String]
|
8545
|
+
#
|
8546
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceSummary AWS API Documentation
|
8547
|
+
#
|
8548
|
+
class InputDeviceSummary < Struct.new(
|
8549
|
+
:arn,
|
8550
|
+
:connection_state,
|
8551
|
+
:device_settings_sync_state,
|
8552
|
+
:hd_device_settings,
|
8553
|
+
:id,
|
8554
|
+
:mac_address,
|
8555
|
+
:name,
|
8556
|
+
:network_settings,
|
8557
|
+
:serial_number,
|
8558
|
+
:type)
|
8559
|
+
include Aws::Structure
|
8560
|
+
end
|
8561
|
+
|
8157
8562
|
# Input Location
|
8158
8563
|
#
|
8159
8564
|
# @note When making an API call, you may pass InputLocation
|
@@ -8377,6 +8782,7 @@ module Aws::MediaLive
|
|
8377
8782
|
# },
|
8378
8783
|
# server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
|
8379
8784
|
# },
|
8785
|
+
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
8380
8786
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
8381
8787
|
# video_selector: {
|
8382
8788
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
@@ -8427,6 +8833,15 @@ module Aws::MediaLive
|
|
8427
8833
|
# Input settings.
|
8428
8834
|
# @return [Types::NetworkInputSettings]
|
8429
8835
|
#
|
8836
|
+
# @!attribute [rw] smpte_2038_data_preference
|
8837
|
+
# Specifies whether to extract applicable ancillary data from a
|
8838
|
+
# SMPTE-2038 source in this input. Applicable data types are captions,
|
8839
|
+
# timecode, AFD, and SCTE-104 messages. - PREFER: Extract from
|
8840
|
+
# SMPTE-2038 if present in this input, otherwise extract from another
|
8841
|
+
# source (if any). - IGNORE: Never extract any ancillary data from
|
8842
|
+
# SMPTE-2038.
|
8843
|
+
# @return [String]
|
8844
|
+
#
|
8430
8845
|
# @!attribute [rw] source_end_behavior
|
8431
8846
|
# Loop input if it is a file. This allows a file input to be streamed
|
8432
8847
|
# indefinitely.
|
@@ -8447,6 +8862,7 @@ module Aws::MediaLive
|
|
8447
8862
|
:filter_strength,
|
8448
8863
|
:input_filter,
|
8449
8864
|
:network_input_settings,
|
8865
|
+
:smpte_2038_data_preference,
|
8450
8866
|
:source_end_behavior,
|
8451
8867
|
:video_selector)
|
8452
8868
|
include Aws::Structure
|
@@ -8769,6 +9185,60 @@ module Aws::MediaLive
|
|
8769
9185
|
include Aws::Structure
|
8770
9186
|
end
|
8771
9187
|
|
9188
|
+
# @note When making an API call, you may pass ListInputDevicesRequest
|
9189
|
+
# data as a hash:
|
9190
|
+
#
|
9191
|
+
# {
|
9192
|
+
# max_results: 1,
|
9193
|
+
# next_token: "__string",
|
9194
|
+
# }
|
9195
|
+
#
|
9196
|
+
# @!attribute [rw] max_results
|
9197
|
+
# @return [Integer]
|
9198
|
+
#
|
9199
|
+
# @!attribute [rw] next_token
|
9200
|
+
# @return [String]
|
9201
|
+
#
|
9202
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevicesRequest AWS API Documentation
|
9203
|
+
#
|
9204
|
+
class ListInputDevicesRequest < Struct.new(
|
9205
|
+
:max_results,
|
9206
|
+
:next_token)
|
9207
|
+
include Aws::Structure
|
9208
|
+
end
|
9209
|
+
|
9210
|
+
# @!attribute [rw] input_devices
|
9211
|
+
# @return [Array<Types::InputDeviceSummary>]
|
9212
|
+
#
|
9213
|
+
# @!attribute [rw] next_token
|
9214
|
+
# @return [String]
|
9215
|
+
#
|
9216
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevicesResponse AWS API Documentation
|
9217
|
+
#
|
9218
|
+
class ListInputDevicesResponse < Struct.new(
|
9219
|
+
:input_devices,
|
9220
|
+
:next_token)
|
9221
|
+
include Aws::Structure
|
9222
|
+
end
|
9223
|
+
|
9224
|
+
# The list of input devices owned by the AWS account.
|
9225
|
+
#
|
9226
|
+
# @!attribute [rw] input_devices
|
9227
|
+
# The list of input devices.
|
9228
|
+
# @return [Array<Types::InputDeviceSummary>]
|
9229
|
+
#
|
9230
|
+
# @!attribute [rw] next_token
|
9231
|
+
# A token to get additional list results.
|
9232
|
+
# @return [String]
|
9233
|
+
#
|
9234
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevicesResultModel AWS API Documentation
|
9235
|
+
#
|
9236
|
+
class ListInputDevicesResultModel < Struct.new(
|
9237
|
+
:input_devices,
|
9238
|
+
:next_token)
|
9239
|
+
include Aws::Structure
|
9240
|
+
end
|
9241
|
+
|
8772
9242
|
# @note When making an API call, you may pass ListInputSecurityGroupsRequest
|
8773
9243
|
# data as a hash:
|
8774
9244
|
#
|
@@ -9540,7 +10010,7 @@ module Aws::MediaLive
|
|
9540
10010
|
#
|
9541
10011
|
# @!attribute [rw] segmentation_time
|
9542
10012
|
# The length in seconds of each segment. Required unless markers is
|
9543
|
-
# set to
|
10013
|
+
# set to \_none\_.
|
9544
10014
|
# @return [Float]
|
9545
10015
|
#
|
9546
10016
|
# @!attribute [rw] timed_metadata_behavior
|
@@ -9906,9 +10376,8 @@ module Aws::MediaLive
|
|
9906
10376
|
# }
|
9907
10377
|
#
|
9908
10378
|
# @!attribute [rw] acquisition_point_id
|
9909
|
-
# The
|
9910
|
-
#
|
9911
|
-
# is not "none".
|
10379
|
+
# The ID to include in each message in the sparse track. Ignored if
|
10380
|
+
# sparseTrackType is NONE.
|
9912
10381
|
# @return [String]
|
9913
10382
|
#
|
9914
10383
|
# @!attribute [rw] audio_only_timecode_control
|
@@ -9988,11 +10457,13 @@ module Aws::MediaLive
|
|
9988
10457
|
# @return [Integer]
|
9989
10458
|
#
|
9990
10459
|
# @!attribute [rw] sparse_track_type
|
9991
|
-
#
|
9992
|
-
#
|
9993
|
-
#
|
9994
|
-
# SCTE-35
|
9995
|
-
#
|
10460
|
+
# Identifies the type of data to place in the sparse track: - SCTE35:
|
10461
|
+
# Insert SCTE-35 messages from the source content. With each message,
|
10462
|
+
# insert an IDR frame to start a new segment. -
|
10463
|
+
# SCTE35\_WITHOUT\_SEGMENTATION: Insert SCTE-35 messages from the
|
10464
|
+
# source content. With each message, insert an IDR frame but don't
|
10465
|
+
# start a new segment. - NONE: Don't generate a sparse track for any
|
10466
|
+
# outputs in this output group.
|
9996
10467
|
# @return [String]
|
9997
10468
|
#
|
9998
10469
|
# @!attribute [rw] stream_manifest_behavior
|
@@ -10129,7 +10600,7 @@ module Aws::MediaLive
|
|
10129
10600
|
#
|
10130
10601
|
# @!attribute [rw] validation_errors
|
10131
10602
|
# A collection of validation error responses.
|
10132
|
-
# @return [Array<Types::
|
10603
|
+
# @return [Array<Types::ValidationError>]
|
10133
10604
|
#
|
10134
10605
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexConfigurationValidationError AWS API Documentation
|
10135
10606
|
#
|
@@ -10535,22 +11006,6 @@ module Aws::MediaLive
|
|
10535
11006
|
include Aws::Structure
|
10536
11007
|
end
|
10537
11008
|
|
10538
|
-
# @!attribute [rw] element_path
|
10539
|
-
# Path to the source of the error.
|
10540
|
-
# @return [String]
|
10541
|
-
#
|
10542
|
-
# @!attribute [rw] error_message
|
10543
|
-
# The error message.
|
10544
|
-
# @return [String]
|
10545
|
-
#
|
10546
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexValidationError AWS API Documentation
|
10547
|
-
#
|
10548
|
-
class MultiplexValidationError < Struct.new(
|
10549
|
-
:element_path,
|
10550
|
-
:error_message)
|
10551
|
-
include Aws::Structure
|
10552
|
-
end
|
10553
|
-
|
10554
11009
|
# The video configuration for each program in a multiplex.
|
10555
11010
|
#
|
10556
11011
|
# @note When making an API call, you may pass MultiplexVideoSettings
|
@@ -13882,17 +14337,21 @@ module Aws::MediaLive
|
|
13882
14337
|
#
|
13883
14338
|
# {
|
13884
14339
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
13885
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
14340
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
13886
14341
|
# }
|
13887
14342
|
#
|
13888
14343
|
# @!attribute [rw] post_filter_sharpening
|
13889
|
-
# If
|
13890
|
-
#
|
13891
|
-
#
|
14344
|
+
# If you enable this filter, the results are the following: - If the
|
14345
|
+
# source content is noisy (it contains excessive digital artifacts),
|
14346
|
+
# the filter cleans up the source. - If the source content is already
|
14347
|
+
# clean, the filter tends to decrease the bitrate, especially when the
|
14348
|
+
# rate control mode is QVBR.
|
13892
14349
|
# @return [String]
|
13893
14350
|
#
|
13894
14351
|
# @!attribute [rw] strength
|
13895
|
-
#
|
14352
|
+
# Choose a filter strength. We recommend a strength of 1 or 2. A
|
14353
|
+
# higher strength might take out good information, resulting in an
|
14354
|
+
# image that is overly soft.
|
13896
14355
|
# @return [String]
|
13897
14356
|
#
|
13898
14357
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TemporalFilterSettings AWS API Documentation
|
@@ -14974,7 +15433,7 @@ module Aws::MediaLive
|
|
14974
15433
|
# filter_settings: {
|
14975
15434
|
# temporal_filter_settings: {
|
14976
15435
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
14977
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
15436
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
14978
15437
|
# },
|
14979
15438
|
# },
|
14980
15439
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -15133,6 +15592,7 @@ module Aws::MediaLive
|
|
15133
15592
|
# },
|
15134
15593
|
# server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
|
15135
15594
|
# },
|
15595
|
+
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
15136
15596
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
15137
15597
|
# video_selector: {
|
15138
15598
|
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
@@ -15225,6 +15685,10 @@ module Aws::MediaLive
|
|
15225
15685
|
# Destination settings for PUSH type inputs.
|
15226
15686
|
# @return [Array<Types::InputDestinationRequest>]
|
15227
15687
|
#
|
15688
|
+
# @!attribute [rw] input_devices
|
15689
|
+
# Settings for the devices.
|
15690
|
+
# @return [Array<Types::InputDeviceRequest>]
|
15691
|
+
#
|
15228
15692
|
# @!attribute [rw] input_security_groups
|
15229
15693
|
# A list of security groups referenced by IDs to attach to the input.
|
15230
15694
|
# @return [Array<String>]
|
@@ -15256,6 +15720,7 @@ module Aws::MediaLive
|
|
15256
15720
|
#
|
15257
15721
|
class UpdateInput < Struct.new(
|
15258
15722
|
:destinations,
|
15723
|
+
:input_devices,
|
15259
15724
|
:input_security_groups,
|
15260
15725
|
:media_connect_flows,
|
15261
15726
|
:name,
|
@@ -15264,6 +15729,113 @@ module Aws::MediaLive
|
|
15264
15729
|
include Aws::Structure
|
15265
15730
|
end
|
15266
15731
|
|
15732
|
+
# Updates an input device.
|
15733
|
+
#
|
15734
|
+
# @!attribute [rw] hd_device_settings
|
15735
|
+
# The settings that you want to apply to the input device.
|
15736
|
+
# @return [Types::InputDeviceConfigurableSettings]
|
15737
|
+
#
|
15738
|
+
# @!attribute [rw] name
|
15739
|
+
# The name that you assigned to this input device (not the unique ID).
|
15740
|
+
# @return [String]
|
15741
|
+
#
|
15742
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
|
15743
|
+
#
|
15744
|
+
class UpdateInputDevice < Struct.new(
|
15745
|
+
:hd_device_settings,
|
15746
|
+
:name)
|
15747
|
+
include Aws::Structure
|
15748
|
+
end
|
15749
|
+
|
15750
|
+
# @note When making an API call, you may pass UpdateInputDeviceRequest
|
15751
|
+
# data as a hash:
|
15752
|
+
#
|
15753
|
+
# {
|
15754
|
+
# hd_device_settings: {
|
15755
|
+
# configured_input: "AUTO", # accepts AUTO, HDMI, SDI
|
15756
|
+
# max_bitrate: 1,
|
15757
|
+
# },
|
15758
|
+
# input_device_id: "__string", # required
|
15759
|
+
# name: "__string",
|
15760
|
+
# }
|
15761
|
+
#
|
15762
|
+
# @!attribute [rw] hd_device_settings
|
15763
|
+
# Configurable settings for the input device.
|
15764
|
+
# @return [Types::InputDeviceConfigurableSettings]
|
15765
|
+
#
|
15766
|
+
# @!attribute [rw] input_device_id
|
15767
|
+
# @return [String]
|
15768
|
+
#
|
15769
|
+
# @!attribute [rw] name
|
15770
|
+
# @return [String]
|
15771
|
+
#
|
15772
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDeviceRequest AWS API Documentation
|
15773
|
+
#
|
15774
|
+
class UpdateInputDeviceRequest < Struct.new(
|
15775
|
+
:hd_device_settings,
|
15776
|
+
:input_device_id,
|
15777
|
+
:name)
|
15778
|
+
include Aws::Structure
|
15779
|
+
end
|
15780
|
+
|
15781
|
+
# @!attribute [rw] arn
|
15782
|
+
# @return [String]
|
15783
|
+
#
|
15784
|
+
# @!attribute [rw] connection_state
|
15785
|
+
# The state of the connection between the input device and AWS.
|
15786
|
+
# @return [String]
|
15787
|
+
#
|
15788
|
+
# @!attribute [rw] device_settings_sync_state
|
15789
|
+
# The status of the action to synchronize the device configuration. If
|
15790
|
+
# you change the configuration of the input device (for example, the
|
15791
|
+
# maximum bitrate), MediaLive sends the new data to the device. The
|
15792
|
+
# device might not update itself immediately. SYNCED means the device
|
15793
|
+
# has updated its configuration. SYNCING means that it has not updated
|
15794
|
+
# its configuration.
|
15795
|
+
# @return [String]
|
15796
|
+
#
|
15797
|
+
# @!attribute [rw] hd_device_settings
|
15798
|
+
# Settings that describe the active source from the input device, and
|
15799
|
+
# the video characteristics of that source.
|
15800
|
+
# @return [Types::InputDeviceHdSettings]
|
15801
|
+
#
|
15802
|
+
# @!attribute [rw] id
|
15803
|
+
# @return [String]
|
15804
|
+
#
|
15805
|
+
# @!attribute [rw] mac_address
|
15806
|
+
# @return [String]
|
15807
|
+
#
|
15808
|
+
# @!attribute [rw] name
|
15809
|
+
# @return [String]
|
15810
|
+
#
|
15811
|
+
# @!attribute [rw] network_settings
|
15812
|
+
# The network settings for the input device.
|
15813
|
+
# @return [Types::InputDeviceNetworkSettings]
|
15814
|
+
#
|
15815
|
+
# @!attribute [rw] serial_number
|
15816
|
+
# @return [String]
|
15817
|
+
#
|
15818
|
+
# @!attribute [rw] type
|
15819
|
+
# The type of the input device. For an AWS Elemental Link device that
|
15820
|
+
# outputs resolutions up to 1080, choose "HD".
|
15821
|
+
# @return [String]
|
15822
|
+
#
|
15823
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDeviceResponse AWS API Documentation
|
15824
|
+
#
|
15825
|
+
class UpdateInputDeviceResponse < Struct.new(
|
15826
|
+
:arn,
|
15827
|
+
:connection_state,
|
15828
|
+
:device_settings_sync_state,
|
15829
|
+
:hd_device_settings,
|
15830
|
+
:id,
|
15831
|
+
:mac_address,
|
15832
|
+
:name,
|
15833
|
+
:network_settings,
|
15834
|
+
:serial_number,
|
15835
|
+
:type)
|
15836
|
+
include Aws::Structure
|
15837
|
+
end
|
15838
|
+
|
15267
15839
|
# @note When making an API call, you may pass UpdateInputRequest
|
15268
15840
|
# data as a hash:
|
15269
15841
|
#
|
@@ -15273,6 +15845,11 @@ module Aws::MediaLive
|
|
15273
15845
|
# stream_name: "__string",
|
15274
15846
|
# },
|
15275
15847
|
# ],
|
15848
|
+
# input_devices: [
|
15849
|
+
# {
|
15850
|
+
# id: "__string",
|
15851
|
+
# },
|
15852
|
+
# ],
|
15276
15853
|
# input_id: "__string", # required
|
15277
15854
|
# input_security_groups: ["__string"],
|
15278
15855
|
# media_connect_flows: [
|
@@ -15294,6 +15871,9 @@ module Aws::MediaLive
|
|
15294
15871
|
# @!attribute [rw] destinations
|
15295
15872
|
# @return [Array<Types::InputDestinationRequest>]
|
15296
15873
|
#
|
15874
|
+
# @!attribute [rw] input_devices
|
15875
|
+
# @return [Array<Types::InputDeviceRequest>]
|
15876
|
+
#
|
15297
15877
|
# @!attribute [rw] input_id
|
15298
15878
|
# @return [String]
|
15299
15879
|
#
|
@@ -15316,6 +15896,7 @@ module Aws::MediaLive
|
|
15316
15896
|
#
|
15317
15897
|
class UpdateInputRequest < Struct.new(
|
15318
15898
|
:destinations,
|
15899
|
+
:input_devices,
|
15319
15900
|
:input_id,
|
15320
15901
|
:input_security_groups,
|
15321
15902
|
:media_connect_flows,
|
@@ -15606,9 +16187,11 @@ module Aws::MediaLive
|
|
15606
16187
|
end
|
15607
16188
|
|
15608
16189
|
# @!attribute [rw] element_path
|
16190
|
+
# Path to the source of the error.
|
15609
16191
|
# @return [String]
|
15610
16192
|
#
|
15611
16193
|
# @!attribute [rw] error_message
|
16194
|
+
# The error message.
|
15612
16195
|
# @return [String]
|
15613
16196
|
#
|
15614
16197
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ValidationError AWS API Documentation
|
@@ -15648,7 +16231,7 @@ module Aws::MediaLive
|
|
15648
16231
|
# filter_settings: {
|
15649
16232
|
# temporal_filter_settings: {
|
15650
16233
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
15651
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
16234
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
15652
16235
|
# },
|
15653
16236
|
# },
|
15654
16237
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -15778,7 +16361,7 @@ module Aws::MediaLive
|
|
15778
16361
|
# filter_settings: {
|
15779
16362
|
# temporal_filter_settings: {
|
15780
16363
|
# post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
|
15781
|
-
# strength: "AUTO", # accepts AUTO, STRENGTH_1,
|
16364
|
+
# strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
|
15782
16365
|
# },
|
15783
16366
|
# },
|
15784
16367
|
# fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
|
@@ -15886,18 +16469,18 @@ module Aws::MediaLive
|
|
15886
16469
|
# Indicates how to respond to the AFD values in the input stream.
|
15887
16470
|
# RESPOND causes input video to be clipped, depending on the AFD
|
15888
16471
|
# value, input display aspect ratio, and output display aspect ratio,
|
15889
|
-
# and (except for
|
15890
|
-
# output. PASSTHROUGH (does not apply to
|
16472
|
+
# and (except for FRAME\_CAPTURE codec) includes the values in the
|
16473
|
+
# output. PASSTHROUGH (does not apply to FRAME\_CAPTURE codec) ignores
|
15891
16474
|
# the AFD values and includes the values in the output, so input video
|
15892
16475
|
# is not clipped. NONE ignores the AFD values and does not include the
|
15893
16476
|
# values through to the output, so input video is not clipped.
|
15894
16477
|
# @return [String]
|
15895
16478
|
#
|
15896
16479
|
# @!attribute [rw] scaling_behavior
|
15897
|
-
#
|
15898
|
-
# to the specified output resolution (height and width). This
|
15899
|
-
# will override any position value. DEFAULT may insert black
|
15900
|
-
# (pillar boxes or letter boxes) around the video to provide the
|
16480
|
+
# STRETCH\_TO\_OUTPUT configures the output position to stretch the
|
16481
|
+
# video to the specified output resolution (height and width). This
|
16482
|
+
# option will override any position value. DEFAULT may insert black
|
16483
|
+
# boxes (pillar boxes or letter boxes) around the video to provide the
|
15901
16484
|
# specified output resolution.
|
15902
16485
|
# @return [String]
|
15903
16486
|
#
|