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

GCMChannelRequest

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

Specifies the status and settings of the GCM channel for an application. This channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.

interface GCMChannelRequest {
ApiKey: string;
Enabled?: boolean | null;
}

§Properties

§
ApiKey: string
[src]

The Web API Key, also referred to as an API_KEY or server key, that you received from Google to communicate with Google services.

§
Enabled?: boolean | null
[src]

Specifies whether to enable the GCM channel for the application.