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

Represents a request to list the 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 ListConfigurationSetsRequest {
MaxItems?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxItems?: number | null
[src]

The number of configuration sets to return.

§
NextToken?: string | null
[src]

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