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 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) – The bridge source was successfully removed from the flow.
BridgeArn (string) –
SourceName (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