| 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.DeleteExperience
Description
Deletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
Synopsis
- data DeleteExperience = DeleteExperience' {}
- newDeleteExperience :: Text -> Text -> DeleteExperience
- deleteExperience_id :: Lens' DeleteExperience Text
- deleteExperience_indexId :: Lens' DeleteExperience Text
- data DeleteExperienceResponse = DeleteExperienceResponse' {
- httpStatus :: Int
- newDeleteExperienceResponse :: Int -> DeleteExperienceResponse
- deleteExperienceResponse_httpStatus :: Lens' DeleteExperienceResponse Int
Creating a Request
data DeleteExperience Source #
See: newDeleteExperience smart constructor.
Constructors
| DeleteExperience' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteExperience |
Create a value of DeleteExperience 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:
DeleteExperience, deleteExperience_id - The identifier of your Amazon Kendra experience you want to delete.
$sel:indexId:DeleteExperience', deleteExperience_indexId - The identifier of the index for your Amazon Kendra experience.
Request Lenses
deleteExperience_id :: Lens' DeleteExperience Text Source #
The identifier of your Amazon Kendra experience you want to delete.
deleteExperience_indexId :: Lens' DeleteExperience Text Source #
The identifier of the index for your Amazon Kendra experience.
Destructuring the Response
data DeleteExperienceResponse Source #
See: newDeleteExperienceResponse smart constructor.
Constructors
| DeleteExperienceResponse' | |
Fields
| |
Instances
newDeleteExperienceResponse Source #
Create a value of DeleteExperienceResponse 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:httpStatus:DeleteExperienceResponse', deleteExperienceResponse_httpStatus - The response's http status code.
Response Lenses
deleteExperienceResponse_httpStatus :: Lens' DeleteExperienceResponse Int Source #
The response's http status code.