amazonka-waf-1.4.0: Amazon WAF SDK.

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

Network.AWS.WAF.GetIPSet

Contents

Description

Returns the IPSet that is specified by IPSetId.

Synopsis

Creating a Request

getIPSet Source

Arguments

:: Text

gisIPSetId

-> GetIPSet 

Creates a value of GetIPSet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gisIPSetId :: Lens' GetIPSet Text Source

The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

Destructuring the Response

getIPSetResponse Source

Creates a value of GetIPSetResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

gisrsIPSet :: Lens' GetIPSetResponse (Maybe IPSet) Source

Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics: