list_multiplex_programs
(**kwargs)¶List the programs that currently exist for a specific multiplex.
See also: AWS API Documentation
Request Syntax
response = client.list_multiplex_programs(
MaxResults=123,
MultiplexId='string',
NextToken='string'
)
dict
Response Syntax
{
'MultiplexPrograms': [
{
'ChannelId': 'string',
'ProgramName': '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.NotFoundException
MediaLive.Client.exceptions.GatewayTimeoutException
MediaLive.Client.exceptions.TooManyRequestsException