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

HibernationOptions

import type { HibernationOptions } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

interface HibernationOptions {
Configured?: boolean | null;
}

§Properties

§
Configured?: boolean | null
[src]

If this parameter is set to true, your instance is enabled for hibernation; otherwise, it is not enabled for hibernation.