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

DescribeReplicationTaskAssessmentRunsResponse

import type { DescribeReplicationTaskAssessmentRunsResponse } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface DescribeReplicationTaskAssessmentRunsResponse {
Marker?: string | null;
ReplicationTaskAssessmentRuns?: ReplicationTaskAssessmentRun[] | null;
}

§Properties

§
Marker?: string | null
[src]

A pagination token returned for you to pass to a subsequent request. If you pass this token as the Marker value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by MaxRecords.

§
ReplicationTaskAssessmentRuns?: ReplicationTaskAssessmentRun[] | null
[src]

One or more premigration assessment runs as specified by Filters.