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

EnableResponse

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

§Properties

§
accounts: Account[]
[src]

Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are provided for each account.

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

Information on any accounts for which Amazon Inspector scans could not be enabled. Details are provided for each account.