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

StartOnDemandAuditTaskRequest

import type { StartOnDemandAuditTaskRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface StartOnDemandAuditTaskRequest {
targetCheckNames: string[];
}

§Properties

§
targetCheckNames: string[]
[src]

Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.