| 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 |
Amazonka.MediaLive.DescribeInputDeviceThumbnail
Description
Get the latest thumbnail data for the input device.
Synopsis
- data DescribeInputDeviceThumbnail = DescribeInputDeviceThumbnail' {}
- newDescribeInputDeviceThumbnail :: Text -> AcceptHeader -> DescribeInputDeviceThumbnail
- describeInputDeviceThumbnail_inputDeviceId :: Lens' DescribeInputDeviceThumbnail Text
- describeInputDeviceThumbnail_accept :: Lens' DescribeInputDeviceThumbnail AcceptHeader
- data DescribeInputDeviceThumbnailResponse = DescribeInputDeviceThumbnailResponse' {}
- newDescribeInputDeviceThumbnailResponse :: Int -> ResponseBody -> DescribeInputDeviceThumbnailResponse
- describeInputDeviceThumbnailResponse_contentLength :: Lens' DescribeInputDeviceThumbnailResponse (Maybe Integer)
- describeInputDeviceThumbnailResponse_contentType :: Lens' DescribeInputDeviceThumbnailResponse (Maybe ContentType)
- describeInputDeviceThumbnailResponse_eTag :: Lens' DescribeInputDeviceThumbnailResponse (Maybe Text)
- describeInputDeviceThumbnailResponse_lastModified :: Lens' DescribeInputDeviceThumbnailResponse (Maybe UTCTime)
- describeInputDeviceThumbnailResponse_httpStatus :: Lens' DescribeInputDeviceThumbnailResponse Int
- describeInputDeviceThumbnailResponse_body :: Lens' DescribeInputDeviceThumbnailResponse ResponseBody
Creating a Request
data DescribeInputDeviceThumbnail Source #
Placeholder documentation for DescribeInputDeviceThumbnailRequest
See: newDescribeInputDeviceThumbnail smart constructor.
Constructors
| DescribeInputDeviceThumbnail' | |
Fields
| |
Instances
newDescribeInputDeviceThumbnail Source #
Arguments
| :: Text | |
| -> AcceptHeader | |
| -> DescribeInputDeviceThumbnail |
Create a value of DescribeInputDeviceThumbnail 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:DescribeInputDeviceThumbnail', describeInputDeviceThumbnail_inputDeviceId - The unique ID of this input device. For example, hd-123456789abcdef.
$sel:accept:DescribeInputDeviceThumbnail', describeInputDeviceThumbnail_accept - The HTTP Accept header. Indicates the requested type for the thumbnail.
Request Lenses
describeInputDeviceThumbnail_inputDeviceId :: Lens' DescribeInputDeviceThumbnail Text Source #
The unique ID of this input device. For example, hd-123456789abcdef.
describeInputDeviceThumbnail_accept :: Lens' DescribeInputDeviceThumbnail AcceptHeader Source #
The HTTP Accept header. Indicates the requested type for the thumbnail.
Destructuring the Response
data DescribeInputDeviceThumbnailResponse Source #
Placeholder documentation for DescribeInputDeviceThumbnailResponse
See: newDescribeInputDeviceThumbnailResponse smart constructor.
Constructors
| DescribeInputDeviceThumbnailResponse' | |
Fields
| |
Instances
newDescribeInputDeviceThumbnailResponse Source #
Arguments
| :: Int | |
| -> ResponseBody | |
| -> DescribeInputDeviceThumbnailResponse |
Create a value of DescribeInputDeviceThumbnailResponse 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:contentLength:DescribeInputDeviceThumbnailResponse', describeInputDeviceThumbnailResponse_contentLength - The length of the content.
$sel:contentType:DescribeInputDeviceThumbnailResponse', describeInputDeviceThumbnailResponse_contentType - Specifies the media type of the thumbnail.
$sel:eTag:DescribeInputDeviceThumbnailResponse', describeInputDeviceThumbnailResponse_eTag - The unique, cacheable version of this thumbnail.
$sel:lastModified:DescribeInputDeviceThumbnailResponse', describeInputDeviceThumbnailResponse_lastModified - The date and time the thumbnail was last updated at the device.
$sel:httpStatus:DescribeInputDeviceThumbnailResponse', describeInputDeviceThumbnailResponse_httpStatus - The response's http status code.
$sel:body:DescribeInputDeviceThumbnailResponse', describeInputDeviceThumbnailResponse_body - The binary data for the thumbnail that the Link device has most recently
sent to MediaLive.
Response Lenses
describeInputDeviceThumbnailResponse_contentLength :: Lens' DescribeInputDeviceThumbnailResponse (Maybe Integer) Source #
The length of the content.
describeInputDeviceThumbnailResponse_contentType :: Lens' DescribeInputDeviceThumbnailResponse (Maybe ContentType) Source #
Specifies the media type of the thumbnail.
describeInputDeviceThumbnailResponse_eTag :: Lens' DescribeInputDeviceThumbnailResponse (Maybe Text) Source #
The unique, cacheable version of this thumbnail.
describeInputDeviceThumbnailResponse_lastModified :: Lens' DescribeInputDeviceThumbnailResponse (Maybe UTCTime) Source #
The date and time the thumbnail was last updated at the device.
describeInputDeviceThumbnailResponse_httpStatus :: Lens' DescribeInputDeviceThumbnailResponse Int Source #
The response's http status code.
describeInputDeviceThumbnailResponse_body :: Lens' DescribeInputDeviceThumbnailResponse ResponseBody Source #
The binary data for the thumbnail that the Link device has most recently sent to MediaLive.