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

ListRecommendationFeedbackRequest

import type { ListRecommendationFeedbackRequest } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";
interface ListRecommendationFeedbackRequest {
CodeReviewArn: string;
MaxResults?: number | null;
NextToken?: string | null;
RecommendationIds?: string[] | null;
UserIds?: string[] | null;
}

§Properties

§
CodeReviewArn: string
[src]

The Amazon Resource Name (ARN) of the CodeReview object.

§
MaxResults?: number | null
[src]

The maximum number of results that are returned per call. The default is 100.

§
NextToken?: string | null
[src]

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

§
RecommendationIds?: string[] | null
[src]

Used to query the recommendation feedback for a given recommendation.

§
UserIds?: string[] | null
[src]

An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.

The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.