Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/ce@2017-10-25/mod.ts>MatchOption

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
type alias MatchOption
import { type MatchOption } from "https://deno.land/x/aws_api@v0.1.0/services/ce@2017-10-25/mod.ts";
definition:
| "EQUALS"
| "STARTS_WITH"
| "ENDS_WITH"
| "CONTAINS"
| "CASE_SENSITIVE"
| "CASE_INSENSITIVE"