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

ListLensReviewsInput

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

Input to list lens reviews.

interface ListLensReviewsInput {
MaxResults?: number | null;
MilestoneNumber?: number | null;
NextToken?: string | null;
WorkloadId: string;
}

§Properties

§
MaxResults?: number | null
[src]
§
MilestoneNumber?: number | null
[src]
§
NextToken?: string | null
[src]
§
WorkloadId: string
[src]