amazonka-cloudsearch-1.6.1: 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.DeleteExpression

Contents

Description

Removes an Expression from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide .

Synopsis

Creating a Request

deleteExpression Source #

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

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

data DeleteExpression Source #

Container for the parameters to the DeleteExpression operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.

See: deleteExpression smart constructor.

Instances
Eq DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Data DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Methods

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

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

toConstr :: DeleteExpression -> Constr #

dataTypeOf :: DeleteExpression -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Show DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Generic DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Associated Types

type Rep DeleteExpression :: Type -> Type #

Hashable DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

AWSRequest DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Associated Types

type Rs DeleteExpression :: Type #

ToHeaders DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

ToPath DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

ToQuery DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

NFData DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Methods

rnf :: DeleteExpression -> () #

type Rep DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

type Rep DeleteExpression = D1 (MetaData "DeleteExpression" "Network.AWS.CloudSearch.DeleteExpression" "amazonka-cloudsearch-1.6.1-Kw9zIXByEJoLQM3rt04GVo" False) (C1 (MetaCons "DeleteExpression'" PrefixI True) (S1 (MetaSel (Just "_delDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_delExpressionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteExpression Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Request Lenses

Destructuring the Response

deleteExpressionResponse Source #

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

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

data DeleteExpressionResponse Source #

The result of a DeleteExpression request. Specifies the expression being deleted.

See: deleteExpressionResponse smart constructor.

Instances
Eq DeleteExpressionResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Data DeleteExpressionResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Methods

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

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

toConstr :: DeleteExpressionResponse -> Constr #

dataTypeOf :: DeleteExpressionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteExpressionResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Show DeleteExpressionResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Generic DeleteExpressionResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

Associated Types

type Rep DeleteExpressionResponse :: Type -> Type #

NFData DeleteExpressionResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

type Rep DeleteExpressionResponse Source # 
Instance details

Defined in Network.AWS.CloudSearch.DeleteExpression

type Rep DeleteExpressionResponse = D1 (MetaData "DeleteExpressionResponse" "Network.AWS.CloudSearch.DeleteExpression" "amazonka-cloudsearch-1.6.1-Kw9zIXByEJoLQM3rt04GVo" False) (C1 (MetaCons "DeleteExpressionResponse'" PrefixI True) (S1 (MetaSel (Just "_delrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_delrsExpression") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ExpressionStatus)))

Response Lenses

delrsExpression :: Lens' DeleteExpressionResponse ExpressionStatus Source #

The status of the expression being deleted.