| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.WAF.GetIPSet
Description
Returns the IPSet that is specified by IPSetId.
See: AWS API Reference for GetIPSet.
Creating a Request
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:
See: getIPSet smart constructor.
Instances
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
Arguments
| :: Int | |
| -> GetIPSetResponse |
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:
data GetIPSetResponse Source
See: getIPSetResponse smart constructor.
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:
- IPSet: Contains
IPSetDescriptors,IPSetId, andName IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
gisrsResponseStatus :: Lens' GetIPSetResponse Int Source
The response status code.