libZSservicesZSamazonka-guarddutyZSamazonka-guardduty
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GuardDuty.DeleteThreatIntelSet

Description

Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.

Synopsis

Creating a Request

data DeleteThreatIntelSet Source #

See: newDeleteThreatIntelSet smart constructor.

Constructors

DeleteThreatIntelSet' 

Fields

  • detectorId :: Text

    The unique ID of the detector that the threatIntelSet is associated with.

  • threatIntelSetId :: Text

    The unique ID of the threatIntelSet that you want to delete.

Instances

Instances details
Eq DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Read DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Show DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Generic DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Associated Types

type Rep DeleteThreatIntelSet :: Type -> Type #

NFData DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Methods

rnf :: DeleteThreatIntelSet -> () #

Hashable DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

AWSRequest DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Associated Types

type AWSResponse DeleteThreatIntelSet #

ToHeaders DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

ToPath DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

ToQuery DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

type Rep DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

type Rep DeleteThreatIntelSet = D1 ('MetaData "DeleteThreatIntelSet" "Amazonka.GuardDuty.DeleteThreatIntelSet" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "DeleteThreatIntelSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "threatIntelSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteThreatIntelSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

newDeleteThreatIntelSet Source #

Create a value of DeleteThreatIntelSet 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:detectorId:DeleteThreatIntelSet', deleteThreatIntelSet_detectorId - The unique ID of the detector that the threatIntelSet is associated with.

$sel:threatIntelSetId:DeleteThreatIntelSet', deleteThreatIntelSet_threatIntelSetId - The unique ID of the threatIntelSet that you want to delete.

Request Lenses

deleteThreatIntelSet_detectorId :: Lens' DeleteThreatIntelSet Text Source #

The unique ID of the detector that the threatIntelSet is associated with.

deleteThreatIntelSet_threatIntelSetId :: Lens' DeleteThreatIntelSet Text Source #

The unique ID of the threatIntelSet that you want to delete.

Destructuring the Response

data DeleteThreatIntelSetResponse Source #

See: newDeleteThreatIntelSetResponse smart constructor.

Constructors

DeleteThreatIntelSetResponse' 

Fields

Instances

Instances details
Eq DeleteThreatIntelSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Read DeleteThreatIntelSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Show DeleteThreatIntelSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Generic DeleteThreatIntelSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

Associated Types

type Rep DeleteThreatIntelSetResponse :: Type -> Type #

NFData DeleteThreatIntelSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

type Rep DeleteThreatIntelSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteThreatIntelSet

type Rep DeleteThreatIntelSetResponse = D1 ('MetaData "DeleteThreatIntelSetResponse" "Amazonka.GuardDuty.DeleteThreatIntelSet" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "DeleteThreatIntelSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteThreatIntelSetResponse Source #

Create a value of DeleteThreatIntelSetResponse 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:DeleteThreatIntelSetResponse', deleteThreatIntelSetResponse_httpStatus - The response's http status code.

Response Lenses