amazonka-cloudsearch-1.2.0.1: Amazon CloudSearch SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudSearch.DeleteSuggester

Contents

Description

Deletes a suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

See: AWS API Reference for DeleteSuggester.

Synopsis

Creating a Request

deleteSuggester Source

Creates a value of DeleteSuggester with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteSuggester Source

Container for the parameters to the DeleteSuggester operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.

See: deleteSuggester smart constructor.

Request Lenses

ddSuggesterName :: Lens' DeleteSuggester Text Source

Specifies the name of the suggester you want to delete.

Destructuring the Response

deleteSuggesterResponse Source

Creates a value of DeleteSuggesterResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

delersSuggester :: Lens' DeleteSuggesterResponse SuggesterStatus Source

The status of the suggester being deleted.