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 |
Deletes a filter.
Synopsis
Creating a Request
data DeleteFilter Source #
See: newDeleteFilter
smart constructor.
Instances
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.
Instances
Eq DeleteFilterResponse Source # | |
Defined in Amazonka.Personalize.DeleteFilter (==) :: DeleteFilterResponse -> DeleteFilterResponse -> Bool # (/=) :: DeleteFilterResponse -> DeleteFilterResponse -> Bool # | |
Read DeleteFilterResponse Source # | |
Show DeleteFilterResponse Source # | |
Defined in Amazonka.Personalize.DeleteFilter showsPrec :: Int -> DeleteFilterResponse -> ShowS # show :: DeleteFilterResponse -> String # showList :: [DeleteFilterResponse] -> ShowS # | |
Generic DeleteFilterResponse Source # | |
Defined in Amazonka.Personalize.DeleteFilter type Rep DeleteFilterResponse :: Type -> Type # from :: DeleteFilterResponse -> Rep DeleteFilterResponse x # to :: Rep DeleteFilterResponse x -> DeleteFilterResponse # | |
NFData DeleteFilterResponse Source # | |
Defined in Amazonka.Personalize.DeleteFilter rnf :: DeleteFilterResponse -> () # | |
type Rep DeleteFilterResponse Source # | |
newDeleteFilterResponse :: DeleteFilterResponse Source #
Create a value of DeleteFilterResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.