amazonka-waf-1.3.4: Amazon WAF SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.WAF.GetByteMatchSet

Contents

Description

Returns the ByteMatchSet specified by ByteMatchSetId.

See: AWS API Reference for GetByteMatchSet.

Synopsis

Creating a Request

getByteMatchSet Source

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:

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

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:

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: