Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.Route53Domains.Types.FilterCondition
Description
Synopsis
- data FilterCondition = FilterCondition' {}
- newFilterCondition :: ListDomainsAttributeName -> Operator -> NonEmpty Text -> FilterCondition
- filterCondition_name :: Lens' FilterCondition ListDomainsAttributeName
- filterCondition_operator :: Lens' FilterCondition Operator
- filterCondition_values :: Lens' FilterCondition (NonEmpty Text)
Documentation
data FilterCondition Source #
Information for the filtering of a list of domains returned by ListDomains.
See: newFilterCondition
smart constructor.
Constructors
FilterCondition' | |
Fields
|
Instances
Arguments
:: ListDomainsAttributeName | |
-> Operator | |
-> NonEmpty Text | |
-> FilterCondition |
Create a value of FilterCondition
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:name:FilterCondition'
, filterCondition_name
- Name of the field which should be used for filtering the list of
domains.
$sel:operator:FilterCondition'
, filterCondition_operator
- The operator values for filtering domain names. The values can be:
LE
: Less than, or equal toGE
: Greater than, or equal toBEGINS_WITH
: Begins with
$sel:values:FilterCondition'
, filterCondition_values
- An array of strings presenting values to compare. Only 1 item in the
list is currently supported.
filterCondition_name :: Lens' FilterCondition ListDomainsAttributeName Source #
Name of the field which should be used for filtering the list of domains.
filterCondition_operator :: Lens' FilterCondition Operator Source #
The operator values for filtering domain names. The values can be:
LE
: Less than, or equal toGE
: Greater than, or equal toBEGINS_WITH
: Begins with
filterCondition_values :: Lens' FilterCondition (NonEmpty Text) Source #
An array of strings presenting values to compare. Only 1 item in the list is currently supported.