Module Values.StopMetricStreamsInputSource

Stops the streaming of metrics for one or more of your metric streams.

Sourcetype nonrec t = {
  1. names : MetricStreamNames.t;
    (*

    The array of the names of metric streams to stop streaming. This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will stop streaming.

    *)
}
Sourceval context_ : string
Sourceval make : names:MetricStreamNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of MetricStreamName.t ] list ]) 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