amazonka-sesv2-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SESV2.Types.VdmAttributes

Description

 
Synopsis

Documentation

data VdmAttributes Source #

The VDM attributes that apply to your Amazon SES account.

See: newVdmAttributes smart constructor.

Constructors

VdmAttributes' 

Fields

Instances

Instances details
FromJSON VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

ToJSON VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Generic VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Associated Types

type Rep VdmAttributes :: Type -> Type #

Read VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Show VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

NFData VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Methods

rnf :: VdmAttributes -> () #

Eq VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Hashable VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

type Rep VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

type Rep VdmAttributes = D1 ('MetaData "VdmAttributes" "Amazonka.SESV2.Types.VdmAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "VdmAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dashboardAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardAttributes)) :*: (S1 ('MetaSel ('Just "guardianAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GuardianAttributes)) :*: S1 ('MetaSel ('Just "vdmEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FeatureStatus))))

newVdmAttributes Source #

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.