describe_input_device_thumbnail(**kwargs)¶Get the latest thumbnail data for the input device.
See also: AWS API Documentation
Request Syntax
response = client.describe_input_device_thumbnail(
    InputDeviceId='string',
    Accept='image/jpeg'
)
dict
Response Syntax
{
    'Body': StreamingBody(),
    'ContentType': 'image/jpeg',
    'ContentLength': 123,
    'ETag': 'string',
    'LastModified': datetime(2015, 1, 1)
}
Response Structure
StreamingBody) -- The binary data for the thumbnail that the Link device has most recently sent to MediaLive.Exceptions
MediaLive.Client.exceptions.BadRequestExceptionMediaLive.Client.exceptions.InternalServerErrorExceptionMediaLive.Client.exceptions.ForbiddenExceptionMediaLive.Client.exceptions.BadGatewayExceptionMediaLive.Client.exceptions.NotFoundExceptionMediaLive.Client.exceptions.GatewayTimeoutExceptionMediaLive.Client.exceptions.TooManyRequestsException