AWS.MigrationHubOrchestrator — AWS SDK for JavaScript (original) (raw)
Property Details
endpoint ⇒ AWS.Endpoint
Returns an Endpoint object representing the endpoint URL for service requests.
Method Details
createTemplate(params = {}, callback) ⇒ AWS.Request
Creates a migration workflow template.
createWorkflow(params = {}, callback) ⇒ AWS.Request
Create a workflow to orchestrate your migrations.
createWorkflowStep(params = {}, callback) ⇒ AWS.Request
Create a step in the migration workflow.
createWorkflowStepGroup(params = {}, callback) ⇒ AWS.Request
Create a step group in a migration workflow.
deleteTemplate(params = {}, callback) ⇒ AWS.Request
Deletes a migration workflow template.
deleteWorkflow(params = {}, callback) ⇒ AWS.Request
Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to delete it.
deleteWorkflowStep(params = {}, callback) ⇒ AWS.Request
Delete a step in a migration workflow. Pause the workflow to delete a running step.
deleteWorkflowStepGroup(params = {}, callback) ⇒ AWS.Request
Delete a step group in a migration workflow.
getTemplate(params = {}, callback) ⇒ AWS.Request
Get the template you want to use for creating a migration workflow.
getTemplateStep(params = {}, callback) ⇒ AWS.Request
Get a specific step in a template.
getTemplateStepGroup(params = {}, callback) ⇒ AWS.Request
Get a step group in a template.
getWorkflowStep(params = {}, callback) ⇒ AWS.Request
Get a step in the migration workflow.
getWorkflowStepGroup(params = {}, callback) ⇒ AWS.Request
Get the step group of a migration workflow.
listPlugins(params = {}, callback) ⇒ AWS.Request
List AWS Migration Hub Orchestrator plugins.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
List the tags added to a resource.
listTemplates(params = {}, callback) ⇒ AWS.Request
List the templates available in Migration Hub Orchestrator to create a migration workflow.
listTemplateStepGroups(params = {}, callback) ⇒ AWS.Request
List the step groups in a template.
listTemplateSteps(params = {}, callback) ⇒ AWS.Request
List the steps in a template.
listWorkflows(params = {}, callback) ⇒ AWS.Request
List the migration workflows.
listWorkflowStepGroups(params = {}, callback) ⇒ AWS.Request
List the step groups in a migration workflow.
listWorkflowSteps(params = {}, callback) ⇒ AWS.Request
List the steps in a workflow.
retryWorkflowStep(params = {}, callback) ⇒ AWS.Request
Retry a failed step in a migration workflow.
startWorkflow(params = {}, callback) ⇒ AWS.Request
Start a migration workflow.
stopWorkflow(params = {}, callback) ⇒ AWS.Request
Stop an ongoing migration workflow.
tagResource(params = {}, callback) ⇒ AWS.Request
Tag a resource by specifying its Amazon Resource Name (ARN).
untagResource(params = {}, callback) ⇒ AWS.Request
Deletes the tags for a resource.
updateTemplate(params = {}, callback) ⇒ AWS.Request
Updates a migration workflow template.
updateWorkflow(params = {}, callback) ⇒ AWS.Request
Update a migration workflow.
updateWorkflowStep(params = {}, callback) ⇒ AWS.Request
Update a step in a migration workflow.
updateWorkflowStepGroup(params = {}, callback) ⇒ AWS.Request
Update the step group in a migration workflow.
waitFor(state, params = {}, callback) ⇒ AWS.Request
Waits for a given MigrationHubOrchestrator resource. The final callback or'complete' event will be fired only when the resource is either in its final state or the waiter has timed out and stopped polling for the final state.