CleanRoomsService / Client / list_protected_queries
list_protected_queries#
- CleanRoomsService.Client.list_protected_queries(**kwargs)#
- Lists protected queries, sorted by the most recent query. - See also: AWS API Documentation - Request Syntax- response = client.list_protected_queries( membershipIdentifier='string', status='SUBMITTED'|'STARTED'|'CANCELLED'|'CANCELLING'|'FAILED'|'SUCCESS'|'TIMED_OUT', nextToken='string', maxResults=123 ) - Parameters:
- membershipIdentifier (string) – - [REQUIRED] - The identifier for the membership in the collaboration. 
- status (string) – A filter on the status of the protected query. 
- 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 can return a nextToken even if the maximum results has not been met. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'nextToken': 'string', 'protectedQueries': [ { 'id': 'string', 'membershipId': 'string', 'membershipArn': 'string', 'createTime': datetime(2015, 1, 1), 'status': 'SUBMITTED'|'STARTED'|'CANCELLED'|'CANCELLING'|'FAILED'|'SUCCESS'|'TIMED_OUT' }, ] } - Response Structure- (dict) – - nextToken (string) – - The token value retrieved from a previous call to access the next page of results. 
- protectedQueries (list) – - A list of protected queries. - (dict) – - The protected query summary for the objects listed by the request. - id (string) – - The unique ID of the protected query. 
- membershipId (string) – - The unique ID for the membership that initiated the protected query. 
- membershipArn (string) – - The unique ARN for the membership that initiated the protected query. 
- createTime (datetime) – - The time the protected query was created. 
- status (string) – - The status of the protected query. Value values are SUBMITTED, STARTED, CANCELLED, CANCELLING, FAILED, SUCCESS, TIMED_OUT. 
 
 
 
 
 - Exceptions- CleanRoomsService.Client.exceptions.ResourceNotFoundException
- CleanRoomsService.Client.exceptions.InternalServerException
- CleanRoomsService.Client.exceptions.ValidationException
- CleanRoomsService.Client.exceptions.ThrottlingException
- CleanRoomsService.Client.exceptions.AccessDeniedException