| Copyright | (c) 2013-2015 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.DeleteIndexField
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.
- deleteIndexField :: Text -> Text -> DeleteIndexField
- data DeleteIndexField
- difiDomainName :: Lens' DeleteIndexField Text
- difiIndexFieldName :: Lens' DeleteIndexField Text
- deleteIndexFieldResponse :: Int -> IndexFieldStatus -> DeleteIndexFieldResponse
- data DeleteIndexFieldResponse
- difrsResponseStatus :: Lens' DeleteIndexFieldResponse Int
- difrsIndexField :: Lens' DeleteIndexFieldResponse IndexFieldStatus
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteIndexField |
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.
Instances
Request Lenses
difiDomainName :: Lens' DeleteIndexField Text Source
Undocumented member.
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:
data DeleteIndexFieldResponse Source
The result of a DeleteIndexField request.
See: deleteIndexFieldResponse smart constructor.
Response Lenses
difrsResponseStatus :: Lens' DeleteIndexFieldResponse Int Source
The response status code.
difrsIndexField :: Lens' DeleteIndexFieldResponse IndexFieldStatus Source
The status of the index field being deleted.