{ "info": { "_postman_id": "27c395ae-7fec-4689-8e00-0a7c0db3d833", "name": "Amazon CodeGuru Reviewer Associations Feedback API", "description": "

This section provides documentation for the Amazon CodeGuru Reviewer API operations. CodeGuru Reviewer is a service that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and recommends fixes in your Java and Python code.

By proactively detecting and providing recommendations for addressing code defects and implementing best practices, CodeGuru Reviewer improves the overall quality and maintainability of your code base during the code review stage. For more information about CodeGuru Reviewer, see the Amazon CodeGuru Reviewer User Guide.

To improve the security of your CodeGuru Reviewer API calls, you can establish a private connection between your VPC and CodeGuru Reviewer by creating an interface VPC endpoint. For more information, see CodeGuru Reviewer and interface VPC endpoints (Amazon Web Services PrivateLink) in the Amazon CodeGuru Reviewer User Guide.

\n\nContact Support:\n Name: Mike Ralphson\n Email: mike.ralphson@gmail.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T10:09:31.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-27c395ae-7fec-4689-8e00-0a7c0db3d833" }, "item": [ { "name": "feedback", "item": [ { "name": "{CodeReviewArn}#RecommendationId", "item": [ { "name": "Amazon CodeGuru Reviewer Describe Recommendation Feedback", "id": "e74c7ecc-53f3-4eca-8906-e3ea542007b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/feedback/{{CodeReviewArn}}?RecommendationId=&UserId=#RecommendationId", "host": [ "{{baseUrl}}" ], "path": [ "feedback", "{{CodeReviewArn}}" ], "query": [ { "description": "(Required) The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.", "key": "RecommendationId", "value": "" }, { "description": "

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.

", "key": "UserId", "value": "" } ], "hash": "RecommendationId" }, "description": "Describes the customer feedback for a CodeGuru Reviewer recommendation." }, "response": [ { "id": "2dffafcc-4222-4173-971c-49d3238be6ef", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/{{CodeReviewArn}}?RecommendationId=&UserId=#RecommendationId", "host": [ "{{baseUrl}}" ], "path": [ "feedback", "{{CodeReviewArn}}" ], "query": [ { "description": "(Required) The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.", "key": "RecommendationId", "value": "" }, { "description": "

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.

", "key": "UserId", "value": "" } ], "hash": "RecommendationId" } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"RecommendationFeedback\": {\n \"CodeReviewArn\": \"arn:awsm:codeguru-reviewer:L*`Pn>A_J:751399413847:tjojuxte:kQxOXjjpO\",\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ],\n \"UserId\": \"\",\n \"CreatedTimeStamp\": \"\",\n \"LastUpdatedTimeStamp\": \"\"\n }\n}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-2dffafcc-4222-4173-971c-49d3238be6ef" }, { "id": "1bc48c4a-d634-4d25-8a43-a5a7f4bb2c42", "name": "ResourceNotFoundException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/{{CodeReviewArn}}?RecommendationId=&UserId=#RecommendationId", "host": [ "{{baseUrl}}" ], "path": [ "feedback", "{{CodeReviewArn}}" ], "query": [ { "description": "(Required) The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.", "key": "RecommendationId", "value": "" }, { "description": "

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.

", "key": "UserId", "value": "" } ], "hash": "RecommendationId" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-1bc48c4a-d634-4d25-8a43-a5a7f4bb2c42" }, { "id": "0b656dbb-96c5-454c-85f0-ddfed4daa6fa", "name": "InternalServerException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/{{CodeReviewArn}}?RecommendationId=&UserId=#RecommendationId", "host": [ "{{baseUrl}}" ], "path": [ "feedback", "{{CodeReviewArn}}" ], "query": [ { "description": "(Required) The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.", "key": "RecommendationId", "value": "" }, { "description": "

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.

", "key": "UserId", "value": "" } ], "hash": "RecommendationId" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-0b656dbb-96c5-454c-85f0-ddfed4daa6fa" }, { "id": "f0b1b9a3-a6ac-4829-9185-b7cea8e167c4", "name": "ValidationException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/{{CodeReviewArn}}?RecommendationId=&UserId=#RecommendationId", "host": [ "{{baseUrl}}" ], "path": [ "feedback", "{{CodeReviewArn}}" ], "query": [ { "description": "(Required) The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.", "key": "RecommendationId", "value": "" }, { "description": "

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.

", "key": "UserId", "value": "" } ], "hash": "RecommendationId" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-f0b1b9a3-a6ac-4829-9185-b7cea8e167c4" }, { "id": "7e8ae9d4-18d3-49a1-ae8d-f5873c978f72", "name": "AccessDeniedException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/{{CodeReviewArn}}?RecommendationId=&UserId=#RecommendationId", "host": [ "{{baseUrl}}" ], "path": [ "feedback", "{{CodeReviewArn}}" ], "query": [ { "description": "(Required) The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.", "key": "RecommendationId", "value": "" }, { "description": "

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.

", "key": "UserId", "value": "" } ], "hash": "RecommendationId" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-7e8ae9d4-18d3-49a1-ae8d-f5873c978f72" }, { "id": "ffda5fbe-76e9-428e-a6f5-6c61bdce1cd3", "name": "ThrottlingException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/{{CodeReviewArn}}?RecommendationId=&UserId=#RecommendationId", "host": [ "{{baseUrl}}" ], "path": [ "feedback", "{{CodeReviewArn}}" ], "query": [ { "description": "(Required) The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.", "key": "RecommendationId", "value": "" }, { "description": "

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.

", "key": "UserId", "value": "" } ], "hash": "RecommendationId" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-ffda5fbe-76e9-428e-a6f5-6c61bdce1cd3" } ], "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-e74c7ecc-53f3-4eca-8906-e3ea542007b7" } ], "id": "cdb38728-d95c-4625-a8b4-ca9d2a1e7c90", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-cdb38728-d95c-4625-a8b4-ca9d2a1e7c90" }, { "name": "{CodeReviewArn}", "item": [ { "name": "RecommendationFeedback", "item": [ { "name": "Amazon CodeGuru Reviewer List Recommendation Feedback", "id": "d99f1616-18dc-41b4-a860-5e6d22fa194f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/feedback/:CodeReviewArn/RecommendationFeedback?NextToken=&MaxResults=&UserIds=&RecommendationIds=", "host": [ "{{baseUrl}}" ], "path": [ "feedback", ":CodeReviewArn", "RecommendationFeedback" ], "query": [ { "description": "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.", "key": "NextToken", "value": "" }, { "description": "The maximum number of results that are returned per call. The default is 100.", "key": "MaxResults", "value": "" }, { "description": "

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.

", "key": "UserIds", "value": "" }, { "description": "Used to query the recommendation feedback for a given recommendation.", "key": "RecommendationIds", "value": "" } ], "variable": [ { "id": "4c19fcf9-3359-4500-becc-a30b29b9d0b7", "key": "CodeReviewArn", "value": "arn:aws:codeguru-reviewer:`72#Ne:984659830866:qfk-fsve:TgxDKUc", "description": "(Required) The Amazon Resource Name (ARN) of the CodeReview object. " } ] }, "description": "Returns a list of RecommendationFeedbackSummary objects that contain customer recommendation feedback for all CodeGuru Reviewer users." }, "response": [ { "id": "4b70172b-1005-4f1d-a7b1-8798b6626a5c", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/:CodeReviewArn/RecommendationFeedback?NextToken=&MaxResults=&UserIds=&RecommendationIds=", "host": [ "{{baseUrl}}" ], "path": [ "feedback", ":CodeReviewArn", "RecommendationFeedback" ], "query": [ { "description": "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.", "key": "NextToken", "value": "" }, { "description": "The maximum number of results that are returned per call. The default is 100.", "key": "MaxResults", "value": "" }, { "description": "

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.

", "key": "UserIds", "value": "" }, { "description": "Used to query the recommendation feedback for a given recommendation.", "key": "RecommendationIds", "value": "" } ], "variable": [ { "key": "CodeReviewArn" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"RecommendationFeedbackSummaries\": [\n {\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ],\n \"UserId\": \"\"\n },\n {\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ],\n \"UserId\": \"\"\n }\n ],\n \"NextToken\": \"\"\n}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-4b70172b-1005-4f1d-a7b1-8798b6626a5c" }, { "id": "ab9e4648-0eca-42bd-bbbc-6674376dc929", "name": "ResourceNotFoundException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/:CodeReviewArn/RecommendationFeedback?NextToken=&MaxResults=&UserIds=&RecommendationIds=", "host": [ "{{baseUrl}}" ], "path": [ "feedback", ":CodeReviewArn", "RecommendationFeedback" ], "query": [ { "description": "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.", "key": "NextToken", "value": "" }, { "description": "The maximum number of results that are returned per call. The default is 100.", "key": "MaxResults", "value": "" }, { "description": "

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.

", "key": "UserIds", "value": "" }, { "description": "Used to query the recommendation feedback for a given recommendation.", "key": "RecommendationIds", "value": "" } ], "variable": [ { "key": "CodeReviewArn" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-ab9e4648-0eca-42bd-bbbc-6674376dc929" }, { "id": "be9971ee-e251-449c-a119-4fd53d70eaee", "name": "InternalServerException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/:CodeReviewArn/RecommendationFeedback?NextToken=&MaxResults=&UserIds=&RecommendationIds=", "host": [ "{{baseUrl}}" ], "path": [ "feedback", ":CodeReviewArn", "RecommendationFeedback" ], "query": [ { "description": "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.", "key": "NextToken", "value": "" }, { "description": "The maximum number of results that are returned per call. The default is 100.", "key": "MaxResults", "value": "" }, { "description": "

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.

", "key": "UserIds", "value": "" }, { "description": "Used to query the recommendation feedback for a given recommendation.", "key": "RecommendationIds", "value": "" } ], "variable": [ { "key": "CodeReviewArn" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-be9971ee-e251-449c-a119-4fd53d70eaee" }, { "id": "cfdec120-360b-404a-9cac-a24dcbb2fa8c", "name": "ValidationException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/:CodeReviewArn/RecommendationFeedback?NextToken=&MaxResults=&UserIds=&RecommendationIds=", "host": [ "{{baseUrl}}" ], "path": [ "feedback", ":CodeReviewArn", "RecommendationFeedback" ], "query": [ { "description": "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.", "key": "NextToken", "value": "" }, { "description": "The maximum number of results that are returned per call. The default is 100.", "key": "MaxResults", "value": "" }, { "description": "

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.

", "key": "UserIds", "value": "" }, { "description": "Used to query the recommendation feedback for a given recommendation.", "key": "RecommendationIds", "value": "" } ], "variable": [ { "key": "CodeReviewArn" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-cfdec120-360b-404a-9cac-a24dcbb2fa8c" }, { "id": "e3f8f89e-9fc6-408f-876e-9fb5be97734b", "name": "AccessDeniedException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/:CodeReviewArn/RecommendationFeedback?NextToken=&MaxResults=&UserIds=&RecommendationIds=", "host": [ "{{baseUrl}}" ], "path": [ "feedback", ":CodeReviewArn", "RecommendationFeedback" ], "query": [ { "description": "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.", "key": "NextToken", "value": "" }, { "description": "The maximum number of results that are returned per call. The default is 100.", "key": "MaxResults", "value": "" }, { "description": "

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.

", "key": "UserIds", "value": "" }, { "description": "Used to query the recommendation feedback for a given recommendation.", "key": "RecommendationIds", "value": "" } ], "variable": [ { "key": "CodeReviewArn" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-e3f8f89e-9fc6-408f-876e-9fb5be97734b" }, { "id": "c7f5a635-fb73-42e1-9306-ddde17575b30", "name": "ThrottlingException", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/feedback/:CodeReviewArn/RecommendationFeedback?NextToken=&MaxResults=&UserIds=&RecommendationIds=", "host": [ "{{baseUrl}}" ], "path": [ "feedback", ":CodeReviewArn", "RecommendationFeedback" ], "query": [ { "description": "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.", "key": "NextToken", "value": "" }, { "description": "The maximum number of results that are returned per call. The default is 100.", "key": "MaxResults", "value": "" }, { "description": "

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.

", "key": "UserIds", "value": "" }, { "description": "Used to query the recommendation feedback for a given recommendation.", "key": "RecommendationIds", "value": "" } ], "variable": [ { "key": "CodeReviewArn" } ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-c7f5a635-fb73-42e1-9306-ddde17575b30" } ], "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-d99f1616-18dc-41b4-a860-5e6d22fa194f" } ], "id": "f0a9030e-0db1-4ec0-8bfa-350a6c10c514", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-f0a9030e-0db1-4ec0-8bfa-350a6c10c514" } ], "id": "8fa7dc55-b664-4829-96c5-99f3dfe05c04", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-8fa7dc55-b664-4829-96c5-99f3dfe05c04" }, { "name": "Amazon CodeGuru Reviewer Put Recommendation Feedback", "id": "7bb4301a-4256-4c3f-b470-43f8debc14ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"CodeReviewArn\": \"arn:aws%^'hn:codeguru-reviewer:!|[&diB:231988599088:gtoah:FTRUptb_A\",\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/feedback", "host": [ "{{baseUrl}}" ], "path": [ "feedback" ] }, "description": "Stores customer feedback for a CodeGuru Reviewer recommendation. When this API is called again with different reactions the previous feedback is overwritten." }, "response": [ { "id": "425a6824-7ef9-4adc-b764-8aefae78f0e0", "name": "Success", "originalRequest": { "method": "PUT", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"CodeReviewArn\": \"arn:aws%^'hn:codeguru-reviewer:!|[&diB:231988599088:gtoah:FTRUptb_A\",\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/feedback", "host": [ "{{baseUrl}}" ], "path": [ "feedback" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-425a6824-7ef9-4adc-b764-8aefae78f0e0" }, { "id": "a0f64924-9751-48aa-ac6b-f990265d07ee", "name": "ResourceNotFoundException", "originalRequest": { "method": "PUT", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"CodeReviewArn\": \"arn:aws%^'hn:codeguru-reviewer:!|[&diB:231988599088:gtoah:FTRUptb_A\",\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/feedback", "host": [ "{{baseUrl}}" ], "path": [ "feedback" ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-a0f64924-9751-48aa-ac6b-f990265d07ee" }, { "id": "1a8c2afa-5f9f-4a93-be3d-7e1236bb2cec", "name": "InternalServerException", "originalRequest": { "method": "PUT", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"CodeReviewArn\": \"arn:aws%^'hn:codeguru-reviewer:!|[&diB:231988599088:gtoah:FTRUptb_A\",\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/feedback", "host": [ "{{baseUrl}}" ], "path": [ "feedback" ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-1a8c2afa-5f9f-4a93-be3d-7e1236bb2cec" }, { "id": "7aee57aa-c665-4753-b90b-255d13fcdab2", "name": "ValidationException", "originalRequest": { "method": "PUT", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"CodeReviewArn\": \"arn:aws%^'hn:codeguru-reviewer:!|[&diB:231988599088:gtoah:FTRUptb_A\",\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/feedback", "host": [ "{{baseUrl}}" ], "path": [ "feedback" ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-7aee57aa-c665-4753-b90b-255d13fcdab2" }, { "id": "40016a41-6139-4af5-8d14-9f3f35209809", "name": "AccessDeniedException", "originalRequest": { "method": "PUT", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"CodeReviewArn\": \"arn:aws%^'hn:codeguru-reviewer:!|[&diB:231988599088:gtoah:FTRUptb_A\",\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/feedback", "host": [ "{{baseUrl}}" ], "path": [ "feedback" ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-40016a41-6139-4af5-8d14-9f3f35209809" }, { "id": "f929595f-7909-41ff-8a72-980ebe7fb0ab", "name": "ThrottlingException", "originalRequest": { "method": "PUT", "header": [ { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"CodeReviewArn\": \"arn:aws%^'hn:codeguru-reviewer:!|[&diB:231988599088:gtoah:FTRUptb_A\",\n \"RecommendationId\": \"\",\n \"Reactions\": [\n \"ThumbsDown\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/feedback", "host": [ "{{baseUrl}}" ], "path": [ "feedback" ] } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-f929595f-7909-41ff-8a72-980ebe7fb0ab" } ], "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-7bb4301a-4256-4c3f-b470-43f8debc14ba" } ], "id": "54fdc9da-0daa-4d70-8ec0-71e3ea73672a", "createdAt": "2026-07-28T10:09:32.000Z", "updatedAt": "2026-07-28T10:09:32.000Z", "uid": "35240-54fdc9da-0daa-4d70-8ec0-71e3ea73672a" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "region", "value": "us-east-1" }, { "key": "baseUrl", "value": "http://codeguru-reviewer.{{region}}.amazonaws.com" }, { "key": "CodeReviewArn", "value": "arn:aws:codeguru-reviewer:`72#Ne:984659830866:qfk-fsve:TgxDKUc" } ] }