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

Description

 
Synopsis

Documentation

data InboxPlacementTrackingOption Source #

An object that contains information about the inbox placement data settings for a verified domain that’s associated with your Amazon Web Services account. This data is available only if you enabled the Deliverability dashboard for the domain.

See: newInboxPlacementTrackingOption smart constructor.

Constructors

InboxPlacementTrackingOption' 

Fields

  • trackedIsps :: Maybe [Text]

    An array of strings, one for each major email provider that the inbox placement data applies to.

  • global :: Maybe Bool

    Specifies whether inbox placement data is being tracked for the domain.

Instances

Instances details
Eq InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Read InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Show InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Generic InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Associated Types

type Rep InboxPlacementTrackingOption :: Type -> Type #

NFData InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Hashable InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

ToJSON InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

FromJSON InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

type Rep InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

type Rep InboxPlacementTrackingOption = D1 ('MetaData "InboxPlacementTrackingOption" "Amazonka.SESV2.Types.InboxPlacementTrackingOption" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "InboxPlacementTrackingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trackedIsps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "global") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newInboxPlacementTrackingOption :: InboxPlacementTrackingOption Source #

Create a value of InboxPlacementTrackingOption 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:trackedIsps:InboxPlacementTrackingOption', inboxPlacementTrackingOption_trackedIsps - An array of strings, one for each major email provider that the inbox placement data applies to.

$sel:global:InboxPlacementTrackingOption', inboxPlacementTrackingOption_global - Specifies whether inbox placement data is being tracked for the domain.

inboxPlacementTrackingOption_trackedIsps :: Lens' InboxPlacementTrackingOption (Maybe [Text]) Source #

An array of strings, one for each major email provider that the inbox placement data applies to.

inboxPlacementTrackingOption_global :: Lens' InboxPlacementTrackingOption (Maybe Bool) Source #

Specifies whether inbox placement data is being tracked for the domain.