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 ServiceUpdate = ServiceUpdate' {}
- newServiceUpdate :: ServiceUpdate
- serviceUpdate_status :: Lens' ServiceUpdate (Maybe ServiceUpdateStatus)
- serviceUpdate_autoUpdateStartDate :: Lens' ServiceUpdate (Maybe UTCTime)
- serviceUpdate_serviceUpdateName :: Lens' ServiceUpdate (Maybe Text)
- serviceUpdate_nodesUpdated :: Lens' ServiceUpdate (Maybe Text)
- serviceUpdate_releaseDate :: Lens' ServiceUpdate (Maybe UTCTime)
- serviceUpdate_clusterName :: Lens' ServiceUpdate (Maybe Text)
- serviceUpdate_type :: Lens' ServiceUpdate (Maybe ServiceUpdateType)
- serviceUpdate_description :: Lens' ServiceUpdate (Maybe Text)
Documentation
data ServiceUpdate Source #
An update that you can apply to your MemoryDB clusters.
See: newServiceUpdate
smart constructor.
ServiceUpdate' | |
|
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:status:ServiceUpdate'
, serviceUpdate_status
- The status of the service update
$sel:autoUpdateStartDate:ServiceUpdate'
, serviceUpdate_autoUpdateStartDate
- The date at which the service update will be automatically applied
$sel:serviceUpdateName:ServiceUpdate'
, serviceUpdate_serviceUpdateName
- The unique ID 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:clusterName:ServiceUpdate'
, serviceUpdate_clusterName
- The name of the cluster to which the service update applies
$sel:type':ServiceUpdate'
, serviceUpdate_type
- Reflects the nature of the service update
$sel:description:ServiceUpdate'
, serviceUpdate_description
- Provides details of the service update
serviceUpdate_status :: Lens' ServiceUpdate (Maybe ServiceUpdateStatus) Source #
The status of the service update
serviceUpdate_autoUpdateStartDate :: Lens' ServiceUpdate (Maybe UTCTime) Source #
The date at which the service update will be automatically applied
serviceUpdate_serviceUpdateName :: Lens' ServiceUpdate (Maybe Text) Source #
The unique ID 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_clusterName :: Lens' ServiceUpdate (Maybe Text) Source #
The name of the cluster to which the service update applies
serviceUpdate_type :: Lens' ServiceUpdate (Maybe ServiceUpdateType) Source #
Reflects the nature of the service update
serviceUpdate_description :: Lens' ServiceUpdate (Maybe Text) Source #
Provides details of the service update