| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MigrationHubOrchestrator.Types.WorkflowStepGroupSummary
Description
Synopsis
- data WorkflowStepGroupSummary = WorkflowStepGroupSummary' {}
- newWorkflowStepGroupSummary :: WorkflowStepGroupSummary
- workflowStepGroupSummary_id :: Lens' WorkflowStepGroupSummary (Maybe Text)
- workflowStepGroupSummary_name :: Lens' WorkflowStepGroupSummary (Maybe Text)
- workflowStepGroupSummary_next :: Lens' WorkflowStepGroupSummary (Maybe [Text])
- workflowStepGroupSummary_owner :: Lens' WorkflowStepGroupSummary (Maybe Owner)
- workflowStepGroupSummary_previous :: Lens' WorkflowStepGroupSummary (Maybe [Text])
- workflowStepGroupSummary_status :: Lens' WorkflowStepGroupSummary (Maybe StepGroupStatus)
Documentation
data WorkflowStepGroupSummary Source #
The summary of a step group in a workflow.
See: newWorkflowStepGroupSummary smart constructor.
Constructors
| WorkflowStepGroupSummary' | |
Instances
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.
workflowStepGroupSummary_id :: Lens' WorkflowStepGroupSummary (Maybe Text) Source #
The ID of the step group.
workflowStepGroupSummary_name :: Lens' WorkflowStepGroupSummary (Maybe Text) Source #
The name of the step group.
workflowStepGroupSummary_next :: Lens' WorkflowStepGroupSummary (Maybe [Text]) Source #
The next step group.
workflowStepGroupSummary_owner :: Lens' WorkflowStepGroupSummary (Maybe Owner) Source #
The owner of the step group.
workflowStepGroupSummary_previous :: Lens' WorkflowStepGroupSummary (Maybe [Text]) Source #
The previous step group.
workflowStepGroupSummary_status :: Lens' WorkflowStepGroupSummary (Maybe StepGroupStatus) Source #
The status of the step group.