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

ListPhoneNumbersOptedOutResponse

import type { ListPhoneNumbersOptedOutResponse } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";

The response from the ListPhoneNumbersOptedOut action.

interface ListPhoneNumbersOptedOutResponse {
nextToken?: string | null;
phoneNumbers: string[];
}

§Properties

§
nextToken?: string | null
[src]

A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

§
phoneNumbers: string[]
[src]

A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.