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

APNSMessage

import type { APNSMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";
interface APNSMessage {
Action?: Action | null;
APNSPushType?: string | null;
Badge?: number | null;
Body?: string | null;
Category?: string | null;
CollapseId?: string | null;
Data?: {
[key: string]: string | null | undefined;
}
| null;
MediaUrl?: string | null;
PreferredAuthenticationMethod?: string | null;
Priority?: string | null;
RawContent?: string | null;
SilentPush?: boolean | null;
Sound?: string | null;
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null;
ThreadId?: string | null;
TimeToLive?: number | null;
Title?: string | null;
Url?: string | null;
}

§Properties

§
Action?: Action | null
[src]
§
APNSPushType?: string | null
[src]
§
Badge?: number | null
[src]
§
Body?: string | null
[src]
§
Category?: string | null
[src]
§
CollapseId?: string | null
[src]
§
Data?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
MediaUrl?: string | null
[src]
§
PreferredAuthenticationMethod?: string | null
[src]
§
Priority?: string | null
[src]
§
RawContent?: string | null
[src]
§
SilentPush?: boolean | null
[src]
§
Sound?: string | null
[src]
§
Substitutions?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
ThreadId?: string | null
[src]
§
TimeToLive?: number | null
[src]
§
Title?: string | null
[src]
§
Url?: string | null
[src]