Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Deletes a platform application object for one of the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications .
Creating a Request
deletePlatformApplication Source #
Creates a value of DeletePlatformApplication
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpaPlatformApplicationARN
- PlatformApplicationArn of platform application object to delete.
data DeletePlatformApplication Source #
Input for DeletePlatformApplication action.
See: deletePlatformApplication
smart constructor.
Instances
Request Lenses
dpaPlatformApplicationARN :: Lens' DeletePlatformApplication Text Source #
PlatformApplicationArn of platform application object to delete.
Destructuring the Response
deletePlatformApplicationResponse :: DeletePlatformApplicationResponse Source #
Creates a value of DeletePlatformApplicationResponse
with the minimum fields required to make a request.
data DeletePlatformApplicationResponse Source #
See: deletePlatformApplicationResponse
smart constructor.