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

EmailChannelResponse

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

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

interface EmailChannelResponse {
ApplicationId?: string | null;
ConfigurationSet?: string | null;
CreationDate?: string | null;
Enabled?: boolean | null;
FromAddress?: string | null;
HasCredential?: boolean | null;
Id?: string | null;
Identity?: string | null;
IsArchived?: boolean | null;
LastModifiedBy?: string | null;
LastModifiedDate?: string | null;
MessagesPerSecond?: number | null;
Platform: string;
RoleArn?: string | null;
Version?: number | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The unique identifier for the application that the email channel applies to.

§
ConfigurationSet?: string | null
[src]

The Amazon SES configuration set that's applied to messages that are sent through the channel.

§
CreationDate?: string | null
[src]

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

§
Enabled?: boolean | null
[src]

Specifies whether the email channel is enabled for the application.

§
FromAddress?: string | null
[src]

The verified email address that email is sent from when you send email through the channel.

§
HasCredential?: boolean | null
[src]

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

§
Id?: string | null
[src]

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

§
Identity?: string | null
[src]

The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.

§
IsArchived?: boolean | null
[src]

Specifies whether the email channel is archived.

§
LastModifiedBy?: string | null
[src]

The user who last modified the email channel.

§
LastModifiedDate?: string | null
[src]

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

§
MessagesPerSecond?: number | null
[src]

The maximum number of emails that can be sent through the channel each second.

§
Platform: string
[src]

The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.

§
RoleArn?: string | null
[src]

The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.

§
Version?: number | null
[src]

The current version of the email channel.