Skip to content

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).

// init — account-level binding takes no resource
const deleteNotificationChannel = yield* AWS.FMS.DeleteNotificationChannel();
// runtime
yield* deleteNotificationChannel();