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.BadRequestException
MediaLive.Client.exceptions.InternalServerErrorException
MediaLive.Client.exceptions.ForbiddenException
MediaLive.Client.exceptions.BadGatewayException
MediaLive.Client.exceptions.NotFoundException
MediaLive.Client.exceptions.GatewayTimeoutException
MediaLive.Client.exceptions.TooManyRequestsException