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

UpdateAssessmentRequest

import type { UpdateAssessmentRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface UpdateAssessmentRequest {
assessmentDescription?: string | null;
assessmentId: string;
assessmentName?: string | null;
assessmentReportsDestination?: AssessmentReportsDestination | null;
roles?: Role[] | null;
scope: Scope;
}

§Properties

§
assessmentDescription?: string | null
[src]

The description of the assessment.

§
assessmentId: string
[src]

The unique identifier for the assessment.

§
assessmentName?: string | null
[src]

The name of the assessment to be updated.

§
assessmentReportsDestination?: AssessmentReportsDestination | null
[src]

The assessment report storage destination for the assessment that's being updated.

§
roles?: Role[] | null
[src]

The list of roles for the assessment.

§
scope: Scope
[src]

The scope of the assessment.