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

DescribeExclusionsRequest

import type { DescribeExclusionsRequest } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface DescribeExclusionsRequest {
exclusionArns: string[];
locale?: Locale | null;
}

§Properties

§
exclusionArns: string[]
[src]

The list of ARNs that specify the exclusions that you want to describe.

§
locale?: Locale | null
[src]

The locale into which you want to translate the exclusion's title, description, and recommendation.