amazonka-pinpoint-2.0: Amazon Pinpoint SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Defined in Amazonka.Pinpoint.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

AWSRequest UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Associated Types

type AWSResponse UpdateGcmChannel #

Generic UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Associated Types

type Rep UpdateGcmChannel :: Type -> Type #

Read UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Show UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

NFData UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Methods

rnf :: UpdateGcmChannel -> () #

Eq UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Hashable UpdateGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

type AWSResponse 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" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "UpdateGcmChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "gCMChannelRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GCMChannelRequest)))

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:

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

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Associated Types

type Rep UpdateGcmChannelResponse :: Type -> Type #

Read UpdateGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Show UpdateGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

NFData UpdateGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateGcmChannel

Eq 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" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" '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