:doc:`EntityResolution <../../entityresolution>` / Client / list_id_mapping_workflows

*************************
list_id_mapping_workflows
*************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/ListIdMappingWorkflows>`_  


  **Request Syntax**
  ::

    response = client.list_id_mapping_workflows(
        nextToken='string',
        maxResults=123
    )
    
  :type nextToken: string
  :param nextToken: 

    The pagination token from the previous API call.

    

  
  :type maxResults: integer
  :param maxResults: 

    The maximum number of objects returned per page.

    

  
  
  :rtype: 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 fields ``WorkflowName``, ``WorkflowArn``, ``CreatedAt``, and ``UpdatedAt``.

          
          

          - **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**
  
  *   :py:class:`EntityResolution.Client.exceptions.ThrottlingException`

  
  *   :py:class:`EntityResolution.Client.exceptions.InternalServerException`

  
  *   :py:class:`EntityResolution.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`EntityResolution.Client.exceptions.ValidationException`

  