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

CreateExclusionsPreviewResponse

import type { CreateExclusionsPreviewResponse } from "https://aws-api.deno.dev/v0.4/services/inspector.ts?docs=full";
interface CreateExclusionsPreviewResponse {
previewToken: string;
}

§Properties

§
previewToken: string
[src]

Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.