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

Description

Delete a step in a migration workflow. Pause the workflow to delete a running step.

Synopsis

Creating a Request

data DeleteWorkflowStep Source #

See: newDeleteWorkflowStep smart constructor.

Constructors

DeleteWorkflowStep' 

Fields

  • id :: Text

    The ID of the step you want to delete.

  • stepGroupId :: Text

    The ID of the step group that contains the step you want to delete.

  • workflowId :: Text

    The ID of the migration workflow.

Instances

Instances details
ToHeaders DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

ToPath DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

ToQuery DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

AWSRequest DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Associated Types

type AWSResponse DeleteWorkflowStep #

Generic DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Associated Types

type Rep DeleteWorkflowStep :: Type -> Type #

Read DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Show DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

NFData DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Methods

rnf :: DeleteWorkflowStep -> () #

Eq DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Hashable DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

type AWSResponse DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

type Rep DeleteWorkflowStep Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

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

newDeleteWorkflowStep Source #

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

DeleteWorkflowStep, deleteWorkflowStep_id - The ID of the step you want to delete.

DeleteWorkflowStep, deleteWorkflowStep_stepGroupId - The ID of the step group that contains the step you want to delete.

$sel:workflowId:DeleteWorkflowStep', deleteWorkflowStep_workflowId - The ID of the migration workflow.

Request Lenses

deleteWorkflowStep_id :: Lens' DeleteWorkflowStep Text Source #

The ID of the step you want to delete.

deleteWorkflowStep_stepGroupId :: Lens' DeleteWorkflowStep Text Source #

The ID of the step group that contains the step you want to delete.

Destructuring the Response

data DeleteWorkflowStepResponse Source #

See: newDeleteWorkflowStepResponse smart constructor.

Constructors

DeleteWorkflowStepResponse' 

Fields

Instances

Instances details
Generic DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Associated Types

type Rep DeleteWorkflowStepResponse :: Type -> Type #

Read DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Show DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

NFData DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

Eq DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

type Rep DeleteWorkflowStepResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep

type Rep DeleteWorkflowStepResponse = D1 ('MetaData "DeleteWorkflowStepResponse" "Amazonka.MigrationHubOrchestrator.DeleteWorkflowStep" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "DeleteWorkflowStepResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteWorkflowStepResponse Source #

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

$sel:httpStatus:DeleteWorkflowStepResponse', deleteWorkflowStepResponse_httpStatus - The response's http status code.

Response Lenses