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 Condition = Condition' {}
- newCondition :: Condition
- condition_eq :: Lens' Condition (Maybe [Text])
- condition_lessThan :: Lens' Condition (Maybe Integer)
- condition_lte :: Lens' Condition (Maybe Int)
- condition_greaterThanOrEqual :: Lens' Condition (Maybe Integer)
- condition_lessThanOrEqual :: Lens' Condition (Maybe Integer)
- condition_gt :: Lens' Condition (Maybe Int)
- condition_equals :: Lens' Condition (Maybe [Text])
- condition_neq :: Lens' Condition (Maybe [Text])
- condition_notEquals :: Lens' Condition (Maybe [Text])
- condition_lt :: Lens' Condition (Maybe Int)
- condition_gte :: Lens' Condition (Maybe Int)
- condition_greaterThan :: Lens' Condition (Maybe Integer)
Documentation
Contains information about the condition.
See: newCondition
smart constructor.
Condition' | |
|
Instances
newCondition :: Condition Source #
Create a value of Condition
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:eq:Condition'
, condition_eq
- Represents the equal condition to be applied to a single field when
querying for findings.
$sel:lessThan:Condition'
, condition_lessThan
- Represents a less than condition to be applied to a single field when
querying for findings.
$sel:lte:Condition'
, condition_lte
- Represents a less than or equal condition to be applied to a single
field when querying for findings.
$sel:greaterThanOrEqual:Condition'
, condition_greaterThanOrEqual
- Represents a greater than or equal condition to be applied to a single
field when querying for findings.
$sel:lessThanOrEqual:Condition'
, condition_lessThanOrEqual
- Represents a less than or equal condition to be applied to a single
field when querying for findings.
$sel:gt:Condition'
, condition_gt
- Represents a greater than condition to be applied to a single field
when querying for findings.
$sel:equals:Condition'
, condition_equals
- Represents an equal ____ condition to be applied to a single field
when querying for findings.
$sel:neq:Condition'
, condition_neq
- Represents the not equal condition to be applied to a single field
when querying for findings.
$sel:notEquals:Condition'
, condition_notEquals
- Represents a not equal ____ condition to be applied to a single field
when querying for findings.
$sel:lt:Condition'
, condition_lt
- Represents a less than condition to be applied to a single field when
querying for findings.
$sel:gte:Condition'
, condition_gte
- Represents a greater than or equal condition to be applied to a single
field when querying for findings.
$sel:greaterThan:Condition'
, condition_greaterThan
- Represents a greater than condition to be applied to a single field
when querying for findings.
condition_eq :: Lens' Condition (Maybe [Text]) Source #
Represents the equal condition to be applied to a single field when querying for findings.
condition_lessThan :: Lens' Condition (Maybe Integer) Source #
Represents a less than condition to be applied to a single field when querying for findings.
condition_lte :: Lens' Condition (Maybe Int) Source #
Represents a less than or equal condition to be applied to a single field when querying for findings.
condition_greaterThanOrEqual :: Lens' Condition (Maybe Integer) Source #
Represents a greater than or equal condition to be applied to a single field when querying for findings.
condition_lessThanOrEqual :: Lens' Condition (Maybe Integer) Source #
Represents a less than or equal condition to be applied to a single field when querying for findings.
condition_gt :: Lens' Condition (Maybe Int) Source #
Represents a greater than condition to be applied to a single field when querying for findings.
condition_equals :: Lens' Condition (Maybe [Text]) Source #
Represents an equal ____ condition to be applied to a single field when querying for findings.
condition_neq :: Lens' Condition (Maybe [Text]) Source #
Represents the not equal condition to be applied to a single field when querying for findings.
condition_notEquals :: Lens' Condition (Maybe [Text]) Source #
Represents a not equal ____ condition to be applied to a single field when querying for findings.
condition_lt :: Lens' Condition (Maybe Int) Source #
Represents a less than condition to be applied to a single field when querying for findings.