View Source aws_migrationhuborchestrator (aws v0.7.13)
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Migration Hub Orchestrator.
he topic for each action shows the API request parameters and the response. 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
Create a workflow to orchestrate your migrations.
Create a step in the migration workflow.
Create a step group in a migration workflow.
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.
Update a migration workflow.
Update a step in a migration workflow.
Update the step group in a migration workflow.
Link to this section Functions
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.
Link to this function
get_template_step(Client, Id, StepGroupId, TemplateId, QueryMap, HeadersMap)
View Source
Link to this function
get_template_step(Client, Id, StepGroupId, TemplateId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_template_step_group(Client, Id, TemplateId, QueryMap, HeadersMap)
View Source
Link to this function
get_template_step_group(Client, Id, TemplateId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_workflow_step(Client, Id, StepGroupId, WorkflowId, QueryMap, HeadersMap)
View Source
Link to this function
get_workflow_step(Client, Id, StepGroupId, WorkflowId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_workflow_step_group(Client, Id, WorkflowId, QueryMap, HeadersMap)
View Source
Link to this function
get_workflow_step_group(Client, Id, WorkflowId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_template_step_groups(Client, TemplateId, QueryMap, HeadersMap)
View Source
Link to this function
list_template_step_groups(Client, TemplateId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_template_steps(Client, StepGroupId, TemplateId, QueryMap, HeadersMap)
View Source
Link to this function
list_template_steps(Client, StepGroupId, TemplateId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_workflow_step_groups(Client, WorkflowId, QueryMap, HeadersMap)
View Source
Link to this function
list_workflow_step_groups(Client, WorkflowId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_workflow_steps(Client, StepGroupId, WorkflowId, QueryMap, HeadersMap)
View Source
Link to this function