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

OperationResultFilter

import type { OperationResultFilter } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";

The status that operation results are filtered by.

interface OperationResultFilter {
Values?: string | null;
}

§Properties

§

The type of filter to apply.

§
Values?: string | null
[src]

The value to filter by.