CleanRoomsService / Client / list_configured_audience_model_associations
list_configured_audience_model_associations#
- CleanRoomsService.Client.list_configured_audience_model_associations(**kwargs)#
Lists information about requested configured audience model associations.
See also: AWS API Documentation
Request Syntax
response = client.list_configured_audience_model_associations( membershipIdentifier='string', nextToken='string', maxResults=123 )
- Parameters:
membershipIdentifier (string) –
[REQUIRED]
A unique identifier for a membership that contains the configured audience model associations that you want to retrieve.
nextToken (string) – The token value retrieved from a previous call to access the next page of results.
maxResults (integer) – The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
- Return type:
dict
- Returns:
Response Syntax
{ 'configuredAudienceModelAssociationSummaries': [ { 'membershipId': 'string', 'membershipArn': 'string', 'collaborationArn': 'string', 'collaborationId': 'string', 'createTime': datetime(2015, 1, 1), 'updateTime': datetime(2015, 1, 1), 'id': 'string', 'arn': 'string', 'name': 'string', 'configuredAudienceModelArn': 'string', 'description': 'string' }, ], 'nextToken': 'string' }
Response Structure
(dict) –
configuredAudienceModelAssociationSummaries (list) –
Summaries of the configured audience model associations that you requested.
(dict) –
A summary of the configured audience model association.
membershipId (string) –
A unique identifier of the membership that contains the configured audience model association.
membershipArn (string) –
The Amazon Resource Name (ARN) of the membership that contains the configured audience model association.
collaborationArn (string) –
The Amazon Resource Name (ARN) of the collaboration that contains the configured audience model association.
collaborationId (string) –
A unique identifier of the collaboration that configured audience model is associated with.
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.
id (string) –
A unique identifier of the configured audience model association.
arn (string) –
The Amazon Resource Name (ARN) of the configured audience model association.
name (string) –
The name 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.
description (string) –
The description of the configured audience model association.
nextToken (string) –
The token value provided to access the next page of results.
Exceptions
CleanRoomsService.Client.exceptions.ResourceNotFoundException
CleanRoomsService.Client.exceptions.InternalServerException
CleanRoomsService.Client.exceptions.ValidationException
CleanRoomsService.Client.exceptions.ThrottlingException
CleanRoomsService.Client.exceptions.AccessDeniedException