Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Indexes the search suggestions. For more information, see Configuring Suggesters in the Amazon CloudSearch Developer Guide.
Creating a Request
Creates a value of BuildSuggesters
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BuildSuggesters Source #
Container for the parameters to the BuildSuggester
operation.
Specifies the name of the domain you want to update.
See: buildSuggesters
smart constructor.
Request Lenses
bsDomainName :: Lens' BuildSuggesters Text Source #
Undocumented member.
Destructuring the Response
buildSuggestersResponse Source #
Creates a value of BuildSuggestersResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BuildSuggestersResponse Source #
The result of a BuildSuggester
request. Contains a list of the fields
used for suggestions.
See: buildSuggestersResponse
smart constructor.
Response Lenses
bsrsFieldNames :: Lens' BuildSuggestersResponse [Text] Source #
Undocumented member.
bsrsResponseStatus :: Lens' BuildSuggestersResponse Int Source #
The response status code.