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

CreateLensVersionInput

import type { CreateLensVersionInput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";
interface CreateLensVersionInput {
ClientRequestToken: string;
IsMajorVersion?: boolean | null;
LensAlias: string;
LensVersion: string;
}

§Properties

§
ClientRequestToken: string
[src]
§
IsMajorVersion?: boolean | null
[src]

Set to true if this new major lens version.

§
LensAlias: string
[src]
§
LensVersion: string
[src]

The version of the lens being created.