libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
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.ElastiCache.BatchApplyUpdateAction

Description

Apply the service update. For more information on service updates and applying them, see Applying Service Updates.

Synopsis

Creating a Request

data BatchApplyUpdateAction Source #

See: newBatchApplyUpdateAction smart constructor.

Constructors

BatchApplyUpdateAction' 

Fields

Instances

Instances details
Eq BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

Read BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

Show BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

Generic BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

Associated Types

type Rep BatchApplyUpdateAction :: Type -> Type #

NFData BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

Methods

rnf :: BatchApplyUpdateAction -> () #

Hashable BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

AWSRequest BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

Associated Types

type AWSResponse BatchApplyUpdateAction #

ToHeaders BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

ToPath BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

ToQuery BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

type Rep BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

type Rep BatchApplyUpdateAction = D1 ('MetaData "BatchApplyUpdateAction" "Amazonka.ElastiCache.BatchApplyUpdateAction" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "BatchApplyUpdateAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cacheClusterIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "replicationGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "serviceUpdateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse BatchApplyUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchApplyUpdateAction

newBatchApplyUpdateAction Source #

Create a value of BatchApplyUpdateAction 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:cacheClusterIds:BatchApplyUpdateAction', batchApplyUpdateAction_cacheClusterIds - The cache cluster IDs

$sel:replicationGroupIds:BatchApplyUpdateAction', batchApplyUpdateAction_replicationGroupIds - The replication group IDs

$sel:serviceUpdateName:BatchApplyUpdateAction', batchApplyUpdateAction_serviceUpdateName - The unique ID of the service update

Request Lenses

Destructuring the Response

data UpdateActionResultsMessage Source #

See: newUpdateActionResultsMessage smart constructor.

Constructors

UpdateActionResultsMessage' 

Fields

Instances

Instances details
Eq UpdateActionResultsMessage Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UpdateActionResultsMessage

Read UpdateActionResultsMessage Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UpdateActionResultsMessage

Show UpdateActionResultsMessage Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UpdateActionResultsMessage

Generic UpdateActionResultsMessage Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UpdateActionResultsMessage

Associated Types

type Rep UpdateActionResultsMessage :: Type -> Type #

NFData UpdateActionResultsMessage Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UpdateActionResultsMessage

Hashable UpdateActionResultsMessage Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UpdateActionResultsMessage

FromXML UpdateActionResultsMessage Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UpdateActionResultsMessage

type Rep UpdateActionResultsMessage Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.UpdateActionResultsMessage

type Rep UpdateActionResultsMessage = D1 ('MetaData "UpdateActionResultsMessage" "Amazonka.ElastiCache.Types.UpdateActionResultsMessage" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "UpdateActionResultsMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unprocessedUpdateActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UnprocessedUpdateAction])) :*: S1 ('MetaSel ('Just "processedUpdateActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessedUpdateAction]))))

newUpdateActionResultsMessage :: UpdateActionResultsMessage Source #

Create a value of UpdateActionResultsMessage 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:unprocessedUpdateActions:UpdateActionResultsMessage', updateActionResultsMessage_unprocessedUpdateActions - Update actions that haven't been processed successfully

$sel:processedUpdateActions:UpdateActionResultsMessage', updateActionResultsMessage_processedUpdateActions - Update actions that have been processed successfully

Response Lenses