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-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";
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]
§
MaxRecords?: number | null
[src]
§
MigrationType?: MigrationTypeValue | null
[src]
§
ReplicationInstanceArn?: string | null
[src]
§
ReplicationTaskArn?: string | null
[src]
§
SourceEngineName?: string | null
[src]
§
TargetEngineName?: string | null
[src]