libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email
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.PinpointEmail

Contents

Description

Derived from API version 2018-07-26 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Pinpoint Email Service

Welcome to the Amazon Pinpoint Email API Reference. This guide provides information about the Amazon Pinpoint Email API (version 1.0), including supported operations, data types, parameters, and schemas.

Amazon Pinpoint is an AWS service that you can use to engage with your customers across multiple messaging channels. You can use Amazon Pinpoint to send email, SMS text messages, voice messages, and push notifications. The Amazon Pinpoint Email API provides programmatic access to options that are unique to the email channel and supplement the options provided by the Amazon Pinpoint API.

If you're new to Amazon Pinpoint, you might find it helpful to also review the Amazon Pinpoint Developer Guide. The Amazon Pinpoint Developer Guide provides tutorials, code samples, and procedures that demonstrate how to use Amazon Pinpoint features programmatically and how to integrate Amazon Pinpoint functionality into mobile apps and other types of applications. The guide also provides information about key topics such as Amazon Pinpoint integration with other AWS services and the limits that apply to using the service.

The Amazon Pinpoint Email API is available in several AWS Regions and it provides an endpoint for each of these Regions. For a list of all the Regions and endpoints where the API is currently available, see AWS Service Endpoints in the Amazon Web Services General Reference. To learn more about AWS Regions, see Managing AWS Regions in the Amazon Web Services General Reference.

In each Region, AWS maintains multiple Availability Zones. These Availability Zones are physically isolated from each other, but are united by private, low-latency, high-throughput, and highly redundant network connections. These Availability Zones enable us to provide very high levels of availability and redundancy, while also minimizing latency. To learn more about the number of Availability Zones that are available in each Region, see AWS Global Infrastructure.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-07-26 of the Amazon Pinpoint Email Service SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by PinpointEmail.

MessageRejected

_MessageRejected :: AsError a => Getting (First ServiceError) a ServiceError Source #

The message can't be sent because it contains invalid content.

MailFromDomainNotVerifiedException

_MailFromDomainNotVerifiedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The message can't be sent because the sending domain isn't verified.

NotFoundException

_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource you attempted to access doesn't exist.

TooManyRequestsException

_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Too many requests have been made to the operation.

ConcurrentModificationException

_ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource is being modified by another operation or thread.

AccountSuspendedException

_AccountSuspendedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The message can't be sent because the account's ability to send email has been permanently restricted.

SendingPausedException

_SendingPausedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The message can't be sent because the account's ability to send email is currently paused.

BadRequestException

_BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The input you provided is invalid.

AlreadyExistsException

_AlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource specified in your request already exists.

LimitExceededException

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There are too many instances of the specified resource type.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

GetConfigurationSet

data GetConfigurationSet Source #

A request to obtain information about a configuration set.

See: newGetConfigurationSet smart constructor.

Instances

Instances details
Eq GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Read GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Show GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Generic GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Associated Types

type Rep GetConfigurationSet :: Type -> Type #

NFData GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Methods

rnf :: GetConfigurationSet -> () #

Hashable GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

AWSRequest GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Associated Types

type AWSResponse GetConfigurationSet #

ToHeaders GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

ToPath GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

ToQuery GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

type Rep GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

type Rep GetConfigurationSet = D1 ('MetaData "GetConfigurationSet" "Amazonka.PinpointEmail.GetConfigurationSet" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetConfigurationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

newGetConfigurationSet Source #

Create a value of GetConfigurationSet 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:configurationSetName:GetConfigurationSet', getConfigurationSet_configurationSetName - The name of the configuration set that you want to obtain more information about.

data GetConfigurationSetResponse Source #

Information about a configuration set.

See: newGetConfigurationSetResponse smart constructor.

Instances

Instances details
Eq GetConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Read GetConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Show GetConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Generic GetConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

Associated Types

type Rep GetConfigurationSetResponse :: Type -> Type #

NFData GetConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

type Rep GetConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSet

type Rep GetConfigurationSetResponse = D1 ('MetaData "GetConfigurationSetResponse" "Amazonka.PinpointEmail.GetConfigurationSet" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetConfigurationSetResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sendingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SendingOptions)) :*: (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deliveryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryOptions)))) :*: ((S1 ('MetaSel ('Just "trackingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrackingOptions)) :*: S1 ('MetaSel ('Just "reputationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReputationOptions))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetConfigurationSetResponse Source #

Create a value of GetConfigurationSetResponse 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:sendingOptions:GetConfigurationSetResponse', getConfigurationSetResponse_sendingOptions - An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.

$sel:configurationSetName:GetConfigurationSet', getConfigurationSetResponse_configurationSetName - The name of the configuration set.

$sel:deliveryOptions:GetConfigurationSetResponse', getConfigurationSetResponse_deliveryOptions - An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

$sel:trackingOptions:GetConfigurationSetResponse', getConfigurationSetResponse_trackingOptions - An object that defines the open and click tracking options for emails that you send using the configuration set.

$sel:reputationOptions:GetConfigurationSetResponse', getConfigurationSetResponse_reputationOptions - An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.

$sel:tags:GetConfigurationSetResponse', getConfigurationSetResponse_tags - An array of objects that define the tags (keys and values) that are associated with the configuration set.

$sel:httpStatus:GetConfigurationSetResponse', getConfigurationSetResponse_httpStatus - The response's http status code.

PutConfigurationSetTrackingOptions

data PutConfigurationSetTrackingOptions Source #

A request to add a custom domain for tracking open and click events to a configuration set.

See: newPutConfigurationSetTrackingOptions smart constructor.

Instances

Instances details
Eq PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

Read PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

Show PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

Generic PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

Associated Types

type Rep PutConfigurationSetTrackingOptions :: Type -> Type #

NFData PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

Hashable PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

ToJSON PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

AWSRequest PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

ToHeaders PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

ToPath PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

ToQuery PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

type Rep PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

type Rep PutConfigurationSetTrackingOptions = D1 ('MetaData "PutConfigurationSetTrackingOptions" "Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutConfigurationSetTrackingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customRedirectDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

newPutConfigurationSetTrackingOptions Source #

Create a value of PutConfigurationSetTrackingOptions 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:customRedirectDomain:PutConfigurationSetTrackingOptions', putConfigurationSetTrackingOptions_customRedirectDomain - The domain that you want to use to track open and click events.

$sel:configurationSetName:PutConfigurationSetTrackingOptions', putConfigurationSetTrackingOptions_configurationSetName - The name of the configuration set that you want to add a custom tracking domain to.

data PutConfigurationSetTrackingOptionsResponse Source #

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

See: newPutConfigurationSetTrackingOptionsResponse smart constructor.

Instances

Instances details
Eq PutConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

Read PutConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

Show PutConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

Generic PutConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

NFData PutConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

type Rep PutConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions

type Rep PutConfigurationSetTrackingOptionsResponse = D1 ('MetaData "PutConfigurationSetTrackingOptionsResponse" "Amazonka.PinpointEmail.PutConfigurationSetTrackingOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutConfigurationSetTrackingOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutConfigurationSetTrackingOptionsResponse Source #

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

PutEmailIdentityDkimAttributes

data PutEmailIdentityDkimAttributes Source #

A request to enable or disable DKIM signing of email that you send from an email identity.

See: newPutEmailIdentityDkimAttributes smart constructor.

Instances

Instances details
Eq PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

Read PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

Show PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

Generic PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

Associated Types

type Rep PutEmailIdentityDkimAttributes :: Type -> Type #

NFData PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

Hashable PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

ToJSON PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

AWSRequest PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

ToHeaders PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

ToPath PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

ToQuery PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

type Rep PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

type Rep PutEmailIdentityDkimAttributes = D1 ('MetaData "PutEmailIdentityDkimAttributes" "Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutEmailIdentityDkimAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "signingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "emailIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutEmailIdentityDkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

newPutEmailIdentityDkimAttributes Source #

Create a value of PutEmailIdentityDkimAttributes 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:signingEnabled:PutEmailIdentityDkimAttributes', putEmailIdentityDkimAttributes_signingEnabled - Sets the DKIM signing configuration for the identity.

When you set this value true, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed. When you set this value to false, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.

$sel:emailIdentity:PutEmailIdentityDkimAttributes', putEmailIdentityDkimAttributes_emailIdentity - The email identity that you want to change the DKIM settings for.

data PutEmailIdentityDkimAttributesResponse Source #

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

See: newPutEmailIdentityDkimAttributesResponse smart constructor.

Instances

Instances details
Eq PutEmailIdentityDkimAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

Read PutEmailIdentityDkimAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

Show PutEmailIdentityDkimAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

Generic PutEmailIdentityDkimAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

NFData PutEmailIdentityDkimAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

type Rep PutEmailIdentityDkimAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes

type Rep PutEmailIdentityDkimAttributesResponse = D1 ('MetaData "PutEmailIdentityDkimAttributesResponse" "Amazonka.PinpointEmail.PutEmailIdentityDkimAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutEmailIdentityDkimAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutEmailIdentityDkimAttributesResponse Source #

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

PutConfigurationSetDeliveryOptions

data PutConfigurationSetDeliveryOptions Source #

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

See: newPutConfigurationSetDeliveryOptions smart constructor.

Instances

Instances details
Eq PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

Read PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

Show PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

Generic PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

Associated Types

type Rep PutConfigurationSetDeliveryOptions :: Type -> Type #

NFData PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

Hashable PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

ToJSON PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

AWSRequest PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

ToHeaders PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

ToPath PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

ToQuery PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

type Rep PutConfigurationSetDeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

type Rep PutConfigurationSetDeliveryOptions = D1 ('MetaData "PutConfigurationSetDeliveryOptions" "Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" '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.PinpointEmail.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 that you want 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 that you want to associate with a dedicated IP pool.

data PutConfigurationSetDeliveryOptionsResponse Source #

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

See: newPutConfigurationSetDeliveryOptionsResponse smart constructor.

Instances

Instances details
Eq PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

Read PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

Show PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

Generic PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

NFData PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

type Rep PutConfigurationSetDeliveryOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions

type Rep PutConfigurationSetDeliveryOptionsResponse = D1 ('MetaData "PutConfigurationSetDeliveryOptionsResponse" "Amazonka.PinpointEmail.PutConfigurationSetDeliveryOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" '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.

ListDedicatedIpPools (Paginated)

data ListDedicatedIpPools Source #

A request to obtain a list of dedicated IP pools.

See: newListDedicatedIpPools smart constructor.

Instances

Instances details
Eq ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Read ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Show ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Generic ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Associated Types

type Rep ListDedicatedIpPools :: Type -> Type #

NFData ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Methods

rnf :: ListDedicatedIpPools -> () #

Hashable ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

AWSPager ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

AWSRequest ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Associated Types

type AWSResponse ListDedicatedIpPools #

ToHeaders ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

ToPath ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

ToQuery ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

type Rep ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

type Rep ListDedicatedIpPools = D1 ('MetaData "ListDedicatedIpPools" "Amazonka.PinpointEmail.ListDedicatedIpPools" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListDedicatedIpPools'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListDedicatedIpPools Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

newListDedicatedIpPools :: ListDedicatedIpPools Source #

Create a value of ListDedicatedIpPools 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:nextToken:ListDedicatedIpPools', listDedicatedIpPools_nextToken - A token returned from a previous call to ListDedicatedIpPools to indicate the position in the list of dedicated IP pools.

$sel:pageSize:ListDedicatedIpPools', listDedicatedIpPools_pageSize - The number of results to show in a single call to ListDedicatedIpPools. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

data ListDedicatedIpPoolsResponse Source #

A list of dedicated IP pools.

See: newListDedicatedIpPoolsResponse smart constructor.

Instances

Instances details
Eq ListDedicatedIpPoolsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Read ListDedicatedIpPoolsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Show ListDedicatedIpPoolsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Generic ListDedicatedIpPoolsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

Associated Types

type Rep ListDedicatedIpPoolsResponse :: Type -> Type #

NFData ListDedicatedIpPoolsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

type Rep ListDedicatedIpPoolsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDedicatedIpPools

type Rep ListDedicatedIpPoolsResponse = D1 ('MetaData "ListDedicatedIpPoolsResponse" "Amazonka.PinpointEmail.ListDedicatedIpPools" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListDedicatedIpPoolsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dedicatedIpPools") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDedicatedIpPoolsResponse Source #

Create a value of ListDedicatedIpPoolsResponse 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:dedicatedIpPools:ListDedicatedIpPoolsResponse', listDedicatedIpPoolsResponse_dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.

$sel:nextToken:ListDedicatedIpPools', listDedicatedIpPoolsResponse_nextToken - A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another request to ListDedicatedIpPools, passing this token in the NextToken parameter.

$sel:httpStatus:ListDedicatedIpPoolsResponse', listDedicatedIpPoolsResponse_httpStatus - The response's http status code.

GetDomainDeliverabilityCampaign

data GetDomainDeliverabilityCampaign Source #

Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).

See: newGetDomainDeliverabilityCampaign smart constructor.

Instances

Instances details
Eq GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

Read GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

Show GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

Generic GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

Associated Types

type Rep GetDomainDeliverabilityCampaign :: Type -> Type #

NFData GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

Hashable GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

AWSRequest GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

ToHeaders GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

ToPath GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

ToQuery GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

type Rep GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

type Rep GetDomainDeliverabilityCampaign = D1 ('MetaData "GetDomainDeliverabilityCampaign" "Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDomainDeliverabilityCampaign'" 'PrefixI 'True) (S1 ('MetaSel ('Just "campaignId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

newGetDomainDeliverabilityCampaign Source #

Create a value of GetDomainDeliverabilityCampaign 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:campaignId:GetDomainDeliverabilityCampaign', getDomainDeliverabilityCampaign_campaignId - The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon Pinpoint console.

data GetDomainDeliverabilityCampaignResponse Source #

An object that contains all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).

See: newGetDomainDeliverabilityCampaignResponse smart constructor.

Instances

Instances details
Eq GetDomainDeliverabilityCampaignResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

Read GetDomainDeliverabilityCampaignResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

Show GetDomainDeliverabilityCampaignResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

Generic GetDomainDeliverabilityCampaignResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

NFData GetDomainDeliverabilityCampaignResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

type Rep GetDomainDeliverabilityCampaignResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign

type Rep GetDomainDeliverabilityCampaignResponse = D1 ('MetaData "GetDomainDeliverabilityCampaignResponse" "Amazonka.PinpointEmail.GetDomainDeliverabilityCampaign" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDomainDeliverabilityCampaignResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domainDeliverabilityCampaign") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DomainDeliverabilityCampaign)))

GetDedicatedIps (Paginated)

data GetDedicatedIps Source #

A request to obtain more information about dedicated IP pools.

See: newGetDedicatedIps smart constructor.

Instances

Instances details
Eq GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Read GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Show GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Generic GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Associated Types

type Rep GetDedicatedIps :: Type -> Type #

NFData GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Methods

rnf :: GetDedicatedIps -> () #

Hashable GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

AWSPager GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

AWSRequest GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Associated Types

type AWSResponse GetDedicatedIps #

ToHeaders GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

ToPath GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

ToQuery GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

type Rep GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

type Rep GetDedicatedIps = D1 ('MetaData "GetDedicatedIps" "Amazonka.PinpointEmail.GetDedicatedIps" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDedicatedIps'" 'PrefixI 'True) (S1 ('MetaSel ('Just "poolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse GetDedicatedIps Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

newGetDedicatedIps :: GetDedicatedIps Source #

Create a value of GetDedicatedIps 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:GetDedicatedIps', getDedicatedIps_poolName - The name of the IP pool that the dedicated IP address is associated with.

$sel:nextToken:GetDedicatedIps', getDedicatedIps_nextToken - A token returned from a previous call to GetDedicatedIps to indicate the position of the dedicated IP pool in the list of IP pools.

$sel:pageSize:GetDedicatedIps', getDedicatedIps_pageSize - The number of results to show in a single call to GetDedicatedIpsRequest. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

data GetDedicatedIpsResponse Source #

Information about the dedicated IP addresses that are associated with your Amazon Pinpoint account.

See: newGetDedicatedIpsResponse smart constructor.

Instances

Instances details
Eq GetDedicatedIpsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Read GetDedicatedIpsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Show GetDedicatedIpsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Generic GetDedicatedIpsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Associated Types

type Rep GetDedicatedIpsResponse :: Type -> Type #

NFData GetDedicatedIpsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

Methods

rnf :: GetDedicatedIpsResponse -> () #

type Rep GetDedicatedIpsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIps

type Rep GetDedicatedIpsResponse = D1 ('MetaData "GetDedicatedIpsResponse" "Amazonka.PinpointEmail.GetDedicatedIps" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDedicatedIpsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dedicatedIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DedicatedIp])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDedicatedIpsResponse Source #

Create a value of GetDedicatedIpsResponse 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:nextToken:GetDedicatedIps', getDedicatedIpsResponse_nextToken - A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.

$sel:dedicatedIps:GetDedicatedIpsResponse', getDedicatedIpsResponse_dedicatedIps - A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.

$sel:httpStatus:GetDedicatedIpsResponse', getDedicatedIpsResponse_httpStatus - The response's http status code.

PutConfigurationSetSendingOptions

data PutConfigurationSetSendingOptions Source #

A request to enable or disable the ability of Amazon Pinpoint to send emails that use a specific configuration set.

See: newPutConfigurationSetSendingOptions smart constructor.

Instances

Instances details
Eq PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

Read PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

Show PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

Generic PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

Associated Types

type Rep PutConfigurationSetSendingOptions :: Type -> Type #

NFData PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

Hashable PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

ToJSON PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

AWSRequest PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

ToHeaders PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

ToPath PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

ToQuery PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

type Rep PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

type Rep PutConfigurationSetSendingOptions = D1 ('MetaData "PutConfigurationSetSendingOptions" "Amazonka.PinpointEmail.PutConfigurationSetSendingOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutConfigurationSetSendingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutConfigurationSetSendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

newPutConfigurationSetSendingOptions Source #

Create a value of PutConfigurationSetSendingOptions 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:sendingEnabled:PutConfigurationSetSendingOptions', putConfigurationSetSendingOptions_sendingEnabled - If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

$sel:configurationSetName:PutConfigurationSetSendingOptions', putConfigurationSetSendingOptions_configurationSetName - The name of the configuration set that you want to enable or disable email sending for.

data PutConfigurationSetSendingOptionsResponse Source #

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

See: newPutConfigurationSetSendingOptionsResponse smart constructor.

Instances

Instances details
Eq PutConfigurationSetSendingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

Read PutConfigurationSetSendingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

Show PutConfigurationSetSendingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

Generic PutConfigurationSetSendingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

NFData PutConfigurationSetSendingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

type Rep PutConfigurationSetSendingOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetSendingOptions

type Rep PutConfigurationSetSendingOptionsResponse = D1 ('MetaData "PutConfigurationSetSendingOptionsResponse" "Amazonka.PinpointEmail.PutConfigurationSetSendingOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutConfigurationSetSendingOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutConfigurationSetSendingOptionsResponse Source #

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

CreateDedicatedIpPool

data CreateDedicatedIpPool Source #

A request to create a new dedicated IP pool.

See: newCreateDedicatedIpPool smart constructor.

Instances

Instances details
Eq CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Read CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Show CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Generic CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Associated Types

type Rep CreateDedicatedIpPool :: Type -> Type #

NFData CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Methods

rnf :: CreateDedicatedIpPool -> () #

Hashable CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

ToJSON CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

AWSRequest CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Associated Types

type AWSResponse CreateDedicatedIpPool #

ToHeaders CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

ToPath CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

ToQuery CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

type Rep CreateDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

type Rep CreateDedicatedIpPool = D1 ('MetaData "CreateDedicatedIpPool" "Amazonka.PinpointEmail.CreateDedicatedIpPool" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" '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.PinpointEmail.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.

data CreateDedicatedIpPoolResponse Source #

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

See: newCreateDedicatedIpPoolResponse smart constructor.

Instances

Instances details
Eq CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Read CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Show CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Generic CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

Associated Types

type Rep CreateDedicatedIpPoolResponse :: Type -> Type #

NFData CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

type Rep CreateDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDedicatedIpPool

type Rep CreateDedicatedIpPoolResponse = D1 ('MetaData "CreateDedicatedIpPoolResponse" "Amazonka.PinpointEmail.CreateDedicatedIpPool" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" '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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.PinpointEmail.ListTagsForResource" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource that you want to retrieve tag information for.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.PinpointEmail.ListTagsForResource" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

newListTagsForResourceResponse Source #

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

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - An array that lists all the tags that are associated with the resource. Each tag consists of a required tag key (Key) and an associated tag value (Value)

PutEmailIdentityFeedbackAttributes

data PutEmailIdentityFeedbackAttributes Source #

A request to set the attributes that control how bounce and complaint events are processed.

See: newPutEmailIdentityFeedbackAttributes smart constructor.

Instances

Instances details
Eq PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

Read PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

Show PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

Generic PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

Associated Types

type Rep PutEmailIdentityFeedbackAttributes :: Type -> Type #

NFData PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

Hashable PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

ToJSON PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

AWSRequest PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

ToHeaders PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

ToPath PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

ToQuery PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

type Rep PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

type Rep PutEmailIdentityFeedbackAttributes = D1 ('MetaData "PutEmailIdentityFeedbackAttributes" "Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutEmailIdentityFeedbackAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailForwardingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "emailIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutEmailIdentityFeedbackAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

newPutEmailIdentityFeedbackAttributes Source #

Create a value of PutEmailIdentityFeedbackAttributes 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:emailForwardingEnabled:PutEmailIdentityFeedbackAttributes', putEmailIdentityFeedbackAttributes_emailForwardingEnabled - Sets the feedback forwarding configuration for the identity.

If the value is true, Amazon Pinpoint sends you email notifications when bounce or complaint events occur. Amazon Pinpoint sends this notification to the address that you specified in the Return-Path header of the original email.

When you set this value to false, Amazon Pinpoint sends notifications through other mechanisms, such as by notifying an Amazon SNS topic or another event destination. You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications, Amazon Pinpoint sends an email notification when these events occur (even if this setting is disabled).

$sel:emailIdentity:PutEmailIdentityFeedbackAttributes', putEmailIdentityFeedbackAttributes_emailIdentity - The email identity that you want to configure bounce and complaint feedback forwarding for.

data PutEmailIdentityFeedbackAttributesResponse Source #

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

See: newPutEmailIdentityFeedbackAttributesResponse smart constructor.

Instances

Instances details
Eq PutEmailIdentityFeedbackAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

Read PutEmailIdentityFeedbackAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

Show PutEmailIdentityFeedbackAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

Generic PutEmailIdentityFeedbackAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

NFData PutEmailIdentityFeedbackAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

type Rep PutEmailIdentityFeedbackAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes

type Rep PutEmailIdentityFeedbackAttributesResponse = D1 ('MetaData "PutEmailIdentityFeedbackAttributesResponse" "Amazonka.PinpointEmail.PutEmailIdentityFeedbackAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutEmailIdentityFeedbackAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutEmailIdentityFeedbackAttributesResponse Source #

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

PutConfigurationSetReputationOptions

data PutConfigurationSetReputationOptions Source #

A request to enable or disable tracking of reputation metrics for a configuration set.

See: newPutConfigurationSetReputationOptions smart constructor.

Instances

Instances details
Eq PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

Read PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

Show PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

Generic PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

NFData PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

Hashable PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

ToJSON PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

AWSRequest PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

ToHeaders PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

ToPath PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

ToQuery PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

type Rep PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

type Rep PutConfigurationSetReputationOptions = D1 ('MetaData "PutConfigurationSetReputationOptions" "Amazonka.PinpointEmail.PutConfigurationSetReputationOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutConfigurationSetReputationOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reputationMetricsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutConfigurationSetReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

newPutConfigurationSetReputationOptions Source #

Create a value of PutConfigurationSetReputationOptions 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:reputationMetricsEnabled:PutConfigurationSetReputationOptions', putConfigurationSetReputationOptions_reputationMetricsEnabled - If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.

$sel:configurationSetName:PutConfigurationSetReputationOptions', putConfigurationSetReputationOptions_configurationSetName - The name of the configuration set that you want to enable or disable reputation metric tracking for.

data PutConfigurationSetReputationOptionsResponse Source #

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

See: newPutConfigurationSetReputationOptionsResponse smart constructor.

Instances

Instances details
Eq PutConfigurationSetReputationOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

Read PutConfigurationSetReputationOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

Show PutConfigurationSetReputationOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

Generic PutConfigurationSetReputationOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

NFData PutConfigurationSetReputationOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

type Rep PutConfigurationSetReputationOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutConfigurationSetReputationOptions

type Rep PutConfigurationSetReputationOptionsResponse = D1 ('MetaData "PutConfigurationSetReputationOptionsResponse" "Amazonka.PinpointEmail.PutConfigurationSetReputationOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutConfigurationSetReputationOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutConfigurationSetReputationOptionsResponse Source #

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

PutDedicatedIpInPool

data PutDedicatedIpInPool Source #

A request to move a dedicated IP address to a dedicated IP pool.

See: newPutDedicatedIpInPool smart constructor.

Instances

Instances details
Eq PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Read PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Show PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Generic PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Associated Types

type Rep PutDedicatedIpInPool :: Type -> Type #

NFData PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Methods

rnf :: PutDedicatedIpInPool -> () #

Hashable PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

ToJSON PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

AWSRequest PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Associated Types

type AWSResponse PutDedicatedIpInPool #

ToHeaders PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

ToPath PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

ToQuery PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

type Rep PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

type Rep PutDedicatedIpInPool = D1 ('MetaData "PutDedicatedIpInPool" "Amazonka.PinpointEmail.PutDedicatedIpInPool" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutDedicatedIpInPool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationPoolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutDedicatedIpInPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

newPutDedicatedIpInPool Source #

Create a value of PutDedicatedIpInPool 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:ip:PutDedicatedIpInPool', putDedicatedIpInPool_ip - The IP address that you want to move to the dedicated IP pool. The value you specify has to be a dedicated IP address that's associated with your Amazon Pinpoint account.

$sel:destinationPoolName:PutDedicatedIpInPool', putDedicatedIpInPool_destinationPoolName - The name of the IP pool that you want to add the dedicated IP address to. You have to specify an IP pool that already exists.

data PutDedicatedIpInPoolResponse Source #

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

See: newPutDedicatedIpInPoolResponse smart constructor.

Instances

Instances details
Eq PutDedicatedIpInPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Read PutDedicatedIpInPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Show PutDedicatedIpInPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Generic PutDedicatedIpInPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

Associated Types

type Rep PutDedicatedIpInPoolResponse :: Type -> Type #

NFData PutDedicatedIpInPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

type Rep PutDedicatedIpInPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpInPool

type Rep PutDedicatedIpInPoolResponse = D1 ('MetaData "PutDedicatedIpInPoolResponse" "Amazonka.PinpointEmail.PutDedicatedIpInPool" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutDedicatedIpInPoolResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutDedicatedIpInPoolResponse Source #

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

PutAccountSendingAttributes

data PutAccountSendingAttributes Source #

A request to change the ability of your account to send email.

See: newPutAccountSendingAttributes smart constructor.

Instances

Instances details
Eq PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

Read PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

Show PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

Generic PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

Associated Types

type Rep PutAccountSendingAttributes :: Type -> Type #

NFData PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

Hashable PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

ToJSON PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

AWSRequest PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

ToHeaders PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

ToPath PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

ToQuery PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

type Rep PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

type Rep PutAccountSendingAttributes = D1 ('MetaData "PutAccountSendingAttributes" "Amazonka.PinpointEmail.PutAccountSendingAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutAccountSendingAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))
type AWSResponse PutAccountSendingAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

newPutAccountSendingAttributes :: PutAccountSendingAttributes Source #

Create a value of PutAccountSendingAttributes 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:sendingEnabled:PutAccountSendingAttributes', putAccountSendingAttributes_sendingEnabled - Enables or disables your account's ability to send email. Set to true to enable email sending, or set to false to disable email sending.

If AWS paused your account's ability to send email, you can't use this operation to resume your account's ability to send email.

data PutAccountSendingAttributesResponse Source #

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

See: newPutAccountSendingAttributesResponse smart constructor.

Instances

Instances details
Eq PutAccountSendingAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

Read PutAccountSendingAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

Show PutAccountSendingAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

Generic PutAccountSendingAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

NFData PutAccountSendingAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

type Rep PutAccountSendingAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountSendingAttributes

type Rep PutAccountSendingAttributesResponse = D1 ('MetaData "PutAccountSendingAttributesResponse" "Amazonka.PinpointEmail.PutAccountSendingAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutAccountSendingAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutAccountSendingAttributesResponse Source #

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

UpdateConfigurationSetEventDestination

data UpdateConfigurationSetEventDestination Source #

A request to change the settings for an event destination for a configuration set.

See: newUpdateConfigurationSetEventDestination smart constructor.

Instances

Instances details
Eq UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

Read UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

Show UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

Generic UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

NFData UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

Hashable UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

ToJSON UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

AWSRequest UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

ToHeaders UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

ToPath UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

ToQuery UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

type Rep UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

type Rep UpdateConfigurationSetEventDestination = D1 ('MetaData "UpdateConfigurationSetEventDestination" "Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "UpdateConfigurationSetEventDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "eventDestinationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventDestinationDefinition))))
type AWSResponse UpdateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

data UpdateConfigurationSetEventDestinationResponse Source #

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

See: newUpdateConfigurationSetEventDestinationResponse smart constructor.

Instances

Instances details
Eq UpdateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

Read UpdateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

Show UpdateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

Generic UpdateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

NFData UpdateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

type Rep UpdateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination

type Rep UpdateConfigurationSetEventDestinationResponse = D1 ('MetaData "UpdateConfigurationSetEventDestinationResponse" "Amazonka.PinpointEmail.UpdateConfigurationSetEventDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "UpdateConfigurationSetEventDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateConfigurationSetEventDestinationResponse Source #

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

DeleteConfigurationSetEventDestination

data DeleteConfigurationSetEventDestination Source #

A request to delete an event destination from a configuration set.

See: newDeleteConfigurationSetEventDestination smart constructor.

Instances

Instances details
Eq DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

Read DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

Show DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

Generic DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

NFData DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

Hashable DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

AWSRequest DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

ToHeaders DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

ToPath DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

ToQuery DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

type Rep DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

type Rep DeleteConfigurationSetEventDestination = D1 ('MetaData "DeleteConfigurationSetEventDestination" "Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeleteConfigurationSetEventDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventDestinationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

newDeleteConfigurationSetEventDestination Source #

Create a value of DeleteConfigurationSetEventDestination 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:configurationSetName:DeleteConfigurationSetEventDestination', deleteConfigurationSetEventDestination_configurationSetName - The name of the configuration set that contains the event destination that you want to delete.

$sel:eventDestinationName:DeleteConfigurationSetEventDestination', deleteConfigurationSetEventDestination_eventDestinationName - The name of the event destination that you want to delete.

data DeleteConfigurationSetEventDestinationResponse Source #

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

See: newDeleteConfigurationSetEventDestinationResponse smart constructor.

Instances

Instances details
Eq DeleteConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

Read DeleteConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

Show DeleteConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

Generic DeleteConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

NFData DeleteConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

type Rep DeleteConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination

type Rep DeleteConfigurationSetEventDestinationResponse = D1 ('MetaData "DeleteConfigurationSetEventDestinationResponse" "Amazonka.PinpointEmail.DeleteConfigurationSetEventDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeleteConfigurationSetEventDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConfigurationSetEventDestinationResponse Source #

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

ListConfigurationSets (Paginated)

data ListConfigurationSets Source #

A request to obtain a list of configuration sets for your Amazon Pinpoint account in the current AWS Region.

See: newListConfigurationSets smart constructor.

Instances

Instances details
Eq ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Read ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Show ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Generic ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Associated Types

type Rep ListConfigurationSets :: Type -> Type #

NFData ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Methods

rnf :: ListConfigurationSets -> () #

Hashable ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

AWSPager ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

AWSRequest ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Associated Types

type AWSResponse ListConfigurationSets #

ToHeaders ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

ToPath ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

ToQuery ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

type Rep ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

type Rep ListConfigurationSets = D1 ('MetaData "ListConfigurationSets" "Amazonka.PinpointEmail.ListConfigurationSets" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListConfigurationSets'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListConfigurationSets Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

newListConfigurationSets :: ListConfigurationSets Source #

Create a value of ListConfigurationSets 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:nextToken:ListConfigurationSets', listConfigurationSets_nextToken - A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.

$sel:pageSize:ListConfigurationSets', listConfigurationSets_pageSize - The number of results to show in a single call to ListConfigurationSets. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

data ListConfigurationSetsResponse Source #

A list of configuration sets in your Amazon Pinpoint account in the current AWS Region.

See: newListConfigurationSetsResponse smart constructor.

Instances

Instances details
Eq ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Read ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Show ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Generic ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

Associated Types

type Rep ListConfigurationSetsResponse :: Type -> Type #

NFData ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

type Rep ListConfigurationSetsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListConfigurationSets

type Rep ListConfigurationSetsResponse = D1 ('MetaData "ListConfigurationSetsResponse" "Amazonka.PinpointEmail.ListConfigurationSets" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListConfigurationSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConfigurationSetsResponse Source #

Create a value of ListConfigurationSetsResponse 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:configurationSets:ListConfigurationSetsResponse', listConfigurationSetsResponse_configurationSets - An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.

$sel:nextToken:ListConfigurationSets', listConfigurationSetsResponse_nextToken - A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.

$sel:httpStatus:ListConfigurationSetsResponse', listConfigurationSetsResponse_httpStatus - The response's http status code.

DeleteEmailIdentity

data DeleteEmailIdentity Source #

A request to delete an existing email identity. When you delete an identity, you lose the ability to use Amazon Pinpoint to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.

See: newDeleteEmailIdentity smart constructor.

Instances

Instances details
Eq DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Read DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Show DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Generic DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Associated Types

type Rep DeleteEmailIdentity :: Type -> Type #

NFData DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Methods

rnf :: DeleteEmailIdentity -> () #

Hashable DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

AWSRequest DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Associated Types

type AWSResponse DeleteEmailIdentity #

ToHeaders DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

ToPath DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

ToQuery DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

type Rep DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

type Rep DeleteEmailIdentity = D1 ('MetaData "DeleteEmailIdentity" "Amazonka.PinpointEmail.DeleteEmailIdentity" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeleteEmailIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

newDeleteEmailIdentity Source #

Create a value of DeleteEmailIdentity 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:emailIdentity:DeleteEmailIdentity', deleteEmailIdentity_emailIdentity - The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.

data DeleteEmailIdentityResponse Source #

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

See: newDeleteEmailIdentityResponse smart constructor.

Instances

Instances details
Eq DeleteEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Read DeleteEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Show DeleteEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Generic DeleteEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

Associated Types

type Rep DeleteEmailIdentityResponse :: Type -> Type #

NFData DeleteEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

type Rep DeleteEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteEmailIdentity

type Rep DeleteEmailIdentityResponse = D1 ('MetaData "DeleteEmailIdentityResponse" "Amazonka.PinpointEmail.DeleteEmailIdentity" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeleteEmailIdentityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEmailIdentityResponse Source #

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

DeleteConfigurationSet

data DeleteConfigurationSet Source #

A request to delete a configuration set.

See: newDeleteConfigurationSet smart constructor.

Instances

Instances details
Eq DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Read DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Show DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Generic DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Associated Types

type Rep DeleteConfigurationSet :: Type -> Type #

NFData DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Methods

rnf :: DeleteConfigurationSet -> () #

Hashable DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

AWSRequest DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Associated Types

type AWSResponse DeleteConfigurationSet #

ToHeaders DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

ToPath DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

ToQuery DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

type Rep DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

type Rep DeleteConfigurationSet = D1 ('MetaData "DeleteConfigurationSet" "Amazonka.PinpointEmail.DeleteConfigurationSet" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeleteConfigurationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

newDeleteConfigurationSet Source #

Create a value of DeleteConfigurationSet 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:configurationSetName:DeleteConfigurationSet', deleteConfigurationSet_configurationSetName - The name of the configuration set that you want to delete.

data DeleteConfigurationSetResponse Source #

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

See: newDeleteConfigurationSetResponse smart constructor.

Instances

Instances details
Eq DeleteConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Read DeleteConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Show DeleteConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Generic DeleteConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

Associated Types

type Rep DeleteConfigurationSetResponse :: Type -> Type #

NFData DeleteConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

type Rep DeleteConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteConfigurationSet

type Rep DeleteConfigurationSetResponse = D1 ('MetaData "DeleteConfigurationSetResponse" "Amazonka.PinpointEmail.DeleteConfigurationSet" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeleteConfigurationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConfigurationSetResponse Source #

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

CreateEmailIdentity

data CreateEmailIdentity Source #

A request to begin the verification process for an email identity (an email address or domain).

See: newCreateEmailIdentity smart constructor.

Instances

Instances details
Eq CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Read CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Show CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Generic CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Associated Types

type Rep CreateEmailIdentity :: Type -> Type #

NFData CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Methods

rnf :: CreateEmailIdentity -> () #

Hashable CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

ToJSON CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

AWSRequest CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Associated Types

type AWSResponse CreateEmailIdentity #

ToHeaders CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

ToPath CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

ToQuery CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

type Rep CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

type Rep CreateEmailIdentity = D1 ('MetaData "CreateEmailIdentity" "Amazonka.PinpointEmail.CreateEmailIdentity" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CreateEmailIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "emailIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

newCreateEmailIdentity Source #

Create a value of CreateEmailIdentity 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:CreateEmailIdentity', createEmailIdentity_tags - An array of objects that define the tags (keys and values) that you want to associate with the email identity.

$sel:emailIdentity:CreateEmailIdentity', createEmailIdentity_emailIdentity - The email address or domain that you want to verify.

data CreateEmailIdentityResponse Source #

If the email identity is a domain, this object contains tokens that you can use to create a set of CNAME records. To sucessfully verify your domain, you have to add these records to the DNS configuration for your domain.

If the email identity is an email address, this object is empty.

See: newCreateEmailIdentityResponse smart constructor.

Instances

Instances details
Eq CreateEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Read CreateEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Show CreateEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Generic CreateEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

Associated Types

type Rep CreateEmailIdentityResponse :: Type -> Type #

NFData CreateEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

type Rep CreateEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateEmailIdentity

type Rep CreateEmailIdentityResponse = D1 ('MetaData "CreateEmailIdentityResponse" "Amazonka.PinpointEmail.CreateEmailIdentity" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CreateEmailIdentityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dkimAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DkimAttributes)) :*: S1 ('MetaSel ('Just "verifiedForSendingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "identityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateEmailIdentityResponse Source #

Create a value of CreateEmailIdentityResponse 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:dkimAttributes:CreateEmailIdentityResponse', createEmailIdentityResponse_dkimAttributes - An object that contains information about the DKIM attributes for the identity. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.

$sel:verifiedForSendingStatus:CreateEmailIdentityResponse', createEmailIdentityResponse_verifiedForSendingStatus - Specifies whether or not the identity is verified. In Amazon Pinpoint, you can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.

$sel:identityType:CreateEmailIdentityResponse', createEmailIdentityResponse_identityType - The email identity type.

$sel:httpStatus:CreateEmailIdentityResponse', createEmailIdentityResponse_httpStatus - The response's http status code.

GetBlacklistReports

data GetBlacklistReports Source #

A request to retrieve a list of the blacklists that your dedicated IP addresses appear on.

See: newGetBlacklistReports smart constructor.

Constructors

GetBlacklistReports' [Text] 

Instances

Instances details
Eq GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Read GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Show GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Generic GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Associated Types

type Rep GetBlacklistReports :: Type -> Type #

NFData GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Methods

rnf :: GetBlacklistReports -> () #

Hashable GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

AWSRequest GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Associated Types

type AWSResponse GetBlacklistReports #

ToHeaders GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

ToPath GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

ToQuery GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

type Rep GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

type Rep GetBlacklistReports = D1 ('MetaData "GetBlacklistReports" "Amazonka.PinpointEmail.GetBlacklistReports" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetBlacklistReports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blacklistItemNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse GetBlacklistReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

newGetBlacklistReports :: GetBlacklistReports Source #

Create a value of GetBlacklistReports 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:blacklistItemNames:GetBlacklistReports', getBlacklistReports_blacklistItemNames - A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon Pinpoint or Amazon SES.

data GetBlacklistReportsResponse Source #

An object that contains information about blacklist events.

See: newGetBlacklistReportsResponse smart constructor.

Instances

Instances details
Eq GetBlacklistReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Read GetBlacklistReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Show GetBlacklistReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Generic GetBlacklistReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

Associated Types

type Rep GetBlacklistReportsResponse :: Type -> Type #

NFData GetBlacklistReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

type Rep GetBlacklistReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetBlacklistReports

type Rep GetBlacklistReportsResponse = D1 ('MetaData "GetBlacklistReportsResponse" "Amazonka.PinpointEmail.GetBlacklistReports" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetBlacklistReportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "blacklistReport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text [BlacklistEntry]))))

newGetBlacklistReportsResponse Source #

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

$sel:blacklistReport:GetBlacklistReportsResponse', getBlacklistReportsResponse_blacklistReport - An object that contains information about a blacklist that one of your dedicated IP addresses appears on.

ListEmailIdentities (Paginated)

data ListEmailIdentities Source #

A request to list all of the email identities associated with your Amazon Pinpoint account. This list includes identities that you've already verified, identities that are unverified, and identities that were verified in the past, but are no longer verified.

See: newListEmailIdentities smart constructor.

Instances

Instances details
Eq ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Read ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Show ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Generic ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Associated Types

type Rep ListEmailIdentities :: Type -> Type #

NFData ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Methods

rnf :: ListEmailIdentities -> () #

Hashable ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

AWSPager ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

AWSRequest ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Associated Types

type AWSResponse ListEmailIdentities #

ToHeaders ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

ToPath ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

ToQuery ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

type Rep ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

type Rep ListEmailIdentities = D1 ('MetaData "ListEmailIdentities" "Amazonka.PinpointEmail.ListEmailIdentities" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListEmailIdentities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListEmailIdentities Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

newListEmailIdentities :: ListEmailIdentities Source #

Create a value of ListEmailIdentities 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:nextToken:ListEmailIdentities', listEmailIdentities_nextToken - A token returned from a previous call to ListEmailIdentities to indicate the position in the list of identities.

$sel:pageSize:ListEmailIdentities', listEmailIdentities_pageSize - The number of results to show in a single call to ListEmailIdentities. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

The value you specify has to be at least 0, and can be no more than 1000.

data ListEmailIdentitiesResponse Source #

A list of all of the identities that you've attempted to verify for use with Amazon Pinpoint, regardless of whether or not those identities were successfully verified.

See: newListEmailIdentitiesResponse smart constructor.

Instances

Instances details
Eq ListEmailIdentitiesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Read ListEmailIdentitiesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Show ListEmailIdentitiesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Generic ListEmailIdentitiesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

Associated Types

type Rep ListEmailIdentitiesResponse :: Type -> Type #

NFData ListEmailIdentitiesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

type Rep ListEmailIdentitiesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListEmailIdentities

type Rep ListEmailIdentitiesResponse = D1 ('MetaData "ListEmailIdentitiesResponse" "Amazonka.PinpointEmail.ListEmailIdentities" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListEmailIdentitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "emailIdentities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IdentityInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEmailIdentitiesResponse Source #

Create a value of ListEmailIdentitiesResponse 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:nextToken:ListEmailIdentities', listEmailIdentitiesResponse_nextToken - A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities, and pass this token in the NextToken parameter.

$sel:emailIdentities:ListEmailIdentitiesResponse', listEmailIdentitiesResponse_emailIdentities - An array that includes all of the identities associated with your Amazon Pinpoint account.

$sel:httpStatus:ListEmailIdentitiesResponse', listEmailIdentitiesResponse_httpStatus - The response's http status code.

GetDedicatedIp

data GetDedicatedIp Source #

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

See: newGetDedicatedIp smart constructor.

Constructors

GetDedicatedIp' Text 

Instances

Instances details
Eq GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Read GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Show GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Generic GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Associated Types

type Rep GetDedicatedIp :: Type -> Type #

NFData GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Methods

rnf :: GetDedicatedIp -> () #

Hashable GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

AWSRequest GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Associated Types

type AWSResponse GetDedicatedIp #

ToHeaders GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

ToPath GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

ToQuery GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

type Rep GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

type Rep GetDedicatedIp = D1 ('MetaData "GetDedicatedIp" "Amazonka.PinpointEmail.GetDedicatedIp" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDedicatedIp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

newGetDedicatedIp Source #

Create a value of GetDedicatedIp 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:ip:GetDedicatedIp', getDedicatedIp_ip - The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Pinpoint account.

data GetDedicatedIpResponse Source #

Information about a dedicated IP address.

See: newGetDedicatedIpResponse smart constructor.

Instances

Instances details
Eq GetDedicatedIpResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Read GetDedicatedIpResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Show GetDedicatedIpResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Generic GetDedicatedIpResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Associated Types

type Rep GetDedicatedIpResponse :: Type -> Type #

NFData GetDedicatedIpResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

Methods

rnf :: GetDedicatedIpResponse -> () #

type Rep GetDedicatedIpResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDedicatedIp

type Rep GetDedicatedIpResponse = D1 ('MetaData "GetDedicatedIpResponse" "Amazonka.PinpointEmail.GetDedicatedIp" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDedicatedIpResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dedicatedIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DedicatedIp)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetDedicatedIpResponse Source #

Create a value of GetDedicatedIpResponse 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:dedicatedIp:GetDedicatedIpResponse', getDedicatedIpResponse_dedicatedIp - An object that contains information about a dedicated IP address.

$sel:httpStatus:GetDedicatedIpResponse', getDedicatedIpResponse_httpStatus - The response's http status code.

GetEmailIdentity

data GetEmailIdentity Source #

A request to return details about an email identity.

See: newGetEmailIdentity smart constructor.

Constructors

GetEmailIdentity' Text 

Instances

Instances details
Eq GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Read GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Show GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Generic GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Associated Types

type Rep GetEmailIdentity :: Type -> Type #

NFData GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Methods

rnf :: GetEmailIdentity -> () #

Hashable GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

AWSRequest GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Associated Types

type AWSResponse GetEmailIdentity #

ToHeaders GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

ToPath GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

ToQuery GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

type Rep GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

type Rep GetEmailIdentity = D1 ('MetaData "GetEmailIdentity" "Amazonka.PinpointEmail.GetEmailIdentity" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetEmailIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetEmailIdentity Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

newGetEmailIdentity Source #

Create a value of GetEmailIdentity 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:emailIdentity:GetEmailIdentity', getEmailIdentity_emailIdentity - The email identity that you want to retrieve details for.

data GetEmailIdentityResponse Source #

Details about an email identity.

See: newGetEmailIdentityResponse smart constructor.

Instances

Instances details
Eq GetEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Read GetEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Show GetEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Generic GetEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

Associated Types

type Rep GetEmailIdentityResponse :: Type -> Type #

NFData GetEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

type Rep GetEmailIdentityResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetEmailIdentity

type Rep GetEmailIdentityResponse = D1 ('MetaData "GetEmailIdentityResponse" "Amazonka.PinpointEmail.GetEmailIdentity" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetEmailIdentityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dkimAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DkimAttributes)) :*: (S1 ('MetaSel ('Just "verifiedForSendingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "identityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityType)))) :*: ((S1 ('MetaSel ('Just "mailFromAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MailFromAttributes)) :*: S1 ('MetaSel ('Just "feedbackForwardingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetEmailIdentityResponse Source #

Create a value of GetEmailIdentityResponse 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:dkimAttributes:GetEmailIdentityResponse', getEmailIdentityResponse_dkimAttributes - An object that contains information about the DKIM attributes for the identity. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.

$sel:verifiedForSendingStatus:GetEmailIdentityResponse', getEmailIdentityResponse_verifiedForSendingStatus - Specifies whether or not the identity is verified. In Amazon Pinpoint, you can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.

$sel:identityType:GetEmailIdentityResponse', getEmailIdentityResponse_identityType - The email identity type.

$sel:mailFromAttributes:GetEmailIdentityResponse', getEmailIdentityResponse_mailFromAttributes - An object that contains information about the Mail-From attributes for the email identity.

$sel:feedbackForwardingStatus:GetEmailIdentityResponse', getEmailIdentityResponse_feedbackForwardingStatus - The feedback forwarding configuration for the identity.

If the value is true, Amazon Pinpoint sends you email notifications when bounce or complaint events occur. Amazon Pinpoint sends this notification to the address that you specified in the Return-Path header of the original email.

When you set this value to false, Amazon Pinpoint sends notifications through other mechanisms, such as by notifying an Amazon SNS topic or another event destination. You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications, Amazon Pinpoint sends an email notification when these events occur (even if this setting is disabled).

$sel:tags:GetEmailIdentityResponse', getEmailIdentityResponse_tags - An array of objects that define the tags (keys and values) that are associated with the email identity.

$sel:httpStatus:GetEmailIdentityResponse', getEmailIdentityResponse_httpStatus - The response's http status code.

GetConfigurationSetEventDestinations

data GetConfigurationSetEventDestinations Source #

A request to obtain information about the event destinations for a configuration set.

See: newGetConfigurationSetEventDestinations smart constructor.

Instances

Instances details
Eq GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

Read GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

Show GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

Generic GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

NFData GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

Hashable GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

AWSRequest GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

ToHeaders GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

ToPath GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

ToQuery GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

type Rep GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

type Rep GetConfigurationSetEventDestinations = D1 ('MetaData "GetConfigurationSetEventDestinations" "Amazonka.PinpointEmail.GetConfigurationSetEventDestinations" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetConfigurationSetEventDestinations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetConfigurationSetEventDestinations Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

newGetConfigurationSetEventDestinations Source #

Create a value of GetConfigurationSetEventDestinations 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:configurationSetName:GetConfigurationSetEventDestinations', getConfigurationSetEventDestinations_configurationSetName - The name of the configuration set that contains the event destination.

data GetConfigurationSetEventDestinationsResponse Source #

Information about an event destination for a configuration set.

See: newGetConfigurationSetEventDestinationsResponse smart constructor.

Instances

Instances details
Eq GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

Read GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

Show GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

Generic GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

NFData GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

type Rep GetConfigurationSetEventDestinationsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetConfigurationSetEventDestinations

type Rep GetConfigurationSetEventDestinationsResponse = D1 ('MetaData "GetConfigurationSetEventDestinationsResponse" "Amazonka.PinpointEmail.GetConfigurationSetEventDestinations" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetConfigurationSetEventDestinationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventDestinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventDestination])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetConfigurationSetEventDestinationsResponse Source #

Create a value of GetConfigurationSetEventDestinationsResponse 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:eventDestinations:GetConfigurationSetEventDestinationsResponse', getConfigurationSetEventDestinationsResponse_eventDestinations - An array that includes all of the events destinations that have been configured for the configuration set.

$sel:httpStatus:GetConfigurationSetEventDestinationsResponse', getConfigurationSetEventDestinationsResponse_httpStatus - The response's http status code.

GetAccount

data GetAccount Source #

A request to obtain information about the email-sending capabilities of your Amazon Pinpoint account.

See: newGetAccount smart constructor.

Constructors

GetAccount' 

Instances

Instances details
Eq GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Read GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Show GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Generic GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Associated Types

type Rep GetAccount :: Type -> Type #

NFData GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Methods

rnf :: GetAccount -> () #

Hashable GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

AWSRequest GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Associated Types

type AWSResponse GetAccount #

ToHeaders GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Methods

toHeaders :: GetAccount -> [Header] #

ToPath GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

ToQuery GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

type Rep GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

type Rep GetAccount = D1 ('MetaData "GetAccount" "Amazonka.PinpointEmail.GetAccount" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetAccount'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetAccount Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

newGetAccount :: GetAccount Source #

Create a value of GetAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetAccountResponse Source #

A list of details about the email-sending capabilities of your Amazon Pinpoint account in the current AWS Region.

See: newGetAccountResponse smart constructor.

Instances

Instances details
Eq GetAccountResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Read GetAccountResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Show GetAccountResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Generic GetAccountResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Associated Types

type Rep GetAccountResponse :: Type -> Type #

NFData GetAccountResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

Methods

rnf :: GetAccountResponse -> () #

type Rep GetAccountResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetAccount

type Rep GetAccountResponse = D1 ('MetaData "GetAccountResponse" "Amazonka.PinpointEmail.GetAccount" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetAccountResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enforcementStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dedicatedIpAutoWarmupEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "sendQuota") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SendQuota)))) :*: (S1 ('MetaSel ('Just "productionAccessEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "sendingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetAccountResponse Source #

Create a value of GetAccountResponse 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:enforcementStatus:GetAccountResponse', getAccountResponse_enforcementStatus - The reputation status of your Amazon Pinpoint account. The status can be one of the following:

  • HEALTHY – There are no reputation-related issues that currently impact your account.
  • PROBATION – We've identified some issues with your Amazon Pinpoint account. We're placing your account under review while you work on correcting these issues.
  • SHUTDOWN – Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.

$sel:dedicatedIpAutoWarmupEnabled:GetAccountResponse', getAccountResponse_dedicatedIpAutoWarmupEnabled - Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.

$sel:sendQuota:GetAccountResponse', getAccountResponse_sendQuota - An object that contains information about the per-day and per-second sending limits for your Amazon Pinpoint account in the current AWS Region.

$sel:productionAccessEnabled:GetAccountResponse', getAccountResponse_productionAccessEnabled - Indicates whether or not your account has production access in the current AWS Region.

If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities. Additionally, the maximum number of emails you can send in a 24-hour period (your sending quota) is 200, and the maximum number of emails you can send per second (your maximum sending rate) is 1.

If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

$sel:sendingEnabled:GetAccountResponse', getAccountResponse_sendingEnabled - Indicates whether or not email sending is enabled for your Amazon Pinpoint account in the current AWS Region.

$sel:httpStatus:GetAccountResponse', getAccountResponse_httpStatus - The response's http status code.

DeleteDedicatedIpPool

data DeleteDedicatedIpPool Source #

A request to delete a dedicated IP pool.

See: newDeleteDedicatedIpPool smart constructor.

Instances

Instances details
Eq DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Read DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Show DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Generic DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Associated Types

type Rep DeleteDedicatedIpPool :: Type -> Type #

NFData DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Methods

rnf :: DeleteDedicatedIpPool -> () #

Hashable DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

AWSRequest DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Associated Types

type AWSResponse DeleteDedicatedIpPool #

ToHeaders DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

ToPath DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

ToQuery DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

type Rep DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

type Rep DeleteDedicatedIpPool = D1 ('MetaData "DeleteDedicatedIpPool" "Amazonka.PinpointEmail.DeleteDedicatedIpPool" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeleteDedicatedIpPool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "poolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDedicatedIpPool Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

newDeleteDedicatedIpPool Source #

Create a value of DeleteDedicatedIpPool 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:DeleteDedicatedIpPool', deleteDedicatedIpPool_poolName - The name of the dedicated IP pool that you want to delete.

data DeleteDedicatedIpPoolResponse Source #

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

See: newDeleteDedicatedIpPoolResponse smart constructor.

Instances

Instances details
Eq DeleteDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Read DeleteDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Show DeleteDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Generic DeleteDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

Associated Types

type Rep DeleteDedicatedIpPoolResponse :: Type -> Type #

NFData DeleteDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

type Rep DeleteDedicatedIpPoolResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.DeleteDedicatedIpPool

type Rep DeleteDedicatedIpPoolResponse = D1 ('MetaData "DeleteDedicatedIpPoolResponse" "Amazonka.PinpointEmail.DeleteDedicatedIpPool" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeleteDedicatedIpPoolResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDedicatedIpPoolResponse Source #

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

GetDomainStatisticsReport

data GetDomainStatisticsReport Source #

A request to obtain deliverability metrics for a domain.

See: newGetDomainStatisticsReport smart constructor.

Instances

Instances details
Eq GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

Read GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

Show GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

Generic GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

Associated Types

type Rep GetDomainStatisticsReport :: Type -> Type #

NFData GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

Hashable GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

AWSRequest GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

ToHeaders GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

ToPath GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

ToQuery GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

type Rep GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

type Rep GetDomainStatisticsReport = D1 ('MetaData "GetDomainStatisticsReport" "Amazonka.PinpointEmail.GetDomainStatisticsReport" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDomainStatisticsReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))
type AWSResponse GetDomainStatisticsReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

newGetDomainStatisticsReport Source #

Create a value of GetDomainStatisticsReport 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:domain:GetDomainStatisticsReport', getDomainStatisticsReport_domain - The domain that you want to obtain deliverability metrics for.

$sel:startDate:GetDomainStatisticsReport', getDomainStatisticsReport_startDate - The first day (in Unix time) that you want to obtain domain deliverability metrics for.

$sel:endDate:GetDomainStatisticsReport', getDomainStatisticsReport_endDate - The last day (in Unix time) that you want to obtain domain deliverability metrics for. The EndDate that you specify has to be less than or equal to 30 days after the StartDate.

data GetDomainStatisticsReportResponse Source #

An object that includes statistics that are related to the domain that you specified.

See: newGetDomainStatisticsReportResponse smart constructor.

Instances

Instances details
Eq GetDomainStatisticsReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

Read GetDomainStatisticsReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

Show GetDomainStatisticsReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

Generic GetDomainStatisticsReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

Associated Types

type Rep GetDomainStatisticsReportResponse :: Type -> Type #

NFData GetDomainStatisticsReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

type Rep GetDomainStatisticsReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDomainStatisticsReport

type Rep GetDomainStatisticsReportResponse = D1 ('MetaData "GetDomainStatisticsReportResponse" "Amazonka.PinpointEmail.GetDomainStatisticsReport" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDomainStatisticsReportResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "overallVolume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OverallVolume) :*: S1 ('MetaSel ('Just "dailyVolumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DailyVolume]))))

newGetDomainStatisticsReportResponse Source #

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

$sel:overallVolume:GetDomainStatisticsReportResponse', getDomainStatisticsReportResponse_overallVolume - An object that contains deliverability metrics for the domain that you specified. The data in this object is a summary of all of the data that was collected from the StartDate to the EndDate.

$sel:dailyVolumes:GetDomainStatisticsReportResponse', getDomainStatisticsReportResponse_dailyVolumes - An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the StartDate and ending on the EndDate.

GetDeliverabilityDashboardOptions

data GetDeliverabilityDashboardOptions Source #

Retrieve information about the status of the Deliverability dashboard for your Amazon Pinpoint account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the ability to perform predictive inbox placement tests.

When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon Pinpoint. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.

See: newGetDeliverabilityDashboardOptions smart constructor.

Instances

Instances details
Eq GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

Read GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

Show GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

Generic GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

Associated Types

type Rep GetDeliverabilityDashboardOptions :: Type -> Type #

NFData GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

Hashable GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

AWSRequest GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

ToHeaders GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

ToPath GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

ToQuery GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

type Rep GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

type Rep GetDeliverabilityDashboardOptions = D1 ('MetaData "GetDeliverabilityDashboardOptions" "Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDeliverabilityDashboardOptions'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetDeliverabilityDashboardOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

newGetDeliverabilityDashboardOptions :: GetDeliverabilityDashboardOptions Source #

Create a value of GetDeliverabilityDashboardOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetDeliverabilityDashboardOptionsResponse Source #

An object that shows the status of the Deliverability dashboard for your Amazon Pinpoint account.

See: newGetDeliverabilityDashboardOptionsResponse smart constructor.

Instances

Instances details
Eq GetDeliverabilityDashboardOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

Read GetDeliverabilityDashboardOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

Show GetDeliverabilityDashboardOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

Generic GetDeliverabilityDashboardOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

NFData GetDeliverabilityDashboardOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

type Rep GetDeliverabilityDashboardOptionsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions

type Rep GetDeliverabilityDashboardOptionsResponse = D1 ('MetaData "GetDeliverabilityDashboardOptionsResponse" "Amazonka.PinpointEmail.GetDeliverabilityDashboardOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDeliverabilityDashboardOptionsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliverabilityDashboardAccountStatus)) :*: (S1 ('MetaSel ('Just "subscriptionExpiryDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "activeSubscribedDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainDeliverabilityTrackingOption])))) :*: (S1 ('MetaSel ('Just "pendingExpirationSubscribedDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainDeliverabilityTrackingOption])) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "dashboardEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))))

newGetDeliverabilityDashboardOptionsResponse Source #

Create a value of GetDeliverabilityDashboardOptionsResponse 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:accountStatus:GetDeliverabilityDashboardOptionsResponse', getDeliverabilityDashboardOptionsResponse_accountStatus - The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.

$sel:subscriptionExpiryDate:GetDeliverabilityDashboardOptionsResponse', getDeliverabilityDashboardOptionsResponse_subscriptionExpiryDate - The date, in Unix time format, when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.

$sel:activeSubscribedDomains:GetDeliverabilityDashboardOptionsResponse', getDeliverabilityDashboardOptionsResponse_activeSubscribedDomains - An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.

$sel:pendingExpirationSubscribedDomains:GetDeliverabilityDashboardOptionsResponse', getDeliverabilityDashboardOptionsResponse_pendingExpirationSubscribedDomains - An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.

$sel:httpStatus:GetDeliverabilityDashboardOptionsResponse', getDeliverabilityDashboardOptionsResponse_httpStatus - The response's http status code.

$sel:dashboardEnabled:GetDeliverabilityDashboardOptionsResponse', getDeliverabilityDashboardOptionsResponse_dashboardEnabled - Specifies whether the Deliverability dashboard is enabled for your Amazon Pinpoint account. If this value is true, the dashboard is enabled.

ListDomainDeliverabilityCampaigns

data ListDomainDeliverabilityCampaigns Source #

Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard (PutDeliverabilityDashboardOption operation) for the domain.

See: newListDomainDeliverabilityCampaigns smart constructor.

Instances

Instances details
Eq ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

Read ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

Show ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

Generic ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

Associated Types

type Rep ListDomainDeliverabilityCampaigns :: Type -> Type #

NFData ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

Hashable ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

AWSRequest ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

ToHeaders ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

ToPath ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

ToQuery ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

type Rep ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

type Rep ListDomainDeliverabilityCampaigns = D1 ('MetaData "ListDomainDeliverabilityCampaigns" "Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListDomainDeliverabilityCampaigns'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "endDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "subscribedDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListDomainDeliverabilityCampaigns Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

newListDomainDeliverabilityCampaigns Source #

Create a value of ListDomainDeliverabilityCampaigns 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:nextToken:ListDomainDeliverabilityCampaigns', listDomainDeliverabilityCampaigns_nextToken - A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns operation. This token indicates the position of a campaign in the list of campaigns.

$sel:pageSize:ListDomainDeliverabilityCampaigns', listDomainDeliverabilityCampaigns_pageSize - The maximum number of results to include in response to a single call to the ListDomainDeliverabilityCampaigns operation. If the number of results is larger than the number that you specify in this parameter, the response includes a NextToken element, which you can use to obtain additional results.

$sel:startDate:ListDomainDeliverabilityCampaigns', listDomainDeliverabilityCampaigns_startDate - The first day, in Unix time format, that you want to obtain deliverability data for.

$sel:endDate:ListDomainDeliverabilityCampaigns', listDomainDeliverabilityCampaigns_endDate - The last day, in Unix time format, that you want to obtain deliverability data for. This value has to be less than or equal to 30 days after the value of the StartDate parameter.

$sel:subscribedDomain:ListDomainDeliverabilityCampaigns', listDomainDeliverabilityCampaigns_subscribedDomain - The domain to obtain deliverability data for.

data ListDomainDeliverabilityCampaignsResponse Source #

An array of objects that provide deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard (PutDeliverabilityDashboardOption operation) for the domain.

See: newListDomainDeliverabilityCampaignsResponse smart constructor.

Instances

Instances details
Eq ListDomainDeliverabilityCampaignsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

Read ListDomainDeliverabilityCampaignsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

Show ListDomainDeliverabilityCampaignsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

Generic ListDomainDeliverabilityCampaignsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

NFData ListDomainDeliverabilityCampaignsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

type Rep ListDomainDeliverabilityCampaignsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns

type Rep ListDomainDeliverabilityCampaignsResponse = D1 ('MetaData "ListDomainDeliverabilityCampaignsResponse" "Amazonka.PinpointEmail.ListDomainDeliverabilityCampaigns" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListDomainDeliverabilityCampaignsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "domainDeliverabilityCampaigns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DomainDeliverabilityCampaign]))))

newListDomainDeliverabilityCampaignsResponse Source #

Create a value of ListDomainDeliverabilityCampaignsResponse 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:nextToken:ListDomainDeliverabilityCampaigns', listDomainDeliverabilityCampaignsResponse_nextToken - A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns operation. This token indicates the position of the campaign in the list of campaigns.

$sel:httpStatus:ListDomainDeliverabilityCampaignsResponse', listDomainDeliverabilityCampaignsResponse_httpStatus - The response's http status code.

$sel:domainDeliverabilityCampaigns:ListDomainDeliverabilityCampaignsResponse', listDomainDeliverabilityCampaignsResponse_domainDeliverabilityCampaigns - An array of responses, one for each campaign that used the domain to send email during the specified time range.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Constructors

TagResource' Text [Tag] 

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.PinpointEmail.TagResource" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource that you want to add one or more tags to.

$sel:tags:TagResource', tagResource_tags - A list of the tags that you want to add to the resource. A tag consists of a required tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.PinpointEmail.TagResource" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

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

SendEmail

data SendEmail Source #

A request to send an email message.

See: newSendEmail smart constructor.

Instances

Instances details
Eq SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Read SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Show SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Generic SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Associated Types

type Rep SendEmail :: Type -> Type #

NFData SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Methods

rnf :: SendEmail -> () #

Hashable SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

ToJSON SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

AWSRequest SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Associated Types

type AWSResponse SendEmail #

ToHeaders SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Methods

toHeaders :: SendEmail -> [Header] #

ToPath SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

ToQuery SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

type Rep SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

type Rep SendEmail = D1 ('MetaData "SendEmail" "Amazonka.PinpointEmail.SendEmail" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "SendEmail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fromEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "emailTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MessageTag])))) :*: ((S1 ('MetaSel ('Just "feedbackForwardingEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replyToAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Destination) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EmailContent)))))
type AWSResponse SendEmail Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

newSendEmail Source #

Create a value of SendEmail 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:fromEmailAddress:SendEmail', sendEmail_fromEmailAddress - The email address that you want to use as the "From" address for the email. The address that you specify has to be verified.

$sel:configurationSetName:SendEmail', sendEmail_configurationSetName - The name of the configuration set that you want to use when sending the email.

$sel:emailTags:SendEmail', sendEmail_emailTags - A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendEmail operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

$sel:feedbackForwardingEmailAddress:SendEmail', sendEmail_feedbackForwardingEmailAddress - The address that Amazon Pinpoint should send bounce and complaint notifications to.

$sel:replyToAddresses:SendEmail', sendEmail_replyToAddresses - The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply.

$sel:destination:SendEmail', sendEmail_destination - An object that contains the recipients of the email message.

$sel:content:SendEmail', sendEmail_content - An object that contains the body of the message. You can send either a Simple message or a Raw message.

data SendEmailResponse Source #

A unique message ID that you receive when Amazon Pinpoint accepts an email for sending.

See: newSendEmailResponse smart constructor.

Instances

Instances details
Eq SendEmailResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Read SendEmailResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Show SendEmailResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Generic SendEmailResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Associated Types

type Rep SendEmailResponse :: Type -> Type #

NFData SendEmailResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

Methods

rnf :: SendEmailResponse -> () #

type Rep SendEmailResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.SendEmail

type Rep SendEmailResponse = D1 ('MetaData "SendEmailResponse" "Amazonka.PinpointEmail.SendEmail" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "SendEmailResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSendEmailResponse Source #

Create a value of SendEmailResponse 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:messageId:SendEmailResponse', sendEmailResponse_messageId - A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.

It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.

$sel:httpStatus:SendEmailResponse', sendEmailResponse_httpStatus - The response's http status code.

PutDedicatedIpWarmupAttributes

data PutDedicatedIpWarmupAttributes Source #

A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.

See: newPutDedicatedIpWarmupAttributes smart constructor.

Instances

Instances details
Eq PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

Read PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

Show PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

Generic PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

Associated Types

type Rep PutDedicatedIpWarmupAttributes :: Type -> Type #

NFData PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

Hashable PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

ToJSON PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

AWSRequest PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

ToHeaders PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

ToPath PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

ToQuery PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

type Rep PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

type Rep PutDedicatedIpWarmupAttributes = D1 ('MetaData "PutDedicatedIpWarmupAttributes" "Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutDedicatedIpWarmupAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "warmupPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))
type AWSResponse PutDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

newPutDedicatedIpWarmupAttributes Source #

Create a value of PutDedicatedIpWarmupAttributes 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:ip:PutDedicatedIpWarmupAttributes', putDedicatedIpWarmupAttributes_ip - The dedicated IP address that you want to update the warm-up attributes for.

$sel:warmupPercentage:PutDedicatedIpWarmupAttributes', putDedicatedIpWarmupAttributes_warmupPercentage - The warm-up percentage that you want to associate with the dedicated IP address.

data PutDedicatedIpWarmupAttributesResponse Source #

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

See: newPutDedicatedIpWarmupAttributesResponse smart constructor.

Instances

Instances details
Eq PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

Read PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

Show PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

Generic PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

NFData PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

type Rep PutDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes

type Rep PutDedicatedIpWarmupAttributesResponse = D1 ('MetaData "PutDedicatedIpWarmupAttributesResponse" "Amazonka.PinpointEmail.PutDedicatedIpWarmupAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutDedicatedIpWarmupAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutDedicatedIpWarmupAttributesResponse Source #

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.PinpointEmail.UntagResource" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource that you want to remove one or more tags from.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

To remove more than one tag from the resource, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand. For example: /v1/email/tags?ResourceArn=ResourceArn&TagKeys=Key1&TagKeys=Key2

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.PinpointEmail.UntagResource" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

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

CreateDeliverabilityTestReport

data CreateDeliverabilityTestReport Source #

A request to perform a predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. Amazon Pinpoint then sends that message to special email addresses spread across several major email providers. After about 24 hours, the test is complete, and you can use the GetDeliverabilityTestReport operation to view the results of the test.

See: newCreateDeliverabilityTestReport smart constructor.

Instances

Instances details
Eq CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

Read CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

Show CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

Generic CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

Associated Types

type Rep CreateDeliverabilityTestReport :: Type -> Type #

NFData CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

Hashable CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

ToJSON CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

AWSRequest CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

ToHeaders CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

ToPath CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

ToQuery CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

type Rep CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

type Rep CreateDeliverabilityTestReport = D1 ('MetaData "CreateDeliverabilityTestReport" "Amazonka.PinpointEmail.CreateDeliverabilityTestReport" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CreateDeliverabilityTestReport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "reportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "fromEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EmailContent))))
type AWSResponse CreateDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

newCreateDeliverabilityTestReport Source #

Create a value of CreateDeliverabilityTestReport 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:reportName:CreateDeliverabilityTestReport', createDeliverabilityTestReport_reportName - A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.

$sel:tags:CreateDeliverabilityTestReport', createDeliverabilityTestReport_tags - An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.

$sel:fromEmailAddress:CreateDeliverabilityTestReport', createDeliverabilityTestReport_fromEmailAddress - The email address that the predictive inbox placement test email was sent from.

$sel:content:CreateDeliverabilityTestReport', createDeliverabilityTestReport_content - The HTML body of the message that you sent when you performed the predictive inbox placement test.

data CreateDeliverabilityTestReportResponse Source #

Information about the predictive inbox placement test that you created.

See: newCreateDeliverabilityTestReportResponse smart constructor.

Instances

Instances details
Eq CreateDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

Read CreateDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

Show CreateDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

Generic CreateDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

NFData CreateDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

type Rep CreateDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateDeliverabilityTestReport

type Rep CreateDeliverabilityTestReportResponse = D1 ('MetaData "CreateDeliverabilityTestReportResponse" "Amazonka.PinpointEmail.CreateDeliverabilityTestReport" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CreateDeliverabilityTestReportResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "reportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deliverabilityTestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliverabilityTestStatus))))

newCreateDeliverabilityTestReportResponse Source #

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

$sel:reportId:CreateDeliverabilityTestReportResponse', createDeliverabilityTestReportResponse_reportId - A unique string that identifies the predictive inbox placement test.

$sel:deliverabilityTestStatus:CreateDeliverabilityTestReportResponse', createDeliverabilityTestReportResponse_deliverabilityTestStatus - The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

PutEmailIdentityMailFromAttributes

data PutEmailIdentityMailFromAttributes Source #

A request to configure the custom MAIL FROM domain for a verified identity.

See: newPutEmailIdentityMailFromAttributes smart constructor.

Instances

Instances details
Eq PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

Read PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

Show PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

Generic PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

Associated Types

type Rep PutEmailIdentityMailFromAttributes :: Type -> Type #

NFData PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

Hashable PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

ToJSON PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

AWSRequest PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

ToHeaders PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

ToPath PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

ToQuery PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

type Rep PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

type Rep PutEmailIdentityMailFromAttributes = D1 ('MetaData "PutEmailIdentityMailFromAttributes" "Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutEmailIdentityMailFromAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mailFromDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "behaviorOnMxFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BehaviorOnMxFailure)) :*: S1 ('MetaSel ('Just "emailIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PutEmailIdentityMailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

newPutEmailIdentityMailFromAttributes Source #

Create a value of PutEmailIdentityMailFromAttributes 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:mailFromDomain:PutEmailIdentityMailFromAttributes', putEmailIdentityMailFromAttributes_mailFromDomain - The custom MAIL FROM domain that you want the verified identity to use. The MAIL FROM domain must meet the following criteria:

  • It has to be a subdomain of the verified identity.
  • It can't be used to receive email.
  • It can't be used in a "From" address if the MAIL FROM domain is a destination for feedback forwarding emails.

$sel:behaviorOnMxFailure:PutEmailIdentityMailFromAttributes', putEmailIdentityMailFromAttributes_behaviorOnMxFailure - The action that you want Amazon Pinpoint to take if it can't read the required MX record when you send an email. When you set this value to UseDefaultValue, Amazon Pinpoint uses amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, Amazon Pinpoint returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.

These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.

$sel:emailIdentity:PutEmailIdentityMailFromAttributes', putEmailIdentityMailFromAttributes_emailIdentity - The verified email identity that you want to set up the custom MAIL FROM domain for.

data PutEmailIdentityMailFromAttributesResponse Source #

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

See: newPutEmailIdentityMailFromAttributesResponse smart constructor.

Instances

Instances details
Eq PutEmailIdentityMailFromAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

Read PutEmailIdentityMailFromAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

Show PutEmailIdentityMailFromAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

Generic PutEmailIdentityMailFromAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

NFData PutEmailIdentityMailFromAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

type Rep PutEmailIdentityMailFromAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes

type Rep PutEmailIdentityMailFromAttributesResponse = D1 ('MetaData "PutEmailIdentityMailFromAttributesResponse" "Amazonka.PinpointEmail.PutEmailIdentityMailFromAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutEmailIdentityMailFromAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutEmailIdentityMailFromAttributesResponse Source #

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

CreateConfigurationSetEventDestination

data CreateConfigurationSetEventDestination Source #

A request to add an event destination to a configuration set.

See: newCreateConfigurationSetEventDestination smart constructor.

Instances

Instances details
Eq CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

Read CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

Show CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

Generic CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

NFData CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

Hashable CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

ToJSON CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

AWSRequest CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

ToHeaders CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

ToPath CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

ToQuery CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

type Rep CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

type Rep CreateConfigurationSetEventDestination = D1 ('MetaData "CreateConfigurationSetEventDestination" "Amazonka.PinpointEmail.CreateConfigurationSetEventDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CreateConfigurationSetEventDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "eventDestinationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventDestinationDefinition))))
type AWSResponse CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

data CreateConfigurationSetEventDestinationResponse Source #

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

See: newCreateConfigurationSetEventDestinationResponse smart constructor.

Instances

Instances details
Eq CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

Read CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

Show CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

Generic CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

NFData CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

type Rep CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSetEventDestination

type Rep CreateConfigurationSetEventDestinationResponse = D1 ('MetaData "CreateConfigurationSetEventDestinationResponse" "Amazonka.PinpointEmail.CreateConfigurationSetEventDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CreateConfigurationSetEventDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateConfigurationSetEventDestinationResponse Source #

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

ListDeliverabilityTestReports (Paginated)

data ListDeliverabilityTestReports Source #

A request to list all of the predictive inbox placement tests that you've performed.

See: newListDeliverabilityTestReports smart constructor.

Instances

Instances details
Eq ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

Read ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

Show ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

Generic ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

Associated Types

type Rep ListDeliverabilityTestReports :: Type -> Type #

NFData ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

Hashable ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

AWSPager ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

AWSRequest ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

ToHeaders ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

ToPath ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

ToQuery ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

type Rep ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

type Rep ListDeliverabilityTestReports = D1 ('MetaData "ListDeliverabilityTestReports" "Amazonka.PinpointEmail.ListDeliverabilityTestReports" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListDeliverabilityTestReports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListDeliverabilityTestReports Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

newListDeliverabilityTestReports :: ListDeliverabilityTestReports Source #

Create a value of ListDeliverabilityTestReports 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:nextToken:ListDeliverabilityTestReports', listDeliverabilityTestReports_nextToken - A token returned from a previous call to ListDeliverabilityTestReports to indicate the position in the list of predictive inbox placement tests.

$sel:pageSize:ListDeliverabilityTestReports', listDeliverabilityTestReports_pageSize - The number of results to show in a single call to ListDeliverabilityTestReports. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

The value you specify has to be at least 0, and can be no more than 1000.

data ListDeliverabilityTestReportsResponse Source #

A list of the predictive inbox placement test reports that are available for your account, regardless of whether or not those tests are complete.

See: newListDeliverabilityTestReportsResponse smart constructor.

Instances

Instances details
Eq ListDeliverabilityTestReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

Read ListDeliverabilityTestReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

Show ListDeliverabilityTestReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

Generic ListDeliverabilityTestReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

NFData ListDeliverabilityTestReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

type Rep ListDeliverabilityTestReportsResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.ListDeliverabilityTestReports

type Rep ListDeliverabilityTestReportsResponse = D1 ('MetaData "ListDeliverabilityTestReportsResponse" "Amazonka.PinpointEmail.ListDeliverabilityTestReports" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ListDeliverabilityTestReportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "deliverabilityTestReports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DeliverabilityTestReport]))))

newListDeliverabilityTestReportsResponse Source #

Create a value of ListDeliverabilityTestReportsResponse 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:nextToken:ListDeliverabilityTestReports', listDeliverabilityTestReportsResponse_nextToken - A token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to ListDeliverabilityTestReports, and pass this token in the NextToken parameter.

$sel:httpStatus:ListDeliverabilityTestReportsResponse', listDeliverabilityTestReportsResponse_httpStatus - The response's http status code.

$sel:deliverabilityTestReports:ListDeliverabilityTestReportsResponse', listDeliverabilityTestReportsResponse_deliverabilityTestReports - An object that contains a lists of predictive inbox placement tests that you've performed.

CreateConfigurationSet

data CreateConfigurationSet Source #

A request to create a configuration set.

See: newCreateConfigurationSet smart constructor.

Instances

Instances details
Eq CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Read CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Show CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Generic CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Associated Types

type Rep CreateConfigurationSet :: Type -> Type #

NFData CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Methods

rnf :: CreateConfigurationSet -> () #

Hashable CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

ToJSON CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

AWSRequest CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Associated Types

type AWSResponse CreateConfigurationSet #

ToHeaders CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

ToPath CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

ToQuery CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

type Rep CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

type Rep CreateConfigurationSet = D1 ('MetaData "CreateConfigurationSet" "Amazonka.PinpointEmail.CreateConfigurationSet" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CreateConfigurationSet'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sendingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SendingOptions)) :*: (S1 ('MetaSel ('Just "deliveryOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryOptions)) :*: S1 ('MetaSel ('Just "trackingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrackingOptions)))) :*: (S1 ('MetaSel ('Just "reputationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReputationOptions)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateConfigurationSet Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

newCreateConfigurationSet Source #

Create a value of CreateConfigurationSet 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:sendingOptions:CreateConfigurationSet', createConfigurationSet_sendingOptions - An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.

$sel:deliveryOptions:CreateConfigurationSet', createConfigurationSet_deliveryOptions - An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

$sel:trackingOptions:CreateConfigurationSet', createConfigurationSet_trackingOptions - An object that defines the open and click tracking options for emails that you send using the configuration set.

$sel:reputationOptions:CreateConfigurationSet', createConfigurationSet_reputationOptions - An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.

$sel:tags:CreateConfigurationSet', createConfigurationSet_tags - An array of objects that define the tags (keys and values) that you want to associate with the configuration set.

$sel:configurationSetName:CreateConfigurationSet', createConfigurationSet_configurationSetName - The name of the configuration set.

data CreateConfigurationSetResponse Source #

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

See: newCreateConfigurationSetResponse smart constructor.

Instances

Instances details
Eq CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Read CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Show CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Generic CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

Associated Types

type Rep CreateConfigurationSetResponse :: Type -> Type #

NFData CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

type Rep CreateConfigurationSetResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.CreateConfigurationSet

type Rep CreateConfigurationSetResponse = D1 ('MetaData "CreateConfigurationSetResponse" "Amazonka.PinpointEmail.CreateConfigurationSet" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CreateConfigurationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateConfigurationSetResponse Source #

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

GetDeliverabilityTestReport

data GetDeliverabilityTestReport Source #

A request to retrieve the results of a predictive inbox placement test.

See: newGetDeliverabilityTestReport smart constructor.

Instances

Instances details
Eq GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

Read GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

Show GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

Generic GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

Associated Types

type Rep GetDeliverabilityTestReport :: Type -> Type #

NFData GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

Hashable GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

AWSRequest GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

ToHeaders GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

ToPath GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

ToQuery GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

type Rep GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

type Rep GetDeliverabilityTestReport = D1 ('MetaData "GetDeliverabilityTestReport" "Amazonka.PinpointEmail.GetDeliverabilityTestReport" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDeliverabilityTestReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

newGetDeliverabilityTestReport Source #

Create a value of GetDeliverabilityTestReport 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:reportId:GetDeliverabilityTestReport', getDeliverabilityTestReport_reportId - A unique string that identifies the predictive inbox placement test.

data GetDeliverabilityTestReportResponse Source #

The results of the predictive inbox placement test.

See: newGetDeliverabilityTestReportResponse smart constructor.

Instances

Instances details
Eq GetDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

Read GetDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

Show GetDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

Generic GetDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

NFData GetDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

type Rep GetDeliverabilityTestReportResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.GetDeliverabilityTestReport

type Rep GetDeliverabilityTestReportResponse = D1 ('MetaData "GetDeliverabilityTestReportResponse" "Amazonka.PinpointEmail.GetDeliverabilityTestReport" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "GetDeliverabilityTestReportResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: (S1 ('MetaSel ('Just "deliverabilityTestReport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliverabilityTestReport) :*: (S1 ('MetaSel ('Just "overallPlacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PlacementStatistics) :*: S1 ('MetaSel ('Just "ispPlacements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [IspPlacement])))))

newGetDeliverabilityTestReportResponse Source #

Create a value of GetDeliverabilityTestReportResponse 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:message:GetDeliverabilityTestReportResponse', getDeliverabilityTestReportResponse_message - An object that contains the message that you sent when you performed this predictive inbox placement test.

$sel:tags:GetDeliverabilityTestReportResponse', getDeliverabilityTestReportResponse_tags - An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.

$sel:httpStatus:GetDeliverabilityTestReportResponse', getDeliverabilityTestReportResponse_httpStatus - The response's http status code.

$sel:deliverabilityTestReport:GetDeliverabilityTestReportResponse', getDeliverabilityTestReportResponse_deliverabilityTestReport - An object that contains the results of the predictive inbox placement test.

$sel:overallPlacement:GetDeliverabilityTestReportResponse', getDeliverabilityTestReportResponse_overallPlacement - An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.

$sel:ispPlacements:GetDeliverabilityTestReportResponse', getDeliverabilityTestReportResponse_ispPlacements - An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.

PutDeliverabilityDashboardOption

data PutDeliverabilityDashboardOption Source #

Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the ability to perform predictive inbox placement tests.

When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon Pinpoint. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.

See: newPutDeliverabilityDashboardOption smart constructor.

Instances

Instances details
Eq PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

Read PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

Show PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

Generic PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

Associated Types

type Rep PutDeliverabilityDashboardOption :: Type -> Type #

NFData PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

Hashable PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

ToJSON PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

AWSRequest PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

ToHeaders PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

ToPath PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

ToQuery PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

type Rep PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

type Rep PutDeliverabilityDashboardOption = D1 ('MetaData "PutDeliverabilityDashboardOption" "Amazonka.PinpointEmail.PutDeliverabilityDashboardOption" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutDeliverabilityDashboardOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subscribedDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainDeliverabilityTrackingOption])) :*: S1 ('MetaSel ('Just "dashboardEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))
type AWSResponse PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

newPutDeliverabilityDashboardOption Source #

Create a value of PutDeliverabilityDashboardOption 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:subscribedDomains:PutDeliverabilityDashboardOption', putDeliverabilityDashboardOption_subscribedDomains - An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.

$sel:dashboardEnabled:PutDeliverabilityDashboardOption', putDeliverabilityDashboardOption_dashboardEnabled - Specifies whether to enable the Deliverability dashboard for your Amazon Pinpoint account. To enable the dashboard, set this value to true.

data PutDeliverabilityDashboardOptionResponse Source #

A response that indicates whether the Deliverability dashboard is enabled for your Amazon Pinpoint account.

See: newPutDeliverabilityDashboardOptionResponse smart constructor.

Instances

Instances details
Eq PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

Read PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

Show PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

Generic PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

NFData PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

type Rep PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption

type Rep PutDeliverabilityDashboardOptionResponse = D1 ('MetaData "PutDeliverabilityDashboardOptionResponse" "Amazonka.PinpointEmail.PutDeliverabilityDashboardOption" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutDeliverabilityDashboardOptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutDeliverabilityDashboardOptionResponse Source #

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

PutAccountDedicatedIpWarmupAttributes

data PutAccountDedicatedIpWarmupAttributes Source #

A request to enable or disable the automatic IP address warm-up feature.

See: newPutAccountDedicatedIpWarmupAttributes smart constructor.

Instances

Instances details
Eq PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Read PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Show PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Generic PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

NFData PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Hashable PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

ToJSON PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

AWSRequest PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

ToHeaders PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

ToPath PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

ToQuery PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

type Rep PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

type Rep PutAccountDedicatedIpWarmupAttributes = D1 ('MetaData "PutAccountDedicatedIpWarmupAttributes" "Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutAccountDedicatedIpWarmupAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoWarmupEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))
type AWSResponse PutAccountDedicatedIpWarmupAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

newPutAccountDedicatedIpWarmupAttributes :: PutAccountDedicatedIpWarmupAttributes Source #

Create a value of PutAccountDedicatedIpWarmupAttributes 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:autoWarmupEnabled:PutAccountDedicatedIpWarmupAttributes', putAccountDedicatedIpWarmupAttributes_autoWarmupEnabled - Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon Pinpoint account in the current AWS Region. Set to true to enable the automatic warm-up feature, or set to false to disable it.

data PutAccountDedicatedIpWarmupAttributesResponse Source #

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

See: newPutAccountDedicatedIpWarmupAttributesResponse smart constructor.

Instances

Instances details
Eq PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Read PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Show PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

Generic PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

NFData PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

type Rep PutAccountDedicatedIpWarmupAttributesResponse Source # 
Instance details

Defined in Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes

type Rep PutAccountDedicatedIpWarmupAttributesResponse = D1 ('MetaData "PutAccountDedicatedIpWarmupAttributesResponse" "Amazonka.PinpointEmail.PutAccountDedicatedIpWarmupAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PutAccountDedicatedIpWarmupAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutAccountDedicatedIpWarmupAttributesResponse Source #

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

Types

BehaviorOnMxFailure

newtype BehaviorOnMxFailure Source #

The action that you want Amazon Pinpoint to take if it can't read the required MX record for a custom MAIL FROM domain. When you set this value to UseDefaultValue, Amazon Pinpoint uses amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, Amazon Pinpoint returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.

These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.

Instances

Instances details
Eq BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Ord BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Read BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Show BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Generic BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Associated Types

type Rep BehaviorOnMxFailure :: Type -> Type #

NFData BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Methods

rnf :: BehaviorOnMxFailure -> () #

Hashable BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToJSON BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToJSONKey BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

FromJSON BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

FromJSONKey BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToLog BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToHeader BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToQuery BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

FromXML BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToXML BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToByteString BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

FromText BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToText BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

type Rep BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

type Rep BehaviorOnMxFailure = D1 ('MetaData "BehaviorOnMxFailure" "Amazonka.PinpointEmail.Types.BehaviorOnMxFailure" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "BehaviorOnMxFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBehaviorOnMxFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliverabilityDashboardAccountStatus

newtype DeliverabilityDashboardAccountStatus Source #

The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.

Instances

Instances details
Eq DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Ord DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Read DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Show DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Generic DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

NFData DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Hashable DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToJSON DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToJSONKey DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

FromJSON DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

FromJSONKey DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToLog DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToHeader DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToQuery DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

FromXML DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToXML DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToByteString DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

FromText DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToText DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

type Rep DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

type Rep DeliverabilityDashboardAccountStatus = D1 ('MetaData "DeliverabilityDashboardAccountStatus" "Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "DeliverabilityDashboardAccountStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliverabilityDashboardAccountStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliverabilityTestStatus

newtype DeliverabilityTestStatus Source #

The status of a predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport operation to view the results of the test.

Instances

Instances details
Eq DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Ord DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Read DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Show DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Generic DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Associated Types

type Rep DeliverabilityTestStatus :: Type -> Type #

NFData DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Hashable DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToJSON DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToJSONKey DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

FromJSON DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

FromJSONKey DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToLog DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToHeader DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToQuery DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

FromXML DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToXML DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToByteString DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

FromText DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToText DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

type Rep DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

type Rep DeliverabilityTestStatus = D1 ('MetaData "DeliverabilityTestStatus" "Amazonka.PinpointEmail.Types.DeliverabilityTestStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "DeliverabilityTestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliverabilityTestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DimensionValueSource

newtype DimensionValueSource Source #

The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon Pinpoint to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon Pinpoint to use your own email headers, choose emailHeader. If you want Amazon Pinpoint to use link tags, choose linkTags.

Instances

Instances details
Eq DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Ord DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Read DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Show DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Generic DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Associated Types

type Rep DimensionValueSource :: Type -> Type #

NFData DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Methods

rnf :: DimensionValueSource -> () #

Hashable DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToJSON DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToJSONKey DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

FromJSON DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

FromJSONKey DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToLog DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToHeader DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToQuery DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

FromXML DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToXML DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToByteString DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

FromText DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToText DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

type Rep DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

type Rep DimensionValueSource = D1 ('MetaData "DimensionValueSource" "Amazonka.PinpointEmail.Types.DimensionValueSource" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "DimensionValueSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDimensionValueSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DkimStatus

newtype DkimStatus Source #

The DKIM authentication status of the identity. The status can be one of the following:

  • PENDING – The DKIM verification process was initiated, and Amazon Pinpoint is still waiting for the required CNAME records to appear in the DNS configuration for the domain.
  • SUCCESS – The DKIM authentication process completed successfully.
  • FAILED – The DKIM authentication process failed. This can happen when Amazon Pinpoint fails to find the required CNAME records in the DNS configuration of the domain.
  • TEMPORARY_FAILURE – A temporary issue is preventing Amazon Pinpoint from determining the DKIM authentication status of the domain.
  • NOT_STARTED – The DKIM verification process hasn't been initiated for the domain.

Constructors

DkimStatus' 

Fields

Instances

Instances details
Eq DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Ord DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Read DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Show DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Generic DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Associated Types

type Rep DkimStatus :: Type -> Type #

NFData DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Methods

rnf :: DkimStatus -> () #

Hashable DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToJSON DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToJSONKey DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

FromJSON DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

FromJSONKey DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToLog DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToHeader DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToQuery DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

FromXML DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToXML DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Methods

toXML :: DkimStatus -> XML #

ToByteString DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

FromText DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToText DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Methods

toText :: DkimStatus -> Text #

type Rep DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

type Rep DkimStatus = D1 ('MetaData "DkimStatus" "Amazonka.PinpointEmail.Types.DkimStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "DkimStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDkimStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventType

newtype EventType Source #

An email sending event type. For example, email sends, opens, and bounces are all email events.

Constructors

EventType' 

Fields

Instances

Instances details
Eq EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Ord EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Read EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Generic EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

NFData EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Methods

rnf :: EventType -> () #

Hashable EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToJSON EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToJSONKey EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

FromJSON EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

FromJSONKey EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToLog EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToHeader EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToQuery EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

FromXML EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToXML EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Methods

toXML :: EventType -> XML #

ToByteString EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Methods

toBS :: EventType -> ByteString #

FromText EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToText EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Methods

toText :: EventType -> Text #

type Rep EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

type Rep EventType = D1 ('MetaData "EventType" "Amazonka.PinpointEmail.Types.EventType" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "EventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityType

newtype IdentityType Source #

The email identity type. The identity type can be one of the following:

  • EMAIL_ADDRESS – The identity is an email address.
  • DOMAIN – The identity is a domain.

Constructors

IdentityType' 

Instances

Instances details
Eq IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Ord IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Read IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Show IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Generic IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Associated Types

type Rep IdentityType :: Type -> Type #

NFData IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Methods

rnf :: IdentityType -> () #

Hashable IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToJSON IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

FromJSON IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

FromJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToLog IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToHeader IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToQuery IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

FromXML IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToXML IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Methods

toXML :: IdentityType -> XML #

ToByteString IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

FromText IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToText IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Methods

toText :: IdentityType -> Text #

type Rep IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

type Rep IdentityType = D1 ('MetaData "IdentityType" "Amazonka.PinpointEmail.Types.IdentityType" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "IdentityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIdentityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MailFromDomainStatus

newtype MailFromDomainStatus Source #

The status of the MAIL FROM domain. This status can have the following values:

  • PENDING – Amazon Pinpoint hasn't started searching for the MX record yet.
  • SUCCESS – Amazon Pinpoint detected the required MX record for the MAIL FROM domain.
  • FAILED – Amazon Pinpoint can't find the required MX record, or the record no longer exists.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the status of the MAIL FROM domain.

Instances

Instances details
Eq MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Ord MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Read MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Show MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Generic MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Associated Types

type Rep MailFromDomainStatus :: Type -> Type #

NFData MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Methods

rnf :: MailFromDomainStatus -> () #

Hashable MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToJSON MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToJSONKey MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

FromJSON MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

FromJSONKey MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToLog MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToHeader MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToQuery MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

FromXML MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToXML MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToByteString MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

FromText MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToText MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

type Rep MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

type Rep MailFromDomainStatus = D1 ('MetaData "MailFromDomainStatus" "Amazonka.PinpointEmail.Types.MailFromDomainStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "MailFromDomainStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMailFromDomainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TlsPolicy

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

Constructors

TlsPolicy' 

Fields

Bundled Patterns

pattern TlsPolicy_OPTIONAL :: TlsPolicy 
pattern TlsPolicy_REQUIRE :: TlsPolicy 

Instances

Instances details
Eq TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Ord TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Read TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Show TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Generic TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Associated Types

type Rep TlsPolicy :: Type -> Type #

NFData TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Methods

rnf :: TlsPolicy -> () #

Hashable TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToJSON TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToJSONKey TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

FromJSON TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

FromJSONKey TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToLog TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToHeader TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToQuery TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

FromXML TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToXML TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Methods

toXML :: TlsPolicy -> XML #

ToByteString TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Methods

toBS :: TlsPolicy -> ByteString #

FromText TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToText TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Methods

toText :: TlsPolicy -> Text #

type Rep TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

type Rep TlsPolicy = D1 ('MetaData "TlsPolicy" "Amazonka.PinpointEmail.Types.TlsPolicy" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "TlsPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTlsPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WarmupStatus

newtype WarmupStatus Source #

The warmup status of a dedicated IP.

Constructors

WarmupStatus' 

Bundled Patterns

pattern WarmupStatus_DONE :: WarmupStatus 
pattern WarmupStatus_IN_PROGRESS :: WarmupStatus 

Instances

Instances details
Eq WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Ord WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Read WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Show WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Generic WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Associated Types

type Rep WarmupStatus :: Type -> Type #

NFData WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Methods

rnf :: WarmupStatus -> () #

Hashable WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToJSON WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToJSONKey WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

FromJSON WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

FromJSONKey WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToLog WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToHeader WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToQuery WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

FromXML WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToXML WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Methods

toXML :: WarmupStatus -> XML #

ToByteString WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

FromText WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToText WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Methods

toText :: WarmupStatus -> Text #

type Rep WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

type Rep WarmupStatus = D1 ('MetaData "WarmupStatus" "Amazonka.PinpointEmail.Types.WarmupStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "WarmupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWarmupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BlacklistEntry

data BlacklistEntry Source #

An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.

See: newBlacklistEntry smart constructor.

Instances

Instances details
Eq BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Read BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Show BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Generic BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Associated Types

type Rep BlacklistEntry :: Type -> Type #

NFData BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Methods

rnf :: BlacklistEntry -> () #

Hashable BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

FromJSON BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

type Rep BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

type Rep BlacklistEntry = D1 ('MetaData "BlacklistEntry" "Amazonka.PinpointEmail.Types.BlacklistEntry" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "BlacklistEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "listingTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "rblName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBlacklistEntry :: BlacklistEntry Source #

Create a value of BlacklistEntry 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:listingTime:BlacklistEntry', blacklistEntry_listingTime - The time when the blacklisting event occurred, shown in Unix time format.

$sel:rblName:BlacklistEntry', blacklistEntry_rblName - The name of the blacklist that the IP address appears on.

$sel:description:BlacklistEntry', blacklistEntry_description - Additional information about the blacklisting event, as provided by the blacklist maintainer.

Body

data Body Source #

Represents the body of the email message.

See: newBody smart constructor.

Constructors

Body' (Maybe Content) (Maybe Content) 

Instances

Instances details
Eq Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Methods

(==) :: Body -> Body -> Bool #

(/=) :: Body -> Body -> Bool #

Read Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Show Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Methods

showsPrec :: Int -> Body -> ShowS #

show :: Body -> String #

showList :: [Body] -> ShowS #

Generic Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Associated Types

type Rep Body :: Type -> Type #

Methods

from :: Body -> Rep Body x #

to :: Rep Body x -> Body #

NFData Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Methods

rnf :: Body -> () #

Hashable Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Methods

hashWithSalt :: Int -> Body -> Int #

hash :: Body -> Int #

ToJSON Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

type Rep Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

type Rep Body = D1 ('MetaData "Body" "Amazonka.PinpointEmail.Types.Body" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Body'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Content)) :*: S1 ('MetaSel ('Just "html") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Content))))

newBody :: Body Source #

Create a value of Body 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:text:Body', body_text - An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.

$sel:html:Body', body_html - An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.

CloudWatchDestination

data CloudWatchDestination Source #

An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

See: newCloudWatchDestination smart constructor.

Instances

Instances details
Eq CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Read CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Show CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Generic CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Associated Types

type Rep CloudWatchDestination :: Type -> Type #

NFData CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Methods

rnf :: CloudWatchDestination -> () #

Hashable CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

ToJSON CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

FromJSON CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

type Rep CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

type Rep CloudWatchDestination = D1 ('MetaData "CloudWatchDestination" "Amazonka.PinpointEmail.Types.CloudWatchDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CloudWatchDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensionConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [CloudWatchDimensionConfiguration])))

newCloudWatchDestination :: CloudWatchDestination Source #

Create a value of CloudWatchDestination 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:dimensionConfigurations:CloudWatchDestination', cloudWatchDestination_dimensionConfigurations - An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.

CloudWatchDimensionConfiguration

data CloudWatchDimensionConfiguration Source #

An object that defines the dimension configuration to use when you send Amazon Pinpoint email events to Amazon CloudWatch.

See: newCloudWatchDimensionConfiguration smart constructor.

Instances

Instances details
Eq CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Read CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Show CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Generic CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Associated Types

type Rep CloudWatchDimensionConfiguration :: Type -> Type #

NFData CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Hashable CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

ToJSON CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

FromJSON CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

type Rep CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

type Rep CloudWatchDimensionConfiguration = D1 ('MetaData "CloudWatchDimensionConfiguration" "Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CloudWatchDimensionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "dimensionValueSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionValueSource) :*: S1 ('MetaSel ('Just "defaultDimensionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCloudWatchDimensionConfiguration Source #

Create a value of CloudWatchDimensionConfiguration 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:dimensionName:CloudWatchDimensionConfiguration', cloudWatchDimensionConfiguration_dimensionName - The name of an Amazon CloudWatch dimension associated with an email sending metric. The name has to meet the following criteria:

  • It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

$sel:dimensionValueSource:CloudWatchDimensionConfiguration', cloudWatchDimensionConfiguration_dimensionValueSource - The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon Pinpoint to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon Pinpoint to use your own email headers, choose emailHeader. If you want Amazon Pinpoint to use link tags, choose linkTags.

$sel:defaultDimensionValue:CloudWatchDimensionConfiguration', cloudWatchDimensionConfiguration_defaultDimensionValue - The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email. This value has to meet the following criteria:

  • It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

Content

data Content Source #

An object that represents the content of the email, and optionally a character set specification.

See: newContent smart constructor.

Constructors

Content' (Maybe Text) Text 

Instances

Instances details
Eq Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Methods

(==) :: Content -> Content -> Bool #

(/=) :: Content -> Content -> Bool #

Read Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Show Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Generic Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Associated Types

type Rep Content :: Type -> Type #

Methods

from :: Content -> Rep Content x #

to :: Rep Content x -> Content #

NFData Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Methods

rnf :: Content -> () #

Hashable Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Methods

hashWithSalt :: Int -> Content -> Int #

hash :: Content -> Int #

ToJSON Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

type Rep Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

type Rep Content = D1 ('MetaData "Content" "Amazonka.PinpointEmail.Types.Content" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Content'" 'PrefixI 'True) (S1 ('MetaSel ('Just "charset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newContent Source #

Create a value of Content 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:charset:Content', content_charset - The character set for the content. Because of the constraints of the SMTP protocol, Amazon Pinpoint uses 7-bit ASCII by default. If the text includes characters outside of the ASCII range, you have to specify a character set. For example, you could specify UTF-8, ISO-8859-1, or Shift_JIS.

$sel:data':Content', content_data - The content of the message itself.

DailyVolume

data DailyVolume Source #

An object that contains information about the volume of email sent on each day of the analysis period.

See: newDailyVolume smart constructor.

Instances

Instances details
Eq DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Read DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Show DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Generic DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Associated Types

type Rep DailyVolume :: Type -> Type #

NFData DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Methods

rnf :: DailyVolume -> () #

Hashable DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

FromJSON DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

type Rep DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

type Rep DailyVolume = D1 ('MetaData "DailyVolume" "Amazonka.PinpointEmail.Types.DailyVolume" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DailyVolume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainIspPlacements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainIspPlacement])) :*: (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "volumeStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeStatistics)))))

newDailyVolume :: DailyVolume Source #

Create a value of DailyVolume 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:domainIspPlacements:DailyVolume', dailyVolume_domainIspPlacements - An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.

$sel:startDate:DailyVolume', dailyVolume_startDate - The date that the DailyVolume metrics apply to, in Unix time.

$sel:volumeStatistics:DailyVolume', dailyVolume_volumeStatistics - An object that contains inbox placement metrics for a specific day in the analysis period.

DedicatedIp

data DedicatedIp Source #

Contains information about a dedicated IP address that is associated with your Amazon Pinpoint account.

See: newDedicatedIp smart constructor.

Instances

Instances details
Eq DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Read DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Show DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Generic DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Associated Types

type Rep DedicatedIp :: Type -> Type #

NFData DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Methods

rnf :: DedicatedIp -> () #

Hashable DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

FromJSON DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

type Rep DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

type Rep DedicatedIp = D1 ('MetaData "DedicatedIp" "Amazonka.PinpointEmail.Types.DedicatedIp" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DedicatedIp'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "poolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "warmupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WarmupStatus) :*: S1 ('MetaSel ('Just "warmupPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDedicatedIp Source #

Create a value of DedicatedIp 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:DedicatedIp', dedicatedIp_poolName - The name of the dedicated IP pool that the IP address is associated with.

$sel:ip:DedicatedIp', dedicatedIp_ip - An IP address that is reserved for use by your Amazon Pinpoint account.

$sel:warmupStatus:DedicatedIp', dedicatedIp_warmupStatus - The warm-up status of a dedicated IP address. The status can have one of the following values:

  • IN_PROGRESS – The IP address isn't ready to use because the dedicated IP warm-up process is ongoing.
  • DONE – The dedicated IP warm-up process is complete, and the IP address is ready to use.

$sel:warmupPercentage:DedicatedIp', dedicatedIp_warmupPercentage - Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use.

DeliverabilityTestReport

data DeliverabilityTestReport Source #

An object that contains metadata related to a predictive inbox placement test.

See: newDeliverabilityTestReport smart constructor.

Instances

Instances details
Eq DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Read DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Show DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Generic DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Associated Types

type Rep DeliverabilityTestReport :: Type -> Type #

NFData DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Hashable DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

FromJSON DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

type Rep DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

type Rep DeliverabilityTestReport = D1 ('MetaData "DeliverabilityTestReport" "Amazonka.PinpointEmail.Types.DeliverabilityTestReport" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeliverabilityTestReport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fromEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "reportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deliverabilityTestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliverabilityTestStatus))))))

newDeliverabilityTestReport :: DeliverabilityTestReport Source #

Create a value of DeliverabilityTestReport 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:subject:DeliverabilityTestReport', deliverabilityTestReport_subject - The subject line for an email that you submitted in a predictive inbox placement test.

$sel:fromEmailAddress:DeliverabilityTestReport', deliverabilityTestReport_fromEmailAddress - The sender address that you specified for the predictive inbox placement test.

$sel:createDate:DeliverabilityTestReport', deliverabilityTestReport_createDate - The date and time when the predictive inbox placement test was created, in Unix time format.

$sel:reportId:DeliverabilityTestReport', deliverabilityTestReport_reportId - A unique string that identifies the predictive inbox placement test.

$sel:reportName:DeliverabilityTestReport', deliverabilityTestReport_reportName - A name that helps you identify a predictive inbox placement test report.

$sel:deliverabilityTestStatus:DeliverabilityTestReport', deliverabilityTestReport_deliverabilityTestStatus - The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

DeliveryOptions

data DeliveryOptions Source #

Used to associate a configuration set with a dedicated IP pool.

See: newDeliveryOptions smart constructor.

Instances

Instances details
Eq DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Read DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Show DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Generic DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Associated Types

type Rep DeliveryOptions :: Type -> Type #

NFData DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Methods

rnf :: DeliveryOptions -> () #

Hashable DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

ToJSON DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

FromJSON DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

type Rep DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

type Rep DeliveryOptions = D1 ('MetaData "DeliveryOptions" "Amazonka.PinpointEmail.Types.DeliveryOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeliveryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendingPoolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tlsPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsPolicy))))

newDeliveryOptions :: DeliveryOptions Source #

Create a value of DeliveryOptions 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:DeliveryOptions', deliveryOptions_sendingPoolName - The name of the dedicated IP pool that you want to associate with the configuration set.

$sel:tlsPolicy:DeliveryOptions', deliveryOptions_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.

Destination

data Destination Source #

An object that describes the recipients for an email.

See: newDestination smart constructor.

Constructors

Destination' (Maybe [Text]) (Maybe [Text]) (Maybe [Text]) 

Instances

Instances details
Eq Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Read Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Show Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Generic Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Associated Types

type Rep Destination :: Type -> Type #

NFData Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Methods

rnf :: Destination -> () #

Hashable Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

ToJSON Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

type Rep Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

type Rep Destination = D1 ('MetaData "Destination" "Amazonka.PinpointEmail.Types.Destination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Destination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bccAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "ccAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "toAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDestination :: Destination Source #

Create a value of Destination 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:bccAddresses:Destination', destination_bccAddresses - An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.

$sel:ccAddresses:Destination', destination_ccAddresses - An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.

$sel:toAddresses:Destination', destination_toAddresses - An array that contains the email addresses of the "To" recipients for the email.

DkimAttributes

data DkimAttributes Source #

An object that contains information about the DKIM configuration for an email identity.

See: newDkimAttributes smart constructor.

Instances

Instances details
Eq DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Read DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Show DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Generic DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Associated Types

type Rep DkimAttributes :: Type -> Type #

NFData DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Methods

rnf :: DkimAttributes -> () #

Hashable DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

FromJSON DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

type Rep DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

type Rep DkimAttributes = D1 ('MetaData "DkimAttributes" "Amazonka.PinpointEmail.Types.DkimAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DkimAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DkimStatus)) :*: (S1 ('MetaSel ('Just "tokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "signingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newDkimAttributes :: DkimAttributes Source #

Create a value of DkimAttributes 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:status:DkimAttributes', dkimAttributes_status - Describes whether or not Amazon Pinpoint has successfully located the DKIM records in the DNS records for the domain. The status can be one of the following:

  • PENDING – Amazon Pinpoint hasn't yet located the DKIM records in the DNS configuration for the domain, but will continue to attempt to locate them.
  • SUCCESS – Amazon Pinpoint located the DKIM records in the DNS configuration for the domain and determined that they're correct. Amazon Pinpoint can now send DKIM-signed email from the identity.
  • FAILED – Amazon Pinpoint was unable to locate the DKIM records in the DNS settings for the domain, and won't continue to search for them.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the DKIM status for the domain.
  • NOT_STARTED – Amazon Pinpoint hasn't yet started searching for the DKIM records in the DKIM records for the domain.

$sel:tokens:DkimAttributes', dkimAttributes_tokens - A set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon Pinpoint detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. Amazon Pinpoint usually detects these records within about 72 hours of adding them to the DNS configuration for your domain.

$sel:signingEnabled:DkimAttributes', dkimAttributes_signingEnabled - If the value is true, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed. If the value is false, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.

DomainDeliverabilityCampaign

data DomainDeliverabilityCampaign Source #

An object that contains the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).

See: newDomainDeliverabilityCampaign smart constructor.

Instances

Instances details
Eq DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Read DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Show DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Generic DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Associated Types

type Rep DomainDeliverabilityCampaign :: Type -> Type #

NFData DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Hashable DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

FromJSON DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

type Rep DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

type Rep DomainDeliverabilityCampaign = D1 ('MetaData "DomainDeliverabilityCampaign" "Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DomainDeliverabilityCampaign'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "spamCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "esps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "fromAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deleteRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "campaignId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sendingIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "firstSeenDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "inboxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "readDeleteRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: ((S1 ('MetaSel ('Just "projectedVolume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "imageUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "readRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "lastSeenDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newDomainDeliverabilityCampaign :: DomainDeliverabilityCampaign Source #

Create a value of DomainDeliverabilityCampaign 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:spamCount:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_spamCount - The number of email messages that were delivered to recipients' spam or junk mail folders.

$sel:subject:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_subject - The subject line, or title, of the email message.

$sel:esps:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_esps - The major email providers who handled the email message.

$sel:fromAddress:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_fromAddress - The verified email address that the email message was sent from.

$sel:deleteRate:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_deleteRate - The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

$sel:campaignId:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_campaignId - The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon Pinpoint console.

$sel:sendingIps:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_sendingIps - The IP addresses that were used to send the email message.

$sel:firstSeenDateTime:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_firstSeenDateTime - The first time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

$sel:inboxCount:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_inboxCount - The number of email messages that were delivered to recipients’ inboxes.

$sel:readDeleteRate:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_readDeleteRate - The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

$sel:projectedVolume:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_projectedVolume - The projected number of recipients that the email message was sent to.

$sel:imageUrl:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_imageUrl - The URL of an image that contains a snapshot of the email message that was sent.

$sel:readRate:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_readRate - The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

$sel:lastSeenDateTime:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_lastSeenDateTime - The last time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

DomainDeliverabilityTrackingOption

data DomainDeliverabilityTrackingOption Source #

An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.

See: newDomainDeliverabilityTrackingOption smart constructor.

Instances

Instances details
Eq DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Read DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Show DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Generic DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Associated Types

type Rep DomainDeliverabilityTrackingOption :: Type -> Type #

NFData DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Hashable DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

ToJSON DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

FromJSON DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

type Rep DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

type Rep DomainDeliverabilityTrackingOption = D1 ('MetaData "DomainDeliverabilityTrackingOption" "Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DomainDeliverabilityTrackingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subscriptionStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "inboxPlacementTrackingOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboxPlacementTrackingOption)))))

newDomainDeliverabilityTrackingOption :: DomainDeliverabilityTrackingOption Source #

Create a value of DomainDeliverabilityTrackingOption 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:domain:DomainDeliverabilityTrackingOption', domainDeliverabilityTrackingOption_domain - A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.

$sel:subscriptionStartDate:DomainDeliverabilityTrackingOption', domainDeliverabilityTrackingOption_subscriptionStartDate - The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.

$sel:inboxPlacementTrackingOption:DomainDeliverabilityTrackingOption', domainDeliverabilityTrackingOption_inboxPlacementTrackingOption - An object that contains information about the inbox placement data settings for the domain.

DomainIspPlacement

data DomainIspPlacement Source #

An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.

See: newDomainIspPlacement smart constructor.

Instances

Instances details
Eq DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Read DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Show DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Generic DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Associated Types

type Rep DomainIspPlacement :: Type -> Type #

NFData DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Methods

rnf :: DomainIspPlacement -> () #

Hashable DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

FromJSON DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

type Rep DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

type Rep DomainIspPlacement = D1 ('MetaData "DomainIspPlacement" "Amazonka.PinpointEmail.Types.DomainIspPlacement" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DomainIspPlacement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "spamPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "inboxRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "ispName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inboxPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "spamRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

newDomainIspPlacement :: DomainIspPlacement Source #

Create a value of DomainIspPlacement 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:spamPercentage:DomainIspPlacement', domainIspPlacement_spamPercentage - The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

$sel:inboxRawCount:DomainIspPlacement', domainIspPlacement_inboxRawCount - The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

$sel:ispName:DomainIspPlacement', domainIspPlacement_ispName - The name of the email provider that the inbox placement data applies to.

$sel:inboxPercentage:DomainIspPlacement', domainIspPlacement_inboxPercentage - The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

$sel:spamRawCount:DomainIspPlacement', domainIspPlacement_spamRawCount - The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

EmailContent

data EmailContent Source #

An object that defines the entire content of the email, including the message headers and the body content. You can create a simple email message, in which you specify the subject and the text and HTML versions of the message body. You can also create raw messages, in which you specify a complete MIME-formatted message. Raw messages can include attachments and custom headers.

See: newEmailContent smart constructor.

Instances

Instances details
Eq EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Read EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Show EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Generic EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Associated Types

type Rep EmailContent :: Type -> Type #

NFData EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Methods

rnf :: EmailContent -> () #

Hashable EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

ToJSON EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

type Rep EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

type Rep EmailContent = D1 ('MetaData "EmailContent" "Amazonka.PinpointEmail.Types.EmailContent" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "EmailContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "raw") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RawMessage)) :*: (S1 ('MetaSel ('Just "simple") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Message)) :*: S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Template)))))

newEmailContent :: EmailContent Source #

Create a value of EmailContent 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:raw:EmailContent', emailContent_raw - The raw email message. The message has to meet the following criteria:

  • The message has to contain a header and a body, separated by one blank line.
  • All of the required header fields must be present in the message.
  • Each part of a multipart MIME message must be formatted properly.
  • If you include attachments, they must be in a file format that Amazon Pinpoint supports.
  • The entire message must be Base64 encoded.
  • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients' email clients render the message properly.
  • The length of any single line of text in the message can't exceed 1,000 characters. This restriction is defined in RFC 5321.

$sel:simple:EmailContent', emailContent_simple - The simple email message. The message consists of a subject and a message body.

$sel:template:EmailContent', emailContent_template - The template to use for the email message.

EventDestination

data EventDestination Source #

In Amazon Pinpoint, events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

See: newEventDestination smart constructor.

Instances

Instances details
Eq EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Read EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Show EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Generic EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Associated Types

type Rep EventDestination :: Type -> Type #

NFData EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Methods

rnf :: EventDestination -> () #

Hashable EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

FromJSON EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

type Rep EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

type Rep EventDestination = D1 ('MetaData "EventDestination" "Amazonka.PinpointEmail.Types.EventDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "EventDestination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pinpointDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PinpointDestination)) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "kinesisFirehoseDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisFirehoseDestination)))) :*: ((S1 ('MetaSel ('Just "cloudWatchDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchDestination)) :*: S1 ('MetaSel ('Just "snsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnsDestination))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "matchingEventTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EventType])))))

newEventDestination Source #

Create a value of EventDestination 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:pinpointDestination:EventDestination', eventDestination_pinpointDestination - An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

$sel:enabled:EventDestination', eventDestination_enabled - If true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.

If false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.

$sel:kinesisFirehoseDestination:EventDestination', eventDestination_kinesisFirehoseDestination - An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

$sel:cloudWatchDestination:EventDestination', eventDestination_cloudWatchDestination - An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

$sel:snsDestination:EventDestination', eventDestination_snsDestination - An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

$sel:name:EventDestination', eventDestination_name - A name that identifies the event destination.

$sel:matchingEventTypes:EventDestination', eventDestination_matchingEventTypes - The types of events that Amazon Pinpoint sends to the specified event destinations.

EventDestinationDefinition

data EventDestinationDefinition Source #

An object that defines the event destination. Specifically, it defines which services receive events from emails sent using the configuration set that the event destination is associated with. Also defines the types of events that are sent to the event destination.

See: newEventDestinationDefinition smart constructor.

Instances

Instances details
Eq EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Read EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Show EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Generic EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Associated Types

type Rep EventDestinationDefinition :: Type -> Type #

NFData EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Hashable EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

ToJSON EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

type Rep EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

type Rep EventDestinationDefinition = D1 ('MetaData "EventDestinationDefinition" "Amazonka.PinpointEmail.Types.EventDestinationDefinition" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "EventDestinationDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "matchingEventTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventType])) :*: (S1 ('MetaSel ('Just "pinpointDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PinpointDestination)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "kinesisFirehoseDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisFirehoseDestination)) :*: (S1 ('MetaSel ('Just "cloudWatchDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchDestination)) :*: S1 ('MetaSel ('Just "snsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnsDestination))))))

newEventDestinationDefinition :: EventDestinationDefinition Source #

Create a value of EventDestinationDefinition 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:matchingEventTypes:EventDestinationDefinition', eventDestinationDefinition_matchingEventTypes - An array that specifies which events Amazon Pinpoint should send to the destinations in this EventDestinationDefinition.

$sel:pinpointDestination:EventDestinationDefinition', eventDestinationDefinition_pinpointDestination - An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

$sel:enabled:EventDestinationDefinition', eventDestinationDefinition_enabled - If true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.

If false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.

$sel:kinesisFirehoseDestination:EventDestinationDefinition', eventDestinationDefinition_kinesisFirehoseDestination - An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

$sel:cloudWatchDestination:EventDestinationDefinition', eventDestinationDefinition_cloudWatchDestination - An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

$sel:snsDestination:EventDestinationDefinition', eventDestinationDefinition_snsDestination - An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

IdentityInfo

data IdentityInfo Source #

Information about an email identity.

See: newIdentityInfo smart constructor.

Instances

Instances details
Eq IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Read IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Show IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Generic IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Associated Types

type Rep IdentityInfo :: Type -> Type #

NFData IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Methods

rnf :: IdentityInfo -> () #

Hashable IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

FromJSON IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

type Rep IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

type Rep IdentityInfo = D1 ('MetaData "IdentityInfo" "Amazonka.PinpointEmail.Types.IdentityInfo" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "IdentityInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityType)) :*: (S1 ('MetaSel ('Just "identityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sendingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newIdentityInfo :: IdentityInfo Source #

Create a value of IdentityInfo 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:identityType:IdentityInfo', identityInfo_identityType - The email identity type. The identity type can be one of the following:

  • EMAIL_ADDRESS – The identity is an email address.
  • DOMAIN – The identity is a domain.
  • MANAGED_DOMAIN – The identity is a domain that is managed by AWS.

$sel:identityName:IdentityInfo', identityInfo_identityName - The address or domain of the identity.

$sel:sendingEnabled:IdentityInfo', identityInfo_sendingEnabled - Indicates whether or not you can send email from the identity.

In Amazon Pinpoint, an identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon Pinpoint to send email from that identity.

InboxPlacementTrackingOption

data InboxPlacementTrackingOption Source #

An object that contains information about the inbox placement data settings for a verified domain that’s associated with your AWS account. This data is available only if you enabled the Deliverability dashboard for the domain (PutDeliverabilityDashboardOption operation).

See: newInboxPlacementTrackingOption smart constructor.

Instances

Instances details
Eq InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Read InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Show InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Generic InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Associated Types

type Rep InboxPlacementTrackingOption :: Type -> Type #

NFData InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Hashable InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

ToJSON InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

FromJSON InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

type Rep InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

type Rep InboxPlacementTrackingOption = D1 ('MetaData "InboxPlacementTrackingOption" "Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" '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.

IspPlacement

data IspPlacement Source #

An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.

See: newIspPlacement smart constructor.

Instances

Instances details
Eq IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Read IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Show IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Generic IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Associated Types

type Rep IspPlacement :: Type -> Type #

NFData IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Methods

rnf :: IspPlacement -> () #

Hashable IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

FromJSON IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

type Rep IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

type Rep IspPlacement = D1 ('MetaData "IspPlacement" "Amazonka.PinpointEmail.Types.IspPlacement" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "IspPlacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "placementStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlacementStatistics)) :*: S1 ('MetaSel ('Just "ispName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newIspPlacement :: IspPlacement Source #

Create a value of IspPlacement 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:placementStatistics:IspPlacement', ispPlacement_placementStatistics - An object that contains inbox placement metrics for a specific email provider.

$sel:ispName:IspPlacement', ispPlacement_ispName - The name of the email provider that the inbox placement data applies to.

KinesisFirehoseDestination

data KinesisFirehoseDestination Source #

An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

See: newKinesisFirehoseDestination smart constructor.

Instances

Instances details
Eq KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Read KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Show KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Generic KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Associated Types

type Rep KinesisFirehoseDestination :: Type -> Type #

NFData KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Hashable KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

ToJSON KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

FromJSON KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

type Rep KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

type Rep KinesisFirehoseDestination = D1 ('MetaData "KinesisFirehoseDestination" "Amazonka.PinpointEmail.Types.KinesisFirehoseDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "KinesisFirehoseDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deliveryStreamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newKinesisFirehoseDestination Source #

Create a value of KinesisFirehoseDestination 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:iamRoleArn:KinesisFirehoseDestination', kinesisFirehoseDestination_iamRoleArn - The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.

$sel:deliveryStreamArn:KinesisFirehoseDestination', kinesisFirehoseDestination_deliveryStreamArn - The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.

MailFromAttributes

data MailFromAttributes Source #

A list of attributes that are associated with a MAIL FROM domain.

See: newMailFromAttributes smart constructor.

Instances

Instances details
Eq MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Read MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Show MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Generic MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Associated Types

type Rep MailFromAttributes :: Type -> Type #

NFData MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Methods

rnf :: MailFromAttributes -> () #

Hashable MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

FromJSON MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

type Rep MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

type Rep MailFromAttributes = D1 ('MetaData "MailFromAttributes" "Amazonka.PinpointEmail.Types.MailFromAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "MailFromAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mailFromDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "mailFromDomainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MailFromDomainStatus) :*: S1 ('MetaSel ('Just "behaviorOnMxFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BehaviorOnMxFailure))))

newMailFromAttributes Source #

Create a value of MailFromAttributes 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:mailFromDomain:MailFromAttributes', mailFromAttributes_mailFromDomain - The name of a domain that an email identity uses as a custom MAIL FROM domain.

$sel:mailFromDomainStatus:MailFromAttributes', mailFromAttributes_mailFromDomainStatus - The status of the MAIL FROM domain. This status can have the following values:

  • PENDING – Amazon Pinpoint hasn't started searching for the MX record yet.
  • SUCCESS – Amazon Pinpoint detected the required MX record for the MAIL FROM domain.
  • FAILED – Amazon Pinpoint can't find the required MX record, or the record no longer exists.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the status of the MAIL FROM domain.

$sel:behaviorOnMxFailure:MailFromAttributes', mailFromAttributes_behaviorOnMxFailure - The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain. When you set this value to UseDefaultValue, Amazon Pinpoint uses amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, Amazon Pinpoint returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.

These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.

Message

data Message Source #

Represents the email message that you're sending. The Message object consists of a subject line and a message body.

See: newMessage smart constructor.

Constructors

Message' Content Body 

Instances

Instances details
Eq Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Methods

(==) :: Message -> Message -> Bool #

(/=) :: Message -> Message -> Bool #

Read Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Show Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Generic Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Associated Types

type Rep Message :: Type -> Type #

Methods

from :: Message -> Rep Message x #

to :: Rep Message x -> Message #

NFData Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Methods

rnf :: Message -> () #

Hashable Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Methods

hashWithSalt :: Int -> Message -> Int #

hash :: Message -> Int #

ToJSON Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

type Rep Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

type Rep Message = D1 ('MetaData "Message" "Amazonka.PinpointEmail.Types.Message" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Message'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Content) :*: S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Body)))

newMessage Source #

Create a value of Message 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:subject:Message', message_subject - The subject line of the email. The subject line can only contain 7-bit ASCII characters. However, you can specify non-ASCII characters in the subject line by using encoded-word syntax, as described in RFC 2047.

$sel:body:Message', message_body - The body of the message. You can specify an HTML version of the message, a text-only version of the message, or both.

MessageTag

data MessageTag Source #

Contains the name and value of a tag that you apply to an email. You can use message tags when you publish email sending events.

See: newMessageTag smart constructor.

Constructors

MessageTag' Text Text 

Instances

Instances details
Eq MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Read MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Show MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Generic MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Associated Types

type Rep MessageTag :: Type -> Type #

NFData MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Methods

rnf :: MessageTag -> () #

Hashable MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

ToJSON MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

type Rep MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

type Rep MessageTag = D1 ('MetaData "MessageTag" "Amazonka.PinpointEmail.Types.MessageTag" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "MessageTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMessageTag Source #

Create a value of MessageTag 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:name:MessageTag', messageTag_name - The name of the message tag. The message tag name has to meet the following criteria:

  • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

$sel:value:MessageTag', messageTag_value - The value of the message tag. The message tag value has to meet the following criteria:

  • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

OverallVolume

data OverallVolume Source #

An object that contains information about email that was sent from the selected domain.

See: newOverallVolume smart constructor.

Instances

Instances details
Eq OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Read OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Show OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Generic OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Associated Types

type Rep OverallVolume :: Type -> Type #

NFData OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Methods

rnf :: OverallVolume -> () #

Hashable OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

FromJSON OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

type Rep OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

type Rep OverallVolume = D1 ('MetaData "OverallVolume" "Amazonka.PinpointEmail.Types.OverallVolume" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "OverallVolume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainIspPlacements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainIspPlacement])) :*: (S1 ('MetaSel ('Just "volumeStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeStatistics)) :*: S1 ('MetaSel ('Just "readRatePercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newOverallVolume :: OverallVolume Source #

Create a value of OverallVolume 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:domainIspPlacements:OverallVolume', overallVolume_domainIspPlacements - An object that contains inbox and junk mail placement metrics for individual email providers.

$sel:volumeStatistics:OverallVolume', overallVolume_volumeStatistics - An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.

$sel:readRatePercent:OverallVolume', overallVolume_readRatePercent - The percentage of emails that were sent from the domain that were read by their recipients.

PinpointDestination

data PinpointDestination Source #

An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

See: newPinpointDestination smart constructor.

Instances

Instances details
Eq PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Read PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Show PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Generic PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Associated Types

type Rep PinpointDestination :: Type -> Type #

NFData PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Methods

rnf :: PinpointDestination -> () #

Hashable PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

ToJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

FromJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

type Rep PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

type Rep PinpointDestination = D1 ('MetaData "PinpointDestination" "Amazonka.PinpointEmail.Types.PinpointDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PinpointDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPinpointDestination :: PinpointDestination Source #

Create a value of PinpointDestination 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:applicationArn:PinpointDestination', pinpointDestination_applicationArn - The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.

PlacementStatistics

data PlacementStatistics Source #

An object that contains inbox placement data for an email provider.

See: newPlacementStatistics smart constructor.

Instances

Instances details
Eq PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Read PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Show PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Generic PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Associated Types

type Rep PlacementStatistics :: Type -> Type #

NFData PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Methods

rnf :: PlacementStatistics -> () #

Hashable PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

FromJSON PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

type Rep PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

type Rep PlacementStatistics = D1 ('MetaData "PlacementStatistics" "Amazonka.PinpointEmail.Types.PlacementStatistics" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PlacementStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "missingPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "spamPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "spfPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "dkimPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "inboxPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newPlacementStatistics :: PlacementStatistics Source #

Create a value of PlacementStatistics 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:missingPercentage:PlacementStatistics', placementStatistics_missingPercentage - The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.

$sel:spamPercentage:PlacementStatistics', placementStatistics_spamPercentage - The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.

$sel:spfPercentage:PlacementStatistics', placementStatistics_spfPercentage - The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

$sel:dkimPercentage:PlacementStatistics', placementStatistics_dkimPercentage - The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

$sel:inboxPercentage:PlacementStatistics', placementStatistics_inboxPercentage - The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.

RawMessage

data RawMessage Source #

The raw email message.

See: newRawMessage smart constructor.

Constructors

RawMessage' Base64 

Instances

Instances details
Eq RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Read RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Show RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Generic RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Associated Types

type Rep RawMessage :: Type -> Type #

NFData RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Methods

rnf :: RawMessage -> () #

Hashable RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

ToJSON RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

type Rep RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

type Rep RawMessage = D1 ('MetaData "RawMessage" "Amazonka.PinpointEmail.Types.RawMessage" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "RawMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64)))

newRawMessage Source #

Create a value of RawMessage 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:data':RawMessage', rawMessage_data - The raw email message. The message has to meet the following criteria:

  • The message has to contain a header and a body, separated by one blank line.
  • All of the required header fields must be present in the message.
  • Each part of a multipart MIME message must be formatted properly.
  • Attachments must be in a file format that Amazon Pinpoint supports.
  • The entire message must be Base64 encoded.
  • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients' email clients render the message properly.
  • The length of any single line of text in the message can't exceed 1,000 characters. This restriction is defined in RFC 5321.--
  • - Note: This Lens automatically encodes and decodes Base64 data.
  • - The underlying isomorphism will encode to Base64 representation during
  • - serialisation, and decode from Base64 representation during deserialisation.
  • - This Lens accepts and returns only raw unencoded data.

ReputationOptions

data ReputationOptions Source #

Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.

See: newReputationOptions smart constructor.

Instances

Instances details
Eq ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Read ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Show ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Generic ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Associated Types

type Rep ReputationOptions :: Type -> Type #

NFData ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Methods

rnf :: ReputationOptions -> () #

Hashable ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

ToJSON ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

FromJSON ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

type Rep ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

type Rep ReputationOptions = D1 ('MetaData "ReputationOptions" "Amazonka.PinpointEmail.Types.ReputationOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ReputationOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastFreshStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "reputationMetricsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newReputationOptions :: ReputationOptions Source #

Create a value of ReputationOptions 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:lastFreshStart:ReputationOptions', reputationOptions_lastFreshStart - The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.

$sel:reputationMetricsEnabled:ReputationOptions', reputationOptions_reputationMetricsEnabled - If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.

SendQuota

data SendQuota Source #

An object that contains information about the per-day and per-second sending limits for your Amazon Pinpoint account in the current AWS Region.

See: newSendQuota smart constructor.

Instances

Instances details
Eq SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Read SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Show SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Generic SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Associated Types

type Rep SendQuota :: Type -> Type #

NFData SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Methods

rnf :: SendQuota -> () #

Hashable SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

FromJSON SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

type Rep SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

type Rep SendQuota = D1 ('MetaData "SendQuota" "Amazonka.PinpointEmail.Types.SendQuota" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "SendQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxSendRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "sentLast24Hours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "max24HourSend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newSendQuota :: SendQuota Source #

Create a value of SendQuota 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:maxSendRate:SendQuota', sendQuota_maxSendRate - The maximum number of emails that you can send per second in the current AWS Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.

$sel:sentLast24Hours:SendQuota', sendQuota_sentLast24Hours - The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.

$sel:max24HourSend:SendQuota', sendQuota_max24HourSend - The maximum number of emails that you can send in the current AWS Region over a 24-hour period. This value is also called your sending quota.

SendingOptions

data SendingOptions Source #

Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.

See: newSendingOptions smart constructor.

Constructors

SendingOptions' (Maybe Bool) 

Instances

Instances details
Eq SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Read SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Show SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Generic SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Associated Types

type Rep SendingOptions :: Type -> Type #

NFData SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Methods

rnf :: SendingOptions -> () #

Hashable SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

ToJSON SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

FromJSON SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

type Rep SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

type Rep SendingOptions = D1 ('MetaData "SendingOptions" "Amazonka.PinpointEmail.Types.SendingOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "SendingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSendingOptions :: SendingOptions Source #

Create a value of SendingOptions 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:sendingEnabled:SendingOptions', sendingOptions_sendingEnabled - If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

SnsDestination

data SnsDestination Source #

An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

See: newSnsDestination smart constructor.

Constructors

SnsDestination' Text 

Instances

Instances details
Eq SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Read SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Show SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Generic SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Associated Types

type Rep SnsDestination :: Type -> Type #

NFData SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Methods

rnf :: SnsDestination -> () #

Hashable SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

ToJSON SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

FromJSON SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

type Rep SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

type Rep SnsDestination = D1 ('MetaData "SnsDestination" "Amazonka.PinpointEmail.Types.SnsDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "SnsDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSnsDestination Source #

Create a value of SnsDestination 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:topicArn:SnsDestination', snsDestination_topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

Tag

data Tag Source #

An object that defines the tags that are associated with a resource. A tag is a label that you optionally define and associate with a resource in Amazon Pinpoint. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.

Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag value can contain as many as 256 characters. The characters can be Unicode letters, digits, white space, or one of the following symbols: _ . : / = + -. The following additional restrictions apply to tags:

  • Tag keys and values are case sensitive.
  • For each associated resource, each tag key must be unique and it can have only one value.
  • The aws: prefix is reserved for use by AWS; you can’t use it in any tag keys or values that you define. In addition, you can't edit or remove tag keys or values that use this prefix. Tags that use this prefix don’t count against the limit of 50 tags per resource.
  • You can associate tags with public or shared resources, but the tags are available only for your AWS account, not any other accounts that share the resource. In addition, the tags are available only for resources that are located in the specified AWS Region for your AWS account.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.PinpointEmail.Types.Tag" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

$sel:value:Tag', tag_value - The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.

Template

data Template Source #

See: newTemplate smart constructor.

Constructors

Template' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Read Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Show Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Generic Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Associated Types

type Rep Template :: Type -> Type #

Methods

from :: Template -> Rep Template x #

to :: Rep Template x -> Template #

NFData Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Methods

rnf :: Template -> () #

Hashable Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Methods

hashWithSalt :: Int -> Template -> Int #

hash :: Template -> Int #

ToJSON Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

type Rep Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

type Rep Template = D1 ('MetaData "Template" "Amazonka.PinpointEmail.Types.Template" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Template'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTemplate :: Template Source #

Create a value of Template 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:templateArn:Template', template_templateArn - The Amazon Resource Name (ARN) of the template.

$sel:templateData:Template', template_templateData - An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.

TrackingOptions

data TrackingOptions Source #

An object that defines the tracking options for a configuration set. When you use Amazon Pinpoint to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.

These images and links include references to a domain operated by AWS. You can optionally configure Amazon Pinpoint to use a domain that you operate for these images and links.

See: newTrackingOptions smart constructor.

Constructors

TrackingOptions' Text 

Instances

Instances details
Eq TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Read TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Show TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Generic TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Associated Types

type Rep TrackingOptions :: Type -> Type #

NFData TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Methods

rnf :: TrackingOptions -> () #

Hashable TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

ToJSON TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

FromJSON TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

type Rep TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

type Rep TrackingOptions = D1 ('MetaData "TrackingOptions" "Amazonka.PinpointEmail.Types.TrackingOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "TrackingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customRedirectDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrackingOptions Source #

Create a value of TrackingOptions 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:customRedirectDomain:TrackingOptions', trackingOptions_customRedirectDomain - The domain that you want to use for tracking open and click events.

VolumeStatistics

data VolumeStatistics Source #

An object that contains information about the amount of email that was delivered to recipients.

See: newVolumeStatistics smart constructor.

Instances

Instances details
Eq VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Read VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Show VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Generic VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Associated Types

type Rep VolumeStatistics :: Type -> Type #

NFData VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Methods

rnf :: VolumeStatistics -> () #

Hashable VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

FromJSON VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

type Rep VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

type Rep VolumeStatistics = D1 ('MetaData "VolumeStatistics" "Amazonka.PinpointEmail.Types.VolumeStatistics" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "VolumeStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inboxRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "projectedSpam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "projectedInbox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "spamRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newVolumeStatistics :: VolumeStatistics Source #

Create a value of VolumeStatistics 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:inboxRawCount:VolumeStatistics', volumeStatistics_inboxRawCount - The total number of emails that arrived in recipients' inboxes.

$sel:projectedSpam:VolumeStatistics', volumeStatistics_projectedSpam - An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

$sel:projectedInbox:VolumeStatistics', volumeStatistics_projectedInbox - An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

$sel:spamRawCount:VolumeStatistics', volumeStatistics_spamRawCount - The total number of emails that arrived in recipients' spam or junk mail folders.