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

Description

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

Synopsis

Creating a Request

data GetApnsChannel Source #

See: newGetApnsChannel smart constructor.

Constructors

GetApnsChannel' 

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 GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Read GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Show GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Generic GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Associated Types

type Rep GetApnsChannel :: Type -> Type #

NFData GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Methods

rnf :: GetApnsChannel -> () #

Hashable GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

AWSRequest GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Associated Types

type AWSResponse GetApnsChannel #

ToHeaders GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

ToPath GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

ToQuery GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

type Rep GetApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

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

Defined in Amazonka.Pinpoint.GetApnsChannel

newGetApnsChannel Source #

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

Request Lenses

getApnsChannel_applicationId :: Lens' GetApnsChannel 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 GetApnsChannelResponse Source #

See: newGetApnsChannelResponse smart constructor.

Constructors

GetApnsChannelResponse' 

Fields

Instances

Instances details
Eq GetApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Read GetApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Show GetApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Generic GetApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Associated Types

type Rep GetApnsChannelResponse :: Type -> Type #

NFData GetApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

Methods

rnf :: GetApnsChannelResponse -> () #

type Rep GetApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsChannel

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

newGetApnsChannelResponse Source #

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

$sel:aPNSChannelResponse:GetApnsChannelResponse', getApnsChannelResponse_aPNSChannelResponse - Undocumented member.

Response Lenses