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

Description

 
Synopsis

Documentation

data ReplicationInstanceTaskLog Source #

Contains metadata for a replication instance task log.

See: newReplicationInstanceTaskLog smart constructor.

Constructors

ReplicationInstanceTaskLog' 

Fields

Instances

Instances details
Eq ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Read ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Show ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Generic ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Associated Types

type Rep ReplicationInstanceTaskLog :: Type -> Type #

NFData ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Hashable ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

FromJSON ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

type Rep ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

type Rep ReplicationInstanceTaskLog = D1 ('MetaData "ReplicationInstanceTaskLog" "Amazonka.DMS.Types.ReplicationInstanceTaskLog" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationInstanceTaskLog'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationInstanceTaskLogSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newReplicationInstanceTaskLog :: ReplicationInstanceTaskLog Source #

Create a value of ReplicationInstanceTaskLog 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:replicationTaskName:ReplicationInstanceTaskLog', replicationInstanceTaskLog_replicationTaskName - The name of the replication task.

$sel:replicationTaskArn:ReplicationInstanceTaskLog', replicationInstanceTaskLog_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

$sel:replicationInstanceTaskLogSize:ReplicationInstanceTaskLog', replicationInstanceTaskLog_replicationInstanceTaskLogSize - The size, in bytes, of the replication task log.

replicationInstanceTaskLog_replicationTaskArn :: Lens' ReplicationInstanceTaskLog (Maybe Text) Source #

The Amazon Resource Name (ARN) of the replication task.