MediaConnect / Client / remove_bridge_output
remove_bridge_output#
- MediaConnect.Client.remove_bridge_output(**kwargs)#
Removes an output from a bridge.
See also: AWS API Documentation
Request Syntax
response = client.remove_bridge_output( BridgeArn='string', OutputName='string' )
- Parameters:
BridgeArn (string) – [REQUIRED] The ARN of the bridge that you want to update.
OutputName (string) – [REQUIRED] The name of the bridge output that you want to remove.
- Return type:
dict
- Returns:
Response Syntax
{ 'BridgeArn': 'string', 'OutputName': 'string' }
Response Structure
(dict) – The output was successfully removed from the bridge.
BridgeArn (string) –
OutputName (string) –
Exceptions
MediaConnect.Client.exceptions.BadRequestException
MediaConnect.Client.exceptions.InternalServerErrorException
MediaConnect.Client.exceptions.ForbiddenException
MediaConnect.Client.exceptions.NotFoundException
MediaConnect.Client.exceptions.ServiceUnavailableException
MediaConnect.Client.exceptions.TooManyRequestsException
MediaConnect.Client.exceptions.ConflictException