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

CacheClusterSize

import type { CacheClusterSize } from "https://aws-api.deno.dev/v0.4/services/apigateway.ts?docs=full";

Returns the size of the CacheCluster.

type CacheClusterSize =
| "0.5"
| "1.6"
| "6.1"
| "13.5"
| "28.4"
| "58.2"
| "118"
| "237"

§Type

§
"0.5" | "1.6" | "6.1" | "13.5" | "28.4" | "58.2" | "118" | "237" | cmnP.UnexpectedEnumValue
[src]