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

ListRecommendationFeedbackResponse

import type { ListRecommendationFeedbackResponse } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";
interface ListRecommendationFeedbackResponse {
NextToken?: string | null;
RecommendationFeedbackSummaries?: RecommendationFeedbackSummary[] | null;
}

§Properties

§
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.

§
RecommendationFeedbackSummaries?: RecommendationFeedbackSummary[] | null
[src]

Recommendation feedback summaries corresponding to the code review ARN.