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

StreamingImage

import type { StreamingImage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface StreamingImage {
arn?: string | null;
description?: string | null;
ec2ImageId?: string | null;
encryptionConfiguration?: StreamingImageEncryptionConfiguration | null;
eulaIds?: string[] | null;
name?: string | null;
owner?: string | null;
platform?: string | null;
state?: StreamingImageState | null;
statusCode?: StreamingImageStatusCode | null;
statusMessage?: string | null;
streamingImageId?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]
§
description?: string | null
[src]
§
ec2ImageId?: string | null
[src]
§
encryptionConfiguration?: StreamingImageEncryptionConfiguration | null
[src]
§
eulaIds?: string[] | null
[src]
§
name?: string | null
[src]
§
owner?: string | null
[src]
§
platform?: string | null
[src]
§
statusMessage?: string | null
[src]
§
streamingImageId?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]