Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data DeletePlatformApplication = DeletePlatformApplication' {}
- newDeletePlatformApplication :: Text -> DeletePlatformApplication
- deletePlatformApplication_platformApplicationArn :: Lens' DeletePlatformApplication Text
- data DeletePlatformApplicationResponse = DeletePlatformApplicationResponse' {
- newDeletePlatformApplicationResponse :: DeletePlatformApplicationResponse
Creating a Request
data DeletePlatformApplication Source #
Input for DeletePlatformApplication action.
See: newDeletePlatformApplication
smart constructor.
DeletePlatformApplication' | |
|
Instances
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
newDeletePlatformApplicationResponse :: DeletePlatformApplicationResponse Source #
Create a value of DeletePlatformApplicationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.