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