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

DescribeExclusionsResponse

import type { DescribeExclusionsResponse } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface DescribeExclusionsResponse {
exclusions: {
[key: string]: Exclusion | null | undefined;
}
;
failedItems: {
[key: string]: FailedItemDetails | null | undefined;
}
;
}

§Properties

§
exclusions: {
[key: string]: Exclusion | null | undefined;
}
[src]

Information about the exclusions.

§
failedItems: {
[key: string]: FailedItemDetails | null | undefined;
}
[src]

Exclusion details that cannot be described. An error code is provided for each failed item.