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

DescribeReplicationTaskIndividualAssessmentsResponse

import type { DescribeReplicationTaskIndividualAssessmentsResponse } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface DescribeReplicationTaskIndividualAssessmentsResponse {
Marker?: string | null;
ReplicationTaskIndividualAssessments?: ReplicationTaskIndividualAssessment[] | 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.

§
ReplicationTaskIndividualAssessments?: ReplicationTaskIndividualAssessment[] | null
[src]

One or more individual assessments as specified by Filters.