amazonka-waf-1.4.0: Amazon WAF SDK.

Copyright(c) 2013-2016 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.GetSizeConstraintSet

Contents

Description

Returns the SizeConstraintSet specified by SizeConstraintSetId.

Synopsis

Creating a Request

getSizeConstraintSet Source

Creates a value of GetSizeConstraintSet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gscsSizeConstraintSetId :: Lens' GetSizeConstraintSet Text Source

The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

Destructuring the Response

getSizeConstraintSetResponse Source

Creates a value of GetSizeConstraintSetResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

gscsrsSizeConstraintSet :: Lens' GetSizeConstraintSetResponse (Maybe SizeConstraintSet) Source

Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet request. For more information, see the following topics: