Framework
import type { Framework } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/auditmanager.ts";interface Framework {
arn?: string | null;
complianceType?: string | null;
controlSets?: ControlSet[] | null;
controlSources?: string | null;
createdAt?: Date | number | null;
createdBy?: string | null;
description?: string | null;
id?: string | null;
lastUpdatedAt?: Date | number | null;
lastUpdatedBy?: string | null;
logo?: string | null;
name?: string | null;
tags?: {} | null;
[key: string]: string | null | undefined;
type?: FrameworkType | null;
}