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

Description

Delete a step group in a migration workflow.

Synopsis

Creating a Request

data DeleteWorkflowStepGroup Source #

See: newDeleteWorkflowStepGroup smart constructor.

Constructors

DeleteWorkflowStepGroup' 

Fields

  • workflowId :: Text

    The ID of the migration workflow.

  • id :: Text

    The ID of the step group you want to delete.

Instances

Instances details
ToHeaders DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

ToPath DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

ToQuery DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

AWSRequest DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Generic DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Associated Types

type Rep DeleteWorkflowStepGroup :: Type -> Type #

Read DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Show DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

NFData DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Methods

rnf :: DeleteWorkflowStepGroup -> () #

Eq DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Hashable DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

type AWSResponse DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

type Rep DeleteWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

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

newDeleteWorkflowStepGroup Source #

Create a value of DeleteWorkflowStepGroup 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:workflowId:DeleteWorkflowStepGroup', deleteWorkflowStepGroup_workflowId - The ID of the migration workflow.

DeleteWorkflowStepGroup, deleteWorkflowStepGroup_id - The ID of the step group you want to delete.

Request Lenses

deleteWorkflowStepGroup_id :: Lens' DeleteWorkflowStepGroup Text Source #

The ID of the step group you want to delete.

Destructuring the Response

data DeleteWorkflowStepGroupResponse Source #

See: newDeleteWorkflowStepGroupResponse smart constructor.

Constructors

DeleteWorkflowStepGroupResponse' 

Fields

Instances

Instances details
Generic DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Associated Types

type Rep DeleteWorkflowStepGroupResponse :: Type -> Type #

Read DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Show DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

NFData DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

Eq DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

type Rep DeleteWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.DeleteWorkflowStepGroup

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

newDeleteWorkflowStepGroupResponse Source #

Create a value of DeleteWorkflowStepGroupResponse 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:DeleteWorkflowStepGroupResponse', deleteWorkflowStepGroupResponse_httpStatus - The response's http status code.

Response Lenses