Values.DeleteGlobalClusterMessageSourceRepresents the input to DeleteGlobalCluster.
type nonrec t = {globalClusterIdentifier : GlobalClusterIdentifier.t;The cluster identifier of the global cluster being deleted.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of GlobalClusterIdentifier.t ]) list ]