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

Description

Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email.

Synopsis

Creating a Request

data PutConfigurationSetDeliveryOptions Source #

A request to associate a configuration set with a dedicated IP pool.

See: newPutConfigurationSetDeliveryOptions smart constructor.

Constructors

PutConfigurationSetDeliveryOptions' 

Fields

  • sendingPoolName :: Maybe Text

    The name of the dedicated IP pool to associate with the configuration set.

  • tlsPolicy :: Maybe TlsPolicy

    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

  • configurationSetName :: Text

    The name of the configuration set to associate with a dedicated IP pool.

Instances

Instances details
Eq PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

Read PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

Show PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

Generic PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

Associated Types

type Rep PutConfigurationSetDeliveryOptions :: Type -> Type #

NFData PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

Hashable PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

ToJSON PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

AWSRequest PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

ToHeaders PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

ToPath PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

ToQuery PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

type Rep PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

type Rep PutConfigurationSetDeliveryOptions = D1 ('MetaData "PutConfigurationSetDeliveryOptions" "Amazonka.SESV2.PutConfigurationSetDeliveryOptions" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "PutConfigurationSetDeliveryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendingPoolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tlsPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsPolicy)) :*: S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

newPutConfigurationSetDeliveryOptions Source #

Create a value of PutConfigurationSetDeliveryOptions 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:sendingPoolName:PutConfigurationSetDeliveryOptions', putConfigurationSetDeliveryOptions_sendingPoolName - The name of the dedicated IP pool to associate with the configuration set.

$sel:tlsPolicy:PutConfigurationSetDeliveryOptions', putConfigurationSetDeliveryOptions_tlsPolicy - Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

$sel:configurationSetName:PutConfigurationSetDeliveryOptions', putConfigurationSetDeliveryOptions_configurationSetName - The name of the configuration set to associate with a dedicated IP pool.

Request Lenses

putConfigurationSetDeliveryOptions_sendingPoolName :: Lens' PutConfigurationSetDeliveryOptions (Maybe Text) Source #

The name of the dedicated IP pool to associate with the configuration set.

putConfigurationSetDeliveryOptions_tlsPolicy :: Lens' PutConfigurationSetDeliveryOptions (Maybe TlsPolicy) Source #

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

putConfigurationSetDeliveryOptions_configurationSetName :: Lens' PutConfigurationSetDeliveryOptions Text Source #

The name of the configuration set to associate with a dedicated IP pool.

Destructuring the Response

data PutConfigurationSetDeliveryOptionsResponse Source #

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

See: newPutConfigurationSetDeliveryOptionsResponse smart constructor.

Constructors

PutConfigurationSetDeliveryOptionsResponse' 

Fields

Instances

Instances details
Eq PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

Read PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

Show PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

Generic PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

NFData PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

type Rep PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutConfigurationSetDeliveryOptions

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

newPutConfigurationSetDeliveryOptionsResponse Source #

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

Response Lenses