libZSservicesZSamazonka-sesZSamazonka-ses
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SES.Types.DeliveryOptions

Description

 
Synopsis

Documentation

data DeliveryOptions Source #

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

See: newDeliveryOptions smart constructor.

Constructors

DeliveryOptions' 

Fields

  • tlsPolicy :: Maybe TlsPolicy

    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

Instances

Instances details
Eq DeliveryOptions Source # 
Instance details

Defined in Amazonka.SES.Types.DeliveryOptions

Read DeliveryOptions Source # 
Instance details

Defined in Amazonka.SES.Types.DeliveryOptions

Show DeliveryOptions Source # 
Instance details

Defined in Amazonka.SES.Types.DeliveryOptions

Generic DeliveryOptions Source # 
Instance details

Defined in Amazonka.SES.Types.DeliveryOptions

Associated Types

type Rep DeliveryOptions :: Type -> Type #

NFData DeliveryOptions Source # 
Instance details

Defined in Amazonka.SES.Types.DeliveryOptions

Methods

rnf :: DeliveryOptions -> () #

Hashable DeliveryOptions Source # 
Instance details

Defined in Amazonka.SES.Types.DeliveryOptions

ToQuery DeliveryOptions Source # 
Instance details

Defined in Amazonka.SES.Types.DeliveryOptions

FromXML DeliveryOptions Source # 
Instance details

Defined in Amazonka.SES.Types.DeliveryOptions

type Rep DeliveryOptions Source # 
Instance details

Defined in Amazonka.SES.Types.DeliveryOptions

type Rep DeliveryOptions = D1 ('MetaData "DeliveryOptions" "Amazonka.SES.Types.DeliveryOptions" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "DeliveryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tlsPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsPolicy))))

newDeliveryOptions :: DeliveryOptions Source #

Create a value of DeliveryOptions 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:tlsPolicy:DeliveryOptions', deliveryOptions_tlsPolicy - Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

deliveryOptions_tlsPolicy :: Lens' DeliveryOptions (Maybe TlsPolicy) Source #

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.