MediaConnect / Client / get_router_input_thumbnail

get_router_input_thumbnail

MediaConnect.Client.get_router_input_thumbnail(**kwargs)

Retrieves the thumbnail for a router input in AWS Elemental MediaConnect.

See also: AWS API Documentation

Request Syntax

response = client.get_router_input_thumbnail(
    Arn='string'
)
Parameters:

Arn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the router input that you want to see a thumbnail of.

Return type:

dict

Returns:

Response Syntax

{
    'Arn': 'string',
    'Name': 'string',
    'ThumbnailDetails': {
        'ThumbnailMessages': [
            {
                'Code': 'string',
                'Message': 'string'
            },
        ],
        'Thumbnail': b'bytes',
        'Timecode': 'string',
        'Timestamp': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) –

    • Arn (string) –

      The ARN of the router input.

    • Name (string) –

      The name of the router input.

    • ThumbnailDetails (dict) –

      The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.

      • ThumbnailMessages (list) –

        The messages associated with the router input thumbnail.

        • (dict) –

          A message associated with a router input, including a code and a message.

          • Code (string) –

            The code associated with the router input message.

          • Message (string) –

            The message text associated with the router input message.

      • Thumbnail (bytes) –

        The thumbnail image, encoded as a Base64-encoded binary data object.

      • Timecode (string) –

        The timecode associated with the thumbnail.

      • Timestamp (datetime) –

        The timestamp associated with the thumbnail.

Exceptions