View Source AWS.MigrationHubOrchestrator (aws-elixir v1.0.4)
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.
Link to this section Summary
Functions
Creates a migration workflow template.
Create a workflow to orchestrate your migrations.
Create a step in the migration workflow.
Create a step group in a migration workflow.
Deletes a migration workflow template.
Delete a migration workflow.
Delete a step in a migration workflow.
Delete a step group in a migration workflow.
Get the template you want to use for creating a migration workflow.
Get a specific step in a template.
Get a step group in a template.
Get migration workflow.
Get a step in the migration workflow.
Get the step group of a migration workflow.
List AWS Migration Hub Orchestrator plugins.
List the tags added to a resource.
List the step groups in a template.
List the steps in a template.
List the templates available in Migration Hub Orchestrator to create a migration workflow.
List the step groups in a migration workflow.
List the steps in a workflow.
List the migration workflows.
Retry a failed step in a migration workflow.
Start a migration workflow.
Stop an ongoing migration workflow.
Tag a resource by specifying its Amazon Resource Name (ARN).
Deletes the tags for a resource.
Updates a migration workflow template.
Update a migration workflow.
Update a step in a migration workflow.
Update the step group in a migration workflow.
Link to this section Functions
Creates a migration workflow template.
Create a workflow to orchestrate your migrations.
Create a step in the migration workflow.
Create a step group in a migration workflow.
Deletes a migration workflow template.
Delete a migration workflow.
You must pause a running workflow in Migration Hub Orchestrator console to delete it.
Delete a step in a migration workflow.
Pause the workflow to delete a running step.
Delete a step group in a migration workflow.
Get the template you want to use for creating a migration workflow.
get_template_step(client, id, step_group_id, template_id, options \\ [])
View SourceGet a specific step in a template.
Get a step group in a template.
Get migration workflow.
get_workflow_step(client, id, step_group_id, workflow_id, options \\ [])
View SourceGet a step in the migration workflow.
Get the step group of a migration workflow.
list_plugins(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList AWS Migration Hub Orchestrator plugins.
List the tags added to a resource.
list_template_step_groups(client, template_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList the step groups in a template.
list_template_steps(client, max_results \\ nil, next_token \\ nil, step_group_id, template_id, options \\ [])
View SourceList the steps in a template.
list_templates(client, max_results \\ nil, name \\ nil, next_token \\ nil, options \\ [])
View SourceList the templates available in Migration Hub Orchestrator to create a migration workflow.
list_workflow_step_groups(client, max_results \\ nil, next_token \\ nil, workflow_id, options \\ [])
View SourceList the step groups in a migration workflow.
list_workflow_steps(client, step_group_id, workflow_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList the steps in a workflow.
list_workflows(client, ads_application_configuration_name \\ nil, max_results \\ nil, name \\ nil, next_token \\ nil, status \\ nil, template_id \\ nil, options \\ [])
View SourceList the migration workflows.
Retry a failed step in a migration workflow.
Start a migration workflow.
Stop an ongoing migration workflow.
Tag a resource by specifying its Amazon Resource Name (ARN).
Deletes the tags for a resource.
Updates a migration workflow template.
Update a migration workflow.
Update a step in a migration workflow.
Update the step group in a migration workflow.