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

ListRecommendationTemplatesRequest

import type { ListRecommendationTemplatesRequest } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
interface ListRecommendationTemplatesRequest {
assessmentArn: string;
maxResults?: number | null;
name?: string | null;
nextToken?: string | null;
recommendationTemplateArn?: string | null;
reverseOrder?: boolean | null;
status?: RecommendationTemplateStatus[] | null;
}

§Properties

§
assessmentArn: string
[src]

The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

§
maxResults?: number | null
[src]

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

§
name?: string | null
[src]

The name for one of the listed recommendation templates.

§
nextToken?: string | null
[src]

Null, or the token from a previous call to get the next set of results.

§
recommendationTemplateArn?: string | null
[src]

The Amazon Resource Name (ARN) for a recommendation template.

§
reverseOrder?: boolean | null
[src]

The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to true.

§

The status of the action.