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

ListServiceInstancesFilter

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

A filtering criterion to scope down the result list of the "ListServiceInstances" action.

interface ListServiceInstancesFilter {
value?: string | null;
}

§Properties

§

The name of a filtering criterion.

§
value?: string | null
[src]

A value to filter by.

With the date/time keys (*At{Before,After}), the value is a valid RFC 3339 string with no UTC offset and with an optional fractional precision (for example, 1985-04-12T23:20:50.52Z).