---
title: "PATCH /memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}"
method: PATCH
path: "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}"
---

# PATCH /memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}

`PATCH /memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}`

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

## Path parameters

- `configuredAudienceModelAssociationIdentifier` string, required
- `membershipIdentifier` string, required

## Request body

- object
  - `description` string — A new description for the configured audience model association.
  - `name` string — A new name for the configured audience model association.

## Response `200`

Success

- UpdateConfiguredAudienceModelAssociationOutput
  - `configuredAudienceModelAssociation` object, required — Details about the configured audience model association that you updated.
    - `id` string, required — A unique identifier of the configured audience model association.
    - `arn` string, required — The Amazon Resource Name (ARN) of the configured audience model association.
    - `configuredAudienceModelArn` string, required — The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.
    - `membershipId` string, required — A unique identifier for the membership that contains this configured audience model association.
    - `membershipArn` string, required — The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.
    - `collaborationId` string, required — A unique identifier of the collaboration that contains this configured audience model association.
    - `collaborationArn` string, required — The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.
    - `name` string, required — The name of the configured audience model association.
    - `manageResourcePolicies` boolean, required — When <code>TRUE</code>, 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 <code>FALSE</code>, 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` string, date-time, required — The time at which the configured audience model association was created.
    - `updateTime` string, date-time, required — The most recent time at which the configured audience model association was updated.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/cleanrooms.md) · [All operations](https://skmtc.net/aws/apis/cleanrooms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/cleanrooms/versions/17ce59ba806e/schema)
