Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Updates the parameters for the input device.
Synopsis
- data UpdateInputDevice' = UpdateInputDevice'' {}
- newUpdateInputDevice' :: Text -> UpdateInputDevice'
- updateInputDevice'_hdDeviceSettings :: Lens' UpdateInputDevice' (Maybe InputDeviceConfigurableSettings)
- updateInputDevice'_name :: Lens' UpdateInputDevice' (Maybe Text)
- updateInputDevice'_uhdDeviceSettings :: Lens' UpdateInputDevice' (Maybe InputDeviceConfigurableSettings)
- updateInputDevice'_inputDeviceId :: Lens' UpdateInputDevice' Text
- data UpdateInputDeviceResponse = UpdateInputDeviceResponse' {
- arn :: Maybe Text
- connectionState :: Maybe InputDeviceConnectionState
- deviceSettingsSyncState :: Maybe DeviceSettingsSyncState
- deviceUpdateStatus :: Maybe DeviceUpdateStatus
- hdDeviceSettings :: Maybe InputDeviceHdSettings
- id :: Maybe Text
- macAddress :: Maybe Text
- name :: Maybe Text
- networkSettings :: Maybe InputDeviceNetworkSettings
- serialNumber :: Maybe Text
- type' :: Maybe InputDeviceType
- uhdDeviceSettings :: Maybe InputDeviceUhdSettings
- httpStatus :: Int
- newUpdateInputDeviceResponse :: Int -> UpdateInputDeviceResponse
- updateInputDeviceResponse_arn :: Lens' UpdateInputDeviceResponse (Maybe Text)
- updateInputDeviceResponse_connectionState :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceConnectionState)
- updateInputDeviceResponse_deviceSettingsSyncState :: Lens' UpdateInputDeviceResponse (Maybe DeviceSettingsSyncState)
- updateInputDeviceResponse_deviceUpdateStatus :: Lens' UpdateInputDeviceResponse (Maybe DeviceUpdateStatus)
- updateInputDeviceResponse_hdDeviceSettings :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceHdSettings)
- updateInputDeviceResponse_id :: Lens' UpdateInputDeviceResponse (Maybe Text)
- updateInputDeviceResponse_macAddress :: Lens' UpdateInputDeviceResponse (Maybe Text)
- updateInputDeviceResponse_name :: Lens' UpdateInputDeviceResponse (Maybe Text)
- updateInputDeviceResponse_networkSettings :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceNetworkSettings)
- updateInputDeviceResponse_serialNumber :: Lens' UpdateInputDeviceResponse (Maybe Text)
- updateInputDeviceResponse_type :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceType)
- updateInputDeviceResponse_uhdDeviceSettings :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceUhdSettings)
- updateInputDeviceResponse_httpStatus :: Lens' UpdateInputDeviceResponse Int
Creating a Request
data UpdateInputDevice' Source #
A request to update an input device.
See: newUpdateInputDevice'
smart constructor.
UpdateInputDevice'' | |
|
Instances
newUpdateInputDevice' Source #
Create a value of UpdateInputDevice'
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateInputDevice'
, updateInputDevice'_hdDeviceSettings
- The settings that you want to apply to the HD input device.
UpdateInputDevice'
, updateInputDevice'_name
- The name that you assigned to this input device (not the unique ID).
UpdateInputDevice'
, updateInputDevice'_uhdDeviceSettings
- The settings that you want to apply to the UHD input device.
$sel:inputDeviceId:UpdateInputDevice''
, updateInputDevice'_inputDeviceId
- The unique ID of the input device. For example, hd-123456789abcdef.
Request Lenses
updateInputDevice'_hdDeviceSettings :: Lens' UpdateInputDevice' (Maybe InputDeviceConfigurableSettings) Source #
The settings that you want to apply to the HD input device.
updateInputDevice'_name :: Lens' UpdateInputDevice' (Maybe Text) Source #
The name that you assigned to this input device (not the unique ID).
updateInputDevice'_uhdDeviceSettings :: Lens' UpdateInputDevice' (Maybe InputDeviceConfigurableSettings) Source #
The settings that you want to apply to the UHD input device.
updateInputDevice'_inputDeviceId :: Lens' UpdateInputDevice' Text Source #
The unique ID of the input device. For example, hd-123456789abcdef.
Destructuring the Response
data UpdateInputDeviceResponse Source #
Placeholder documentation for UpdateInputDeviceResponse
See: newUpdateInputDeviceResponse
smart constructor.
UpdateInputDeviceResponse' | |
|
Instances
newUpdateInputDeviceResponse Source #
Create a value of UpdateInputDeviceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateInputDeviceResponse
, updateInputDeviceResponse_arn
- The unique ARN of the input device.
UpdateInputDeviceResponse
, updateInputDeviceResponse_connectionState
- The state of the connection between the input device and AWS.
UpdateInputDeviceResponse
, updateInputDeviceResponse_deviceSettingsSyncState
- The status of the action to synchronize the device configuration. If you
change the configuration of the input device (for example, the maximum
bitrate), MediaLive sends the new data to the device. The device might
not update itself immediately. SYNCED means the device has updated its
configuration. SYNCING means that it has not updated its configuration.
UpdateInputDeviceResponse
, updateInputDeviceResponse_deviceUpdateStatus
- The status of software on the input device.
UpdateInputDevice'
, updateInputDeviceResponse_hdDeviceSettings
- Settings that describe an input device that is type HD.
UpdateInputDeviceResponse
, updateInputDeviceResponse_id
- The unique ID of the input device.
UpdateInputDeviceResponse
, updateInputDeviceResponse_macAddress
- The network MAC address of the input device.
UpdateInputDevice'
, updateInputDeviceResponse_name
- A name that you specify for the input device.
UpdateInputDeviceResponse
, updateInputDeviceResponse_networkSettings
- The network settings for the input device.
UpdateInputDeviceResponse
, updateInputDeviceResponse_serialNumber
- The unique serial number of the input device.
UpdateInputDeviceResponse
, updateInputDeviceResponse_type
- The type of the input device.
UpdateInputDevice'
, updateInputDeviceResponse_uhdDeviceSettings
- Settings that describe an input device that is type UHD.
$sel:httpStatus:UpdateInputDeviceResponse'
, updateInputDeviceResponse_httpStatus
- The response's http status code.
Response Lenses
updateInputDeviceResponse_arn :: Lens' UpdateInputDeviceResponse (Maybe Text) Source #
The unique ARN of the input device.
updateInputDeviceResponse_connectionState :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceConnectionState) Source #
The state of the connection between the input device and AWS.
updateInputDeviceResponse_deviceSettingsSyncState :: Lens' UpdateInputDeviceResponse (Maybe DeviceSettingsSyncState) Source #
The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
updateInputDeviceResponse_deviceUpdateStatus :: Lens' UpdateInputDeviceResponse (Maybe DeviceUpdateStatus) Source #
The status of software on the input device.
updateInputDeviceResponse_hdDeviceSettings :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceHdSettings) Source #
Settings that describe an input device that is type HD.
updateInputDeviceResponse_id :: Lens' UpdateInputDeviceResponse (Maybe Text) Source #
The unique ID of the input device.
updateInputDeviceResponse_macAddress :: Lens' UpdateInputDeviceResponse (Maybe Text) Source #
The network MAC address of the input device.
updateInputDeviceResponse_name :: Lens' UpdateInputDeviceResponse (Maybe Text) Source #
A name that you specify for the input device.
updateInputDeviceResponse_networkSettings :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceNetworkSettings) Source #
The network settings for the input device.
updateInputDeviceResponse_serialNumber :: Lens' UpdateInputDeviceResponse (Maybe Text) Source #
The unique serial number of the input device.
updateInputDeviceResponse_type :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceType) Source #
The type of the input device.
updateInputDeviceResponse_uhdDeviceSettings :: Lens' UpdateInputDeviceResponse (Maybe InputDeviceUhdSettings) Source #
Settings that describe an input device that is type UHD.
updateInputDeviceResponse_httpStatus :: Lens' UpdateInputDeviceResponse Int Source #
The response's http status code.