Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data DeleteIndexField
- deleteIndexField :: Text -> Text -> DeleteIndexField
- dif1DomainName :: Lens' DeleteIndexField Text
- dif1IndexFieldName :: Lens' DeleteIndexField Text
- data DeleteIndexFieldResponse
- deleteIndexFieldResponse :: IndexFieldStatus -> DeleteIndexFieldResponse
- difrIndexField :: Lens' DeleteIndexFieldResponse IndexFieldStatus
Request
data DeleteIndexField Source
Request constructor
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
deleteIndexFieldResponse Source
DeleteIndexFieldResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
difrIndexField :: Lens' DeleteIndexFieldResponse IndexFieldStatus Source
The status of the index field being deleted.