Amazon CodeGuru Reviewer · JSON Structure

Amazon Codeguru Reviewer List Recommendation Feedback Response Structure

ListRecommendationFeedbackResponse schema from Amazon CodeGuru Reviewer

Type: object Properties: 2
AmazonCode ReviewSecurityDevOpsMachine LearningDeveloper Tools

ListRecommendationFeedbackResponse is a JSON Structure definition published by Amazon CodeGuru Reviewer, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RecommendationFeedbackSummaries NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-reviewer/refs/heads/main/json-structure/amazon-codeguru-reviewer-list-recommendation-feedback-response-structure.json",
  "name": "ListRecommendationFeedbackResponse",
  "description": "ListRecommendationFeedbackResponse schema from Amazon CodeGuru Reviewer",
  "type": "object",
  "properties": {
    "RecommendationFeedbackSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecommendationFeedbackSummaries"
        },
        {
          "description": "Recommendation feedback summaries corresponding to the code review ARN."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> 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."
        }
      ]
    }
  }
}