amazonka-cloudsearch-1.2.0.2: 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.DeleteAnalysisScheme

Contents

Description

Deletes an analysis scheme. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

See: AWS API Reference for DeleteAnalysisScheme.

Synopsis

Creating a Request

deleteAnalysisScheme Source

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

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

Request Lenses

dasAnalysisSchemeName :: Lens' DeleteAnalysisScheme Text Source

The name of the analysis scheme you want to delete.

Destructuring the Response

deleteAnalysisSchemeResponse Source

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

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

Response Lenses

dasarsAnalysisScheme :: Lens' DeleteAnalysisSchemeResponse AnalysisSchemeStatus Source

The status of the analysis scheme being deleted.