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.3/services/pinpointemail.ts?docs=full";

A request to obtain a list of configuration sets for your Amazon Pinpoint account in the current AWS Region.

interface ListConfigurationSetsRequest {
NextToken?: string | null;
PageSize?: number | null;
}

§Properties

§
NextToken?: string | null
[src]

A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.

§
PageSize?: number | null
[src]

The number of results to show in a single call to ListConfigurationSets. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.