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

GetExclusionsPreviewResponse

import type { GetExclusionsPreviewResponse } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface GetExclusionsPreviewResponse {
exclusionPreviews?: ExclusionPreview[] | null;
nextToken?: string | null;
previewStatus: PreviewStatus;
}

§Properties

§
exclusionPreviews?: ExclusionPreview[] | null
[src]

Information about the exclusions included in the preview.

§
nextToken?: string | null
[src]

When a response is generated, if there is more data to be listed, this parameters is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

§
previewStatus: PreviewStatus
[src]

Specifies the status of the request to generate an exclusions preview.