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. Note: the MANAGED_DOMAIN
type is not
supported for email identity types.
$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.
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 SES to send email from that identity.
identityInfo_identityType :: Lens' IdentityInfo (Maybe IdentityType) Source #
The email identity type. Note: the MANAGED_DOMAIN
type is not
supported for email identity types.
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.
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 SES to send email from that identity.