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

DescribeRecommendationFeedbackRequest

import type { DescribeRecommendationFeedbackRequest } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";
interface DescribeRecommendationFeedbackRequest {
CodeReviewArn: string;
RecommendationId: string;
UserId?: string | null;
}

§Properties

§
CodeReviewArn: string
[src]

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

§
RecommendationId: string
[src]

The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

§
UserId?: string | null
[src]

Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request.

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.