| Copyright | (c) 2013-2016 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.DeleteExpression
Description
Removes an Expression from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.
- deleteExpression :: Text -> Text -> DeleteExpression
- data DeleteExpression
- delDomainName :: Lens' DeleteExpression Text
- delExpressionName :: Lens' DeleteExpression Text
- deleteExpressionResponse :: Int -> ExpressionStatus -> DeleteExpressionResponse
- data DeleteExpressionResponse
- delrsResponseStatus :: Lens' DeleteExpressionResponse Int
- delrsExpression :: Lens' DeleteExpressionResponse ExpressionStatus
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteExpression |
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
Request Lenses
delDomainName :: Lens' DeleteExpression Text Source #
Undocumented member.
delExpressionName :: Lens' DeleteExpression Text Source #
The name of the Expression to delete.
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.
Response Lenses
delrsResponseStatus :: Lens' DeleteExpressionResponse Int Source #
The response status code.
delrsExpression :: Lens' DeleteExpressionResponse ExpressionStatus Source #
The status of the expression being deleted.