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

QueryFilter

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

Information that is used to filter message data, to segregate it according to the timeframe in which it arrives.

interface QueryFilter {
deltaTime?: DeltaTime | null;
}

§Properties

§
deltaTime?: DeltaTime | null
[src]

Used to limit data to that which has arrived since the last execution of the action.