| 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.CloudSearch.Types.Expression
Description
Synopsis
Documentation
data Expression Source #
A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results.
See: newExpression smart constructor.
Constructors
| Expression' | |
Fields | |
Instances
Create a value of Expression 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:expressionName:Expression', expression_expressionName - Undocumented member.
$sel:expressionValue:Expression', expression_expressionValue - Undocumented member.
expression_expressionName :: Lens' Expression Text Source #
Undocumented member.
expression_expressionValue :: Lens' Expression Text Source #
Undocumented member.