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

Description

Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.

Synopsis

Creating a Request

data UpdateGcmChannel Source #

See: newUpdateGcmChannel smart constructor.

Constructors

UpdateGcmChannel' 

Fields

Instances

Instances details
Eq UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Read UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Show UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Generic UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Associated Types

type Rep UpdateGcmChannel :: Type -> Type #

NFData UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Methods

rnf :: UpdateGcmChannel -> () #

Hashable UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

ToJSON UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

AWSRequest UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Associated Types

type AWSResponse UpdateGcmChannel #

ToHeaders UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

ToPath UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

ToQuery UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

type Rep UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

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

Defined in Amazonka.Pinpoint.UpdateGcmChannel

newUpdateGcmChannel Source #

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

$sel:gCMChannelRequest:UpdateGcmChannel', updateGcmChannel_gCMChannelRequest - Undocumented member.

Request Lenses

updateGcmChannel_applicationId :: Lens' UpdateGcmChannel 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 UpdateGcmChannelResponse Source #

See: newUpdateGcmChannelResponse smart constructor.

Constructors

UpdateGcmChannelResponse' 

Fields

Instances

Instances details
Eq UpdateGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Read UpdateGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Show UpdateGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Generic UpdateGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Associated Types

type Rep UpdateGcmChannelResponse :: Type -> Type #

NFData UpdateGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

type Rep UpdateGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

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

newUpdateGcmChannelResponse Source #

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

$sel:gCMChannelResponse:UpdateGcmChannelResponse', updateGcmChannelResponse_gCMChannelResponse - Undocumented member.

Response Lenses