MediaConnect / Client / remove_bridge_source
remove_bridge_source¶
- MediaConnect.Client.remove_bridge_source(**kwargs)¶
- Removes a source from a bridge. - See also: AWS API Documentation - Request Syntax- response = client.remove_bridge_source( BridgeArn='string', SourceName='string' ) - Parameters:
- BridgeArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the bridge that you want to update. 
- SourceName (string) – - [REQUIRED] - The name of the bridge source that you want to remove. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'BridgeArn': 'string', 'SourceName': 'string' } - Response Structure- (dict) – - BridgeArn (string) – - The ARN of the bridge from which the source was removed. 
- SourceName (string) – - The name of the bridge source that was removed. 
 
 
 - Exceptions