amazonka-cloudsearch-1.3.1: Amazon CloudSearch SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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.

See: AWS API Reference for DeleteExpression.

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.

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:

Response Lenses

delrsExpression :: Lens' DeleteExpressionResponse ExpressionStatus Source

The status of the expression being deleted.