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 |
Documentation
data SuggestionQuery Source #
Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.
See: newSuggestionQuery
smart constructor.
SuggestionQuery' | |
|
Instances
newSuggestionQuery :: SuggestionQuery Source #
Create a value of SuggestionQuery
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:propertyNameQuery:SuggestionQuery'
, suggestionQuery_propertyNameQuery
- Defines a property name hint. Only property names that begin with the
specified hint are included in the response.
suggestionQuery_propertyNameQuery :: Lens' SuggestionQuery (Maybe PropertyNameQuery) Source #
Defines a property name hint. Only property names that begin with the specified hint are included in the response.