| 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.GetByteMatchSet
Description
Returns the ByteMatchSet specified by ByteMatchSetId.
- getByteMatchSet :: Text -> GetByteMatchSet
- data GetByteMatchSet
- gbmsByteMatchSetId :: Lens' GetByteMatchSet Text
- getByteMatchSetResponse :: Int -> GetByteMatchSetResponse
- data GetByteMatchSetResponse
- gbmsrsByteMatchSet :: Lens' GetByteMatchSetResponse (Maybe ByteMatchSet)
- gbmsrsResponseStatus :: Lens' GetByteMatchSetResponse Int
Creating a Request
Arguments
| :: Text | |
| -> GetByteMatchSet |
Creates a value of GetByteMatchSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetByteMatchSet Source #
See: getByteMatchSet smart constructor.
Instances
Request Lenses
gbmsByteMatchSetId :: Lens' GetByteMatchSet Text Source #
The ByteMatchSetId of the ByteMatchSet that you want to get.
ByteMatchSetId is returned by CreateByteMatchSet and by
ListByteMatchSets.
Destructuring the Response
getByteMatchSetResponse Source #
Arguments
| :: Int | |
| -> GetByteMatchSetResponse |
Creates a value of GetByteMatchSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetByteMatchSetResponse Source #
See: getByteMatchSetResponse smart constructor.
Response Lenses
gbmsrsByteMatchSet :: Lens' GetByteMatchSetResponse (Maybe ByteMatchSet) Source #
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. For more information, see the following
topics:
- ByteMatchSet: Contains
ByteMatchSetId,ByteMatchTuples, andName ByteMatchTuples: Contains an array of ByteMatchTuple objects. EachByteMatchTupleobject contains FieldToMatch,PositionalConstraint,TargetString, andTextTransformation- FieldToMatch: Contains
DataandType
gbmsrsResponseStatus :: Lens' GetByteMatchSetResponse Int Source #
The response status code.