stopTelemetryQuery

Stops a running telemetry query.

Samples

// The following example stops a running query by its ID. Payloads are shown as JSON on the wire they
// are CBOR encoded.
val resp = cloudWatchOmniClient.stopTelemetryQuery {
    queryId = "3b2a1c0d-7e6f-4a5b-8c9d-0e1f2a3b4c5d"
}