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

UpdateAssessmentControlRequest

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

§Properties

§
assessmentId: string
[src]

The unique identifier for the assessment.

§
commentBody?: string | null
[src]

The comment body text for the control.

§
controlId: string
[src]

The unique identifier for the control.

§
controlSetId: string
[src]

The unique identifier for the control set.

§
controlStatus?: ControlStatus | null
[src]

The status of the control.