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

StartReplicationTaskAssessmentRunResponse

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

§Properties

§
ReplicationTaskAssessmentRun?: ReplicationTaskAssessmentRun | null
[src]

The premigration assessment run that was started.