libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
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.Pinpoint.GetEmailChannel

Description

Retrieves information about the status and settings of the email channel for an application.

Synopsis

Creating a Request

data GetEmailChannel Source #

See: newGetEmailChannel smart constructor.

Constructors

GetEmailChannel' 

Fields

  • applicationId :: Text

    The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Instances

Instances details
Eq GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Read GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Show GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Generic GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Associated Types

type Rep GetEmailChannel :: Type -> Type #

NFData GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Methods

rnf :: GetEmailChannel -> () #

Hashable GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

AWSRequest GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Associated Types

type AWSResponse GetEmailChannel #

ToHeaders GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

ToPath GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

ToQuery GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

type Rep GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

type Rep GetEmailChannel = D1 ('MetaData "GetEmailChannel" "Amazonka.Pinpoint.GetEmailChannel" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetEmailChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetEmailChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

newGetEmailChannel Source #

Create a value of GetEmailChannel 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:applicationId:GetEmailChannel', getEmailChannel_applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Request Lenses

getEmailChannel_applicationId :: Lens' GetEmailChannel Text Source #

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Destructuring the Response

data GetEmailChannelResponse Source #

See: newGetEmailChannelResponse smart constructor.

Constructors

GetEmailChannelResponse' 

Fields

Instances

Instances details
Eq GetEmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Read GetEmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Show GetEmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Generic GetEmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Associated Types

type Rep GetEmailChannelResponse :: Type -> Type #

NFData GetEmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

Methods

rnf :: GetEmailChannelResponse -> () #

type Rep GetEmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEmailChannel

type Rep GetEmailChannelResponse = D1 ('MetaData "GetEmailChannelResponse" "Amazonka.Pinpoint.GetEmailChannel" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetEmailChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "emailChannelResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EmailChannelResponse)))

newGetEmailChannelResponse Source #

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

$sel:emailChannelResponse:GetEmailChannelResponse', getEmailChannelResponse_emailChannelResponse - Undocumented member.

Response Lenses