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

APNSSandboxChannelResponse

import type { APNSSandboxChannelResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface APNSSandboxChannelResponse {
ApplicationId?: string | null;
CreationDate?: string | null;
DefaultAuthenticationMethod?: string | null;
Enabled?: boolean | null;
HasCredential?: boolean | null;
HasTokenKey?: boolean | null;
Id?: string | null;
IsArchived?: boolean | null;
LastModifiedBy?: string | null;
LastModifiedDate?: string | null;
Platform: string;
Version?: number | null;
}

§Properties

§
ApplicationId?: string | null
[src]
§
CreationDate?: string | null
[src]
§
DefaultAuthenticationMethod?: string | null
[src]
§
Enabled?: boolean | null
[src]
§
HasCredential?: boolean | null
[src]
§
HasTokenKey?: boolean | null
[src]
§
Id?: string | null
[src]
§
IsArchived?: boolean | null
[src]
§
LastModifiedBy?: string | null
[src]
§
LastModifiedDate?: string | null
[src]
§
Platform: string
[src]
§
Version?: number | null
[src]