list_multiplexes
(**kwargs)¶Retrieve a list of the existing multiplexes.
See also: AWS API Documentation
Request Syntax
response = client.list_multiplexes(
MaxResults=123,
NextToken='string'
)
dict
Response Syntax
{
'Multiplexes': [
{
'Arn': 'string',
'AvailabilityZones': [
'string',
],
'Id': 'string',
'MultiplexSettings': {
'TransportStreamBitrate': 123
},
'Name': 'string',
'PipelinesRunningCount': 123,
'ProgramCount': 123,
'State': 'CREATING'|'CREATE_FAILED'|'IDLE'|'STARTING'|'RUNNING'|'RECOVERING'|'STOPPING'|'DELETING'|'DELETED',
'Tags': {
'string': 'string'
}
},
],
'NextToken': 'string'
}
Response Structure
Exceptions
MediaLive.Client.exceptions.BadRequestException
MediaLive.Client.exceptions.InternalServerErrorException
MediaLive.Client.exceptions.ForbiddenException
MediaLive.Client.exceptions.BadGatewayException
MediaLive.Client.exceptions.GatewayTimeoutException
MediaLive.Client.exceptions.TooManyRequestsException