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

ListStandardsControlAssociationsResponse

import type { ListStandardsControlAssociationsResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface ListStandardsControlAssociationsResponse {
NextToken?: string | null;
StandardsControlAssociationSummaries: StandardsControlAssociationSummary[];
}

§Properties

§
NextToken?: string | null
[src]

A pagination parameter that's included in the response only if it was included in the request.

§
StandardsControlAssociationSummaries: StandardsControlAssociationSummary[]
[src]

An array that provides the enablement status and other details for each security control that applies to each enabled standard.