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

AWSRequest DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Associated Types

type AWSResponse DeleteApnsVoipChannel #

Generic DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Associated Types

type Rep DeleteApnsVoipChannel :: Type -> Type #

Read DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Show DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

NFData DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Methods

rnf :: DeleteApnsVoipChannel -> () #

Eq DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Hashable DeleteApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

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

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:

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

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Associated Types

type Rep DeleteApnsVoipChannelResponse :: Type -> Type #

Read DeleteApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

Show DeleteApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

NFData DeleteApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsVoipChannel

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