| 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.MigrationWorkflowSummary
Description
Synopsis
- data MigrationWorkflowSummary = MigrationWorkflowSummary' {}
- newMigrationWorkflowSummary :: MigrationWorkflowSummary
- migrationWorkflowSummary_adsApplicationConfigurationName :: Lens' MigrationWorkflowSummary (Maybe Text)
- migrationWorkflowSummary_completedSteps :: Lens' MigrationWorkflowSummary (Maybe Int)
- migrationWorkflowSummary_creationTime :: Lens' MigrationWorkflowSummary (Maybe UTCTime)
- migrationWorkflowSummary_endTime :: Lens' MigrationWorkflowSummary (Maybe UTCTime)
- migrationWorkflowSummary_id :: Lens' MigrationWorkflowSummary (Maybe Text)
- migrationWorkflowSummary_name :: Lens' MigrationWorkflowSummary (Maybe Text)
- migrationWorkflowSummary_status :: Lens' MigrationWorkflowSummary (Maybe MigrationWorkflowStatusEnum)
- migrationWorkflowSummary_statusMessage :: Lens' MigrationWorkflowSummary (Maybe Text)
- migrationWorkflowSummary_templateId :: Lens' MigrationWorkflowSummary (Maybe Text)
- migrationWorkflowSummary_totalSteps :: Lens' MigrationWorkflowSummary (Maybe Int)
Documentation
data MigrationWorkflowSummary Source #
The summary of a migration workflow.
See: newMigrationWorkflowSummary smart constructor.
Constructors
| MigrationWorkflowSummary' | |
Fields
| |
Instances
newMigrationWorkflowSummary :: MigrationWorkflowSummary Source #
Create a value of MigrationWorkflowSummary 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:adsApplicationConfigurationName:MigrationWorkflowSummary', migrationWorkflowSummary_adsApplicationConfigurationName - The name of the application configured in Application Discovery Service.
$sel:completedSteps:MigrationWorkflowSummary', migrationWorkflowSummary_completedSteps - The steps completed in the migration workflow.
$sel:creationTime:MigrationWorkflowSummary', migrationWorkflowSummary_creationTime - The time at which the migration workflow was created.
$sel:endTime:MigrationWorkflowSummary', migrationWorkflowSummary_endTime - The time at which the migration workflow ended.
$sel:id:MigrationWorkflowSummary', migrationWorkflowSummary_id - The ID of the migration workflow.
$sel:name:MigrationWorkflowSummary', migrationWorkflowSummary_name - The name of the migration workflow.
$sel:status:MigrationWorkflowSummary', migrationWorkflowSummary_status - The status of the migration workflow.
$sel:statusMessage:MigrationWorkflowSummary', migrationWorkflowSummary_statusMessage - The status message of the migration workflow.
$sel:templateId:MigrationWorkflowSummary', migrationWorkflowSummary_templateId - The ID of the template.
$sel:totalSteps:MigrationWorkflowSummary', migrationWorkflowSummary_totalSteps - All the steps in a migration workflow.
migrationWorkflowSummary_adsApplicationConfigurationName :: Lens' MigrationWorkflowSummary (Maybe Text) Source #
The name of the application configured in Application Discovery Service.
migrationWorkflowSummary_completedSteps :: Lens' MigrationWorkflowSummary (Maybe Int) Source #
The steps completed in the migration workflow.
migrationWorkflowSummary_creationTime :: Lens' MigrationWorkflowSummary (Maybe UTCTime) Source #
The time at which the migration workflow was created.
migrationWorkflowSummary_endTime :: Lens' MigrationWorkflowSummary (Maybe UTCTime) Source #
The time at which the migration workflow ended.
migrationWorkflowSummary_id :: Lens' MigrationWorkflowSummary (Maybe Text) Source #
The ID of the migration workflow.
migrationWorkflowSummary_name :: Lens' MigrationWorkflowSummary (Maybe Text) Source #
The name of the migration workflow.
migrationWorkflowSummary_status :: Lens' MigrationWorkflowSummary (Maybe MigrationWorkflowStatusEnum) Source #
The status of the migration workflow.
migrationWorkflowSummary_statusMessage :: Lens' MigrationWorkflowSummary (Maybe Text) Source #
The status message of the migration workflow.
migrationWorkflowSummary_templateId :: Lens' MigrationWorkflowSummary (Maybe Text) Source #
The ID of the template.
migrationWorkflowSummary_totalSteps :: Lens' MigrationWorkflowSummary (Maybe Int) Source #
All the steps in a migration workflow.