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

UpdateAssessmentFrameworkRequest

import type { UpdateAssessmentFrameworkRequest } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface UpdateAssessmentFrameworkRequest {
complianceType?: string | null;
description?: string | null;
frameworkId: string;
name: string;
}

§Properties

§
complianceType?: string | null
[src]

The compliance type that the new custom framework supports, such as CIS or HIPAA.

§

The control sets that are associated with the framework.

§
description?: string | null
[src]

The description of the updated framework.

§
frameworkId: string
[src]

The unique identifier for the framework.

§
name: string
[src]

The name of the framework to be updated.