EntityResolution / Client / list_matching_workflows
list_matching_workflows#
- EntityResolution.Client.list_matching_workflows(**kwargs)#
- Returns a list of all the - MatchingWorkflowsthat have been created for an AWS account.- See also: AWS API Documentation - Request Syntax- response = client.list_matching_workflows( maxResults=123, nextToken='string' ) - Parameters:
- maxResults (integer) – The maximum number of objects returned per page. 
- nextToken (string) – The pagination token from the previous - ListSchemaMappingsAPI call.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'nextToken': 'string', 'workflowSummaries': [ { 'createdAt': datetime(2015, 1, 1), 'updatedAt': datetime(2015, 1, 1), 'workflowArn': 'string', 'workflowName': 'string' }, ] } - Response Structure- (dict) – - nextToken (string) – - The pagination token from the previous - ListSchemaMappingsAPI call.
- workflowSummaries (list) – - A list of - MatchingWorkflowSummaryobjects, each of which contain the fields- WorkflowName,- WorkflowArn,- CreatedAt, and- UpdatedAt.- (dict) – - A list of - MatchingWorkflowSummaryobjects, each of which contain the fields- WorkflowName,- WorkflowArn,- CreatedAt,- UpdatedAt.- createdAt (datetime) – - The timestamp of when the workflow was created. 
- updatedAt (datetime) – - The timestamp of when the workflow was last updated. 
- workflowArn (string) – - The ARN (Amazon Resource Name) that Entity Resolution generated for the - MatchingWorkflow.
- workflowName (string) – - The name of the workflow. 
 
 
 
 
 - Exceptions- EntityResolution.Client.exceptions.ThrottlingException
- EntityResolution.Client.exceptions.InternalServerException
- EntityResolution.Client.exceptions.AccessDeniedException
- EntityResolution.Client.exceptions.ValidationException