| 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.WorkflowStepSummary
Description
Synopsis
- data WorkflowStepSummary = WorkflowStepSummary' {
- description :: Maybe Text
- name :: Maybe Text
- next :: Maybe [Text]
- noOfSrvCompleted :: Maybe Int
- noOfSrvFailed :: Maybe Int
- owner :: Maybe Owner
- previous :: Maybe [Text]
- scriptLocation :: Maybe Text
- status :: Maybe StepStatus
- statusMessage :: Maybe Text
- stepActionType :: Maybe StepActionType
- stepId :: Maybe Text
- totalNoOfSrv :: Maybe Int
- newWorkflowStepSummary :: WorkflowStepSummary
- workflowStepSummary_description :: Lens' WorkflowStepSummary (Maybe Text)
- workflowStepSummary_name :: Lens' WorkflowStepSummary (Maybe Text)
- workflowStepSummary_next :: Lens' WorkflowStepSummary (Maybe [Text])
- workflowStepSummary_noOfSrvCompleted :: Lens' WorkflowStepSummary (Maybe Int)
- workflowStepSummary_noOfSrvFailed :: Lens' WorkflowStepSummary (Maybe Int)
- workflowStepSummary_owner :: Lens' WorkflowStepSummary (Maybe Owner)
- workflowStepSummary_previous :: Lens' WorkflowStepSummary (Maybe [Text])
- workflowStepSummary_scriptLocation :: Lens' WorkflowStepSummary (Maybe Text)
- workflowStepSummary_status :: Lens' WorkflowStepSummary (Maybe StepStatus)
- workflowStepSummary_statusMessage :: Lens' WorkflowStepSummary (Maybe Text)
- workflowStepSummary_stepActionType :: Lens' WorkflowStepSummary (Maybe StepActionType)
- workflowStepSummary_stepId :: Lens' WorkflowStepSummary (Maybe Text)
- workflowStepSummary_totalNoOfSrv :: Lens' WorkflowStepSummary (Maybe Int)
Documentation
data WorkflowStepSummary Source #
The summary of the step in a migration workflow.
See: newWorkflowStepSummary smart constructor.
Constructors
| WorkflowStepSummary' | |
Fields
| |
Instances
newWorkflowStepSummary :: WorkflowStepSummary Source #
Create a value of WorkflowStepSummary 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:description:WorkflowStepSummary', workflowStepSummary_description - The description of the step.
$sel:name:WorkflowStepSummary', workflowStepSummary_name - The name of the step.
$sel:next:WorkflowStepSummary', workflowStepSummary_next - The next step.
$sel:noOfSrvCompleted:WorkflowStepSummary', workflowStepSummary_noOfSrvCompleted - The number of servers that have been migrated.
$sel:noOfSrvFailed:WorkflowStepSummary', workflowStepSummary_noOfSrvFailed - The number of servers that have failed to migrate.
$sel:owner:WorkflowStepSummary', workflowStepSummary_owner - The owner of the step.
$sel:previous:WorkflowStepSummary', workflowStepSummary_previous - The previous step.
$sel:scriptLocation:WorkflowStepSummary', workflowStepSummary_scriptLocation - The location of the script.
$sel:status:WorkflowStepSummary', workflowStepSummary_status - The status of the step.
$sel:statusMessage:WorkflowStepSummary', workflowStepSummary_statusMessage - The status message of the migration workflow.
$sel:stepActionType:WorkflowStepSummary', workflowStepSummary_stepActionType - The action type of the step. You must run and update the status of a
manual step for the workflow to continue after the completion of the
step.
$sel:stepId:WorkflowStepSummary', workflowStepSummary_stepId - The ID of the step.
$sel:totalNoOfSrv:WorkflowStepSummary', workflowStepSummary_totalNoOfSrv - The total number of servers that have been migrated.
workflowStepSummary_description :: Lens' WorkflowStepSummary (Maybe Text) Source #
The description of the step.
workflowStepSummary_name :: Lens' WorkflowStepSummary (Maybe Text) Source #
The name of the step.
workflowStepSummary_next :: Lens' WorkflowStepSummary (Maybe [Text]) Source #
The next step.
workflowStepSummary_noOfSrvCompleted :: Lens' WorkflowStepSummary (Maybe Int) Source #
The number of servers that have been migrated.
workflowStepSummary_noOfSrvFailed :: Lens' WorkflowStepSummary (Maybe Int) Source #
The number of servers that have failed to migrate.
workflowStepSummary_owner :: Lens' WorkflowStepSummary (Maybe Owner) Source #
The owner of the step.
workflowStepSummary_previous :: Lens' WorkflowStepSummary (Maybe [Text]) Source #
The previous step.
workflowStepSummary_scriptLocation :: Lens' WorkflowStepSummary (Maybe Text) Source #
The location of the script.
workflowStepSummary_status :: Lens' WorkflowStepSummary (Maybe StepStatus) Source #
The status of the step.
workflowStepSummary_statusMessage :: Lens' WorkflowStepSummary (Maybe Text) Source #
The status message of the migration workflow.
workflowStepSummary_stepActionType :: Lens' WorkflowStepSummary (Maybe StepActionType) Source #
The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.
workflowStepSummary_stepId :: Lens' WorkflowStepSummary (Maybe Text) Source #
The ID of the step.
workflowStepSummary_totalNoOfSrv :: Lens' WorkflowStepSummary (Maybe Int) Source #
The total number of servers that have been migrated.