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

Description

 
Synopsis

Documentation

data ExtensionField Source #

Additional X-headers to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

See: newExtensionField smart constructor.

Constructors

ExtensionField' 

Fields

  • name :: Text

    The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

  • value :: Text

    The value of the header to add. Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").

Instances

Instances details
Eq ExtensionField Source # 
Instance details

Defined in Amazonka.SES.Types.ExtensionField

Read ExtensionField Source # 
Instance details

Defined in Amazonka.SES.Types.ExtensionField

Show ExtensionField Source # 
Instance details

Defined in Amazonka.SES.Types.ExtensionField

Generic ExtensionField Source # 
Instance details

Defined in Amazonka.SES.Types.ExtensionField

Associated Types

type Rep ExtensionField :: Type -> Type #

NFData ExtensionField Source # 
Instance details

Defined in Amazonka.SES.Types.ExtensionField

Methods

rnf :: ExtensionField -> () #

Hashable ExtensionField Source # 
Instance details

Defined in Amazonka.SES.Types.ExtensionField

ToQuery ExtensionField Source # 
Instance details

Defined in Amazonka.SES.Types.ExtensionField

type Rep ExtensionField Source # 
Instance details

Defined in Amazonka.SES.Types.ExtensionField

type Rep ExtensionField = D1 ('MetaData "ExtensionField" "Amazonka.SES.Types.ExtensionField" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "ExtensionField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newExtensionField Source #

Create a value of ExtensionField 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:name:ExtensionField', extensionField_name - The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

$sel:value:ExtensionField', extensionField_value - The value of the header to add. Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").

extensionField_name :: Lens' ExtensionField Text Source #

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

extensionField_value :: Lens' ExtensionField Text Source #

The value of the header to add. Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").