| Copyright | (c) 2013-2015 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 |
Network.AWS.CloudSearch.BuildSuggesters
Description
Indexes the search suggestions. For more information, see Configuring Suggesters in the Amazon CloudSearch Developer Guide.
See: AWS API Reference for BuildSuggesters.
Creating a Request
Arguments
| :: Text | |
| -> BuildSuggesters |
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.
Instances
Request Lenses
bsDomainName :: Lens' BuildSuggesters Text Source
Undocumented member.
Destructuring the Response
buildSuggestersResponse Source
Arguments
| :: Int | |
| -> BuildSuggestersResponse |
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.