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 |
Amazonka.Personalize.DeleteFilter
Description
Deletes a filter.
Synopsis
Creating a Request
data DeleteFilter Source #
See: newDeleteFilter
smart constructor.
Constructors
DeleteFilter' | |
Instances
Arguments
:: Text | |
-> DeleteFilter |
Create a value of DeleteFilter
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:filterArn:DeleteFilter'
, deleteFilter_filterArn
- The ARN of the filter to delete.
Request Lenses
deleteFilter_filterArn :: Lens' DeleteFilter Text Source #
The ARN of the filter to delete.
Destructuring the Response
data DeleteFilterResponse Source #
See: newDeleteFilterResponse
smart constructor.
Constructors
DeleteFilterResponse' | |
Instances
newDeleteFilterResponse :: DeleteFilterResponse Source #
Create a value of DeleteFilterResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.