Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- macAddress :: Maybe Text
- hdDeviceSettings :: Maybe InputDeviceHdSettings
- uhdDeviceSettings :: Maybe InputDeviceUhdSettings
- name :: Maybe Text
- id :: Maybe Text
- deviceUpdateStatus :: Maybe DeviceUpdateStatus
- deviceSettingsSyncState :: Maybe DeviceSettingsSyncState
- type' :: Maybe InputDeviceType
- serialNumber :: Maybe Text
- networkSettings :: Maybe InputDeviceNetworkSettings
- connectionState :: Maybe InputDeviceConnectionState
- httpStatus :: Int
- newDescribeInputDeviceResponse :: Int -> DescribeInputDeviceResponse
- describeInputDeviceResponse_arn :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_macAddress :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_hdDeviceSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceHdSettings)
- describeInputDeviceResponse_uhdDeviceSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceUhdSettings)
- describeInputDeviceResponse_name :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_id :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_deviceUpdateStatus :: Lens' DescribeInputDeviceResponse (Maybe DeviceUpdateStatus)
- describeInputDeviceResponse_deviceSettingsSyncState :: Lens' DescribeInputDeviceResponse (Maybe DeviceSettingsSyncState)
- describeInputDeviceResponse_type :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceType)
- describeInputDeviceResponse_serialNumber :: Lens' DescribeInputDeviceResponse (Maybe Text)
- describeInputDeviceResponse_networkSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceNetworkSettings)
- describeInputDeviceResponse_connectionState :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceConnectionState)
- 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:
$sel:arn:DescribeInputDeviceResponse'
, describeInputDeviceResponse_arn
- The unique ARN of the input device.
$sel:macAddress:DescribeInputDeviceResponse'
, describeInputDeviceResponse_macAddress
- The network MAC address of the input device.
$sel:hdDeviceSettings:DescribeInputDeviceResponse'
, describeInputDeviceResponse_hdDeviceSettings
- Settings that describe an input device that is type HD.
$sel:uhdDeviceSettings:DescribeInputDeviceResponse'
, describeInputDeviceResponse_uhdDeviceSettings
- Settings that describe an input device that is type UHD.
$sel:name:DescribeInputDeviceResponse'
, describeInputDeviceResponse_name
- A name that you specify for the input device.
$sel:id:DescribeInputDeviceResponse'
, describeInputDeviceResponse_id
- The unique ID of the input device.
$sel:deviceUpdateStatus:DescribeInputDeviceResponse'
, describeInputDeviceResponse_deviceUpdateStatus
- The status of software on the input device.
$sel:deviceSettingsSyncState: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.
$sel:type':DescribeInputDeviceResponse'
, describeInputDeviceResponse_type
- The type of the input device.
$sel:serialNumber:DescribeInputDeviceResponse'
, describeInputDeviceResponse_serialNumber
- The unique serial number of the input device.
$sel:networkSettings:DescribeInputDeviceResponse'
, describeInputDeviceResponse_networkSettings
- The network settings for the input device.
$sel:connectionState:DescribeInputDeviceResponse'
, describeInputDeviceResponse_connectionState
- The state of the connection between the input device and AWS.
$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_macAddress :: Lens' DescribeInputDeviceResponse (Maybe Text) Source #
The network MAC address of the input device.
describeInputDeviceResponse_hdDeviceSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceHdSettings) Source #
Settings that describe an input device that is type HD.
describeInputDeviceResponse_uhdDeviceSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceUhdSettings) Source #
Settings that describe an input device that is type UHD.
describeInputDeviceResponse_name :: Lens' DescribeInputDeviceResponse (Maybe Text) Source #
A name that you specify for the input device.
describeInputDeviceResponse_id :: Lens' DescribeInputDeviceResponse (Maybe Text) Source #
The unique ID of the input device.
describeInputDeviceResponse_deviceUpdateStatus :: Lens' DescribeInputDeviceResponse (Maybe DeviceUpdateStatus) Source #
The status of software on the input device.
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_type :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceType) Source #
The type of the input device.
describeInputDeviceResponse_serialNumber :: Lens' DescribeInputDeviceResponse (Maybe Text) Source #
The unique serial number of the input device.
describeInputDeviceResponse_networkSettings :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceNetworkSettings) Source #
The network settings for the input device.
describeInputDeviceResponse_connectionState :: Lens' DescribeInputDeviceResponse (Maybe InputDeviceConnectionState) Source #
The state of the connection between the input device and AWS.
describeInputDeviceResponse_httpStatus :: Lens' DescribeInputDeviceResponse Int Source #
The response's http status code.