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

An object that contains information about the configuration sets for your account in the current region.

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

§Properties

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

An object that contains a list of configuration sets for your account in the current region.

§
NextToken?: string | null
[src]

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