| 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.DefineAnalysisScheme
Description
Configures an analysis scheme that can be applied to a text or
'text-array' field to define language-specific text processing options.
For more information, see
Configuring Analysis Schemes
in the Amazon CloudSearch Developer Guide.
See: AWS API Reference for DefineAnalysisScheme.
- defineAnalysisScheme :: Text -> AnalysisScheme -> DefineAnalysisScheme
- data DefineAnalysisScheme
- dasaDomainName :: Lens' DefineAnalysisScheme Text
- dasaAnalysisScheme :: Lens' DefineAnalysisScheme AnalysisScheme
- defineAnalysisSchemeResponse :: Int -> AnalysisSchemeStatus -> DefineAnalysisSchemeResponse
- data DefineAnalysisSchemeResponse
- defersResponseStatus :: Lens' DefineAnalysisSchemeResponse Int
- defersAnalysisScheme :: Lens' DefineAnalysisSchemeResponse AnalysisSchemeStatus
Creating a Request
Arguments
| :: Text | |
| -> AnalysisScheme | |
| -> DefineAnalysisScheme |
Creates a value of DefineAnalysisScheme with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DefineAnalysisScheme Source
Container for the parameters to the DefineAnalysisScheme operation.
Specifies the name of the domain you want to update and the analysis
scheme configuration.
See: defineAnalysisScheme smart constructor.
Instances
Request Lenses
dasaDomainName :: Lens' DefineAnalysisScheme Text Source
Undocumented member.
dasaAnalysisScheme :: Lens' DefineAnalysisScheme AnalysisScheme Source
Undocumented member.
Destructuring the Response
defineAnalysisSchemeResponse Source
Arguments
| :: Int | |
| -> AnalysisSchemeStatus | |
| -> DefineAnalysisSchemeResponse |
Creates a value of DefineAnalysisSchemeResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DefineAnalysisSchemeResponse Source
The result of a DefineAnalysisScheme request. Contains the status of
the newly-configured analysis scheme.
See: defineAnalysisSchemeResponse smart constructor.
Response Lenses
defersResponseStatus :: Lens' DefineAnalysisSchemeResponse Int Source
The response status code.
defersAnalysisScheme :: Lens' DefineAnalysisSchemeResponse AnalysisSchemeStatus Source
Undocumented member.