| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Kendra.DeleteFaq
Description
Removes an FAQ from an index.
Synopsis
- data DeleteFaq = DeleteFaq' {}
- newDeleteFaq :: Text -> Text -> DeleteFaq
- deleteFaq_id :: Lens' DeleteFaq Text
- deleteFaq_indexId :: Lens' DeleteFaq Text
- data DeleteFaqResponse = DeleteFaqResponse' {
- newDeleteFaqResponse :: DeleteFaqResponse
Creating a Request
See: newDeleteFaq smart constructor.
Constructors
| DeleteFaq' | |
Instances
Create a value of DeleteFaq 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:
DeleteFaq, deleteFaq_id - The identifier of the FAQ you want to remove.
$sel:indexId:DeleteFaq', deleteFaq_indexId - The identifier of the index for the FAQ.
Request Lenses
Destructuring the Response
data DeleteFaqResponse Source #
See: newDeleteFaqResponse smart constructor.
Constructors
| DeleteFaqResponse' | |
Instances
| Generic DeleteFaqResponse Source # | |
Defined in Amazonka.Kendra.DeleteFaq Associated Types type Rep DeleteFaqResponse :: Type -> Type # Methods from :: DeleteFaqResponse -> Rep DeleteFaqResponse x # to :: Rep DeleteFaqResponse x -> DeleteFaqResponse # | |
| Read DeleteFaqResponse Source # | |
Defined in Amazonka.Kendra.DeleteFaq Methods readsPrec :: Int -> ReadS DeleteFaqResponse # readList :: ReadS [DeleteFaqResponse] # | |
| Show DeleteFaqResponse Source # | |
Defined in Amazonka.Kendra.DeleteFaq Methods showsPrec :: Int -> DeleteFaqResponse -> ShowS # show :: DeleteFaqResponse -> String # showList :: [DeleteFaqResponse] -> ShowS # | |
| NFData DeleteFaqResponse Source # | |
Defined in Amazonka.Kendra.DeleteFaq Methods rnf :: DeleteFaqResponse -> () # | |
| Eq DeleteFaqResponse Source # | |
Defined in Amazonka.Kendra.DeleteFaq Methods (==) :: DeleteFaqResponse -> DeleteFaqResponse -> Bool # (/=) :: DeleteFaqResponse -> DeleteFaqResponse -> Bool # | |
| type Rep DeleteFaqResponse Source # | |
newDeleteFaqResponse :: DeleteFaqResponse Source #
Create a value of DeleteFaqResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.