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

APNSVoipChannelResponse

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

Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.

interface APNSVoipChannelResponse {
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]

The unique identifier for the application that the APNs VoIP channel applies to.

§
CreationDate?: string | null
[src]

The date and time when the APNs VoIP channel was enabled.

§
DefaultAuthenticationMethod?: string | null
[src]

The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key or certificate.

§
Enabled?: boolean | null
[src]

Specifies whether the APNs VoIP channel is enabled for the application.

§
HasCredential?: boolean | null
[src]

(Not used) This property is retained only for backward compatibility.

§
HasTokenKey?: boolean | null
[src]

Specifies whether the APNs VoIP channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.

§
Id?: string | null
[src]

(Deprecated) An identifier for the APNs VoIP channel. This property is retained only for backward compatibility.

§
IsArchived?: boolean | null
[src]

Specifies whether the APNs VoIP channel is archived.

§
LastModifiedBy?: string | null
[src]

The user who last modified the APNs VoIP channel.

§
LastModifiedDate?: string | null
[src]

The date and time when the APNs VoIP channel was last modified.

§
Platform: string
[src]

The type of messaging or notification platform for the channel. For the APNs VoIP channel, this value is APNS_VOIP.

§
Version?: number | null
[src]

The current version of the APNs VoIP channel.