| 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.VdmOptions
Description
Documentation
data VdmOptions Source #
An object that defines the VDM settings that apply to emails that you send using the configuration set.
See: newVdmOptions smart constructor.
Constructors
| VdmOptions' | |
Fields
| |
Instances
newVdmOptions :: VdmOptions Source #
Create a value of VdmOptions 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:dashboardOptions:VdmOptions', vdmOptions_dashboardOptions - Specifies additional settings for your VDM configuration as applicable
to the Dashboard.
$sel:guardianOptions:VdmOptions', vdmOptions_guardianOptions - Specifies additional settings for your VDM configuration as applicable
to the Guardian.
vdmOptions_dashboardOptions :: Lens' VdmOptions (Maybe DashboardOptions) Source #
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
vdmOptions_guardianOptions :: Lens' VdmOptions (Maybe GuardianOptions) Source #
Specifies additional settings for your VDM configuration as applicable to the Guardian.