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

UpdateAssessmentControlSetStatusRequest

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

§Properties

§
assessmentId: string
[src]

The unique identifier for the assessment.

§
comment: string
[src]

The comment that's related to the status update.

§
controlSetId: string
[src]

The unique identifier for the control set.

§

The status of the control set that's being updated.