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

BatchGetAccountStatusResponse

import type { BatchGetAccountStatusResponse } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";
interface BatchGetAccountStatusResponse {
accounts: AccountState[];
failedAccounts?: FailedAccount[] | null;
}

§Properties

§
accounts: AccountState[]
[src]

An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.

§
failedAccounts?: FailedAccount[] | null
[src]

An array of objects detailing any accounts that failed to enable Amazon Inspector and why.