amazonka-cloudsearch-1.4.0: Amazon CloudSearch SDK.

Copyright(c) 2013-2016 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.DescribeAnalysisSchemes

Contents

Description

Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a text field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

Synopsis

Creating a Request

describeAnalysisSchemes Source

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

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

data DescribeAnalysisSchemes Source

Container for the parameters to the DescribeAnalysisSchemes operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

See: describeAnalysisSchemes smart constructor.

Request Lenses

dassDeployed :: Lens' DescribeAnalysisSchemes (Maybe Bool) Source

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

dassAnalysisSchemeNames :: Lens' DescribeAnalysisSchemes [Text] Source

The analysis schemes you want to describe.

dassDomainName :: Lens' DescribeAnalysisSchemes Text Source

The name of the domain you want to describe.

Destructuring the Response

describeAnalysisSchemesResponse Source

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

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

Response Lenses