| 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
| Eq GetIPSet # | |
| Data GetIPSet # | |
Defined in Network.AWS.WAF.GetIPSet Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetIPSet -> c GetIPSet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetIPSet # toConstr :: GetIPSet -> Constr # dataTypeOf :: GetIPSet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetIPSet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetIPSet) # gmapT :: (forall b. Data b => b -> b) -> GetIPSet -> GetIPSet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetIPSet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetIPSet -> r # gmapQ :: (forall d. Data d => d -> u) -> GetIPSet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> GetIPSet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetIPSet -> m GetIPSet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIPSet -> m GetIPSet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIPSet -> m GetIPSet # | |
| Read GetIPSet # | |
| Show GetIPSet # | |
| Generic GetIPSet # | |
| Hashable GetIPSet # | |
Defined in Network.AWS.WAF.GetIPSet | |
| ToJSON GetIPSet # | |
Defined in Network.AWS.WAF.GetIPSet | |
| AWSRequest GetIPSet # | |
| ToHeaders GetIPSet # | |
Defined in Network.AWS.WAF.GetIPSet | |
| ToPath GetIPSet # | |
Defined in Network.AWS.WAF.GetIPSet Methods toPath :: GetIPSet -> ByteString # | |
| ToQuery GetIPSet # | |
Defined in Network.AWS.WAF.GetIPSet Methods toQuery :: GetIPSet -> QueryString # | |
| NFData GetIPSet # | |
Defined in Network.AWS.WAF.GetIPSet | |
| type Rep GetIPSet # | |
Defined in Network.AWS.WAF.GetIPSet | |
| type Rs GetIPSet # | |
Defined in Network.AWS.WAF.GetIPSet | |
Request Lenses
gisIPSetId :: Lens' GetIPSet Text #
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 #
See: getIPSetResponse smart constructor.
Instances
Response Lenses
gisrsIPSet :: Lens' GetIPSetResponse (Maybe IPSet) #
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 #
- - | The response status code.