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

GetEvidenceFoldersByAssessmentControlRequest

import type { GetEvidenceFoldersByAssessmentControlRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface GetEvidenceFoldersByAssessmentControlRequest {
assessmentId: string;
controlId: string;
controlSetId: string;
maxResults?: number | null;
nextToken?: string | null;
}

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

§
maxResults?: number | null
[src]

Represents the maximum number of results on a page or for an API request call.

§
nextToken?: string | null
[src]

The pagination token that's used to fetch the next set of results.