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

UpdateWorldTemplateRequest

import type { UpdateWorldTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface UpdateWorldTemplateRequest {
name?: string | null;
template: string;
templateBody?: string | null;
templateLocation?: TemplateLocation | null;
}

§Properties

§
name?: string | null
[src]

The name of the template.

§
template: string
[src]

The Amazon Resource Name (arn) of the world template to update.

§
templateBody?: string | null
[src]

The world template body.

§
templateLocation?: TemplateLocation | null
[src]

The location of the world template.