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

OperationStatusFilter

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

Filters he operation status list based on the passed attribute value.

interface OperationStatusFilter {
Status?: StatusValues | null;
}

§Properties

§
Status?: StatusValues | null
[src]

Filters the list operations result based on the status attribute.