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 |
Returns the SizeConstraintSet specified by SizeConstraintSetId
.
- getSizeConstraintSet :: Text -> GetSizeConstraintSet
- data GetSizeConstraintSet
- gscsSizeConstraintSetId :: Lens' GetSizeConstraintSet Text
- getSizeConstraintSetResponse :: Int -> GetSizeConstraintSetResponse
- data GetSizeConstraintSetResponse
- gscsrsSizeConstraintSet :: Lens' GetSizeConstraintSetResponse (Maybe SizeConstraintSet)
- gscsrsResponseStatus :: Lens' GetSizeConstraintSetResponse Int
Creating a Request
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:
data GetSizeConstraintSet Source #
See: getSizeConstraintSet
smart constructor.
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:
data GetSizeConstraintSetResponse Source #
See: getSizeConstraintSetResponse
smart constructor.
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:
- SizeConstraintSet: Contains
SizeConstraintSetId
,SizeConstraints
, andName
SizeConstraints
: Contains an array of SizeConstraint objects. EachSizeConstraint
object contains FieldToMatch,TextTransformation
,ComparisonOperator
, andSize
- FieldToMatch: Contains
Data
andType
gscsrsResponseStatus :: Lens' GetSizeConstraintSetResponse Int Source #
The response status code.