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