libZSservicesZSamazonka-dmsZSamazonka-dms
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.DMS.Types.ReplicationPendingModifiedValues

Description

 
Synopsis

Documentation

data ReplicationPendingModifiedValues Source #

Provides information about the values of pending modifications to a replication instance. This data type is an object of the ReplicationInstance user-defined data type.

See: newReplicationPendingModifiedValues smart constructor.

Constructors

ReplicationPendingModifiedValues' 

Fields

Instances

Instances details
Eq ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Read ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Show ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Generic ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Associated Types

type Rep ReplicationPendingModifiedValues :: Type -> Type #

NFData ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Hashable ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

FromJSON ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

type Rep ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

type Rep ReplicationPendingModifiedValues = D1 ('MetaData "ReplicationPendingModifiedValues" "Amazonka.DMS.Types.ReplicationPendingModifiedValues" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationPendingModifiedValues'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "replicationInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newReplicationPendingModifiedValues :: ReplicationPendingModifiedValues Source #

Create a value of ReplicationPendingModifiedValues 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:engineVersion:ReplicationPendingModifiedValues', replicationPendingModifiedValues_engineVersion - The engine version number of the replication instance.

$sel:multiAZ:ReplicationPendingModifiedValues', replicationPendingModifiedValues_multiAZ - Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

$sel:allocatedStorage:ReplicationPendingModifiedValues', replicationPendingModifiedValues_allocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.

$sel:replicationInstanceClass:ReplicationPendingModifiedValues', replicationPendingModifiedValues_replicationInstanceClass - The compute and memory capacity of the replication instance as defined for the specified replication instance class.

For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.

replicationPendingModifiedValues_multiAZ :: Lens' ReplicationPendingModifiedValues (Maybe Bool) Source #

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

replicationPendingModifiedValues_allocatedStorage :: Lens' ReplicationPendingModifiedValues (Maybe Int) Source #

The amount of storage (in gigabytes) that is allocated for the replication instance.

replicationPendingModifiedValues_replicationInstanceClass :: Lens' ReplicationPendingModifiedValues (Maybe Text) Source #

The compute and memory capacity of the replication instance as defined for the specified replication instance class.

For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.