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

Description

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

Synopsis

Creating a Request

data DeleteApnsChannel Source #

See: newDeleteApnsChannel smart constructor.

Constructors

DeleteApnsChannel' 

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

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Read DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Show DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Generic DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Associated Types

type Rep DeleteApnsChannel :: Type -> Type #

NFData DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Methods

rnf :: DeleteApnsChannel -> () #

Hashable DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

AWSRequest DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Associated Types

type AWSResponse DeleteApnsChannel #

ToHeaders DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

ToPath DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

ToQuery DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

type Rep DeleteApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

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

Defined in Amazonka.Pinpoint.DeleteApnsChannel

newDeleteApnsChannel Source #

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

Request Lenses

deleteApnsChannel_applicationId :: Lens' DeleteApnsChannel 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 DeleteApnsChannelResponse Source #

See: newDeleteApnsChannelResponse smart constructor.

Constructors

DeleteApnsChannelResponse' 

Fields

Instances

Instances details
Eq DeleteApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Read DeleteApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Show DeleteApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Generic DeleteApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

Associated Types

type Rep DeleteApnsChannelResponse :: Type -> Type #

NFData DeleteApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

type Rep DeleteApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsChannel

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

newDeleteApnsChannelResponse Source #

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

$sel:aPNSChannelResponse:DeleteApnsChannelResponse', deleteApnsChannelResponse_aPNSChannelResponse - Undocumented member.

Response Lenses