amazonka-memorydb-2.0: Amazon MemoryDB SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MemoryDb.BatchUpdateCluster

Description

Apply the service update to a list of clusters supplied. For more information on service updates and applying them, see Applying the service updates.

Synopsis

Creating a Request

data BatchUpdateCluster Source #

See: newBatchUpdateCluster smart constructor.

Constructors

BatchUpdateCluster' 

Fields

Instances

Instances details
ToJSON BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

ToHeaders BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

ToPath BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

ToQuery BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

AWSRequest BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

Associated Types

type AWSResponse BatchUpdateCluster #

Generic BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

Associated Types

type Rep BatchUpdateCluster :: Type -> Type #

Read BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

Show BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

NFData BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

Methods

rnf :: BatchUpdateCluster -> () #

Eq BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

Hashable BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

type AWSResponse BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

type Rep BatchUpdateCluster Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

type Rep BatchUpdateCluster = D1 ('MetaData "BatchUpdateCluster" "Amazonka.MemoryDb.BatchUpdateCluster" "amazonka-memorydb-2.0-7JvPQiLpSKi6naAXiKMLiu" 'False) (C1 ('MetaCons "BatchUpdateCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceUpdateRequest)) :*: S1 ('MetaSel ('Just "clusterNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newBatchUpdateCluster :: BatchUpdateCluster Source #

Create a value of BatchUpdateCluster 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:serviceUpdate:BatchUpdateCluster', batchUpdateCluster_serviceUpdate - The unique ID of the service update

$sel:clusterNames:BatchUpdateCluster', batchUpdateCluster_clusterNames - The cluster names to apply the updates.

Request Lenses

batchUpdateCluster_clusterNames :: Lens' BatchUpdateCluster [Text] Source #

The cluster names to apply the updates.

Destructuring the Response

data BatchUpdateClusterResponse Source #

See: newBatchUpdateClusterResponse smart constructor.

Constructors

BatchUpdateClusterResponse' 

Fields

Instances

Instances details
Generic BatchUpdateClusterResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

Associated Types

type Rep BatchUpdateClusterResponse :: Type -> Type #

Read BatchUpdateClusterResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

Show BatchUpdateClusterResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

NFData BatchUpdateClusterResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

Eq BatchUpdateClusterResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

type Rep BatchUpdateClusterResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.BatchUpdateCluster

type Rep BatchUpdateClusterResponse = D1 ('MetaData "BatchUpdateClusterResponse" "Amazonka.MemoryDb.BatchUpdateCluster" "amazonka-memorydb-2.0-7JvPQiLpSKi6naAXiKMLiu" 'False) (C1 ('MetaCons "BatchUpdateClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "processedClusters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Cluster])) :*: (S1 ('MetaSel ('Just "unprocessedClusters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UnprocessedCluster])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchUpdateClusterResponse Source #

Create a value of BatchUpdateClusterResponse 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:processedClusters:BatchUpdateClusterResponse', batchUpdateClusterResponse_processedClusters - The list of clusters that have been updated.

$sel:unprocessedClusters:BatchUpdateClusterResponse', batchUpdateClusterResponse_unprocessedClusters - The list of clusters where updates have not been applied.

$sel:httpStatus:BatchUpdateClusterResponse', batchUpdateClusterResponse_httpStatus - The response's http status code.

Response Lenses