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

ListOriginationNumbersRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of origination numbers to return.

§
NextToken?: string | null
[src]

Token that the previous ListOriginationNumbers request returns.