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

Description

Create a step group in a migration workflow.

Synopsis

Creating a Request

data CreateWorkflowStepGroup Source #

See: newCreateWorkflowStepGroup smart constructor.

Constructors

CreateWorkflowStepGroup' 

Fields

Instances

Instances details
ToJSON CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

ToHeaders CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

ToPath CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

ToQuery CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

AWSRequest CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Generic CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Associated Types

type Rep CreateWorkflowStepGroup :: Type -> Type #

Read CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Show CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

NFData CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Methods

rnf :: CreateWorkflowStepGroup -> () #

Eq CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Hashable CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type AWSResponse CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type Rep CreateWorkflowStepGroup Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type Rep CreateWorkflowStepGroup = D1 ('MetaData "CreateWorkflowStepGroup" "Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "CreateWorkflowStepGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") '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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateWorkflowStepGroup Source #

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

CreateWorkflowStepGroup, createWorkflowStepGroup_description - The description of the step group.

CreateWorkflowStepGroup, createWorkflowStepGroup_next - The next step group.

CreateWorkflowStepGroup, createWorkflowStepGroup_previous - The previous step group.

CreateWorkflowStepGroup, createWorkflowStepGroup_workflowId - The ID of the migration workflow that will contain the step group.

CreateWorkflowStepGroup, createWorkflowStepGroup_name - The name of the step group.

Request Lenses

createWorkflowStepGroup_workflowId :: Lens' CreateWorkflowStepGroup Text Source #

The ID of the migration workflow that will contain the step group.

Destructuring the Response

data CreateWorkflowStepGroupResponse Source #

See: newCreateWorkflowStepGroupResponse smart constructor.

Constructors

CreateWorkflowStepGroupResponse' 

Fields

Instances

Instances details
Generic CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Associated Types

type Rep CreateWorkflowStepGroupResponse :: Type -> Type #

Read CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Show CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

NFData CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

Eq CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type Rep CreateWorkflowStepGroupResponse Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup

type Rep CreateWorkflowStepGroupResponse = D1 ('MetaData "CreateWorkflowStepGroupResponse" "Amazonka.MigrationHubOrchestrator.CreateWorkflowStepGroup" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "CreateWorkflowStepGroupResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") '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 "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))))))

newCreateWorkflowStepGroupResponse Source #

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

CreateWorkflowStepGroupResponse, createWorkflowStepGroupResponse_creationTime - The time at which the step group is created.

CreateWorkflowStepGroup, createWorkflowStepGroupResponse_description - The description of the step group.

CreateWorkflowStepGroupResponse, createWorkflowStepGroupResponse_id - The ID of the step group.

CreateWorkflowStepGroup, createWorkflowStepGroupResponse_name - The name of the step group.

CreateWorkflowStepGroup, createWorkflowStepGroupResponse_next - The next step group.

CreateWorkflowStepGroup, createWorkflowStepGroupResponse_previous - The previous step group.

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

CreateWorkflowStepGroup, createWorkflowStepGroupResponse_workflowId - The ID of the migration workflow that contains the step group.

$sel:httpStatus:CreateWorkflowStepGroupResponse', createWorkflowStepGroupResponse_httpStatus - The response's http status code.

Response Lenses

createWorkflowStepGroupResponse_tools :: Lens' CreateWorkflowStepGroupResponse (Maybe [Tool]) Source #

List of AWS services utilized in a migration workflow.

createWorkflowStepGroupResponse_workflowId :: Lens' CreateWorkflowStepGroupResponse (Maybe Text) Source #

The ID of the migration workflow that contains the step group.