:doc:`MediaConnect <../../mediaconnect>` / Client / remove_bridge_output

********************
remove_bridge_output
********************



.. py:method:: MediaConnect.Client.remove_bridge_output(**kwargs)

  

  Removes an output from a bridge.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/RemoveBridgeOutput>`_  


  **Request Syntax**
  ::

    response = client.remove_bridge_output(
        BridgeArn='string',
        OutputName='string'
    )
    
  :type BridgeArn: string
  :param BridgeArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the bridge that you want to update.

    

  
  :type OutputName: string
  :param OutputName: **[REQUIRED]** 

    The name of the bridge output that you want to remove.

    

  
  
  :rtype: 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**
  
  *   :py:class:`MediaConnect.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaConnect.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`MediaConnect.Client.exceptions.ConflictException`

  
  *   :py:class:`MediaConnect.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaConnect.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaConnect.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaConnect.Client.exceptions.ServiceUnavailableException`

  