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

CloseStatusFilter

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

Used to filter the closed workflow executions in visibility APIs by their close status.

interface CloseStatusFilter {
status: CloseStatus;
}

§Properties

§

The close status that must match the close status of an execution for it to meet the criteria of this filter.