| 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.UpdateExperience
Description
Updates 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 UpdateExperience = UpdateExperience' {}
- newUpdateExperience :: Text -> Text -> UpdateExperience
- updateExperience_configuration :: Lens' UpdateExperience (Maybe ExperienceConfiguration)
- updateExperience_description :: Lens' UpdateExperience (Maybe Text)
- updateExperience_name :: Lens' UpdateExperience (Maybe Text)
- updateExperience_roleArn :: Lens' UpdateExperience (Maybe Text)
- updateExperience_id :: Lens' UpdateExperience Text
- updateExperience_indexId :: Lens' UpdateExperience Text
- data UpdateExperienceResponse = UpdateExperienceResponse' {
- newUpdateExperienceResponse :: UpdateExperienceResponse
Creating a Request
data UpdateExperience Source #
See: newUpdateExperience smart constructor.
Constructors
| UpdateExperience' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UpdateExperience |
Create a value of UpdateExperience 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:configuration:UpdateExperience', updateExperience_configuration - Configuration information you want to update for your Amazon Kendra
experience.
$sel:description:UpdateExperience', updateExperience_description - A new description for your Amazon Kendra experience.
UpdateExperience, updateExperience_name - A new name for your Amazon Kendra experience.
UpdateExperience, updateExperience_roleArn - The Amazon Resource Name (ARN) of a role with permission to access
Query API, QuerySuggestions API, SubmitFeedback API, and IAM
Identity Center that stores your user and group information. For more
information, see
IAM roles for Amazon Kendra.
UpdateExperience, updateExperience_id - The identifier of your Amazon Kendra experience you want to update.
$sel:indexId:UpdateExperience', updateExperience_indexId - The identifier of the index for your Amazon Kendra experience.
Request Lenses
updateExperience_configuration :: Lens' UpdateExperience (Maybe ExperienceConfiguration) Source #
Configuration information you want to update for your Amazon Kendra experience.
updateExperience_description :: Lens' UpdateExperience (Maybe Text) Source #
A new description for your Amazon Kendra experience.
updateExperience_name :: Lens' UpdateExperience (Maybe Text) Source #
A new name for your Amazon Kendra experience.
updateExperience_roleArn :: Lens' UpdateExperience (Maybe Text) Source #
The Amazon Resource Name (ARN) of a role with permission to access
Query API, QuerySuggestions API, SubmitFeedback API, and IAM
Identity Center that stores your user and group information. For more
information, see
IAM roles for Amazon Kendra.
updateExperience_id :: Lens' UpdateExperience Text Source #
The identifier of your Amazon Kendra experience you want to update.
updateExperience_indexId :: Lens' UpdateExperience Text Source #
The identifier of the index for your Amazon Kendra experience.
Destructuring the Response
data UpdateExperienceResponse Source #
See: newUpdateExperienceResponse smart constructor.
Constructors
| UpdateExperienceResponse' | |
Instances
newUpdateExperienceResponse :: UpdateExperienceResponse Source #
Create a value of UpdateExperienceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.