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

A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

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

§Properties

§
ConfigurationSets: ConfigurationSet[]
[src]

A list of configuration sets.

§
NextToken?: string | null
[src]

A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.