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

DescribeReplicationTaskAssessmentResultsResponse

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

§Properties

§
BucketName?: string | null
[src]
  • The Amazon S3 bucket where the task assessment report is located.
§
Marker?: string | null
[src]

An 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.

§
ReplicationTaskAssessmentResults?: ReplicationTaskAssessmentResult[] | null
[src]

The task assessment report.