amazonka-sesv2-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.SESV2.Types.DedicatedIpPool

Description

 
Synopsis

Documentation

data DedicatedIpPool Source #

Contains information about a dedicated IP pool.

See: newDedicatedIpPool smart constructor.

Constructors

DedicatedIpPool' 

Fields

  • poolName :: Text

    The name of the dedicated IP pool.

  • scalingMode :: ScalingMode

    The type of the dedicated IP pool.

    • STANDARD – A dedicated IP pool where the customer can control which IPs are part of the pool.
    • MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.

Instances

Instances details
FromJSON DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Generic DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Associated Types

type Rep DedicatedIpPool :: Type -> Type #

Read DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Show DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

NFData DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Methods

rnf :: DedicatedIpPool -> () #

Eq DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Hashable DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

type Rep DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

type Rep DedicatedIpPool = D1 ('MetaData "DedicatedIpPool" "Amazonka.SESV2.Types.DedicatedIpPool" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DedicatedIpPool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "poolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalingMode)))

newDedicatedIpPool Source #

Create a value of DedicatedIpPool 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:poolName:DedicatedIpPool', dedicatedIpPool_poolName - The name of the dedicated IP pool.

$sel:scalingMode:DedicatedIpPool', dedicatedIpPool_scalingMode - The type of the dedicated IP pool.

  • STANDARD – A dedicated IP pool where the customer can control which IPs are part of the pool.
  • MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.

dedicatedIpPool_poolName :: Lens' DedicatedIpPool Text Source #

The name of the dedicated IP pool.

dedicatedIpPool_scalingMode :: Lens' DedicatedIpPool ScalingMode Source #

The type of the dedicated IP pool.

  • STANDARD – A dedicated IP pool where the customer can control which IPs are part of the pool.
  • MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.