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 |
Synopsis
- data VdmAttributes = VdmAttributes' {}
- newVdmAttributes :: FeatureStatus -> VdmAttributes
- vdmAttributes_dashboardAttributes :: Lens' VdmAttributes (Maybe DashboardAttributes)
- vdmAttributes_guardianAttributes :: Lens' VdmAttributes (Maybe GuardianAttributes)
- vdmAttributes_vdmEnabled :: Lens' VdmAttributes FeatureStatus
Documentation
data VdmAttributes Source #
The VDM attributes that apply to your Amazon SES account.
See: newVdmAttributes
smart constructor.
VdmAttributes' | |
|
Instances
Create a value of VdmAttributes
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:dashboardAttributes:VdmAttributes'
, vdmAttributes_dashboardAttributes
- Specifies additional settings for your VDM configuration as applicable
to the Dashboard.
$sel:guardianAttributes:VdmAttributes'
, vdmAttributes_guardianAttributes
- Specifies additional settings for your VDM configuration as applicable
to the Guardian.
$sel:vdmEnabled:VdmAttributes'
, vdmAttributes_vdmEnabled
- Specifies the status of your VDM configuration. Can be one of the
following:
ENABLED
– Amazon SES enables VDM for your account.DISABLED
– Amazon SES disables VDM for your account.
vdmAttributes_dashboardAttributes :: Lens' VdmAttributes (Maybe DashboardAttributes) Source #
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
vdmAttributes_guardianAttributes :: Lens' VdmAttributes (Maybe GuardianAttributes) Source #
Specifies additional settings for your VDM configuration as applicable to the Guardian.
vdmAttributes_vdmEnabled :: Lens' VdmAttributes FeatureStatus Source #
Specifies the status of your VDM configuration. Can be one of the following:
ENABLED
– Amazon SES enables VDM for your account.DISABLED
– Amazon SES disables VDM for your account.