libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
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.SESV2.Types.BlacklistEntry

Description

 
Synopsis

Documentation

data BlacklistEntry Source #

An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.

See: newBlacklistEntry smart constructor.

Constructors

BlacklistEntry' 

Fields

  • listingTime :: Maybe POSIX

    The time when the blacklisting event occurred, shown in Unix time format.

  • rblName :: Maybe Text

    The name of the blacklist that the IP address appears on.

  • description :: Maybe Text

    Additional information about the blacklisting event, as provided by the blacklist maintainer.

Instances

Instances details
Eq BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Read BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Show BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Generic BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Associated Types

type Rep BlacklistEntry :: Type -> Type #

NFData BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Methods

rnf :: BlacklistEntry -> () #

Hashable BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

FromJSON BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

type Rep BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

type Rep BlacklistEntry = D1 ('MetaData "BlacklistEntry" "Amazonka.SESV2.Types.BlacklistEntry" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "BlacklistEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "listingTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "rblName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBlacklistEntry :: BlacklistEntry Source #

Create a value of BlacklistEntry 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:listingTime:BlacklistEntry', blacklistEntry_listingTime - The time when the blacklisting event occurred, shown in Unix time format.

$sel:rblName:BlacklistEntry', blacklistEntry_rblName - The name of the blacklist that the IP address appears on.

$sel:description:BlacklistEntry', blacklistEntry_description - Additional information about the blacklisting event, as provided by the blacklist maintainer.

blacklistEntry_listingTime :: Lens' BlacklistEntry (Maybe UTCTime) Source #

The time when the blacklisting event occurred, shown in Unix time format.

blacklistEntry_rblName :: Lens' BlacklistEntry (Maybe Text) Source #

The name of the blacklist that the IP address appears on.

blacklistEntry_description :: Lens' BlacklistEntry (Maybe Text) Source #

Additional information about the blacklisting event, as provided by the blacklist maintainer.