amazonka-sns-2.0: Amazon Simple Notification Service 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.SNS.DeletePlatformApplication

Description

Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see Using Amazon SNS Mobile Push Notifications.

Synopsis

Creating a Request

data DeletePlatformApplication Source #

Input for DeletePlatformApplication action.

See: newDeletePlatformApplication smart constructor.

Constructors

DeletePlatformApplication' 

Fields

Instances

Instances details
ToHeaders DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

ToPath DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

ToQuery DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

AWSRequest DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Generic DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Associated Types

type Rep DeletePlatformApplication :: Type -> Type #

Read DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Show DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

NFData DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Eq DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Hashable DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

type AWSResponse DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

type Rep DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

type Rep DeletePlatformApplication = D1 ('MetaData "DeletePlatformApplication" "Amazonka.SNS.DeletePlatformApplication" "amazonka-sns-2.0-4k7AiJI7DyqhOUy5o4qb9" 'False) (C1 ('MetaCons "DeletePlatformApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformApplicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeletePlatformApplication Source #

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

DeletePlatformApplication, deletePlatformApplication_platformApplicationArn - PlatformApplicationArn of platform application object to delete.

Request Lenses

deletePlatformApplication_platformApplicationArn :: Lens' DeletePlatformApplication Text Source #

PlatformApplicationArn of platform application object to delete.

Destructuring the Response

data DeletePlatformApplicationResponse Source #

See: newDeletePlatformApplicationResponse smart constructor.

Instances

Instances details
Generic DeletePlatformApplicationResponse Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Associated Types

type Rep DeletePlatformApplicationResponse :: Type -> Type #

Read DeletePlatformApplicationResponse Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Show DeletePlatformApplicationResponse Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

NFData DeletePlatformApplicationResponse Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Eq DeletePlatformApplicationResponse Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

type Rep DeletePlatformApplicationResponse Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

type Rep DeletePlatformApplicationResponse = D1 ('MetaData "DeletePlatformApplicationResponse" "Amazonka.SNS.DeletePlatformApplication" "amazonka-sns-2.0-4k7AiJI7DyqhOUy5o4qb9" 'False) (C1 ('MetaCons "DeletePlatformApplicationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeletePlatformApplicationResponse :: DeletePlatformApplicationResponse Source #

Create a value of DeletePlatformApplicationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.