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

ListOriginationNumbersResult

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

§Properties

§
NextToken?: string | null
[src]

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

§

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