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

ListConfigurationSetsRequest

import type { ListConfigurationSetsRequest } from "https://aws-api.deno.dev/v0.4/services/pinpointsmsvoice.ts?docs=full";
interface ListConfigurationSetsRequest {
NextToken?: string | null;
PageSize?: string | null;
}

§Properties

§
NextToken?: string | null
[src]

A token returned from a previous call to the API that indicates the position in the list of results.

§
PageSize?: string | null
[src]

Used to specify the number of items that should be returned in the response.