Values.UpdateIndexRequestSourceUpdates an Amazon Q Business index.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the Amazon Q Business application connected to the index.
*)indexId : IndexId.t;The identifier of the Amazon Q Business index.
*)displayName : ApplicationName.t option;The name of the Amazon Q Business index.
*)description : Description.t option;The description of the Amazon Q Business index.
*)capacityConfiguration : IndexCapacityConfiguration.t option;The storage capacity units you want to provision for your Amazon Q Business index. You can add and remove capacity to fit your usage needs.
*)documentAttributeConfigurations : DocumentAttributeConfigurations.t option;Configuration information for document metadata or fields. Document metadata are fields or attributes associated with your documents. For example, the company department name associated with each document. For more information, see Understanding document attributes.
*)}val make :
?displayName:??? ->
?description:??? ->
?capacityConfiguration:??? ->
?documentAttributeConfigurations:??? ->
applicationId:ApplicationId.t ->
indexId:IndexId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DocumentMetadataConfigurationName.t ])
list ]
list
| `String of ApplicationId.t
| `Structure of
(string * [> `Integer of IndexCapacityInteger.t ]) list ])
list ]