delete_platform_application¶
Operation¶
delete_platform_application
async
¶
delete_platform_application(input: DeletePlatformApplicationInput, plugins: list[Plugin] | None = None) -> DeletePlatformApplicationOutput
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.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeletePlatformApplicationInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeletePlatformApplicationOutput
|
An instance of |
Input¶
DeletePlatformApplicationInput
dataclass
¶
Output¶
DeletePlatformApplicationOutput
dataclass
¶
Dataclass for DeletePlatformApplicationOutput structure.