| Copyright | (c) 2013-2016 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.GetWebACL
Description
Returns the WebACL that is specified by WebACLId.
Creating a Request
Creates a value of GetWebACL with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
See: getWebACL smart constructor.
Instances
Request Lenses
gwaWebACLId :: Lens' GetWebACL Text Source #
The WebACLId of the WebACL that you want to get. WebACLId is
returned by CreateWebACL and by ListWebACLs.
Destructuring the Response
Arguments
| :: Int | |
| -> GetWebACLResponse |
Creates a value of GetWebACLResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetWebACLResponse Source #
See: getWebACLResponse smart constructor.
Response Lenses
gwarsWebACL :: Lens' GetWebACLResponse (Maybe WebACL) Source #
Information about the WebACL that you specified in the GetWebACL
request. For more information, see the following topics:
- WebACL: Contains
DefaultAction,MetricName,Name, an array ofRuleobjects, andWebACLId DefaultAction(Data type is WafAction): ContainsTypeRules: Contains an array ofActivatedRuleobjects, which containAction,Priority, andRuleIdAction: ContainsType
gwarsResponseStatus :: Lens' GetWebACLResponse Int Source #
The response status code.