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 UpgradeHistory = UpgradeHistory' {}
- newUpgradeHistory :: UpgradeHistory
- upgradeHistory_upgradeStatus :: Lens' UpgradeHistory (Maybe UpgradeStatus)
- upgradeHistory_stepsList :: Lens' UpgradeHistory (Maybe [UpgradeStepItem])
- upgradeHistory_upgradeName :: Lens' UpgradeHistory (Maybe Text)
- upgradeHistory_startTimestamp :: Lens' UpgradeHistory (Maybe UTCTime)
Documentation
data UpgradeHistory Source #
History of the last 10 upgrades and upgrade eligibility checks.
See: newUpgradeHistory
smart constructor.
UpgradeHistory' | |
|
Instances
newUpgradeHistory :: UpgradeHistory Source #
Create a value of UpgradeHistory
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:upgradeStatus:UpgradeHistory'
, upgradeHistory_upgradeStatus
- The current status of the upgrade. The status can take one of the
following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
$sel:stepsList:UpgradeHistory'
, upgradeHistory_stepsList
- A list of UpgradeStepItem
s representing information about each step
performed as part of a specific upgrade or upgrade eligibility check.
$sel:upgradeName:UpgradeHistory'
, upgradeHistory_upgradeName
- A string that briefly describes the upgrade.
$sel:startTimestamp:UpgradeHistory'
, upgradeHistory_startTimestamp
- UTC timestamp at which the upgrade API call was made in
"yyyy-MM-ddTHH:mm:ssZ" format.
upgradeHistory_upgradeStatus :: Lens' UpgradeHistory (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
upgradeHistory_stepsList :: Lens' UpgradeHistory (Maybe [UpgradeStepItem]) Source #
A list of UpgradeStepItem
s representing information about each step
performed as part of a specific upgrade or upgrade eligibility check.
upgradeHistory_upgradeName :: Lens' UpgradeHistory (Maybe Text) Source #
A string that briefly describes the upgrade.
upgradeHistory_startTimestamp :: Lens' UpgradeHistory (Maybe UTCTime) Source #
UTC timestamp at which the upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.