@aws-sdk/client-codeguru-reviewer 3.303.0 → 3.309.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist-cjs/commands/AssociateRepositoryCommand.js +2 -2
  2. package/dist-cjs/commands/CreateCodeReviewCommand.js +2 -2
  3. package/dist-cjs/commands/DescribeCodeReviewCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeRecommendationFeedbackCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeRepositoryAssociationCommand.js +2 -2
  6. package/dist-cjs/commands/DisassociateRepositoryCommand.js +2 -2
  7. package/dist-cjs/commands/ListCodeReviewsCommand.js +2 -2
  8. package/dist-cjs/commands/ListRecommendationFeedbackCommand.js +2 -2
  9. package/dist-cjs/commands/ListRecommendationsCommand.js +2 -2
  10. package/dist-cjs/commands/ListRepositoryAssociationsCommand.js +2 -2
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-cjs/commands/PutRecommendationFeedbackCommand.js +2 -2
  13. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  14. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  15. package/dist-cjs/protocols/Aws_restJson1.js +261 -297
  16. package/dist-es/commands/AssociateRepositoryCommand.js +3 -3
  17. package/dist-es/commands/CreateCodeReviewCommand.js +3 -3
  18. package/dist-es/commands/DescribeCodeReviewCommand.js +3 -3
  19. package/dist-es/commands/DescribeRecommendationFeedbackCommand.js +3 -3
  20. package/dist-es/commands/DescribeRepositoryAssociationCommand.js +3 -3
  21. package/dist-es/commands/DisassociateRepositoryCommand.js +3 -3
  22. package/dist-es/commands/ListCodeReviewsCommand.js +3 -3
  23. package/dist-es/commands/ListRecommendationFeedbackCommand.js +3 -3
  24. package/dist-es/commands/ListRecommendationsCommand.js +3 -3
  25. package/dist-es/commands/ListRepositoryAssociationsCommand.js +3 -3
  26. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  27. package/dist-es/commands/PutRecommendationFeedbackCommand.js +3 -3
  28. package/dist-es/commands/TagResourceCommand.js +3 -3
  29. package/dist-es/commands/UntagResourceCommand.js +3 -3
  30. package/dist-es/protocols/Aws_restJson1.js +232 -268
  31. package/dist-types/protocols/Aws_restJson1.d.ts +112 -28
  32. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +28 -28
  33. package/package.json +30 -30
@@ -36,10 +36,10 @@ class AssociateRepositoryCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1AssociateRepositoryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_AssociateRepositoryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1AssociateRepositoryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_AssociateRepositoryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateRepositoryCommand = AssociateRepositoryCommand;
@@ -36,10 +36,10 @@ class CreateCodeReviewCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateCodeReviewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateCodeReviewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateCodeReviewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateCodeReviewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCodeReviewCommand = CreateCodeReviewCommand;
@@ -36,10 +36,10 @@ class DescribeCodeReviewCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeCodeReviewCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeCodeReviewCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeCodeReviewCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeCodeReviewCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeCodeReviewCommand = DescribeCodeReviewCommand;
@@ -36,10 +36,10 @@ class DescribeRecommendationFeedbackCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeRecommendationFeedbackCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeRecommendationFeedbackCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeRecommendationFeedbackCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeRecommendationFeedbackCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeRecommendationFeedbackCommand = DescribeRecommendationFeedbackCommand;
@@ -36,10 +36,10 @@ class DescribeRepositoryAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DescribeRepositoryAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeRepositoryAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeRepositoryAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeRepositoryAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeRepositoryAssociationCommand = DescribeRepositoryAssociationCommand;
@@ -36,10 +36,10 @@ class DisassociateRepositoryCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DisassociateRepositoryCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DisassociateRepositoryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DisassociateRepositoryCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DisassociateRepositoryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateRepositoryCommand = DisassociateRepositoryCommand;
@@ -36,10 +36,10 @@ class ListCodeReviewsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListCodeReviewsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCodeReviewsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCodeReviewsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCodeReviewsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCodeReviewsCommand = ListCodeReviewsCommand;
@@ -36,10 +36,10 @@ class ListRecommendationFeedbackCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListRecommendationFeedbackCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRecommendationFeedbackCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecommendationFeedbackCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRecommendationFeedbackCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRecommendationFeedbackCommand = ListRecommendationFeedbackCommand;
@@ -36,10 +36,10 @@ class ListRecommendationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListRecommendationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRecommendationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecommendationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRecommendationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRecommendationsCommand = ListRecommendationsCommand;
@@ -36,10 +36,10 @@ class ListRepositoryAssociationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListRepositoryAssociationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRepositoryAssociationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRepositoryAssociationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRepositoryAssociationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRepositoryAssociationsCommand = ListRepositoryAssociationsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class PutRecommendationFeedbackCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1PutRecommendationFeedbackCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PutRecommendationFeedbackCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutRecommendationFeedbackCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PutRecommendationFeedbackCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutRecommendationFeedbackCommand = PutRecommendationFeedbackCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;