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.DeleteIPSet

Description

Deletes the IPSet specified by the ipSetId. IPSets are called trusted IP lists in the console user interface.

Synopsis

Creating a Request

data DeleteIPSet Source #

See: newDeleteIPSet smart constructor.

Constructors

DeleteIPSet' 

Fields

  • detectorId :: Text

    The unique ID of the detector associated with the IPSet.

  • ipSetId :: Text

    The unique ID of the IPSet to delete.

Instances

Instances details
Eq DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Read DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Show DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Generic DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Associated Types

type Rep DeleteIPSet :: Type -> Type #

NFData DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Methods

rnf :: DeleteIPSet -> () #

Hashable DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

AWSRequest DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Associated Types

type AWSResponse DeleteIPSet #

ToHeaders DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Methods

toHeaders :: DeleteIPSet -> [Header] #

ToPath DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

ToQuery DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

type Rep DeleteIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

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

Defined in Amazonka.GuardDuty.DeleteIPSet

newDeleteIPSet Source #

Create a value of DeleteIPSet 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:DeleteIPSet', deleteIPSet_detectorId - The unique ID of the detector associated with the IPSet.

$sel:ipSetId:DeleteIPSet', deleteIPSet_ipSetId - The unique ID of the IPSet to delete.

Request Lenses

deleteIPSet_detectorId :: Lens' DeleteIPSet Text Source #

The unique ID of the detector associated with the IPSet.

deleteIPSet_ipSetId :: Lens' DeleteIPSet Text Source #

The unique ID of the IPSet to delete.

Destructuring the Response

data DeleteIPSetResponse Source #

See: newDeleteIPSetResponse smart constructor.

Constructors

DeleteIPSetResponse' 

Fields

Instances

Instances details
Eq DeleteIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Read DeleteIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Show DeleteIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Generic DeleteIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Associated Types

type Rep DeleteIPSetResponse :: Type -> Type #

NFData DeleteIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

Methods

rnf :: DeleteIPSetResponse -> () #

type Rep DeleteIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DeleteIPSet

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

newDeleteIPSetResponse Source #

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

Response Lenses