Values.CreateApplicationResponseSourceCreates an OpenSearch UI application. For more information, see Using the OpenSearch user interface in Amazon OpenSearch Service.
type nonrec t = {id : Id.t option;The unique identifier assigned to the OpenSearch application.
*)name : ApplicationName.t option;The name of the OpenSearch application.
*)arn : ARN.t option;dataSources : DataSources.t option;The data sources linked to the OpenSearch application.
*)iamIdentityCenterOptions : IamIdentityCenterOptions.t option;The IAM Identity Center settings configured for the OpenSearch application.
*)appConfigs : AppConfigs.t option;Configuration settings for the OpenSearch application, including administrative options.
*)tagList : TagList.t option;createdAt : Timestamp.t option;The timestamp indicating when the OpenSearch application was created.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the application's data at rest.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BaseException of BaseException.t| `ConflictException of ConflictException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.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
| `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
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]