batch_delete
(**kwargs)¶Starts delete of resources.
See also: AWS API Documentation
Request Syntax
response = client.batch_delete(
ChannelIds=[
'string',
],
InputIds=[
'string',
],
InputSecurityGroupIds=[
'string',
],
MultiplexIds=[
'string',
]
)
List of channel IDs
List of input IDs
List of input security group 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