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

Ami

import type { Ami } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface Ami {
accountId?: string | null;
description?: string | null;
image?: string | null;
name?: string | null;
region?: string | null;
state?: ImageState | null;
}

§Properties

§
accountId?: string | null
[src]
§
description?: string | null
[src]
§
image?: string | null
[src]
§
name?: string | null
[src]
§
region?: string | null
[src]
§
state?: ImageState | null
[src]