amazonka-securitylake-2.0: Amazon Security Lake 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.SecurityLake.DeleteSubscriptionNotificationConfiguration

Description

Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.

Synopsis

Creating a Request

data DeleteSubscriptionNotificationConfiguration Source #

Constructors

DeleteSubscriptionNotificationConfiguration' 

Fields

Instances

Instances details
ToHeaders DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

ToPath DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

ToQuery DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

AWSRequest DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

Generic DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

Read DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

Show DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

NFData DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

Eq DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

Hashable DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

type AWSResponse DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

type Rep DeleteSubscriptionNotificationConfiguration Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

type Rep DeleteSubscriptionNotificationConfiguration = D1 ('MetaData "DeleteSubscriptionNotificationConfiguration" "Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "DeleteSubscriptionNotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subscriptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSubscriptionNotificationConfiguration Source #

Create a value of DeleteSubscriptionNotificationConfiguration with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteSubscriptionNotificationConfiguration, deleteSubscriptionNotificationConfiguration_subscriptionId - The ID of the Security Lake subscriber account.

Request Lenses

Destructuring the Response

data DeleteSubscriptionNotificationConfigurationResponse Source #

Constructors

DeleteSubscriptionNotificationConfigurationResponse' 

Fields

Instances

Instances details
Generic DeleteSubscriptionNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

Read DeleteSubscriptionNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

Show DeleteSubscriptionNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

NFData DeleteSubscriptionNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

Eq DeleteSubscriptionNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

type Rep DeleteSubscriptionNotificationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration

type Rep DeleteSubscriptionNotificationConfigurationResponse = D1 ('MetaData "DeleteSubscriptionNotificationConfigurationResponse" "Amazonka.SecurityLake.DeleteSubscriptionNotificationConfiguration" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "DeleteSubscriptionNotificationConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteSubscriptionNotificationConfigurationResponse Source #

Create a value of DeleteSubscriptionNotificationConfigurationResponse with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteSubscriptionNotificationConfigurationResponse', deleteSubscriptionNotificationConfigurationResponse_httpStatus - The response's http status code.

Response Lenses