Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
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").