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

BatchGetSecurityControlsResponse

import type { BatchGetSecurityControlsResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface BatchGetSecurityControlsResponse {
SecurityControls: SecurityControl[];
UnprocessedIds?: UnprocessedSecurityControl[] | null;
}

§Properties

§
SecurityControls: SecurityControl[]
[src]

An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includes SecurityControlId or SecurityControlArn.

§
UnprocessedIds?: UnprocessedSecurityControl[] | null
[src]

A security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) for which details cannot be returned.