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

Description

Disables the GCM channel for an application and deletes any existing settings for the channel.

Synopsis

Creating a Request

data DeleteGcmChannel Source #

See: newDeleteGcmChannel smart constructor.

Constructors

DeleteGcmChannel' 

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

Defined in Amazonka.Pinpoint.DeleteGcmChannel

ToPath DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

ToQuery DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

AWSRequest DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Associated Types

type AWSResponse DeleteGcmChannel #

Generic DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Associated Types

type Rep DeleteGcmChannel :: Type -> Type #

Read DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Show DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

NFData DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Methods

rnf :: DeleteGcmChannel -> () #

Eq DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Hashable DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

type AWSResponse DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

type Rep DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

type Rep DeleteGcmChannel = D1 ('MetaData "DeleteGcmChannel" "Amazonka.Pinpoint.DeleteGcmChannel" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "DeleteGcmChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteGcmChannel Source #

Create a value of DeleteGcmChannel 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:

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

Request Lenses

deleteGcmChannel_applicationId :: Lens' DeleteGcmChannel 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 DeleteGcmChannelResponse Source #

See: newDeleteGcmChannelResponse smart constructor.

Constructors

DeleteGcmChannelResponse' 

Fields

Instances

Instances details
Generic DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Associated Types

type Rep DeleteGcmChannelResponse :: Type -> Type #

Read DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Show DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

NFData DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Eq DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

type Rep DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

type Rep DeleteGcmChannelResponse = D1 ('MetaData "DeleteGcmChannelResponse" "Amazonka.Pinpoint.DeleteGcmChannel" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "DeleteGcmChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "gCMChannelResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 GCMChannelResponse)))

newDeleteGcmChannelResponse Source #

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

$sel:gCMChannelResponse:DeleteGcmChannelResponse', deleteGcmChannelResponse_gCMChannelResponse - Undocumented member.

Response Lenses