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

IdFormat

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

Describes the ID format for a resource.

interface IdFormat {
Deadline?: Date | number | null;
Resource?: string | null;
UseLongIds?: boolean | null;
}

§Properties

§
Deadline?: Date | number | null
[src]

The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.

§
Resource?: string | null
[src]

The type of resource.

§
UseLongIds?: boolean | null
[src]

Indicates whether longer IDs (17-character IDs) are enabled for the resource.