amazonka-cloudsearch-0.3.4: Amazon CloudSearch SDK.

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 CloudSearchDeveloper Guide.

http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeAnalysisSchemes.html

Synopsis

Request

Request constructor

Request lenses

das1AnalysisSchemeNames :: Lens' DescribeAnalysisSchemes [Text] Source

The analysis schemes you want to describe.

das1Deployed :: Lens' DescribeAnalysisSchemes (Maybe Bool) Source

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

das1DomainName :: Lens' DescribeAnalysisSchemes Text Source

The name of the domain you want to describe.

Response

Response constructor

Response lenses