

************************
MigrationHubOrchestrator
************************



======
Client
======



.. py:class:: MigrationHubOrchestrator.Client

  A low-level client representing AWS Migration Hub Orchestrator
  

  This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Migration Hub Orchestrator. The topic for each action shows the API request parameters and responses. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using.

  ::

    
    import boto3
    
    client = boto3.client('migrationhuborchestrator')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  migrationhuborchestrator/client/can_paginate
  migrationhuborchestrator/client/close
  migrationhuborchestrator/client/create_template
  migrationhuborchestrator/client/create_workflow
  migrationhuborchestrator/client/create_workflow_step
  migrationhuborchestrator/client/create_workflow_step_group
  migrationhuborchestrator/client/delete_template
  migrationhuborchestrator/client/delete_workflow
  migrationhuborchestrator/client/delete_workflow_step
  migrationhuborchestrator/client/delete_workflow_step_group
  migrationhuborchestrator/client/get_paginator
  migrationhuborchestrator/client/get_template
  migrationhuborchestrator/client/get_template_step
  migrationhuborchestrator/client/get_template_step_group
  migrationhuborchestrator/client/get_waiter
  migrationhuborchestrator/client/get_workflow
  migrationhuborchestrator/client/get_workflow_step
  migrationhuborchestrator/client/get_workflow_step_group
  migrationhuborchestrator/client/list_plugins
  migrationhuborchestrator/client/list_tags_for_resource
  migrationhuborchestrator/client/list_template_step_groups
  migrationhuborchestrator/client/list_template_steps
  migrationhuborchestrator/client/list_templates
  migrationhuborchestrator/client/list_workflow_step_groups
  migrationhuborchestrator/client/list_workflow_steps
  migrationhuborchestrator/client/list_workflows
  migrationhuborchestrator/client/retry_workflow_step
  migrationhuborchestrator/client/start_workflow
  migrationhuborchestrator/client/stop_workflow
  migrationhuborchestrator/client/tag_resource
  migrationhuborchestrator/client/untag_resource
  migrationhuborchestrator/client/update_template
  migrationhuborchestrator/client/update_workflow
  migrationhuborchestrator/client/update_workflow_step
  migrationhuborchestrator/client/update_workflow_step_group


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  migrationhuborchestrator/paginator/ListPlugins
  migrationhuborchestrator/paginator/ListTemplateStepGroups
  migrationhuborchestrator/paginator/ListTemplateSteps
  migrationhuborchestrator/paginator/ListTemplates
  migrationhuborchestrator/paginator/ListWorkflowStepGroups
  migrationhuborchestrator/paginator/ListWorkflowSteps
  migrationhuborchestrator/paginator/ListWorkflows
