amazonka-cloudsearch-0.2.3: Amazon CloudSearch SDK.

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.

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

Synopsis

Request

Request constructor

deleteIndexField Source

DeleteIndexField constructor.

The fields accessible through corresponding lenses are:

Request lenses

dif1IndexFieldName :: Lens' DeleteIndexField Text Source

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

Response

Response constructor

Response lenses

difrIndexField :: Lens' DeleteIndexFieldResponse IndexFieldStatus Source

The status of the index field being deleted.