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

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Read DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Show DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Generic DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Associated Types

type Rep DeleteGcmChannel :: Type -> Type #

NFData DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Methods

rnf :: DeleteGcmChannel -> () #

Hashable DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

AWSRequest DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Associated Types

type AWSResponse DeleteGcmChannel #

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

type Rep DeleteGcmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

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

Defined in Amazonka.Pinpoint.DeleteGcmChannel

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:

$sel:applicationId: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
Eq DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Read DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Show DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Generic DeleteGcmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteGcmChannel

Associated Types

type Rep DeleteGcmChannelResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" '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