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

DescribeStandardsResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
Standards?: Standard[] | null
[src]

A list of available standards.