CreateServiceTemplateInput
import type { CreateServiceTemplateInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/proton.ts";interface CreateServiceTemplateInput {
description?: string | null;
displayName?: string | null;
encryptionKey?: string | null;
name: string;
pipelineProvisioning?: Provisioning | null;
tags?: Tag[] | null;
}