Values.ApplicationSummarySourceBasic details of an OpenSearch application.
type nonrec t = {id : Id.t option;The unique identifier of an OpenSearch application.
*)arn : ARN.t option;name : ApplicationName.t option;The name of an OpenSearch application.
*)endpoint : String_.t option;The endpoint URL of an OpenSearch application.
*)status : ApplicationStatus.t option;The current status of an OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
*)createdAt : Timestamp.t option;The timestamp when an OpenSearch application was created.
*)lastUpdatedAt : Timestamp.t option;The timestamp of the last update to an OpenSearch application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Id.t | `Timestamp of Timestamp.t ])
list ]