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

  • 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.
  • createdTimestamp :: Maybe ISO8601

    The date and time the receipt rule set was created.

Instances

Instances details
Eq ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

Read ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

Show 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 #

NFData ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

Methods

rnf :: ReceiptRuleSetMetadata -> () #

Hashable ReceiptRuleSetMetadata Source # 
Instance details

Defined in Amazonka.SES.Types.ReceiptRuleSetMetadata

FromXML 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" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "ReceiptRuleSetMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))

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

$sel:createdTimestamp:ReceiptRuleSetMetadata', receiptRuleSetMetadata_createdTimestamp - 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.

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

The date and time the receipt rule set was created.