amazonka-cloudsearch-0.3.4: Amazon CloudSearch SDK.

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.

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

Synopsis

Request

Request constructor

deleteExpression Source

DeleteExpression constructor.

The fields accessible through corresponding lenses are:

Request lenses

de2ExpressionName :: Lens' DeleteExpression Text Source

The name of the ''Expression' to delete.

Response

Response constructor

Response lenses

der1Expression :: Lens' DeleteExpressionResponse ExpressionStatus Source

The status of the expression being deleted.