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

UpdateServiceTemplateInput

import type { UpdateServiceTemplateInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface UpdateServiceTemplateInput {
description?: string | null;
displayName?: string | null;
name: string;
}

§Properties

§
description?: string | null
[src]

A description of the service template update.

§
displayName?: string | null
[src]

The name of the service template to update that's displayed in the developer interface.

§
name: string
[src]

The name of the service template to update.