XRay

interface XRay(source)

The AWS X-Ray read APIs, of which the trace retrieval operations are implemented.

Docs: https://docs.aws.amazon.com/xray/latest/api/Welcome.html

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract operator fun <R> invoke(action: XRayAction<R>): Result<R, RemoteFailure>