batch_stop
(**kwargs)¶Stops running resources
See also: AWS API Documentation
Request Syntax
response = client.batch_stop(
ChannelIds=[
'string',
],
MultiplexIds=[
'string',
]
)
List of channel IDs
List of multiplex IDs
dict
Response Syntax
{
'Failed': [
{
'Arn': 'string',
'Code': 'string',
'Id': 'string',
'Message': 'string'
},
],
'Successful': [
{
'Arn': 'string',
'Id': 'string',
'State': '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
MediaLive.Client.exceptions.ConflictException