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

BatchImportEvidenceToAssessmentControlRequest

import type { BatchImportEvidenceToAssessmentControlRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface BatchImportEvidenceToAssessmentControlRequest {
assessmentId: string;
controlId: string;
controlSetId: string;
manualEvidence: ManualEvidence[];
}

§Properties

§
assessmentId: string
[src]

The identifier for the assessment.

§
controlId: string
[src]

The identifier for the control.

§
controlSetId: string
[src]

The identifier for the control set.

§
manualEvidence: ManualEvidence[]
[src]

The list of manual evidence objects.