amazonka-cloudsearch-1.6.0: Amazon CloudSearch SDK.

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

Network.AWS.CloudSearch.DefineAnalysisScheme

Contents

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 .

Synopsis

Creating a Request

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 #

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

Eq DefineAnalysisScheme # 
Data DefineAnalysisScheme # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DefineAnalysisScheme -> c DefineAnalysisScheme #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DefineAnalysisScheme #

toConstr :: DefineAnalysisScheme -> Constr #

dataTypeOf :: DefineAnalysisScheme -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DefineAnalysisScheme) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DefineAnalysisScheme) #

gmapT :: (forall b. Data b => b -> b) -> DefineAnalysisScheme -> DefineAnalysisScheme #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DefineAnalysisScheme -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DefineAnalysisScheme -> r #

gmapQ :: (forall d. Data d => d -> u) -> DefineAnalysisScheme -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DefineAnalysisScheme -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DefineAnalysisScheme -> m DefineAnalysisScheme #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DefineAnalysisScheme -> m DefineAnalysisScheme #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DefineAnalysisScheme -> m DefineAnalysisScheme #

Read DefineAnalysisScheme # 
Show DefineAnalysisScheme # 
Generic DefineAnalysisScheme # 
Hashable DefineAnalysisScheme # 
NFData DefineAnalysisScheme # 

Methods

rnf :: DefineAnalysisScheme -> () #

AWSRequest DefineAnalysisScheme # 
ToHeaders DefineAnalysisScheme # 
ToPath DefineAnalysisScheme # 
ToQuery DefineAnalysisScheme # 
type Rep DefineAnalysisScheme # 
type Rep DefineAnalysisScheme = D1 * (MetaData "DefineAnalysisScheme" "Network.AWS.CloudSearch.DefineAnalysisScheme" "amazonka-cloudsearch-1.6.0-JI6gv0YfBTjIduRHjHbXOm" False) (C1 * (MetaCons "DefineAnalysisScheme'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dasaDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dasaAnalysisScheme") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * AnalysisScheme))))
type Rs DefineAnalysisScheme # 

Request Lenses

Destructuring the Response

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 #

The result of a DefineAnalysisScheme request. Contains the status of the newly-configured analysis scheme.

See: defineAnalysisSchemeResponse smart constructor.

Instances

Eq DefineAnalysisSchemeResponse # 
Data DefineAnalysisSchemeResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DefineAnalysisSchemeResponse -> c DefineAnalysisSchemeResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DefineAnalysisSchemeResponse #

toConstr :: DefineAnalysisSchemeResponse -> Constr #

dataTypeOf :: DefineAnalysisSchemeResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DefineAnalysisSchemeResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DefineAnalysisSchemeResponse) #

gmapT :: (forall b. Data b => b -> b) -> DefineAnalysisSchemeResponse -> DefineAnalysisSchemeResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DefineAnalysisSchemeResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DefineAnalysisSchemeResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DefineAnalysisSchemeResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DefineAnalysisSchemeResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DefineAnalysisSchemeResponse -> m DefineAnalysisSchemeResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DefineAnalysisSchemeResponse -> m DefineAnalysisSchemeResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DefineAnalysisSchemeResponse -> m DefineAnalysisSchemeResponse #

Read DefineAnalysisSchemeResponse # 
Show DefineAnalysisSchemeResponse # 
Generic DefineAnalysisSchemeResponse # 
NFData DefineAnalysisSchemeResponse # 
type Rep DefineAnalysisSchemeResponse # 
type Rep DefineAnalysisSchemeResponse = D1 * (MetaData "DefineAnalysisSchemeResponse" "Network.AWS.CloudSearch.DefineAnalysisScheme" "amazonka-cloudsearch-1.6.0-JI6gv0YfBTjIduRHjHbXOm" False) (C1 * (MetaCons "DefineAnalysisSchemeResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_defersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_defersAnalysisScheme") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * AnalysisSchemeStatus))))

Response Lenses