| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@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 .
Synopsis
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:
gisIPSetId- TheIPSetIdof theIPSetthat you want to get.IPSetIdis returned byCreateIPSetand byListIPSets.
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:
gisrsIPSet- Information about theIPSetthat you specified in theGetIPSetrequest. For more information, see the following topics: *IPSet: ContainsIPSetDescriptors,IPSetId, andName*IPSetDescriptors: Contains an array ofIPSetDescriptorobjects. EachIPSetDescriptorobject containsTypeandValuegisrsResponseStatus- -- | The response status code.
data GetIPSetResponse Source #
See: getIPSetResponse smart constructor.
Instances
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 , and Name * IPSetDescriptors : Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value
gisrsResponseStatus :: Lens' GetIPSetResponse Int Source #
- - | The response status code.