libZSservicesZSamazonka-memorydbZSamazonka-memorydb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MemoryDb.Types.ServiceUpdate

Description

 
Synopsis

Documentation

data ServiceUpdate Source #

An update that you can apply to your MemoryDB clusters.

See: newServiceUpdate smart constructor.

Constructors

ServiceUpdate' 

Fields

Instances

Instances details
Eq ServiceUpdate Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ServiceUpdate

Read ServiceUpdate Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ServiceUpdate

Show ServiceUpdate Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ServiceUpdate

Generic ServiceUpdate Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ServiceUpdate

Associated Types

type Rep ServiceUpdate :: Type -> Type #

NFData ServiceUpdate Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ServiceUpdate

Methods

rnf :: ServiceUpdate -> () #

Hashable ServiceUpdate Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ServiceUpdate

FromJSON ServiceUpdate Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ServiceUpdate

type Rep ServiceUpdate Source # 
Instance details

Defined in Amazonka.MemoryDb.Types.ServiceUpdate

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_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