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

Description

Returns information about the task logs for the specified task.

Synopsis

Creating a Request

data DescribeReplicationInstanceTaskLogs Source #

Constructors

DescribeReplicationInstanceTaskLogs' 

Fields

  • marker :: Maybe Text

    An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

  • maxRecords :: Maybe Int

    The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

    Default: 100

    Constraints: Minimum 20, maximum 100.

  • replicationInstanceArn :: Text

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

Instances

Instances details
Eq DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Read DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Show DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Generic DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

NFData DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Hashable DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

ToJSON DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

AWSRequest DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

ToHeaders DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

ToPath DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

ToQuery DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

type Rep DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

type Rep DescribeReplicationInstanceTaskLogs = D1 ('MetaData "DescribeReplicationInstanceTaskLogs" "Amazonka.DMS.DescribeReplicationInstanceTaskLogs" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DescribeReplicationInstanceTaskLogs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

newDescribeReplicationInstanceTaskLogs Source #

Create a value of DescribeReplicationInstanceTaskLogs 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:marker:DescribeReplicationInstanceTaskLogs', describeReplicationInstanceTaskLogs_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:maxRecords:DescribeReplicationInstanceTaskLogs', describeReplicationInstanceTaskLogs_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

$sel:replicationInstanceArn:DescribeReplicationInstanceTaskLogs', describeReplicationInstanceTaskLogs_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

Request Lenses

describeReplicationInstanceTaskLogs_marker :: Lens' DescribeReplicationInstanceTaskLogs (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

describeReplicationInstanceTaskLogs_maxRecords :: Lens' DescribeReplicationInstanceTaskLogs (Maybe Int) Source #

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

Destructuring the Response

data DescribeReplicationInstanceTaskLogsResponse Source #

Constructors

DescribeReplicationInstanceTaskLogsResponse' 

Fields

Instances

Instances details
Eq DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Read DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Show DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Generic DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

NFData DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

type Rep DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

type Rep DescribeReplicationInstanceTaskLogsResponse = D1 ('MetaData "DescribeReplicationInstanceTaskLogsResponse" "Amazonka.DMS.DescribeReplicationInstanceTaskLogs" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DescribeReplicationInstanceTaskLogsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "replicationInstanceTaskLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationInstanceTaskLog])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReplicationInstanceTaskLogsResponse Source #

Create a value of DescribeReplicationInstanceTaskLogsResponse 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:replicationInstanceTaskLogs:DescribeReplicationInstanceTaskLogsResponse', describeReplicationInstanceTaskLogsResponse_replicationInstanceTaskLogs - An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

$sel:marker:DescribeReplicationInstanceTaskLogs', describeReplicationInstanceTaskLogsResponse_marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

$sel:replicationInstanceArn:DescribeReplicationInstanceTaskLogs', describeReplicationInstanceTaskLogsResponse_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

$sel:httpStatus:DescribeReplicationInstanceTaskLogsResponse', describeReplicationInstanceTaskLogsResponse_httpStatus - The response's http status code.

Response Lenses

describeReplicationInstanceTaskLogsResponse_replicationInstanceTaskLogs :: Lens' DescribeReplicationInstanceTaskLogsResponse (Maybe [ReplicationInstanceTaskLog]) Source #

An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

describeReplicationInstanceTaskLogsResponse_marker :: Lens' DescribeReplicationInstanceTaskLogsResponse (Maybe Text) Source #

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.