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

CreateWorldTemplateRequest

import type { CreateWorldTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface CreateWorldTemplateRequest {
clientRequestToken?: string | null;
name?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
templateBody?: string | null;
templateLocation?: TemplateLocation | null;
}

§Properties

§
clientRequestToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
name?: string | null
[src]

The name of the world template.

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

A map that contains tag keys and tag values that are attached to the world template.

§
templateBody?: string | null
[src]

The world template body.

§
templateLocation?: TemplateLocation | null
[src]

The location of the world template.