DeleteNotificationChannel
Source:
src/AWS/FMS/DeleteNotificationChannel.ts
Runtime binding for fms:DeleteNotificationChannel.
Deletes the Firewall Manager association with the IAM role and SNS topic used to record SNS logs. Provide the
implementation with Effect.provide(AWS.FMS.DeleteNotificationChannelHttp).
Notification Channel
Section titled “Notification Channel”// init — account-level binding takes no resourceconst deleteNotificationChannel = yield* AWS.FMS.DeleteNotificationChannel();
// runtimeyield* deleteNotificationChannel();