listTelemetryQuerySessions

abstract suspend fun listTelemetryQuerySessions(input: ListTelemetryQuerySessionsRequest = ListTelemetryQuerySessionsRequest { }): ListTelemetryQuerySessionsResponse

Lists telemetry query sessions. Returns a list of telemetry query sessions owned by the caller.

Samples

// The following example lists the query sessions owned by the caller. Payloads are shown as JSON on
// the wire they are CBOR encoded.
val resp = cloudWatchOmniClient.listTelemetryQuerySessions {
    maxResults = 10
}