| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.AccountDetails
Description
Synopsis
- data AccountDetails = AccountDetails' {}
- newAccountDetails :: AccountDetails
- accountDetails_additionalContactEmailAddresses :: Lens' AccountDetails (Maybe (NonEmpty Text))
- accountDetails_contactLanguage :: Lens' AccountDetails (Maybe ContactLanguage)
- accountDetails_mailType :: Lens' AccountDetails (Maybe MailType)
- accountDetails_reviewDetails :: Lens' AccountDetails (Maybe ReviewDetails)
- accountDetails_useCaseDescription :: Lens' AccountDetails (Maybe Text)
- accountDetails_websiteURL :: Lens' AccountDetails (Maybe Text)
Documentation
data AccountDetails Source #
An object that contains information about your account details.
See: newAccountDetails smart constructor.
Constructors
| AccountDetails' | |
Fields
| |
Instances
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:additionalContactEmailAddresses:AccountDetails', accountDetails_additionalContactEmailAddresses - Additional email addresses where updates are sent about your account
review process.
$sel:contactLanguage:AccountDetails', accountDetails_contactLanguage - The language you would prefer for the case. The contact language can be
one of ENGLISH or JAPANESE.
$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:reviewDetails:AccountDetails', accountDetails_reviewDetails - Information about the review of the latest details you submitted.
$sel:useCaseDescription:AccountDetails', accountDetails_useCaseDescription - A description of the types of email that you plan to send.
$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_additionalContactEmailAddresses :: Lens' AccountDetails (Maybe (NonEmpty Text)) Source #
Additional email addresses where updates are sent about your account review process.
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_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_reviewDetails :: Lens' AccountDetails (Maybe ReviewDetails) Source #
Information about the review of the latest details you submitted.
accountDetails_useCaseDescription :: Lens' AccountDetails (Maybe Text) Source #
A description of the types of email that you plan to send.
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.