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

GetEnabledStandardsResponse

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

§Properties

§
NextToken?: string | null
[src]

The pagination token to use to request the next page of results.

§
StandardsSubscriptions?: StandardsSubscription[] | null
[src]

The list of StandardsSubscriptions objects that include information about the enabled standards.