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

DeleteAssessmentReportRequest

import type { DeleteAssessmentReportRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface DeleteAssessmentReportRequest {
assessmentId: string;
assessmentReportId: string;
}

§Properties

§
assessmentId: string
[src]

The unique identifier for the assessment.

§
assessmentReportId: string
[src]

The unique identifier for the assessment report.