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

UpdateProtectedQueryInput

import type { UpdateProtectedQueryInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface UpdateProtectedQueryInput {
membershipIdentifier: string;
protectedQueryIdentifier: string;
}

§Properties

§
membershipIdentifier: string
[src]

The identifier for a member of a protected query instance.

§
protectedQueryIdentifier: string
[src]

The identifier for a protected query instance.

§

The target status of a query. Used to update the execution status of a currently running query.