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

ListEnabledProductsForImportResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
ProductSubscriptions?: string[] | null
[src]

The list of ARNs for the resources that represent your subscriptions to products.