:doc:`CleanRoomsService <../../cleanrooms>` / Client / update_configured_audience_model_association

********************************************
update_configured_audience_model_association
********************************************



.. py:method:: CleanRoomsService.Client.update_configured_audience_model_association(**kwargs)

  

  Provides the details necessary to update a configured audience model association.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateConfiguredAudienceModelAssociation>`_  


  **Request Syntax**
  ::

    response = client.update_configured_audience_model_association(
        configuredAudienceModelAssociationIdentifier='string',
        membershipIdentifier='string',
        description='string',
        name='string'
    )
    
  :type configuredAudienceModelAssociationIdentifier: string
  :param configuredAudienceModelAssociationIdentifier: **[REQUIRED]** 

    A unique identifier for the configured audience model association that you want to update.

    

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

    A unique identifier of the membership that contains the configured audience model association that you want to update.

    

  
  :type description: string
  :param description: 

    A new description for the configured audience model association.

    

  
  :type name: string
  :param name: 

    A new name for the configured audience model association.

    

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

    
    ::

      {
          'configuredAudienceModelAssociation': {
              'id': 'string',
              'arn': 'string',
              'configuredAudienceModelArn': 'string',
              'membershipId': 'string',
              'membershipArn': 'string',
              'collaborationId': 'string',
              'collaborationArn': 'string',
              'name': 'string',
              'manageResourcePolicies': True|False,
              'description': 'string',
              'createTime': datetime(2015, 1, 1),
              'updateTime': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **configuredAudienceModelAssociation** *(dict) --* 

        Details about the configured audience model association that you updated.

        
        

        - **id** *(string) --* 

          A unique identifier of the configured audience model association.

          
        

        - **arn** *(string) --* 

          The Amazon Resource Name (ARN) of the configured audience model association.

          
        

        - **configuredAudienceModelArn** *(string) --* 

          The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.

          
        

        - **membershipId** *(string) --* 

          A unique identifier for the membership that contains this configured audience model association.

          
        

        - **membershipArn** *(string) --* 

          The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.

          
        

        - **collaborationId** *(string) --* 

          A unique identifier of the collaboration that contains this configured audience model association.

          
        

        - **collaborationArn** *(string) --* 

          The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.

          
        

        - **name** *(string) --* 

          The name of the configured audience model association.

          
        

        - **manageResourcePolicies** *(boolean) --* 

          When ``TRUE``, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. When ``FALSE``, indicates that the configured audience model resource owner will manage permissions related to the given collaboration.

          
        

        - **description** *(string) --* 

          The description of the configured audience model association.

          
        

        - **createTime** *(datetime) --* 

          The time at which the configured audience model association was created.

          
        

        - **updateTime** *(datetime) --* 

          The most recent time at which the configured audience model association was updated.

          
    
  
  **Exceptions**
  
  *   :py:class:`CleanRoomsService.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`CleanRoomsService.Client.exceptions.ValidationException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.ThrottlingException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.AccessDeniedException`

  