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

TagStatus

import type { TagStatus } from "https://aws-api.deno.dev/v0.4/services/ecr.ts?docs=full";
type TagStatus =
| "TAGGED"
| "UNTAGGED"
| "ANY"

§Type

§
"TAGGED" | "UNTAGGED" | "ANY" | cmnP.UnexpectedEnumValue
[src]