| 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.LexV2Models.Types.SlotFilter
Description
Synopsis
Documentation
data SlotFilter Source #
Filters the response from the ListSlots operation.
See: newSlotFilter smart constructor.
Constructors
| SlotFilter' | |
Fields
| |
Instances
Arguments
| :: SlotFilterName | |
| -> NonEmpty Text | |
| -> SlotFilterOperator | |
| -> SlotFilter |
Create a value of SlotFilter 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:SlotFilter', slotFilter_name - The name of the field to use for filtering.
$sel:values:SlotFilter', slotFilter_values - The value to use to filter the response.
$sel:operator:SlotFilter', slotFilter_operator - The operator to use for the filter. Specify EQ when the ListSlots
operation should return only aliases that equal the specified value.
Specify CO when the ListSlots operation should return aliases that
contain the specified value.
slotFilter_name :: Lens' SlotFilter SlotFilterName Source #
The name of the field to use for filtering.
slotFilter_values :: Lens' SlotFilter (NonEmpty Text) Source #
The value to use to filter the response.
slotFilter_operator :: Lens' SlotFilter SlotFilterOperator Source #
The operator to use for the filter. Specify EQ when the ListSlots
operation should return only aliases that equal the specified value.
Specify CO when the ListSlots operation should return aliases that
contain the specified value.