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

ImportLensInput

import type { ImportLensInput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";
interface ImportLensInput {
ClientRequestToken: string;
JSONString: string;
LensAlias?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ClientRequestToken: string
[src]
§
JSONString: string
[src]

The JSON representation of a lens.

§
LensAlias?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags to associate to a lens.