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

GetEvidenceFolderRequest

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

§Properties

§
assessmentId: string
[src]

The unique identifier for the assessment.

§
controlSetId: string
[src]

The unique identifier for the control set.

§
evidenceFolderId: string
[src]

The unique identifier for the folder that the evidence is stored in.