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

Description

Retrieves the IPSet specified by the ipSetId.

Synopsis

Creating a Request

data GetIPSet Source #

See: newGetIPSet smart constructor.

Constructors

GetIPSet' 

Fields

  • detectorId :: Text

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

  • ipSetId :: Text

    The unique ID of the IPSet to retrieve.

Instances

Instances details
Eq GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Read GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Show GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Generic GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Associated Types

type Rep GetIPSet :: Type -> Type #

Methods

from :: GetIPSet -> Rep GetIPSet x #

to :: Rep GetIPSet x -> GetIPSet #

NFData GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Methods

rnf :: GetIPSet -> () #

Hashable GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Methods

hashWithSalt :: Int -> GetIPSet -> Int #

hash :: GetIPSet -> Int #

AWSRequest GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Associated Types

type AWSResponse GetIPSet #

ToHeaders GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Methods

toHeaders :: GetIPSet -> [Header] #

ToPath GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

ToQuery GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

type Rep GetIPSet Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

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

Defined in Amazonka.GuardDuty.GetIPSet

newGetIPSet Source #

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

$sel:ipSetId:GetIPSet', getIPSet_ipSetId - The unique ID of the IPSet to retrieve.

Request Lenses

getIPSet_detectorId :: Lens' GetIPSet Text Source #

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

getIPSet_ipSetId :: Lens' GetIPSet Text Source #

The unique ID of the IPSet to retrieve.

Destructuring the Response

data GetIPSetResponse Source #

See: newGetIPSetResponse smart constructor.

Constructors

GetIPSetResponse' 

Fields

Instances

Instances details
Eq GetIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Read GetIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Show GetIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Generic GetIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Associated Types

type Rep GetIPSetResponse :: Type -> Type #

NFData GetIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

Methods

rnf :: GetIPSetResponse -> () #

type Rep GetIPSetResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetIPSet

newGetIPSetResponse Source #

Create a value of GetIPSetResponse 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:tags:GetIPSetResponse', getIPSetResponse_tags - The tags of the IPSet resource.

$sel:httpStatus:GetIPSetResponse', getIPSetResponse_httpStatus - The response's http status code.

$sel:name:GetIPSetResponse', getIPSetResponse_name - The user-friendly name for the IPSet.

$sel:format:GetIPSetResponse', getIPSetResponse_format - The format of the file that contains the IPSet.

$sel:location:GetIPSetResponse', getIPSetResponse_location - The URI of the file that contains the IPSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.

$sel:status:GetIPSetResponse', getIPSetResponse_status - The status of IPSet file that was uploaded.

Response Lenses

getIPSetResponse_tags :: Lens' GetIPSetResponse (Maybe (HashMap Text Text)) Source #

The tags of the IPSet resource.

getIPSetResponse_httpStatus :: Lens' GetIPSetResponse Int Source #

The response's http status code.

getIPSetResponse_name :: Lens' GetIPSetResponse Text Source #

The user-friendly name for the IPSet.

getIPSetResponse_format :: Lens' GetIPSetResponse IpSetFormat Source #

The format of the file that contains the IPSet.

getIPSetResponse_location :: Lens' GetIPSetResponse Text Source #

The URI of the file that contains the IPSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.

getIPSetResponse_status :: Lens' GetIPSetResponse IpSetStatus Source #

The status of IPSet file that was uploaded.