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

Description

Retrieve information about the dedicated pool.

Synopsis

Creating a Request

data GetDedicatedIpPool Source #

A request to obtain more information about a dedicated IP pool.

See: newGetDedicatedIpPool smart constructor.

Constructors

GetDedicatedIpPool' 

Fields

  • poolName :: Text

    The name of the dedicated IP pool to retrieve.

Instances

Instances details
ToHeaders GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

ToPath GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

ToQuery GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

AWSRequest GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

Associated Types

type AWSResponse GetDedicatedIpPool #

Generic GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

Associated Types

type Rep GetDedicatedIpPool :: Type -> Type #

Read GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

Show GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

NFData GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

Methods

rnf :: GetDedicatedIpPool -> () #

Eq GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

Hashable GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

type AWSResponse GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

type Rep GetDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

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

newGetDedicatedIpPool Source #

Create a value of GetDedicatedIpPool 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:

GetDedicatedIpPool, getDedicatedIpPool_poolName - The name of the dedicated IP pool to retrieve.

Request Lenses

getDedicatedIpPool_poolName :: Lens' GetDedicatedIpPool Text Source #

The name of the dedicated IP pool to retrieve.

Destructuring the Response

data GetDedicatedIpPoolResponse Source #

The following element is returned by the service.

See: newGetDedicatedIpPoolResponse smart constructor.

Constructors

GetDedicatedIpPoolResponse' 

Fields

Instances

Instances details
Generic GetDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

Associated Types

type Rep GetDedicatedIpPoolResponse :: Type -> Type #

Read GetDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

Show GetDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

NFData GetDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

Eq GetDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

type Rep GetDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetDedicatedIpPool

type Rep GetDedicatedIpPoolResponse = D1 ('MetaData "GetDedicatedIpPoolResponse" "Amazonka.SESV2.GetDedicatedIpPool" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "GetDedicatedIpPoolResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dedicatedIpPool") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DedicatedIpPool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDedicatedIpPoolResponse Source #

Create a value of GetDedicatedIpPoolResponse 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:dedicatedIpPool:GetDedicatedIpPoolResponse', getDedicatedIpPoolResponse_dedicatedIpPool - An object that contains information about a dedicated IP pool.

$sel:httpStatus:GetDedicatedIpPoolResponse', getDedicatedIpPoolResponse_httpStatus - The response's http status code.

Response Lenses

getDedicatedIpPoolResponse_dedicatedIpPool :: Lens' GetDedicatedIpPoolResponse (Maybe DedicatedIpPool) Source #

An object that contains information about a dedicated IP pool.