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 |
Gets the details for the input device
Synopsis
- data DescribeInputDevice = DescribeInputDevice' {}
- newDescribeInputDevice :: Text -> DescribeInputDevice
- describeInputDevice_inputDeviceId :: Lens' DescribeInputDevice Text
- data DescribeInputDeviceResponse = DescribeInputDeviceResponse' {
- 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
- newDescribeInputDeviceResponse :: Int -> DescribeInputDeviceResponse
- describeInputDeviceResponse_arn :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_connectionState :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceConnectionState)
- describeInputDeviceResponse_deviceSettingsSyncState :: Lens' DescribeInputDeviceResponse (Maybe DeviceSettingsSyncState)
- describeInputDeviceResponse_deviceUpdateStatus :: Lens' DescribeInputDeviceResponse (Maybe DeviceUpdateStatus)
- describeInputDeviceResponse_hdDeviceSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceHdSettings)
- describeInputDeviceResponse_id :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_macAddress :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_name :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_networkSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceNetworkSettings)
- describeInputDeviceResponse_serialNumber :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_type :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceType)
- describeInputDeviceResponse_uhdDeviceSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceUhdSettings)
- describeInputDeviceResponse_httpStatus :: Lens' DescribeInputDeviceResponse Int
Creating a Request
data DescribeInputDevice Source #
Placeholder documentation for DescribeInputDeviceRequest
See: newDescribeInputDevice
smart constructor.
DescribeInputDevice' | |
|
Instances
newDescribeInputDevice Source #
Create a value of DescribeInputDevice
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:
$sel:inputDeviceId:DescribeInputDevice'
, describeInputDevice_inputDeviceId
- The unique ID of this input device. For example, hd-123456789abcdef.
Request Lenses
describeInputDevice_inputDeviceId :: Lens' DescribeInputDevice Text Source #
The unique ID of this input device. For example, hd-123456789abcdef.
Destructuring the Response
data DescribeInputDeviceResponse Source #
Placeholder documentation for DescribeInputDeviceResponse
See: newDescribeInputDeviceResponse
smart constructor.
DescribeInputDeviceResponse' | |
|
Instances
newDescribeInputDeviceResponse Source #
Create a value of DescribeInputDeviceResponse
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:
DescribeInputDeviceResponse
, describeInputDeviceResponse_arn
- The unique ARN of the input device.
DescribeInputDeviceResponse
, describeInputDeviceResponse_connectionState
- The state of the connection between the input device and AWS.
DescribeInputDeviceResponse
, describeInputDeviceResponse_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.
DescribeInputDeviceResponse
, describeInputDeviceResponse_deviceUpdateStatus
- The status of software on the input device.
DescribeInputDeviceResponse
, describeInputDeviceResponse_hdDeviceSettings
- Settings that describe an input device that is type HD.
DescribeInputDeviceResponse
, describeInputDeviceResponse_id
- The unique ID of the input device.
DescribeInputDeviceResponse
, describeInputDeviceResponse_macAddress
- The network MAC address of the input device.
DescribeInputDeviceResponse
, describeInputDeviceResponse_name
- A name that you specify for the input device.
DescribeInputDeviceResponse
, describeInputDeviceResponse_networkSettings
- The network settings for the input device.
DescribeInputDeviceResponse
, describeInputDeviceResponse_serialNumber
- The unique serial number of the input device.
DescribeInputDeviceResponse
, describeInputDeviceResponse_type
- The type of the input device.
DescribeInputDeviceResponse
, describeInputDeviceResponse_uhdDeviceSettings
- Settings that describe an input device that is type UHD.
$sel:httpStatus:DescribeInputDeviceResponse'
, describeInputDeviceResponse_httpStatus
- The response's http status code.
Response Lenses
describeInputDeviceResponse_arn :: Lens' DescribeInputDeviceResponse (Maybe Text) Source #
The unique ARN of the input device.
describeInputDeviceResponse_connectionState :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceConnectionState) Source #
The state of the connection between the input device and AWS.
describeInputDeviceResponse_deviceSettingsSyncState :: Lens' DescribeInputDeviceResponse (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.
describeInputDeviceResponse_deviceUpdateStatus :: Lens' DescribeInputDeviceResponse (Maybe DeviceUpdateStatus) Source #
The status of software on the input device.
describeInputDeviceResponse_hdDeviceSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceHdSettings) Source #
Settings that describe an input device that is type HD.
describeInputDeviceResponse_id :: Lens' DescribeInputDeviceResponse (Maybe Text) Source #
The unique ID of the input device.
describeInputDeviceResponse_macAddress :: Lens' DescribeInputDeviceResponse (Maybe Text) Source #
The network MAC address of the input device.
describeInputDeviceResponse_name :: Lens' DescribeInputDeviceResponse (Maybe Text) Source #
A name that you specify for the input device.
describeInputDeviceResponse_networkSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceNetworkSettings) Source #
The network settings for the input device.
describeInputDeviceResponse_serialNumber :: Lens' DescribeInputDeviceResponse (Maybe Text) Source #
The unique serial number of the input device.
describeInputDeviceResponse_type :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceType) Source #
The type of the input device.
describeInputDeviceResponse_uhdDeviceSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceUhdSettings) Source #
Settings that describe an input device that is type UHD.
describeInputDeviceResponse_httpStatus :: Lens' DescribeInputDeviceResponse Int Source #
The response's http status code.