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

DisableResponse

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

§Properties

§
accounts: Account[]
[src]

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

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

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