libZSservicesZSamazonka-snsZSamazonka-sns
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.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
Eq DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Read DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Show 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 #

NFData DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Hashable DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

AWSRequest DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

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

type Rep DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

type Rep DeletePlatformApplication = D1 ('MetaData "DeletePlatformApplication" "Amazonka.SNS.DeletePlatformApplication" "libZSservicesZSamazonka-snsZSamazonka-sns" 'False) (C1 ('MetaCons "DeletePlatformApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformApplicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePlatformApplication Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

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:

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

Defined in Amazonka.SNS.DeletePlatformApplication

Read DeletePlatformApplicationResponse Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Show DeletePlatformApplicationResponse Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Generic DeletePlatformApplicationResponse Source # 
Instance details

Defined in Amazonka.SNS.DeletePlatformApplication

Associated Types

type Rep DeletePlatformApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-snsZSamazonka-sns" '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.