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

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?: {
[key: string]: string | null | undefined;
}
| null;
type?: FrameworkType | null;
}

§Properties

§
arn?: string | null
[src]
§
complianceType?: string | null
[src]
§
controlSets?: ControlSet[] | null
[src]
§
controlSources?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
description?: string | null
[src]
§
id?: string | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
lastUpdatedBy?: string | null
[src]
§
name?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
type?: FrameworkType | null
[src]