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

Description

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

Synopsis

Creating a Request

data GetGcmChannel Source #

See: newGetGcmChannel smart constructor.

Constructors

GetGcmChannel' 

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

Defined in Amazonka.Pinpoint.GetGcmChannel

Read GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Show GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Generic GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Associated Types

type Rep GetGcmChannel :: Type -> Type #

NFData GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Methods

rnf :: GetGcmChannel -> () #

Hashable GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

AWSRequest GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Associated Types

type AWSResponse GetGcmChannel #

ToHeaders GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

ToPath GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

ToQuery GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

type Rep GetGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

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

Defined in Amazonka.Pinpoint.GetGcmChannel

newGetGcmChannel Source #

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

Request Lenses

getGcmChannel_applicationId :: Lens' GetGcmChannel 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 GetGcmChannelResponse Source #

See: newGetGcmChannelResponse smart constructor.

Constructors

GetGcmChannelResponse' 

Fields

Instances

Instances details
Eq GetGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Read GetGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Show GetGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Generic GetGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Associated Types

type Rep GetGcmChannelResponse :: Type -> Type #

NFData GetGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

Methods

rnf :: GetGcmChannelResponse -> () #

type Rep GetGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetGcmChannel

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

newGetGcmChannelResponse Source #

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

$sel:gCMChannelResponse:GetGcmChannelResponse', getGcmChannelResponse_gCMChannelResponse - Undocumented member.

Response Lenses