| 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.MemoryDb.Types.ServiceUpdate
Description
Synopsis
- data ServiceUpdate = ServiceUpdate' {}
- newServiceUpdate :: ServiceUpdate
- serviceUpdate_autoUpdateStartDate :: Lens' ServiceUpdate (Maybe UTCTime)
- serviceUpdate_clusterName :: Lens' ServiceUpdate (Maybe Text)
- serviceUpdate_description :: Lens' ServiceUpdate (Maybe Text)
- serviceUpdate_nodesUpdated :: Lens' ServiceUpdate (Maybe Text)
- serviceUpdate_releaseDate :: Lens' ServiceUpdate (Maybe UTCTime)
- serviceUpdate_serviceUpdateName :: Lens' ServiceUpdate (Maybe Text)
- serviceUpdate_status :: Lens' ServiceUpdate (Maybe ServiceUpdateStatus)
- serviceUpdate_type :: Lens' ServiceUpdate (Maybe ServiceUpdateType)
Documentation
data ServiceUpdate Source #
An update that you can apply to your MemoryDB clusters.
See: newServiceUpdate smart constructor.
Constructors
| ServiceUpdate' | |
Fields
| |
Instances
newServiceUpdate :: ServiceUpdate Source #
Create a value of ServiceUpdate 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:autoUpdateStartDate:ServiceUpdate', serviceUpdate_autoUpdateStartDate - The date at which the service update will be automatically applied
$sel:clusterName:ServiceUpdate', serviceUpdate_clusterName - The name of the cluster to which the service update applies
$sel:description:ServiceUpdate', serviceUpdate_description - Provides details of the service update
$sel:nodesUpdated:ServiceUpdate', serviceUpdate_nodesUpdated - A list of nodes updated by the service update
$sel:releaseDate:ServiceUpdate', serviceUpdate_releaseDate - The date when the service update is initially available
$sel:serviceUpdateName:ServiceUpdate', serviceUpdate_serviceUpdateName - The unique ID of the service update
$sel:status:ServiceUpdate', serviceUpdate_status - The status of the service update
$sel:type':ServiceUpdate', serviceUpdate_type - Reflects the nature of the service update
serviceUpdate_autoUpdateStartDate :: Lens' ServiceUpdate (Maybe UTCTime) Source #
The date at which the service update will be automatically applied
serviceUpdate_clusterName :: Lens' ServiceUpdate (Maybe Text) Source #
The name of the cluster to which the service update applies
serviceUpdate_description :: Lens' ServiceUpdate (Maybe Text) Source #
Provides details of the service update
serviceUpdate_nodesUpdated :: Lens' ServiceUpdate (Maybe Text) Source #
A list of nodes updated by the service update
serviceUpdate_releaseDate :: Lens' ServiceUpdate (Maybe UTCTime) Source #
The date when the service update is initially available
serviceUpdate_serviceUpdateName :: Lens' ServiceUpdate (Maybe Text) Source #
The unique ID of the service update
serviceUpdate_status :: Lens' ServiceUpdate (Maybe ServiceUpdateStatus) Source #
The status of the service update
serviceUpdate_type :: Lens' ServiceUpdate (Maybe ServiceUpdateType) Source #
Reflects the nature of the service update