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.BatchStopUpdateAction

Description

Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.

Synopsis

Creating a Request

data BatchStopUpdateAction Source #

See: newBatchStopUpdateAction smart constructor.

Constructors

BatchStopUpdateAction' 

Fields

Instances

Instances details
Eq BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

Read BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

Show BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

Generic BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

Associated Types

type Rep BatchStopUpdateAction :: Type -> Type #

NFData BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

Methods

rnf :: BatchStopUpdateAction -> () #

Hashable BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

AWSRequest BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

Associated Types

type AWSResponse BatchStopUpdateAction #

ToHeaders BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

ToPath BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

ToQuery BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

type Rep BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

type Rep BatchStopUpdateAction = D1 ('MetaData "BatchStopUpdateAction" "Amazonka.ElastiCache.BatchStopUpdateAction" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "BatchStopUpdateAction'" '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 BatchStopUpdateAction Source # 
Instance details

Defined in Amazonka.ElastiCache.BatchStopUpdateAction

newBatchStopUpdateAction Source #

Create a value of BatchStopUpdateAction 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:BatchStopUpdateAction', batchStopUpdateAction_cacheClusterIds - The cache cluster IDs

$sel:replicationGroupIds:BatchStopUpdateAction', batchStopUpdateAction_replicationGroupIds - The replication group IDs

$sel:serviceUpdateName:BatchStopUpdateAction', batchStopUpdateAction_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