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 templates available in Migration Hub Orchestrator to create a migration workflow.
List the step groups in a migration 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

Link to this function

create_workflow(Client, Input)

View Source
Create a workflow to orchestrate your migrations.
Link to this function

create_workflow(Client, Input0, Options0)

View Source
Link to this function

create_workflow_step(Client, Input)

View Source
Create a step in the migration workflow.
Link to this function

create_workflow_step(Client, Input0, Options0)

View Source
Link to this function

create_workflow_step_group(Client, Input)

View Source
Create a step group in a migration workflow.
Link to this function

create_workflow_step_group(Client, Input0, Options0)

View Source
Link to this function

delete_workflow(Client, Id, Input)

View Source

Delete a migration workflow.

You must pause a running workflow in Migration Hub Orchestrator console to delete it.
Link to this function

delete_workflow(Client, Id, Input0, Options0)

View Source
Link to this function

delete_workflow_step(Client, Id, Input)

View Source

Delete a step in a migration workflow.

Pause the workflow to delete a running step.
Link to this function

delete_workflow_step(Client, Id, Input0, Options0)

View Source
Link to this function

delete_workflow_step_group(Client, Id, Input)

View Source
Delete a step group in a migration workflow.
Link to this function

delete_workflow_step_group(Client, Id, Input0, Options0)

View Source
Link to this function

get_template(Client, Id)

View Source
Get the template you want to use for creating a migration workflow.
Link to this function

get_template(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_template(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_template_step(Client, Id, StepGroupId, TemplateId)

View Source
Get a specific step in a template.
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)

View Source
Get a step group in a template.
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(Client, Id)

View Source
Get migration workflow.
Link to this function

get_workflow(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_workflow(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_workflow_step(Client, Id, StepGroupId, WorkflowId)

View Source
Get a step in the migration workflow.
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)

View Source
Get the step group of a migration workflow.
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
List AWS Migration Hub Orchestrator plugins.
Link to this function

list_plugins(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_plugins(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
List the tags added to a resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

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)

View Source
List the step groups in a template.
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)

View Source
List the steps in a template.
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
List the templates available in Migration Hub Orchestrator to create a migration workflow.
Link to this function

list_templates(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_templates(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_workflow_step_groups(Client, WorkflowId)

View Source
List the step groups in a migration workflow.
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)

View Source
List the steps in a workflow.
Link to this function

list_workflow_steps(Client, StepGroupId, WorkflowId, QueryMap, HeadersMap)

View Source
Link to this function

list_workflow_steps(Client, StepGroupId, WorkflowId, QueryMap, HeadersMap, Options0)

View Source
List the migration workflows.
Link to this function

list_workflows(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_workflows(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

retry_workflow_step(Client, Id, Input)

View Source
Retry a failed step in a migration workflow.
Link to this function

retry_workflow_step(Client, Id, Input0, Options0)

View Source
Link to this function

start_workflow(Client, Id, Input)

View Source
Start a migration workflow.
Link to this function

start_workflow(Client, Id, Input0, Options0)

View Source
Link to this function

stop_workflow(Client, Id, Input)

View Source
Stop an ongoing migration workflow.
Link to this function

stop_workflow(Client, Id, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Tag a resource by specifying its Amazon Resource Name (ARN).
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Deletes the tags for a resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_workflow(Client, Id, Input)

View Source
Update a migration workflow.
Link to this function

update_workflow(Client, Id, Input0, Options0)

View Source
Link to this function

update_workflow_step(Client, Id, Input)

View Source
Update a step in a migration workflow.
Link to this function

update_workflow_step(Client, Id, Input0, Options0)

View Source
Link to this function

update_workflow_step_group(Client, Id, Input)

View Source
Update the step group in a migration workflow.
Link to this function

update_workflow_step_group(Client, Id, Input0, Options0)

View Source