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

ListContactListsResponse

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

§Properties

§
ContactLists?: ContactList[] | null
[src]

The available contact lists.

§
NextToken?: string | null
[src]

A string token indicating that there might be additional contact lists available to be listed. Copy this token to a subsequent call to ListContactLists with the same parameters to retrieve the next page of contact lists.