Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TimingInformation

import type { TimingInformation } from "https://aws-api.deno.dev/v0.3/services/qldbsession.ts?docs=full";

Contains server-side performance information for a command. Amazon QLDB captures timing information between the times when it receives the request and when it sends the corresponding response.

interface TimingInformation {
ProcessingTimeMilliseconds?: number | null;
}

§Properties

§
ProcessingTimeMilliseconds?: number | null
[src]

The amount of time that QLDB spent on processing the command, measured in milliseconds.