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.Types.WorkflowStepGroupSummary

Description

 
Synopsis

Documentation

data WorkflowStepGroupSummary Source #

The summary of a step group in a workflow.

See: newWorkflowStepGroupSummary smart constructor.

Constructors

WorkflowStepGroupSummary' 

Fields

Instances

Instances details
FromJSON WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Generic WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Associated Types

type Rep WorkflowStepGroupSummary :: Type -> Type #

Read WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Show WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

NFData WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Eq WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

Hashable WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

type Rep WorkflowStepGroupSummary Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary

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

newWorkflowStepGroupSummary :: WorkflowStepGroupSummary Source #

Create a value of WorkflowStepGroupSummary 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:id:WorkflowStepGroupSummary', workflowStepGroupSummary_id - The ID of the step group.

$sel:name:WorkflowStepGroupSummary', workflowStepGroupSummary_name - The name of the step group.

$sel:next:WorkflowStepGroupSummary', workflowStepGroupSummary_next - The next step group.

$sel:owner:WorkflowStepGroupSummary', workflowStepGroupSummary_owner - The owner of the step group.

$sel:previous:WorkflowStepGroupSummary', workflowStepGroupSummary_previous - The previous step group.

$sel:status:WorkflowStepGroupSummary', workflowStepGroupSummary_status - The status of the step group.