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

ApiCacheType

import type { ApiCacheType } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
type ApiCacheType =
| "T2_SMALL"
| "T2_MEDIUM"
| "R4_LARGE"
| "R4_XLARGE"
| "R4_2XLARGE"
| "R4_4XLARGE"
| "R4_8XLARGE"
| "SMALL"
| "MEDIUM"
| "LARGE"
| "XLARGE"
| "LARGE_2X"
| "LARGE_4X"
| "LARGE_8X"
| "LARGE_12X"

§Type

§
"T2_SMALL" | "T2_MEDIUM" | "R4_LARGE" | "R4_XLARGE" | "R4_2XLARGE" | "R4_4XLARGE" | "R4_8XLARGE" | "SMALL" | "MEDIUM" | "LARGE" | "XLARGE" | "LARGE_2X" | "LARGE_4X" | "LARGE_8X" | "LARGE_12X" | cmnP.UnexpectedEnumValue
[src]