GetConfigurationSetResponse
import type { GetConfigurationSetResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpointemail.ts";interface GetConfigurationSetResponse {
ConfigurationSetName?: string | null;
DeliveryOptions?: DeliveryOptions | null;
ReputationOptions?: ReputationOptions | null;
SendingOptions?: SendingOptions | null;
Tags?: Tag[] | null;
TrackingOptions?: TrackingOptions | null;
}§Properties
§
DeliveryOptions?: DeliveryOptions | null
[src]§
ReputationOptions?: ReputationOptions | null
[src]§
SendingOptions?: SendingOptions | null
[src]§
TrackingOptions?: TrackingOptions | null
[src]