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

ListRecommendationsRequest

import type { ListRecommendationsRequest } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface ListRecommendationsRequest {
AccountId?: string | null;
InsightId: string;
Locale?: Locale | null;
NextToken?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The ID of the Amazon Web Services account.

§
InsightId: string
[src]

The ID of the requested insight.

§
Locale?: Locale | null
[src]

A locale that specifies the language to use for recommendations.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.