aws.medialive.describe_input_device_thumbnail
Example SQL Queries
SELECT * FROMaws.medialive.describe_input_device_thumbnailWHERE"input_device_id" = 'VALUE'AND "accept" = 'VALUE';Description
Get the latest thumbnail data for the input device.
Table Definition
| Column Name | Column Data Type |
|---|---|
| accept Required Input Column The HTTP Accept header. Indicates the requested type for the thumbnail. | VARCHAR |
| input_device_id Required Input Column The unique ID of this input device. For example, hd-123456789abcdef. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| body The binary data for the thumbnail that the Link device has most recently sent to MediaLive. | BLOB |
| content_length The length of the content. | BIGINT |
| content_type Specifies the media type of the thumbnail. | VARCHAR |
| e_tag The unique, cacheable version of this thumbnail. | VARCHAR |
| last_modified The date and time the thumbnail was last updated at the device. | TIMESTAMP_S |