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

ListSubscribersResponse

import type { ListSubscribersResponse } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface ListSubscribersResponse {
nextToken?: string | null;
subscribers: SubscriberResource[];
}

§Properties

§
nextToken?: string | null
[src]

If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.

§

The subscribers available for the specified Security Lake account ID.