amazonka-ses-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.SES.Types.ReceiptRuleSetMetadata

Description

 
Synopsis

Documentation

data ReceiptRuleSetMetadata Source #

Information about a receipt rule set.

A receipt rule set is a collection of rules that specify what Amazon SES should do with mail it receives on behalf of your account's verified domains.

For information about setting up receipt rule sets, see the Amazon SES Developer Guide.

See: newReceiptRuleSetMetadata smart constructor.

Constructors

ReceiptRuleSetMetadata' 

Fields

  • createdTimestamp :: Maybe ISO8601

    The date and time the receipt rule set was created.

  • name :: Maybe Text

    The name of the receipt rule set. The name must:

    • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
    • Start and end with a letter or number.
    • Contain less than 64 characters.

Instances

Instances details
FromXML ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

Generic ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

Associated Types

type Rep ReceiptRuleSetMetadata :: Type -> Type #

Read ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

Show ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

NFData ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

Methods

rnf :: ReceiptRuleSetMetadata -> () #

Eq ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

Hashable ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

type Rep ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

type Rep ReceiptRuleSetMetadata = D1 ('MetaData "ReceiptRuleSetMetadata" "Amazonka.SES.Types.ReceiptRuleSetMetadata" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'False) (C1 ('MetaCons "ReceiptRuleSetMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newReceiptRuleSetMetadata :: ReceiptRuleSetMetadata Source #

Create a value of ReceiptRuleSetMetadata 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:createdTimestamp:ReceiptRuleSetMetadata', receiptRuleSetMetadata_createdTimestamp - The date and time the receipt rule set was created.

$sel:name:ReceiptRuleSetMetadata', receiptRuleSetMetadata_name - The name of the receipt rule set. The name must:

  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • Start and end with a letter or number.
  • Contain less than 64 characters.

receiptRuleSetMetadata_createdTimestamp :: Lens' ReceiptRuleSetMetadata (Maybe UTCTime) Source #

The date and time the receipt rule set was created.

receiptRuleSetMetadata_name :: Lens' ReceiptRuleSetMetadata (Maybe Text) Source #

The name of the receipt rule set. The name must:

  • This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • Start and end with a letter or number.
  • Contain less than 64 characters.