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

GetConfigurationSetRequest

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

A request to obtain information about a configuration set.

interface GetConfigurationSetRequest {
ConfigurationSetName: string;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that you want to obtain more information about.