libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SESV2.Types.AccountDetails

Description

 
Synopsis

Documentation

data AccountDetails Source #

An object that contains information about your account details.

See: newAccountDetails smart constructor.

Constructors

AccountDetails' 

Fields

Instances

Instances details
Eq AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

Show AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

Generic AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

Associated Types

type Rep AccountDetails :: Type -> Type #

NFData AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

Methods

rnf :: AccountDetails -> () #

Hashable AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

FromJSON AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

type Rep AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

type Rep AccountDetails = D1 ('MetaData "AccountDetails" "Amazonka.SESV2.Types.AccountDetails" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "AccountDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reviewDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewDetails)) :*: (S1 ('MetaSel ('Just "mailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MailType)) :*: S1 ('MetaSel ('Just "useCaseDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "contactLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactLanguage)) :*: (S1 ('MetaSel ('Just "additionalContactEmailAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (NonEmpty (Sensitive Text))))) :*: S1 ('MetaSel ('Just "websiteURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))

newAccountDetails :: AccountDetails Source #

Create a value of AccountDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:reviewDetails:AccountDetails', accountDetails_reviewDetails - Information about the review of the latest details you submitted.

$sel:mailType:AccountDetails', accountDetails_mailType - 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.

$sel:useCaseDescription:AccountDetails', accountDetails_useCaseDescription - A description of the types of email that you plan to send.

$sel:contactLanguage:AccountDetails', accountDetails_contactLanguage - The language you would prefer for the case. The contact language can be one of ENGLISH or JAPANESE.

$sel:additionalContactEmailAddresses:AccountDetails', accountDetails_additionalContactEmailAddresses - Additional email addresses where updates are sent about your account review process.

$sel:websiteURL:AccountDetails', accountDetails_websiteURL - The URL of your website. This information helps us better understand the type of content that you plan to send.

accountDetails_reviewDetails :: Lens' AccountDetails (Maybe ReviewDetails) Source #

Information about the review of the latest details you submitted.

accountDetails_mailType :: Lens' AccountDetails (Maybe MailType) Source #

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.

accountDetails_useCaseDescription :: Lens' AccountDetails (Maybe Text) Source #

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

accountDetails_contactLanguage :: Lens' AccountDetails (Maybe ContactLanguage) Source #

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

accountDetails_additionalContactEmailAddresses :: Lens' AccountDetails (Maybe (NonEmpty Text)) Source #

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

accountDetails_websiteURL :: Lens' AccountDetails (Maybe Text) Source #

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