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

ChannelResponse

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

Provides information about the general settings and status of a channel for an application.

interface ChannelResponse {
ApplicationId?: string | null;
CreationDate?: string | null;
Enabled?: boolean | null;
HasCredential?: boolean | null;
Id?: string | null;
IsArchived?: boolean | null;
LastModifiedBy?: string | null;
LastModifiedDate?: string | null;
Version?: number | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The unique identifier for the application.

§
CreationDate?: string | null
[src]

The date and time, in ISO 8601 format, when the channel was enabled.

§
Enabled?: boolean | null
[src]

Specifies whether the channel is enabled for the application.

§
HasCredential?: boolean | null
[src]

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

§
Id?: string | null
[src]

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

§
IsArchived?: boolean | null
[src]

Specifies whether the channel is archived.

§
LastModifiedBy?: string | null
[src]

The user who last modified the channel.

§
LastModifiedDate?: string | null
[src]

The date and time, in ISO 8601 format, when the channel was last modified.

§
Version?: number | null
[src]

The current version of the channel.