| 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.GuardianAttributes
Description
Documentation
data GuardianAttributes Source #
An object containing additional settings for your VDM configuration as applicable to the Guardian.
See: newGuardianAttributes smart constructor.
Constructors
| GuardianAttributes' | |
Fields
| |
Instances
newGuardianAttributes :: GuardianAttributes Source #
Create a value of GuardianAttributes 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:optimizedSharedDelivery:GuardianAttributes', guardianAttributes_optimizedSharedDelivery - Specifies the status of your VDM optimized shared delivery. Can be one
of the following:
ENABLED– Amazon SES enables optimized shared delivery for your account.DISABLED– Amazon SES disables optimized shared delivery for your account.
guardianAttributes_optimizedSharedDelivery :: Lens' GuardianAttributes (Maybe FeatureStatus) Source #
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
ENABLED– Amazon SES enables optimized shared delivery for your account.DISABLED– Amazon SES disables optimized shared delivery for your account.