| 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.OpenSearch.Types.UpgradeStepItem
Description
Synopsis
- data UpgradeStepItem = UpgradeStepItem' {}
- newUpgradeStepItem :: UpgradeStepItem
- upgradeStepItem_issues :: Lens' UpgradeStepItem (Maybe [Text])
- upgradeStepItem_progressPercent :: Lens' UpgradeStepItem (Maybe Double)
- upgradeStepItem_upgradeStep :: Lens' UpgradeStepItem (Maybe UpgradeStep)
- upgradeStepItem_upgradeStepStatus :: Lens' UpgradeStepItem (Maybe UpgradeStatus)
Documentation
data UpgradeStepItem Source #
Represents a single step of an upgrade or upgrade eligibility check workflow.
See: newUpgradeStepItem smart constructor.
Constructors
| UpgradeStepItem' | |
Fields
| |
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:issues:UpgradeStepItem', upgradeStepItem_issues - A list of strings containing detailed information about the errors
encountered in a particular step.
$sel:progressPercent:UpgradeStepItem', upgradeStepItem_progressPercent - The floating point value representing the progress percentage of a
particular step.
$sel:upgradeStep:UpgradeStepItem', upgradeStepItem_upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes
through:
- PreUpgradeCheck
- Snapshot
- Upgrade
$sel:upgradeStepStatus:UpgradeStepItem', upgradeStepItem_upgradeStepStatus - The current status of the upgrade. The status can take one of the
following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
upgradeStepItem_issues :: Lens' UpgradeStepItem (Maybe [Text]) Source #
A list of strings containing detailed information about the errors encountered in a particular step.
upgradeStepItem_progressPercent :: Lens' UpgradeStepItem (Maybe Double) Source #
The floating point value representing the progress percentage of a particular step.
upgradeStepItem_upgradeStep :: Lens' UpgradeStepItem (Maybe UpgradeStep) Source #
One of three steps that an upgrade or upgrade eligibility check goes through:
- PreUpgradeCheck
- Snapshot
- Upgrade
upgradeStepItem_upgradeStepStatus :: Lens' UpgradeStepItem (Maybe UpgradeStatus) Source #
The current status of the upgrade. The status can take one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed