Values.MeshDataSourceAn object that represents a service mesh returned by a describe operation.
type nonrec t = {meshName : ResourceName.t option;The name of the service mesh.
*)metadata : ResourceMetadata.t option;The associated metadata for the service mesh.
*)spec : MeshSpec.t option;The associated specification for the service mesh.
*)status : MeshStatus.t option;The status of the service mesh.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceName.t
| `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `String of Arn.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Timestamp.t ])
list ])
list ]