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

GetConfigurationSetEventDestinationsResponse

import type { GetConfigurationSetEventDestinationsResponse } from "https://aws-api.deno.dev/v0.4/services/pinpointsmsvoice.ts?docs=full";

An object that contains information about an event destination.

interface GetConfigurationSetEventDestinationsResponse {
EventDestinations?: EventDestination[] | null;
}

§Properties

§
EventDestinations?: EventDestination[] | null
[src]