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

ListConfigurationSetsResponse

import type { ListConfigurationSetsResponse } from "https://aws-api.deno.dev/v0.3/services/pinpointemail.ts?docs=full";

A list of configuration sets in your Amazon Pinpoint account in the current AWS Region.

interface ListConfigurationSetsResponse {
ConfigurationSets?: string[] | null;
NextToken?: string | null;
}

§Properties

§
ConfigurationSets?: string[] | null
[src]

An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.

§
NextToken?: string | null
[src]

A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.