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

ListSMSSandboxPhoneNumbersResult

import type { ListSMSSandboxPhoneNumbersResult } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";
interface ListSMSSandboxPhoneNumbersResult {
NextToken?: string | null;
PhoneNumbers: SMSSandboxPhoneNumber[];
}

§Properties

§
NextToken?: string | null
[src]

A NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput operation if additional pages of records are available.

§

A list of the calling account's pending and verified phone numbers.