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

ChannelsResponse

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

Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.

interface ChannelsResponse {
Channels: {
[key: string]: ChannelResponse | null | undefined;
}
;
}

§Properties

§
Channels: {
[key: string]: ChannelResponse | null | undefined;
}
[src]

A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.