Values.UpdateThesaurusRequestSourceUpdates a thesaurus for an index.
type nonrec t = {id : ThesaurusId.t;The identifier of the thesaurus you want to update.
*)name : ThesaurusName.t option;A new name for the thesaurus.
*)indexId : IndexId.t;The identifier of the index for the thesaurus.
*)description : Description.t option;A new description for the thesaurus.
*)roleArn : RoleArn.t option;An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in SourceS3Path.
*)sourceS3Path : S3Path.t option;}val make :
?name:??? ->
?description:??? ->
?roleArn:??? ->
?sourceS3Path:??? ->
id:ThesaurusId.t ->
indexId:IndexId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ThesaurusId.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]