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

DescribeFindingsRequest

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

§Properties

§
findingArns: string[]
[src]

The ARN that specifies the finding that you want to describe.

§
locale?: Locale | null
[src]

The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.