Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Removes a vocabulary filter.
Synopsis
- data DeleteVocabularyFilter = DeleteVocabularyFilter' {}
- newDeleteVocabularyFilter :: Text -> DeleteVocabularyFilter
- deleteVocabularyFilter_vocabularyFilterName :: Lens' DeleteVocabularyFilter Text
- data DeleteVocabularyFilterResponse = DeleteVocabularyFilterResponse' {
- newDeleteVocabularyFilterResponse :: DeleteVocabularyFilterResponse
Creating a Request
data DeleteVocabularyFilter Source #
See: newDeleteVocabularyFilter
smart constructor.
DeleteVocabularyFilter' | |
|
Instances
newDeleteVocabularyFilter Source #
Create a value of DeleteVocabularyFilter
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:vocabularyFilterName:DeleteVocabularyFilter'
, deleteVocabularyFilter_vocabularyFilterName
- The name of the vocabulary filter to remove.
Request Lenses
deleteVocabularyFilter_vocabularyFilterName :: Lens' DeleteVocabularyFilter Text Source #
The name of the vocabulary filter to remove.
Destructuring the Response
data DeleteVocabularyFilterResponse Source #
See: newDeleteVocabularyFilterResponse
smart constructor.
Instances
newDeleteVocabularyFilterResponse :: DeleteVocabularyFilterResponse Source #
Create a value of DeleteVocabularyFilterResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.