Module Values_1.DeleteFleetMetricRequestSource

Deletes 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.

Sourcetype nonrec t = {
  1. metricName : Values_0.FleetMetricName.t;
    (*

    The name of the fleet metric to delete.

    *)
  2. expectedVersion : Values_0.OptionalVersion.t option;
    (*

    The expected version of the fleet metric to delete.

    *)
}
Sourceval context_ : string
Sourceval make : ?expectedVersion:??? -> metricName:Values_0.FleetMetricName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Values_0.OptionalVersion.t | `String of Values_0.FleetMetricName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t