libZSservicesZSamazonka-sesZSamazonka-ses
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.SES.GetIdentityMailFromDomainAttributes

Description

Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).

This operation is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.

Synopsis

Creating a Request

data GetIdentityMailFromDomainAttributes Source #

Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

See: newGetIdentityMailFromDomainAttributes smart constructor.

Constructors

GetIdentityMailFromDomainAttributes' 

Fields

Instances

Instances details
Eq GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

Read GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

Show GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

Generic GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

NFData GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

Hashable GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

AWSRequest GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

ToHeaders GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

ToPath GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

ToQuery GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

type Rep GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

type Rep GetIdentityMailFromDomainAttributes = D1 ('MetaData "GetIdentityMailFromDomainAttributes" "Amazonka.SES.GetIdentityMailFromDomainAttributes" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "GetIdentityMailFromDomainAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse GetIdentityMailFromDomainAttributes Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

newGetIdentityMailFromDomainAttributes :: GetIdentityMailFromDomainAttributes Source #

Create a value of GetIdentityMailFromDomainAttributes 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:identities:GetIdentityMailFromDomainAttributes', getIdentityMailFromDomainAttributes_identities - A list of one or more identities.

Request Lenses

Destructuring the Response

data GetIdentityMailFromDomainAttributesResponse Source #

Represents the custom MAIL FROM attributes for a list of identities.

See: newGetIdentityMailFromDomainAttributesResponse smart constructor.

Constructors

GetIdentityMailFromDomainAttributesResponse' 

Fields

Instances

Instances details
Eq GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

Read GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

Show GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

Generic GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

NFData GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

type Rep GetIdentityMailFromDomainAttributesResponse Source # 
Instance details

Defined in Amazonka.SES.GetIdentityMailFromDomainAttributes

type Rep GetIdentityMailFromDomainAttributesResponse = D1 ('MetaData "GetIdentityMailFromDomainAttributesResponse" "Amazonka.SES.GetIdentityMailFromDomainAttributes" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "GetIdentityMailFromDomainAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "mailFromDomainAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text IdentityMailFromDomainAttributes))))

Response Lenses