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

CreateStreamingImageRequest

import type { CreateStreamingImageRequest } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";
interface CreateStreamingImageRequest {
clientToken?: string | null;
description?: string | null;
ec2ImageId: string;
name: string;
studioId: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

§
description?: string | null
[src]

A human-readable description of the streaming image.

§
ec2ImageId: string
[src]

The ID of an EC2 machine image with which to create this streaming image.

§
name: string
[src]

A friendly name for a streaming image resource.

§
studioId: string
[src]

The studio ID.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A collection of labels, in the form of key-value pairs, that apply to this resource.