| 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.MigrationHubStrategy.Types.ServerStatusSummary
Description
Documentation
data ServerStatusSummary Source #
The status summary of the server analysis.
See: newServerStatusSummary smart constructor.
Constructors
| ServerStatusSummary' | |
Fields
| |
Instances
newServerStatusSummary :: ServerStatusSummary Source #
Create a value of ServerStatusSummary 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:count:ServerStatusSummary', serverStatusSummary_count - The number of servers successfully analyzed, partially successful or
failed analysis.
$sel:runTimeAssessmentStatus:ServerStatusSummary', serverStatusSummary_runTimeAssessmentStatus - The status of the run time.
serverStatusSummary_count :: Lens' ServerStatusSummary (Maybe Int) Source #
The number of servers successfully analyzed, partially successful or failed analysis.
serverStatusSummary_runTimeAssessmentStatus :: Lens' ServerStatusSummary (Maybe RunTimeAssessmentStatus) Source #
The status of the run time.