| 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.ExpressionStatus
Description
Documentation
data ExpressionStatus Source #
The value of an Expression and its current status.
See: newExpressionStatus smart constructor.
Constructors
| ExpressionStatus' | |
Fields
| |
Instances
Arguments
| :: Expression | |
| -> OptionStatus | |
| -> ExpressionStatus |
Create a value of ExpressionStatus 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:options:ExpressionStatus', expressionStatus_options - The expression that is evaluated for sorting while processing a search
request.
$sel:status:ExpressionStatus', expressionStatus_status - Undocumented member.
expressionStatus_options :: Lens' ExpressionStatus Expression Source #
The expression that is evaluated for sorting while processing a search request.
expressionStatus_status :: Lens' ExpressionStatus OptionStatus Source #
Undocumented member.