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>NumericOperator

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
type alias NumericOperator
import { type NumericOperator } from "https://deno.land/x/aws_api@v0.1.0/services/ce@2017-10-25/mod.ts";
definition:
| "EQUAL"
| "GREATER_THAN_OR_EQUAL"
| "LESS_THAN_OR_EQUAL"
| "GREATER_THAN"
| "LESS_THAN"
| "BETWEEN"