Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data IdentityInfo Source #
Information about an email identity.
See: newIdentityInfo
smart constructor.
IdentityInfo' | |
|
Instances
newIdentityInfo :: IdentityInfo Source #
Create a value of IdentityInfo
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:identityType:IdentityInfo'
, identityInfo_identityType
- The email identity type. The identity type can be one of the following:
EMAIL_ADDRESS
– The identity is an email address.DOMAIN
– The identity is a domain.MANAGED_DOMAIN
– The identity is a domain that is managed by AWS.
$sel:identityName:IdentityInfo'
, identityInfo_identityName
- The address or domain of the identity.
$sel:sendingEnabled:IdentityInfo'
, identityInfo_sendingEnabled
- Indicates whether or not you can send email from the identity.
In Amazon Pinpoint, an identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon Pinpoint to send email from that identity.
identityInfo_identityType :: Lens' IdentityInfo (Maybe IdentityType) Source #
The email identity type. The identity type can be one of the following:
EMAIL_ADDRESS
– The identity is an email address.DOMAIN
– The identity is a domain.MANAGED_DOMAIN
– The identity is a domain that is managed by AWS.
identityInfo_identityName :: Lens' IdentityInfo (Maybe Text) Source #
The address or domain of the identity.
identityInfo_sendingEnabled :: Lens' IdentityInfo (Maybe Bool) Source #
Indicates whether or not you can send email from the identity.
In Amazon Pinpoint, an identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon Pinpoint to send email from that identity.