Skip to main content
Module

x/aws_api/services/dynamodb/structs.ts>ComparisonOperator

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
type alias ComparisonOperator
import { type ComparisonOperator } from "https://deno.land/x/aws_api@v0.8.1/services/dynamodb/structs.ts";
definition:
| "EQ"
| "NE"
| "IN"
| "LE"
| "LT"
| "GE"
| "GT"
| "BETWEEN"
| "NOT_NULL"
| "NULL"
| "CONTAINS"
| "NOT_CONTAINS"
| "BEGINS_WITH"
| cmnP.UnexpectedEnumValue