| 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.ElasticSearch.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 the 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 progress percentage of 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
$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
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 progress percentage of 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
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