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

Description

Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your Amazon Web Services account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.

Synopsis

Creating a Request

data CreateDedicatedIpPool Source #

A request to create a new dedicated IP pool.

See: newCreateDedicatedIpPool smart constructor.

Constructors

CreateDedicatedIpPool' 

Fields

  • tags :: Maybe [Tag]

    An object that defines the tags (keys and values) that you want to associate with the pool.

  • poolName :: Text

    The name of the dedicated IP pool.

Instances

Instances details
Eq CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Read CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Show CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Generic CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Associated Types

type Rep CreateDedicatedIpPool :: Type -> Type #

NFData CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Methods

rnf :: CreateDedicatedIpPool -> () #

Hashable CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

ToJSON CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

AWSRequest CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Associated Types

type AWSResponse CreateDedicatedIpPool #

ToHeaders CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

ToPath CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

ToQuery CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

type Rep CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

type Rep CreateDedicatedIpPool = D1 ('MetaData "CreateDedicatedIpPool" "Amazonka.SESV2.CreateDedicatedIpPool" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "CreateDedicatedIpPool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "poolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

newCreateDedicatedIpPool Source #

Create a value of CreateDedicatedIpPool 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:tags:CreateDedicatedIpPool', createDedicatedIpPool_tags - An object that defines the tags (keys and values) that you want to associate with the pool.

$sel:poolName:CreateDedicatedIpPool', createDedicatedIpPool_poolName - The name of the dedicated IP pool.

Request Lenses

createDedicatedIpPool_tags :: Lens' CreateDedicatedIpPool (Maybe [Tag]) Source #

An object that defines the tags (keys and values) that you want to associate with the pool.

Destructuring the Response

data CreateDedicatedIpPoolResponse Source #

An HTTP 200 response if the request succeeds, or an error message if the request fails.

See: newCreateDedicatedIpPoolResponse smart constructor.

Constructors

CreateDedicatedIpPoolResponse' 

Fields

Instances

Instances details
Eq CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Read CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Show CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Generic CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

Associated Types

type Rep CreateDedicatedIpPoolResponse :: Type -> Type #

NFData CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

type Rep CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.SESV2.CreateDedicatedIpPool

type Rep CreateDedicatedIpPoolResponse = D1 ('MetaData "CreateDedicatedIpPoolResponse" "Amazonka.SESV2.CreateDedicatedIpPool" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "CreateDedicatedIpPoolResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDedicatedIpPoolResponse Source #

Create a value of CreateDedicatedIpPoolResponse 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:httpStatus:CreateDedicatedIpPoolResponse', createDedicatedIpPoolResponse_httpStatus - The response's http status code.

Response Lenses