Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data UpgradeStepItem = UpgradeStepItem' {}
- newUpgradeStepItem :: UpgradeStepItem
- upgradeStepItem_upgradeStepStatus :: Lens' UpgradeStepItem (Maybe UpgradeStatus)
- upgradeStepItem_progressPercent :: Lens' UpgradeStepItem (Maybe Double)
- upgradeStepItem_issues :: Lens' UpgradeStepItem (Maybe [Text])
- upgradeStepItem_upgradeStep :: Lens' UpgradeStepItem (Maybe UpgradeStep)
Documentation
data UpgradeStepItem Source #
Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.
See: newUpgradeStepItem
smart constructor.
UpgradeStepItem' | |
|
Instances
newUpgradeStepItem :: UpgradeStepItem Source #
Create a value of UpgradeStepItem
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:upgradeStepStatus:UpgradeStepItem'
, upgradeStepItem_upgradeStepStatus
- The status of a particular step during an upgrade. The status can take
one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
$sel:progressPercent:UpgradeStepItem'
, upgradeStepItem_progressPercent
- The Floating point value representing progress percentage of a
particular step.
$sel:issues:UpgradeStepItem'
, upgradeStepItem_issues
- A list of strings containing detailed information about the errors
encountered in a particular step.
$sel:upgradeStep:UpgradeStepItem'
, upgradeStepItem_upgradeStep
- Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check
does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
upgradeStepItem_upgradeStepStatus :: Lens' UpgradeStepItem (Maybe UpgradeStatus) Source #
The status of a particular step during an upgrade. The status can take one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
upgradeStepItem_progressPercent :: Lens' UpgradeStepItem (Maybe Double) Source #
The Floating point value representing progress percentage of a particular step.
upgradeStepItem_issues :: Lens' UpgradeStepItem (Maybe [Text]) Source #
A list of strings containing detailed information about the errors encountered in a particular step.
upgradeStepItem_upgradeStep :: Lens' UpgradeStepItem (Maybe UpgradeStep) Source #
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
- PreUpgradeCheck
- Snapshot
- Upgrade