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 Amazon Resource Name (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) – - BridgeArn (string) – - The ARN of the bridge from which the output was removed. 
- OutputName (string) – - The name of the bridge output that was removed. 
 
 
 - Exceptions