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

AccountDetails

import type { AccountDetails } from "https://aws-api.deno.dev/v0.3/services/sesv2.ts?docs=full";

An object that contains information about your account details.

interface AccountDetails {
AdditionalContactEmailAddresses?: string[] | null;
ContactLanguage?: ContactLanguage | null;
MailType?: MailType | null;
ReviewDetails?: ReviewDetails | null;
UseCaseDescription?: string | null;
WebsiteURL?: string | null;
}

§Properties

§
AdditionalContactEmailAddresses?: string[] | null
[src]

Additional email addresses where updates are sent about your account review process.

§
ContactLanguage?: ContactLanguage | null
[src]

The language you would prefer for the case. The contact language can be one of ENGLISH or JAPANESE.

§
MailType?: MailType | null
[src]

The type of email your account is sending. The mail type can be one of the following:

  • MARKETING – Most of your sending traffic is to keep your customers informed of your latest offering.
  • TRANSACTIONAL – Most of your sending traffic is to communicate during a transaction with a customer.
§
ReviewDetails?: ReviewDetails | null
[src]

Information about the review of the latest details you submitted.

§
UseCaseDescription?: string | null
[src]

A description of the types of email that you plan to send.

§
WebsiteURL?: string | null
[src]

The URL of your website. This information helps us better understand the type of content that you plan to send.