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.UpdateWorkflowStep

Description

Update a step in a migration workflow.

Synopsis

Creating a Request

data UpdateWorkflowStep Source #

See: newUpdateWorkflowStep smart constructor.

Constructors

UpdateWorkflowStep' 

Fields

Instances

Instances details
ToJSON UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

ToHeaders UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

ToPath UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

ToQuery UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

AWSRequest UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Associated Types

type AWSResponse UpdateWorkflowStep #

Generic UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Associated Types

type Rep UpdateWorkflowStep :: Type -> Type #

Read UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Show UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

NFData UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Methods

rnf :: UpdateWorkflowStep -> () #

Eq UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Hashable UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type AWSResponse UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type Rep UpdateWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type Rep UpdateWorkflowStep = D1 ('MetaData "UpdateWorkflowStep" "Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflowStep'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [WorkflowStepOutput])) :*: (S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStatus))))) :*: ((S1 ('MetaSel ('Just "stepActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepActionType)) :*: (S1 ('MetaSel ('Just "stepTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "workflowStepAutomationConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorkflowStepAutomationConfiguration)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "stepGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateWorkflowStep Source #

Create a value of UpdateWorkflowStep 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:

UpdateWorkflowStep, updateWorkflowStep_description - The description of the step.

UpdateWorkflowStep, updateWorkflowStep_name - The name of the step.

UpdateWorkflowStep, updateWorkflowStep_next - The next step.

$sel:outputs:UpdateWorkflowStep', updateWorkflowStep_outputs - The outputs of a step.

UpdateWorkflowStep, updateWorkflowStep_previous - The previous step.

UpdateWorkflowStep, updateWorkflowStep_status - The status of the step.

UpdateWorkflowStep, updateWorkflowStep_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.

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

$sel:workflowStepAutomationConfiguration:UpdateWorkflowStep', updateWorkflowStep_workflowStepAutomationConfiguration - The custom script to run tests on the source and target environments.

UpdateWorkflowStep, updateWorkflowStep_id - The ID of the step.

UpdateWorkflowStep, updateWorkflowStep_stepGroupId - The ID of the step group.

UpdateWorkflowStep, updateWorkflowStep_workflowId - The ID of the migration workflow.

Request Lenses

updateWorkflowStep_stepActionType :: Lens' UpdateWorkflowStep (Maybe 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.

updateWorkflowStep_stepTarget :: Lens' UpdateWorkflowStep (Maybe [Text]) Source #

The servers on which a step will be run.

Destructuring the Response

data UpdateWorkflowStepResponse Source #

See: newUpdateWorkflowStepResponse smart constructor.

Constructors

UpdateWorkflowStepResponse' 

Fields

Instances

Instances details
Generic UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Associated Types

type Rep UpdateWorkflowStepResponse :: Type -> Type #

Read UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Show UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

NFData UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

Eq UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type Rep UpdateWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep

type Rep UpdateWorkflowStepResponse = D1 ('MetaData "UpdateWorkflowStepResponse" "Amazonka.MigrationHubOrchestrator.UpdateWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflowStepResponse'" '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)))))

newUpdateWorkflowStepResponse Source #

Create a value of UpdateWorkflowStepResponse 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:

UpdateWorkflowStep, updateWorkflowStepResponse_id - The ID of the step.

UpdateWorkflowStep, updateWorkflowStepResponse_name - The name of the step.

UpdateWorkflowStep, updateWorkflowStepResponse_stepGroupId - The ID of the step group.

UpdateWorkflowStep, updateWorkflowStepResponse_workflowId - The ID of the migration workflow.

$sel:httpStatus:UpdateWorkflowStepResponse', updateWorkflowStepResponse_httpStatus - The response's http status code.

Response Lenses