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.GuardianOptions

Description

 
Synopsis

Documentation

data GuardianOptions Source #

An object containing additional settings for your VDM configuration as applicable to the Guardian.

See: newGuardianOptions smart constructor.

Constructors

GuardianOptions' 

Fields

  • optimizedSharedDelivery :: Maybe FeatureStatus

    Specifies the status of your VDM optimized shared delivery. Can be one of the following:

    • ENABLED – Amazon SES enables optimized shared delivery for the configuration set.
    • DISABLED – Amazon SES disables optimized shared delivery for the configuration set.

Instances

Instances details
FromJSON GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

ToJSON GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Generic GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Associated Types

type Rep GuardianOptions :: Type -> Type #

Read GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Show GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

NFData GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Methods

rnf :: GuardianOptions -> () #

Eq GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Hashable GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

type Rep GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

type Rep GuardianOptions = D1 ('MetaData "GuardianOptions" "Amazonka.SESV2.Types.GuardianOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "GuardianOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optimizedSharedDelivery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureStatus))))

newGuardianOptions :: GuardianOptions Source #

Create a value of GuardianOptions 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:GuardianOptions', guardianOptions_optimizedSharedDelivery - Specifies the status of your VDM optimized shared delivery. Can be one of the following:

  • ENABLED – Amazon SES enables optimized shared delivery for the configuration set.
  • DISABLED – Amazon SES disables optimized shared delivery for the configuration set.

guardianOptions_optimizedSharedDelivery :: Lens' GuardianOptions (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 the configuration set.
  • DISABLED – Amazon SES disables optimized shared delivery for the configuration set.