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

ImageVersion

import type { ImageVersion } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface ImageVersion {
arn?: string | null;
dateCreated?: string | null;
name?: string | null;
osVersion?: string | null;
owner?: string | null;
platform?: Platform | null;
type?: ImageType | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
dateCreated?: string | null
[src]
§
name?: string | null
[src]
§
osVersion?: string | null
[src]
§
owner?: string | null
[src]
§
platform?: Platform | null
[src]
§
type?: ImageType | null
[src]
§
version?: string | null
[src]