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

Description

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

Synopsis

Creating a Request

data DeleteApnsVoipChannel Source #

See: newDeleteApnsVoipChannel smart constructor.

Constructors

DeleteApnsVoipChannel' 

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

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Read DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Show DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Generic DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Associated Types

type Rep DeleteApnsVoipChannel :: Type -> Type #

NFData DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Methods

rnf :: DeleteApnsVoipChannel -> () #

Hashable DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

AWSRequest DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Associated Types

type AWSResponse DeleteApnsVoipChannel #

ToHeaders DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

ToPath DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

ToQuery DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

type Rep DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

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

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

newDeleteApnsVoipChannel Source #

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

Request Lenses

deleteApnsVoipChannel_applicationId :: Lens' DeleteApnsVoipChannel 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 DeleteApnsVoipChannelResponse Source #

See: newDeleteApnsVoipChannelResponse smart constructor.

Constructors

DeleteApnsVoipChannelResponse' 

Fields

Instances

Instances details
Eq DeleteApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Read DeleteApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Show DeleteApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Generic DeleteApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Associated Types

type Rep DeleteApnsVoipChannelResponse :: Type -> Type #

NFData DeleteApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

type Rep DeleteApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

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

Response Lenses