MediaLive / Client / list_versions

list_versions#

MediaLive.Client.list_versions()#

Retrieves an array of all the encoder engine versions that are available in this AWS account.

See also: AWS API Documentation

Request Syntax

response = client.list_versions()
Return type:

dict

Returns:

Response Syntax

{
    'Versions': [
        {
            'ExpirationDate': datetime(2015, 1, 1),
            'Version': 'string'
        },
    ]
}

Response Structure

  • (dict) – List of encoder engine versions that are available in this AWS account.

    • Versions (list) – List of engine versions that are available for this AWS account.

      • (dict) – Placeholder documentation for ChannelEngineVersionResponse

        • ExpirationDate (datetime) – The UTC time when the version expires.

        • Version (string) – The build identifier for this version of the channel version.

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

  • MediaLive.Client.exceptions.ConflictException