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

ADMChannelRequest

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

Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.

interface ADMChannelRequest {
ClientId: string;
ClientSecret: string;
Enabled?: boolean | null;
}

§Properties

§
ClientId: string
[src]

The Client ID that you received from Amazon to send messages by using ADM.

§
ClientSecret: string
[src]

The Client Secret that you received from Amazon to send messages by using ADM.

§
Enabled?: boolean | null
[src]

Specifies whether to enable the ADM channel for the application.