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

********************
update_bridge_output
********************



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

  

  Updates an existing bridge output.

  

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


  **Request Syntax**
  ::

    response = client.update_bridge_output(
        BridgeArn='string',
        NetworkOutput={
            'IpAddress': 'string',
            'NetworkName': 'string',
            'Port': 123,
            'Protocol': 'zixi-push'|'rtp-fec'|'rtp'|'zixi-pull'|'rist'|'st2110-jpegxs'|'cdi'|'srt-listener'|'srt-caller'|'fujitsu-qos'|'udp'|'ndi-speed-hq',
            'Ttl': 123
        },
        OutputName='string'
    )
    
  :type BridgeArn: string
  :param BridgeArn: **[REQUIRED]** 

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

    

  
  :type NetworkOutput: dict
  :param NetworkOutput: 

    The network of the bridge output.

    

  
    - **IpAddress** *(string) --* 

      The network output IP Address.

      

    
    - **NetworkName** *(string) --* 

      The network output's gateway network name.

      

    
    - **Port** *(integer) --* 

      The network output port.

      

    
    - **Protocol** *(string) --* 

      The network output protocol.

       

      .. note::

        

        Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.

        

      

    
    - **Ttl** *(integer) --* 

      The network output TTL.

      

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

    Tname of the output that you want to update.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'BridgeArn': 'string',
          'Output': {
              'FlowOutput': {
                  'FlowArn': 'string',
                  'FlowSourceArn': 'string',
                  'Name': 'string'
              },
              'NetworkOutput': {
                  'IpAddress': 'string',
                  'Name': 'string',
                  'NetworkName': 'string',
                  'Port': 123,
                  'Protocol': 'zixi-push'|'rtp-fec'|'rtp'|'zixi-pull'|'rist'|'st2110-jpegxs'|'cdi'|'srt-listener'|'srt-caller'|'fujitsu-qos'|'udp'|'ndi-speed-hq',
                  'Ttl': 123
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **BridgeArn** *(string) --* 

        The ARN of the bridge that was updated.

        
      

      - **Output** *(dict) --* 

        The bridge output that was updated.

        
        

        - **FlowOutput** *(dict) --* 

          The output of the associated flow.

          
          

          - **FlowArn** *(string) --* 

            The Amazon Resource Number (ARN) of the cloud flow.

            
          

          - **FlowSourceArn** *(string) --* 

            The Amazon Resource Number (ARN) of the flow source.

            
          

          - **Name** *(string) --* 

            The name of the bridge's output.

            
      
        

        - **NetworkOutput** *(dict) --* 

          The network output for the bridge.

          
          

          - **IpAddress** *(string) --* 

            The network output IP address.

            
          

          - **Name** *(string) --* 

            The network output name.

            
          

          - **NetworkName** *(string) --* 

            The network output's gateway network name.

            
          

          - **Port** *(integer) --* 

            The network output's port.

            
          

          - **Protocol** *(string) --* 

            The network output protocol.

             

            .. note::

              

              Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.

              

            
          

          - **Ttl** *(integer) --* 

            The network output TTL.

            
      
    
  
  **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`

  