| 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.FMS.DeleteNotificationChannel
Description
Deletes an Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.
Creating a Request
data DeleteNotificationChannel Source #
See: newDeleteNotificationChannel smart constructor.
Constructors
| DeleteNotificationChannel' | |
Instances
newDeleteNotificationChannel :: DeleteNotificationChannel Source #
Create a value of DeleteNotificationChannel with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DeleteNotificationChannelResponse Source #
See: newDeleteNotificationChannelResponse smart constructor.
Constructors
| DeleteNotificationChannelResponse' | |
Instances
| Generic DeleteNotificationChannelResponse Source # | |
Defined in Amazonka.FMS.DeleteNotificationChannel Associated Types type Rep DeleteNotificationChannelResponse :: Type -> Type # | |
| Read DeleteNotificationChannelResponse Source # | |
| Show DeleteNotificationChannelResponse Source # | |
Defined in Amazonka.FMS.DeleteNotificationChannel Methods showsPrec :: Int -> DeleteNotificationChannelResponse -> ShowS # | |
| NFData DeleteNotificationChannelResponse Source # | |
Defined in Amazonka.FMS.DeleteNotificationChannel Methods rnf :: DeleteNotificationChannelResponse -> () # | |
| Eq DeleteNotificationChannelResponse Source # | |
| type Rep DeleteNotificationChannelResponse Source # | |
Defined in Amazonka.FMS.DeleteNotificationChannel | |
newDeleteNotificationChannelResponse :: DeleteNotificationChannelResponse Source #
Create a value of DeleteNotificationChannelResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.