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

TransitionToIARules

import type { TransitionToIARules } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
type TransitionToIARules =
| "AFTER_7_DAYS"
| "AFTER_14_DAYS"
| "AFTER_30_DAYS"
| "AFTER_60_DAYS"
| "AFTER_90_DAYS"
| "AFTER_1_DAY"

§Type

§
"AFTER_7_DAYS" | "AFTER_14_DAYS" | "AFTER_30_DAYS" | "AFTER_60_DAYS" | "AFTER_90_DAYS" | "AFTER_1_DAY" | cmnP.UnexpectedEnumValue
[src]