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

FargateProfileStatus

import type { FargateProfileStatus } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
type FargateProfileStatus =
| "CREATING"
| "ACTIVE"
| "DELETING"
| "CREATE_FAILED"
| "DELETE_FAILED"

§Type

§
"CREATING" | "ACTIVE" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | cmnP.UnexpectedEnumValue
[src]