Values.OpenSearchResourceStatusSourceThis structure contains information about the status of an OpenSearch Service resource.
type nonrec t = {status : OpenSearchResourceStatusType.t option;The current status of this resource.
*)statusMessage : IntegrationStatusMessage.t option;A message with additional information about the status of this resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IntegrationStatusMessage.t ])
list ]