Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/cloudsearch@2013-01-01/mod.ts>IndexFieldType

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
type alias IndexFieldType
import { type IndexFieldType } from "https://deno.land/x/aws_api@v0.1.0/services/cloudsearch@2013-01-01/mod.ts";
definition:
| "int"
| "double"
| "literal"
| "text"
| "date"
| "latlon"
| "int-array"
| "double-array"
| "literal-array"
| "text-array"
| "date-array"