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

EnvironmentTemplateFilter

import type { EnvironmentTemplateFilter } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

A search filter for environment templates.

interface EnvironmentTemplateFilter {
majorVersion: string;
templateName: string;
}

§Properties

§
majorVersion: string
[src]

Include majorVersion to filter search for a major version.

§
templateName: string
[src]

Include templateName to filter search for a template name.