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 TypedAttributeValueRange = TypedAttributeValueRange' {}
- newTypedAttributeValueRange :: RangeMode -> RangeMode -> TypedAttributeValueRange
- typedAttributeValueRange_endValue :: Lens' TypedAttributeValueRange (Maybe TypedAttributeValue)
- typedAttributeValueRange_startValue :: Lens' TypedAttributeValueRange (Maybe TypedAttributeValue)
- typedAttributeValueRange_startMode :: Lens' TypedAttributeValueRange RangeMode
- typedAttributeValueRange_endMode :: Lens' TypedAttributeValueRange RangeMode
Documentation
data TypedAttributeValueRange Source #
A range of attribute values. For more information, see Range Filters.
See: newTypedAttributeValueRange
smart constructor.
TypedAttributeValueRange' | |
|
Instances
newTypedAttributeValueRange Source #
Create a value of TypedAttributeValueRange
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:endValue:TypedAttributeValueRange'
, typedAttributeValueRange_endValue
- The attribute value to terminate the range at.
$sel:startValue:TypedAttributeValueRange'
, typedAttributeValueRange_startValue
- The value to start the range at.
$sel:startMode:TypedAttributeValueRange'
, typedAttributeValueRange_startMode
- The inclusive or exclusive range start.
$sel:endMode:TypedAttributeValueRange'
, typedAttributeValueRange_endMode
- The inclusive or exclusive range end.
typedAttributeValueRange_endValue :: Lens' TypedAttributeValueRange (Maybe TypedAttributeValue) Source #
The attribute value to terminate the range at.
typedAttributeValueRange_startValue :: Lens' TypedAttributeValueRange (Maybe TypedAttributeValue) Source #
The value to start the range at.
typedAttributeValueRange_startMode :: Lens' TypedAttributeValueRange RangeMode Source #
The inclusive or exclusive range start.
typedAttributeValueRange_endMode :: Lens' TypedAttributeValueRange RangeMode Source #
The inclusive or exclusive range end.