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

ListSMSSandboxPhoneNumbersInput

import type { ListSMSSandboxPhoneNumbersInput } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";
interface ListSMSSandboxPhoneNumbersInput {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of phone numbers to return.

§
NextToken?: string | null
[src]

Token that the previous ListSMSSandboxPhoneNumbersInput request returns.