| 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.UpgradeHistory
Description
Synopsis
- data UpgradeHistory = UpgradeHistory' {}
- newUpgradeHistory :: UpgradeHistory
- upgradeHistory_startTimestamp :: Lens' UpgradeHistory (Maybe UTCTime)
- upgradeHistory_stepsList :: Lens' UpgradeHistory (Maybe [UpgradeStepItem])
- upgradeHistory_upgradeName :: Lens' UpgradeHistory (Maybe Text)
- upgradeHistory_upgradeStatus :: Lens' UpgradeHistory (Maybe UpgradeStatus)
Documentation
data UpgradeHistory Source #
History of the last 10 upgrades and upgrade eligibility checks for an Amazon OpenSearch Service domain.
See: newUpgradeHistory smart constructor.
Constructors
| UpgradeHistory' | |
Fields
| |
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:startTimestamp:UpgradeHistory', upgradeHistory_startTimestamp - UTC timestamp at which the upgrade API call was made, in the format
yyyy-MM-ddTHH:mm:ssZ.
$sel:stepsList:UpgradeHistory', upgradeHistory_stepsList - A list of each step performed as part of a specific upgrade or upgrade
eligibility check.
$sel:upgradeName:UpgradeHistory', upgradeHistory_upgradeName - A string that describes the upgrade.
$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
upgradeHistory_startTimestamp :: Lens' UpgradeHistory (Maybe UTCTime) Source #
UTC timestamp at which the upgrade API call was made, in the format
yyyy-MM-ddTHH:mm:ssZ.
upgradeHistory_stepsList :: Lens' UpgradeHistory (Maybe [UpgradeStepItem]) Source #
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
upgradeHistory_upgradeName :: Lens' UpgradeHistory (Maybe Text) Source #
A string that describes the upgrade.
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