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

Query

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

Defines the query to run against an object.

interface Query {
selectors?: Selector[] | null;
}

§Properties

§
selectors?: Selector[] | null
[src]

List of selectors that define the query. An object must satisfy all of the selectors to match the query.