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

APNSChannelRequest

import type { APNSChannelRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface APNSChannelRequest {
BundleId?: string | null;
Certificate?: string | null;
DefaultAuthenticationMethod?: string | null;
Enabled?: boolean | null;
PrivateKey?: string | null;
TeamId?: string | null;
TokenKey?: string | null;
TokenKeyId?: string | null;
}

§Properties

§
BundleId?: string | null
[src]
§
Certificate?: string | null
[src]
§
DefaultAuthenticationMethod?: string | null
[src]
§
Enabled?: boolean | null
[src]
§
PrivateKey?: string | null
[src]
§
TeamId?: string | null
[src]
§
TokenKey?: string | null
[src]
§
TokenKeyId?: string | null
[src]