Values.UpdateApplicationResponseSourceUpdates the configuration and settings of an existing OpenSearch application.
type nonrec t = {id : Id.t option;The unique identifier of the updated OpenSearch application.
*)name : ApplicationName.t option;The name of the updated OpenSearch application.
*)arn : ARN.t option;dataSources : DataSources.t option;The data sources associated with the updated OpenSearch application.
*)iamIdentityCenterOptions : IamIdentityCenterOptions.t option;The IAM Identity Center configuration for the updated OpenSearch application.
*)appConfigs : AppConfigs.t option;The configuration settings for the updated OpenSearch application.
*)createdAt : Timestamp.t option;The timestamp when the OpenSearch application was originally created.
*)lastUpdatedAt : Timestamp.t option;The timestamp when the OpenSearch application was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BaseException of BaseException.t| `ConflictException of ConflictException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `BaseException of BaseException.t
| `ConflictException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `BaseException of BaseException.t
| `ConflictException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]