Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
Eq DeleteNotificationChannelResponse Source # | |
Read DeleteNotificationChannelResponse Source # | |
Show DeleteNotificationChannelResponse Source # | |
Defined in Amazonka.FMS.DeleteNotificationChannel Methods showsPrec :: Int -> DeleteNotificationChannelResponse -> ShowS # | |
Generic DeleteNotificationChannelResponse Source # | |
Defined in Amazonka.FMS.DeleteNotificationChannel Associated Types type Rep DeleteNotificationChannelResponse :: Type -> Type # | |
NFData DeleteNotificationChannelResponse Source # | |
Defined in Amazonka.FMS.DeleteNotificationChannel Methods rnf :: DeleteNotificationChannelResponse -> () # | |
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.