Values.UpdateApplicationRequestSourceUpdates the configuration and settings of an existing OpenSearch application.
type nonrec t = {id : Id.t;The unique identifier for the OpenSearch application to be updated.
*)dataSources : DataSources.t option;The data sources to associate with the OpenSearch application.
*)appConfigs : AppConfigs.t option;The configuration settings to modify for the OpenSearch application.
*)}