Values_1.DeleteFleetMetricRequestSourceDeletes the specified fleet metric. Returns successfully with no error if the deletion is successful or you specify a fleet metric that doesn't exist. Requires permission to access the DeleteFleetMetric action.
type nonrec t = {metricName : Values_0.FleetMetricName.t;The name of the fleet metric to delete.
*)expectedVersion : Values_0.OptionalVersion.t option;The expected version of the fleet metric to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.OptionalVersion.t
| `String of Values_0.FleetMetricName.t ])
list ]