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

CacheClusterStatus

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

Returns the status of the CacheCluster.

type CacheClusterStatus =
| "CREATE_IN_PROGRESS"
| "AVAILABLE"
| "DELETE_IN_PROGRESS"
| "NOT_AVAILABLE"
| "FLUSH_IN_PROGRESS"

§Type

§
"CREATE_IN_PROGRESS" | "AVAILABLE" | "DELETE_IN_PROGRESS" | "NOT_AVAILABLE" | "FLUSH_IN_PROGRESS" | cmnP.UnexpectedEnumValue
[src]