Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MatchRange = MatchRange' {}
- newMatchRange :: Integer -> Integer -> MatchRange
- matchRange_end :: Lens' MatchRange Integer
- matchRange_start :: Lens' MatchRange Integer
Documentation
data MatchRange Source #
An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.
See: newMatchRange
smart constructor.
Instances
Create a value of MatchRange
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:end:MatchRange'
, matchRange_end
- The end of the range.
$sel:start:MatchRange'
, matchRange_start
- The start of the range.
matchRange_end :: Lens' MatchRange Integer Source #
The end of the range.
matchRange_start :: Lens' MatchRange Integer Source #
The start of the range.