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

ListFrameworksOutput

import type { ListFrameworksOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface ListFrameworksOutput {
Frameworks?: Framework[] | null;
NextToken?: string | null;
}

§Properties

§
Frameworks?: Framework[] | null
[src]

A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.

§
NextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.