amazonka-migrationhuborchestrator-2.0: Amazon Migration Hub Orchestrator SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Description

Create a step in the migration workflow.

Synopsis

Creating a Request

data CreateWorkflowStep Source #

See: newCreateWorkflowStep smart constructor.

Constructors

CreateWorkflowStep' 

Fields

Instances

Instances details
ToJSON CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

ToHeaders CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

ToPath CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

ToQuery CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

AWSRequest CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Associated Types

type AWSResponse CreateWorkflowStep #

Generic CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Associated Types

type Rep CreateWorkflowStep :: Type -> Type #

Read CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Show CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

NFData CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Methods

rnf :: CreateWorkflowStep -> () #

Eq CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Hashable CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

type AWSResponse CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

type Rep CreateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

newCreateWorkflowStep Source #

Create a value of CreateWorkflowStep with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateWorkflowStep, createWorkflowStep_description - The description of the step.

CreateWorkflowStep, createWorkflowStep_next - The next step.

$sel:outputs:CreateWorkflowStep', createWorkflowStep_outputs - The key value pairs added for the expected output.

CreateWorkflowStep, createWorkflowStep_previous - The previous step.

$sel:stepTarget:CreateWorkflowStep', createWorkflowStep_stepTarget - The servers on which a step will be run.

$sel:workflowStepAutomationConfiguration:CreateWorkflowStep', createWorkflowStep_workflowStepAutomationConfiguration - The custom script to run tests on source or target environments.

CreateWorkflowStep, createWorkflowStep_name - The name of the step.

CreateWorkflowStep, createWorkflowStep_stepGroupId - The ID of the step group.

CreateWorkflowStep, createWorkflowStep_workflowId - The ID of the migration workflow.

CreateWorkflowStep, createWorkflowStep_stepActionType - The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

Request Lenses

createWorkflowStep_outputs :: Lens' CreateWorkflowStep (Maybe [WorkflowStepOutput]) Source #

The key value pairs added for the expected output.

createWorkflowStep_stepTarget :: Lens' CreateWorkflowStep (Maybe [Text]) Source #

The servers on which a step will be run.

createWorkflowStep_stepActionType :: Lens' CreateWorkflowStep StepActionType Source #

The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

Destructuring the Response

data CreateWorkflowStepResponse Source #

See: newCreateWorkflowStepResponse smart constructor.

Constructors

CreateWorkflowStepResponse' 

Fields

Instances

Instances details
Generic CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Associated Types

type Rep CreateWorkflowStepResponse :: Type -> Type #

Read CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Show CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

NFData CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

Eq CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

type Rep CreateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStep

type Rep CreateWorkflowStepResponse = D1 ('MetaData "CreateWorkflowStepResponse" "Amazonka.MigrationHubOrchestrator.CreateWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "CreateWorkflowStepResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stepGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateWorkflowStepResponse Source #

Create a value of CreateWorkflowStepResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateWorkflowStepResponse, createWorkflowStepResponse_id - The ID of the step.

CreateWorkflowStep, createWorkflowStepResponse_name - The name of the step.

CreateWorkflowStep, createWorkflowStepResponse_stepGroupId - The ID of the step group.

CreateWorkflowStep, createWorkflowStepResponse_workflowId - The ID of the migration workflow.

$sel:httpStatus:CreateWorkflowStepResponse', createWorkflowStepResponse_httpStatus - The response's http status code.

Response Lenses