| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- 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.
Constructors
| DeletePlatformApplication' | |
Fields
| |
Instances
newDeletePlatformApplication Source #
Arguments
| :: Text | |
| -> DeletePlatformApplication |
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.
Constructors
| DeletePlatformApplicationResponse' | |
Instances
| Generic DeletePlatformApplicationResponse Source # | |
Defined in Amazonka.SNS.DeletePlatformApplication Associated Types type Rep DeletePlatformApplicationResponse :: Type -> Type # | |
| Read DeletePlatformApplicationResponse Source # | |
| Show DeletePlatformApplicationResponse Source # | |
Defined in Amazonka.SNS.DeletePlatformApplication Methods showsPrec :: Int -> DeletePlatformApplicationResponse -> ShowS # | |
| NFData DeletePlatformApplicationResponse Source # | |
Defined in Amazonka.SNS.DeletePlatformApplication Methods rnf :: DeletePlatformApplicationResponse -> () # | |
| Eq DeletePlatformApplicationResponse Source # | |
| type Rep DeletePlatformApplicationResponse Source # | |
Defined in Amazonka.SNS.DeletePlatformApplication | |
newDeletePlatformApplicationResponse :: DeletePlatformApplicationResponse Source #
Create a value of DeletePlatformApplicationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.