| 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.OptionStatus
Description
Synopsis
- data OptionStatus = OptionStatus' {}
- newOptionStatus :: UTCTime -> UTCTime -> OptionState -> OptionStatus
- optionStatus_pendingDeletion :: Lens' OptionStatus (Maybe Bool)
- optionStatus_updateVersion :: Lens' OptionStatus (Maybe Natural)
- optionStatus_creationDate :: Lens' OptionStatus UTCTime
- optionStatus_updateDate :: Lens' OptionStatus UTCTime
- optionStatus_state :: Lens' OptionStatus OptionState
Documentation
data OptionStatus Source #
Provides the current status of the entity.
See: newOptionStatus smart constructor.
Constructors
| OptionStatus' | |
Fields
| |
Instances
Arguments
| :: UTCTime | |
| -> UTCTime | |
| -> OptionState | |
| -> OptionStatus |
Create a value of OptionStatus 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:pendingDeletion:OptionStatus', optionStatus_pendingDeletion - Indicates whether the Elasticsearch domain is being deleted.
$sel:updateVersion:OptionStatus', optionStatus_updateVersion - Specifies the latest version for the entity.
$sel:creationDate:OptionStatus', optionStatus_creationDate - Timestamp which tells the creation date for the entity.
$sel:updateDate:OptionStatus', optionStatus_updateDate - Timestamp which tells the last updated time for the entity.
$sel:state:OptionStatus', optionStatus_state - Provides the OptionState for the Elasticsearch domain.
optionStatus_pendingDeletion :: Lens' OptionStatus (Maybe Bool) Source #
Indicates whether the Elasticsearch domain is being deleted.
optionStatus_updateVersion :: Lens' OptionStatus (Maybe Natural) Source #
Specifies the latest version for the entity.
optionStatus_creationDate :: Lens' OptionStatus UTCTime Source #
Timestamp which tells the creation date for the entity.
optionStatus_updateDate :: Lens' OptionStatus UTCTime Source #
Timestamp which tells the last updated time for the entity.
optionStatus_state :: Lens' OptionStatus OptionState Source #
Provides the OptionState for the Elasticsearch domain.