:doc:`AppConfig <../../appconfig>` / Client / update_extension_association

****************************
update_extension_association
****************************



.. py:method:: AppConfig.Client.update_extension_association(**kwargs)

  

  Updates an association. For more information about extensions and associations, see `Extending workflows <https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html>`__ in the *AppConfig User Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/UpdateExtensionAssociation>`_  


  **Request Syntax**
  ::

    response = client.update_extension_association(
        ExtensionAssociationId='string',
        Parameters={
            'string': 'string'
        }
    )
    
  :type ExtensionAssociationId: string
  :param ExtensionAssociationId: **[REQUIRED]** 

    The system-generated ID for the association.

    

  
  :type Parameters: dict
  :param Parameters: 

    The parameter names and values defined in the extension.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


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

    
    ::

      {
          'Id': 'string',
          'ExtensionArn': 'string',
          'ResourceArn': 'string',
          'Arn': 'string',
          'Parameters': {
              'string': 'string'
          },
          'ExtensionVersionNumber': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Id** *(string) --* 

        The system-generated ID for the association.

        
      

      - **ExtensionArn** *(string) --* 

        The ARN of the extension defined in the association.

        
      

      - **ResourceArn** *(string) --* 

        The ARNs of applications, configuration profiles, or environments defined in the association.

        
      

      - **Arn** *(string) --* 

        The system-generated Amazon Resource Name (ARN) for the extension.

        
      

      - **Parameters** *(dict) --* 

        The parameter names and values defined in the association.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
      

      - **ExtensionVersionNumber** *(integer) --* 

        The version number for the extension defined in the association.

        
  
  **Exceptions**
  
  *   :py:class:`AppConfig.Client.exceptions.BadRequestException`

  
  *   :py:class:`AppConfig.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`AppConfig.Client.exceptions.InternalServerException`

  