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

ListContactsResponse

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

§Properties

§
Contacts?: Contact[] | null
[src]

The contacts present in a specific contact list.

§
NextToken?: string | null
[src]

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