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

Description

Update the step group in a migration workflow.

Synopsis

Creating a Request

data UpdateWorkflowStepGroup Source #

See: newUpdateWorkflowStepGroup smart constructor.

Constructors

UpdateWorkflowStepGroup' 

Fields

Instances

Instances details
ToJSON UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

ToHeaders UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

ToPath UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

ToQuery UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

AWSRequest UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Generic UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Associated Types

type Rep UpdateWorkflowStepGroup :: Type -> Type #

Read UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Show UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

NFData UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Methods

rnf :: UpdateWorkflowStepGroup -> () #

Eq UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Hashable UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type AWSResponse UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type Rep UpdateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type Rep UpdateWorkflowStepGroup = D1 ('MetaData "UpdateWorkflowStepGroup" "Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflowStepGroup'" '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 "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateWorkflowStepGroup Source #

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

UpdateWorkflowStepGroup, updateWorkflowStepGroup_description - The description of the step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_name - The name of the step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_next - The next step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_previous - The previous step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_workflowId - The ID of the migration workflow.

UpdateWorkflowStepGroup, updateWorkflowStepGroup_id - The ID of the step group.

Request Lenses

Destructuring the Response

data UpdateWorkflowStepGroupResponse Source #

See: newUpdateWorkflowStepGroupResponse smart constructor.

Constructors

UpdateWorkflowStepGroupResponse' 

Fields

Instances

Instances details
Generic UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Associated Types

type Rep UpdateWorkflowStepGroupResponse :: Type -> Type #

Read UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Show UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

NFData UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

Eq UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type Rep UpdateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup

type Rep UpdateWorkflowStepGroupResponse = D1 ('MetaData "UpdateWorkflowStepGroupResponse" "Amazonka.MigrationHubOrchestrator.UpdateWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "UpdateWorkflowStepGroupResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "previous") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "tools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tool])) :*: (S1 ('MetaSel ('Just "workflowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newUpdateWorkflowStepGroupResponse Source #

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

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_description - The description of the step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_id - The ID of the step group.

$sel:lastModifiedTime:UpdateWorkflowStepGroupResponse', updateWorkflowStepGroupResponse_lastModifiedTime - The time at which the step group was last modified.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_name - The name of the step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_next - The next step group.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_previous - The previous step group.

$sel:tools:UpdateWorkflowStepGroupResponse', updateWorkflowStepGroupResponse_tools - List of AWS services utilized in a migration workflow.

UpdateWorkflowStepGroup, updateWorkflowStepGroupResponse_workflowId - The ID of the migration workflow.

$sel:httpStatus:UpdateWorkflowStepGroupResponse', updateWorkflowStepGroupResponse_httpStatus - The response's http status code.

Response Lenses

updateWorkflowStepGroupResponse_tools :: Lens' UpdateWorkflowStepGroupResponse (Maybe [Tool]) Source #

List of AWS services utilized in a migration workflow.