libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
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.DynamoDB.Types.DeleteReplicaAction

Description

 
Synopsis

Documentation

data DeleteReplicaAction Source #

Represents a replica to be removed.

See: newDeleteReplicaAction smart constructor.

Constructors

DeleteReplicaAction' 

Fields

Instances

Instances details
Eq DeleteReplicaAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteReplicaAction

Read DeleteReplicaAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteReplicaAction

Show DeleteReplicaAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteReplicaAction

Generic DeleteReplicaAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteReplicaAction

Associated Types

type Rep DeleteReplicaAction :: Type -> Type #

NFData DeleteReplicaAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteReplicaAction

Methods

rnf :: DeleteReplicaAction -> () #

Hashable DeleteReplicaAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteReplicaAction

ToJSON DeleteReplicaAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteReplicaAction

type Rep DeleteReplicaAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.DeleteReplicaAction

type Rep DeleteReplicaAction = D1 ('MetaData "DeleteReplicaAction" "Amazonka.DynamoDB.Types.DeleteReplicaAction" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "DeleteReplicaAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteReplicaAction Source #

Create a value of DeleteReplicaAction 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:regionName:DeleteReplicaAction', deleteReplicaAction_regionName - The Region of the replica to be removed.

deleteReplicaAction_regionName :: Lens' DeleteReplicaAction Text Source #

The Region of the replica to be removed.