amazonka-fms-2.0: Amazon Firewall Management Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.

Synopsis

Creating a Request

data DeleteNotificationChannel Source #

See: newDeleteNotificationChannel smart constructor.

Instances

Instances details
ToJSON DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

ToHeaders DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

ToPath DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

ToQuery DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

AWSRequest DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

Generic DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

Associated Types

type Rep DeleteNotificationChannel :: Type -> Type #

Read DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

Show DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

NFData DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

Eq DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

Hashable DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

type AWSResponse DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

type Rep DeleteNotificationChannel Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

type Rep DeleteNotificationChannel = D1 ('MetaData "DeleteNotificationChannel" "Amazonka.FMS.DeleteNotificationChannel" "amazonka-fms-2.0-351knTjuYAjE9GRQTo0ohx" 'False) (C1 ('MetaCons "DeleteNotificationChannel'" 'PrefixI 'False) (U1 :: Type -> Type))

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.

Instances

Instances details
Generic DeleteNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

Associated Types

type Rep DeleteNotificationChannelResponse :: Type -> Type #

Read DeleteNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

Show DeleteNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

NFData DeleteNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

Eq DeleteNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

type Rep DeleteNotificationChannelResponse Source # 
Instance details

Defined in Amazonka.FMS.DeleteNotificationChannel

type Rep DeleteNotificationChannelResponse = D1 ('MetaData "DeleteNotificationChannelResponse" "Amazonka.FMS.DeleteNotificationChannel" "amazonka-fms-2.0-351knTjuYAjE9GRQTo0ohx" 'False) (C1 ('MetaCons "DeleteNotificationChannelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteNotificationChannelResponse :: DeleteNotificationChannelResponse Source #

Create a value of DeleteNotificationChannelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.