Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeApplicableIndividualAssessmentsMessage

import type { DescribeApplicableIndividualAssessmentsMessage } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface DescribeApplicableIndividualAssessmentsMessage {
Marker?: string | null;
MaxRecords?: number | null;
MigrationType?: MigrationTypeValue | null;
ReplicationInstanceArn?: string | null;
ReplicationTaskArn?: string | null;
SourceEngineName?: string | null;
TargetEngineName?: string | null;
}

§Properties

§
Marker?: string | null
[src]

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?: number | null
[src]

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.

§
MigrationType?: MigrationTypeValue | null
[src]

Name of the migration type that each provided individual assessment must support.

§
ReplicationInstanceArn?: string | null
[src]

ARN of a replication instance on which you want to base the default list of individual assessments.

§
ReplicationTaskArn?: string | null
[src]

Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.

§
SourceEngineName?: string | null
[src]

Name of a database engine that the specified replication instance supports as a source.

§
TargetEngineName?: string | null
[src]

Name of a database engine that the specified replication instance supports as a target.