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-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";
interface UpdateAssessmentRequest {
assessmentDescription?: string | null;
assessmentId: string;
assessmentName?: string | null;
assessmentReportsDestination?: AssessmentReportsDestination | null;
roles?: Role[] | null;
scope: Scope;
}

§Properties

§
assessmentDescription?: string | null
[src]
§
assessmentId: string
[src]
§
assessmentName?: string | null
[src]
§
assessmentReportsDestination?: AssessmentReportsDestination | null
[src]
§
roles?: Role[] | null
[src]