amazonka-cloudsearch-1.2.0.2: 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.DeleteIndexField

Contents

Description

Removes an IndexField from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

See: AWS API Reference for DeleteIndexField.

Synopsis

Creating a Request

deleteIndexField Source

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

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

data DeleteIndexField Source

Container for the parameters to the DeleteIndexField operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.

See: deleteIndexField smart constructor.

Request Lenses

difiIndexFieldName :: Lens' DeleteIndexField Text Source

The name of the index field your want to remove from the domain's indexing options.

Destructuring the Response

deleteIndexFieldResponse Source

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

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

Response Lenses

difrsIndexField :: Lens' DeleteIndexFieldResponse IndexFieldStatus Source

The status of the index field being deleted.