@aws-sdk/client-codecommit 3.128.0 → 3.137.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 (166) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -1
  3. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -2
  6. package/dist-cjs/commands/BatchGetCommitsCommand.js +2 -2
  7. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +2 -2
  8. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +2 -2
  9. package/dist-cjs/commands/CreateBranchCommand.js +1 -1
  10. package/dist-cjs/commands/CreateCommitCommand.js +2 -2
  11. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +2 -2
  12. package/dist-cjs/commands/CreatePullRequestCommand.js +2 -2
  13. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
  14. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteBranchCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteCommentContentCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteFileCommand.js +2 -2
  19. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +2 -2
  23. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -1
  24. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -2
  25. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +2 -2
  26. package/dist-cjs/commands/GetBlobCommand.js +2 -2
  27. package/dist-cjs/commands/GetBranchCommand.js +2 -2
  28. package/dist-cjs/commands/GetCommentCommand.js +2 -2
  29. package/dist-cjs/commands/GetCommentReactionsCommand.js +2 -2
  30. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +2 -2
  31. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +2 -2
  32. package/dist-cjs/commands/GetCommitCommand.js +2 -2
  33. package/dist-cjs/commands/GetDifferencesCommand.js +2 -2
  34. package/dist-cjs/commands/GetFileCommand.js +2 -2
  35. package/dist-cjs/commands/GetFolderCommand.js +2 -2
  36. package/dist-cjs/commands/GetMergeCommitCommand.js +2 -2
  37. package/dist-cjs/commands/GetMergeConflictsCommand.js +2 -2
  38. package/dist-cjs/commands/GetMergeOptionsCommand.js +2 -2
  39. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +2 -2
  40. package/dist-cjs/commands/GetPullRequestCommand.js +2 -2
  41. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +2 -2
  42. package/dist-cjs/commands/GetRepositoryCommand.js +2 -2
  43. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +2 -2
  44. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +2 -2
  45. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -2
  46. package/dist-cjs/commands/ListBranchesCommand.js +2 -2
  47. package/dist-cjs/commands/ListPullRequestsCommand.js +2 -2
  48. package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
  49. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -2
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  51. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +2 -2
  52. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +2 -2
  53. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +2 -2
  54. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +2 -2
  55. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +2 -2
  56. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +2 -2
  57. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +1 -1
  58. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +2 -2
  59. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +2 -2
  60. package/dist-cjs/commands/PostCommentReplyCommand.js +2 -2
  61. package/dist-cjs/commands/PutCommentReactionCommand.js +1 -1
  62. package/dist-cjs/commands/PutFileCommand.js +2 -2
  63. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +2 -2
  64. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  65. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +2 -2
  66. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  67. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -2
  68. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -2
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -2
  70. package/dist-cjs/commands/UpdateCommentCommand.js +2 -2
  71. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +1 -1
  72. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -2
  73. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +1 -1
  74. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +2 -2
  75. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +2 -2
  76. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +2 -2
  77. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +1 -1
  78. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +1 -1
  79. package/dist-cjs/models/models_0.js +578 -864
  80. package/dist-cjs/models/models_1.js +226 -338
  81. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  82. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -2
  83. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -3
  84. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +3 -3
  85. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -3
  86. package/dist-es/commands/BatchGetCommitsCommand.js +3 -3
  87. package/dist-es/commands/BatchGetRepositoriesCommand.js +3 -3
  88. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +3 -3
  89. package/dist-es/commands/CreateBranchCommand.js +2 -2
  90. package/dist-es/commands/CreateCommitCommand.js +3 -3
  91. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +3 -3
  92. package/dist-es/commands/CreatePullRequestCommand.js +3 -3
  93. package/dist-es/commands/CreateRepositoryCommand.js +3 -3
  94. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +3 -3
  95. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +3 -3
  96. package/dist-es/commands/DeleteBranchCommand.js +3 -3
  97. package/dist-es/commands/DeleteCommentContentCommand.js +3 -3
  98. package/dist-es/commands/DeleteFileCommand.js +3 -3
  99. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +3 -3
  100. package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
  101. package/dist-es/commands/DescribeMergeConflictsCommand.js +3 -3
  102. package/dist-es/commands/DescribePullRequestEventsCommand.js +3 -3
  103. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -2
  104. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -3
  105. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +3 -3
  106. package/dist-es/commands/GetBlobCommand.js +3 -3
  107. package/dist-es/commands/GetBranchCommand.js +3 -3
  108. package/dist-es/commands/GetCommentCommand.js +3 -3
  109. package/dist-es/commands/GetCommentReactionsCommand.js +3 -3
  110. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +3 -3
  111. package/dist-es/commands/GetCommentsForPullRequestCommand.js +3 -3
  112. package/dist-es/commands/GetCommitCommand.js +3 -3
  113. package/dist-es/commands/GetDifferencesCommand.js +3 -3
  114. package/dist-es/commands/GetFileCommand.js +3 -3
  115. package/dist-es/commands/GetFolderCommand.js +3 -3
  116. package/dist-es/commands/GetMergeCommitCommand.js +3 -3
  117. package/dist-es/commands/GetMergeConflictsCommand.js +3 -3
  118. package/dist-es/commands/GetMergeOptionsCommand.js +3 -3
  119. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +3 -3
  120. package/dist-es/commands/GetPullRequestCommand.js +3 -3
  121. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +3 -3
  122. package/dist-es/commands/GetRepositoryCommand.js +3 -3
  123. package/dist-es/commands/GetRepositoryTriggersCommand.js +3 -3
  124. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +3 -3
  125. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -3
  126. package/dist-es/commands/ListBranchesCommand.js +3 -3
  127. package/dist-es/commands/ListPullRequestsCommand.js +3 -3
  128. package/dist-es/commands/ListRepositoriesCommand.js +3 -3
  129. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -3
  130. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  131. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +3 -3
  132. package/dist-es/commands/MergeBranchesBySquashCommand.js +3 -3
  133. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +3 -3
  134. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +3 -3
  135. package/dist-es/commands/MergePullRequestBySquashCommand.js +3 -3
  136. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +3 -3
  137. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -2
  138. package/dist-es/commands/PostCommentForComparedCommitCommand.js +3 -3
  139. package/dist-es/commands/PostCommentForPullRequestCommand.js +3 -3
  140. package/dist-es/commands/PostCommentReplyCommand.js +3 -3
  141. package/dist-es/commands/PutCommentReactionCommand.js +2 -2
  142. package/dist-es/commands/PutFileCommand.js +3 -3
  143. package/dist-es/commands/PutRepositoryTriggersCommand.js +3 -3
  144. package/dist-es/commands/TagResourceCommand.js +2 -2
  145. package/dist-es/commands/TestRepositoryTriggersCommand.js +3 -3
  146. package/dist-es/commands/UntagResourceCommand.js +2 -2
  147. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -3
  148. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -3
  149. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -3
  150. package/dist-es/commands/UpdateCommentCommand.js +3 -3
  151. package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -2
  152. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -3
  153. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -2
  154. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +3 -3
  155. package/dist-es/commands/UpdatePullRequestStatusCommand.js +3 -3
  156. package/dist-es/commands/UpdatePullRequestTitleCommand.js +3 -3
  157. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -2
  158. package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -2
  159. package/dist-es/models/models_0.js +143 -572
  160. package/dist-es/models/models_1.js +56 -224
  161. package/dist-es/protocols/Aws_json1_1.js +3 -0
  162. package/dist-types/models/models_0.d.ts +572 -858
  163. package/dist-types/models/models_1.d.ts +224 -336
  164. package/dist-types/ts3.4/models/models_0.d.ts +286 -572
  165. package/dist-types/ts3.4/models/models_1.d.ts +112 -224
  166. package/package.json +9 -9
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PostCommentReplyInput, PostCommentReplyOutput } from "../models/models_1";
4
+ import { PostCommentReplyInputFilterSensitiveLog, PostCommentReplyOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1PostCommentReplyCommand, serializeAws_json1_1PostCommentReplyCommand, } from "../protocols/Aws_json1_1";
6
6
  var PostCommentReplyCommand = (function (_super) {
7
7
  __extends(PostCommentReplyCommand, _super);
@@ -20,8 +20,8 @@ var PostCommentReplyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PostCommentReplyInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PostCommentReplyOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PostCommentReplyInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PostCommentReplyOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutCommentReactionInput } from "../models/models_1";
4
+ import { PutCommentReactionInputFilterSensitiveLog } from "../models/models_1";
5
5
  import { deserializeAws_json1_1PutCommentReactionCommand, serializeAws_json1_1PutCommentReactionCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutCommentReactionCommand = (function (_super) {
7
7
  __extends(PutCommentReactionCommand, _super);
@@ -20,7 +20,7 @@ var PutCommentReactionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutCommentReactionInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutCommentReactionInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutFileInput, PutFileOutput } from "../models/models_1";
4
+ import { PutFileInputFilterSensitiveLog, PutFileOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1PutFileCommand, serializeAws_json1_1PutFileCommand } from "../protocols/Aws_json1_1";
6
6
  var PutFileCommand = (function (_super) {
7
7
  __extends(PutFileCommand, _super);
@@ -20,8 +20,8 @@ var PutFileCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutFileInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutFileOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutFileInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutFileOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutRepositoryTriggersInput, PutRepositoryTriggersOutput } from "../models/models_1";
4
+ import { PutRepositoryTriggersInputFilterSensitiveLog, PutRepositoryTriggersOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1PutRepositoryTriggersCommand, serializeAws_json1_1PutRepositoryTriggersCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutRepositoryTriggersCommand = (function (_super) {
7
7
  __extends(PutRepositoryTriggersCommand, _super);
@@ -20,8 +20,8 @@ var PutRepositoryTriggersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutRepositoryTriggersInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutRepositoryTriggersOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutRepositoryTriggersInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutRepositoryTriggersOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceInput } from "../models/models_1";
4
+ import { TagResourceInputFilterSensitiveLog } from "../models/models_1";
5
5
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,7 +20,7 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TestRepositoryTriggersInput, TestRepositoryTriggersOutput } from "../models/models_1";
4
+ import { TestRepositoryTriggersInputFilterSensitiveLog, TestRepositoryTriggersOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1TestRepositoryTriggersCommand, serializeAws_json1_1TestRepositoryTriggersCommand, } from "../protocols/Aws_json1_1";
6
6
  var TestRepositoryTriggersCommand = (function (_super) {
7
7
  __extends(TestRepositoryTriggersCommand, _super);
@@ -20,8 +20,8 @@ var TestRepositoryTriggersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TestRepositoryTriggersInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: TestRepositoryTriggersOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TestRepositoryTriggersInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TestRepositoryTriggersOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceInput } from "../models/models_1";
4
+ import { UntagResourceInputFilterSensitiveLog } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApprovalRuleTemplateContentInput, UpdateApprovalRuleTemplateContentOutput } from "../models/models_1";
4
+ import { UpdateApprovalRuleTemplateContentInputFilterSensitiveLog, UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdateApprovalRuleTemplateContentCommand, serializeAws_json1_1UpdateApprovalRuleTemplateContentCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateApprovalRuleTemplateContentCommand = (function (_super) {
7
7
  __extends(UpdateApprovalRuleTemplateContentCommand, _super);
@@ -20,8 +20,8 @@ var UpdateApprovalRuleTemplateContentCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateApprovalRuleTemplateContentInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateApprovalRuleTemplateContentOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateApprovalRuleTemplateContentInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApprovalRuleTemplateDescriptionInput, UpdateApprovalRuleTemplateDescriptionOutput, } from "../models/models_1";
4
+ import { UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog, UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand, serializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateApprovalRuleTemplateDescriptionCommand = (function (_super) {
7
7
  __extends(UpdateApprovalRuleTemplateDescriptionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateApprovalRuleTemplateDescriptionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateApprovalRuleTemplateDescriptionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateApprovalRuleTemplateDescriptionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApprovalRuleTemplateNameInput, UpdateApprovalRuleTemplateNameOutput } from "../models/models_1";
4
+ import { UpdateApprovalRuleTemplateNameInputFilterSensitiveLog, UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdateApprovalRuleTemplateNameCommand, serializeAws_json1_1UpdateApprovalRuleTemplateNameCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateApprovalRuleTemplateNameCommand = (function (_super) {
7
7
  __extends(UpdateApprovalRuleTemplateNameCommand, _super);
@@ -20,8 +20,8 @@ var UpdateApprovalRuleTemplateNameCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateApprovalRuleTemplateNameInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateApprovalRuleTemplateNameOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateApprovalRuleTemplateNameInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateCommentInput, UpdateCommentOutput } from "../models/models_1";
4
+ import { UpdateCommentInputFilterSensitiveLog, UpdateCommentOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdateCommentCommand, serializeAws_json1_1UpdateCommentCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateCommentCommand = (function (_super) {
7
7
  __extends(UpdateCommentCommand, _super);
@@ -20,8 +20,8 @@ var UpdateCommentCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateCommentInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateCommentOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateCommentInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateCommentOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDefaultBranchInput } from "../models/models_1";
4
+ import { UpdateDefaultBranchInputFilterSensitiveLog } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdateDefaultBranchCommand, serializeAws_json1_1UpdateDefaultBranchCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateDefaultBranchCommand = (function (_super) {
7
7
  __extends(UpdateDefaultBranchCommand, _super);
@@ -20,7 +20,7 @@ var UpdateDefaultBranchCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDefaultBranchInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDefaultBranchInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestApprovalRuleContentInput, UpdatePullRequestApprovalRuleContentOutput, } from "../models/models_1";
4
+ import { UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog, UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand, serializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdatePullRequestApprovalRuleContentCommand = (function (_super) {
7
7
  __extends(UpdatePullRequestApprovalRuleContentCommand, _super);
@@ -20,8 +20,8 @@ var UpdatePullRequestApprovalRuleContentCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdatePullRequestApprovalRuleContentInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdatePullRequestApprovalRuleContentOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestApprovalStateInput } from "../models/models_1";
4
+ import { UpdatePullRequestApprovalStateInputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdatePullRequestApprovalStateCommand, serializeAws_json1_1UpdatePullRequestApprovalStateCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdatePullRequestApprovalStateCommand = (function (_super) {
7
7
  __extends(UpdatePullRequestApprovalStateCommand, _super);
@@ -20,7 +20,7 @@ var UpdatePullRequestApprovalStateCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdatePullRequestApprovalStateInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdatePullRequestApprovalStateInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestDescriptionInput, UpdatePullRequestDescriptionOutput } from "../models/models_1";
4
+ import { UpdatePullRequestDescriptionInputFilterSensitiveLog, UpdatePullRequestDescriptionOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdatePullRequestDescriptionCommand, serializeAws_json1_1UpdatePullRequestDescriptionCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdatePullRequestDescriptionCommand = (function (_super) {
7
7
  __extends(UpdatePullRequestDescriptionCommand, _super);
@@ -20,8 +20,8 @@ var UpdatePullRequestDescriptionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdatePullRequestDescriptionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdatePullRequestDescriptionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdatePullRequestDescriptionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdatePullRequestDescriptionOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestStatusInput, UpdatePullRequestStatusOutput } from "../models/models_1";
4
+ import { UpdatePullRequestStatusInputFilterSensitiveLog, UpdatePullRequestStatusOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdatePullRequestStatusCommand, serializeAws_json1_1UpdatePullRequestStatusCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdatePullRequestStatusCommand = (function (_super) {
7
7
  __extends(UpdatePullRequestStatusCommand, _super);
@@ -20,8 +20,8 @@ var UpdatePullRequestStatusCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdatePullRequestStatusInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdatePullRequestStatusOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdatePullRequestStatusInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdatePullRequestStatusOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestTitleInput, UpdatePullRequestTitleOutput } from "../models/models_1";
4
+ import { UpdatePullRequestTitleInputFilterSensitiveLog, UpdatePullRequestTitleOutputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdatePullRequestTitleCommand, serializeAws_json1_1UpdatePullRequestTitleCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdatePullRequestTitleCommand = (function (_super) {
7
7
  __extends(UpdatePullRequestTitleCommand, _super);
@@ -20,8 +20,8 @@ var UpdatePullRequestTitleCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdatePullRequestTitleInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdatePullRequestTitleOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdatePullRequestTitleInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdatePullRequestTitleOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateRepositoryDescriptionInput } from "../models/models_1";
4
+ import { UpdateRepositoryDescriptionInputFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdateRepositoryDescriptionCommand, serializeAws_json1_1UpdateRepositoryDescriptionCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateRepositoryDescriptionCommand = (function (_super) {
7
7
  __extends(UpdateRepositoryDescriptionCommand, _super);
@@ -20,7 +20,7 @@ var UpdateRepositoryDescriptionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateRepositoryDescriptionInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateRepositoryDescriptionInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateRepositoryNameInput } from "../models/models_1";
4
+ import { UpdateRepositoryNameInputFilterSensitiveLog } from "../models/models_1";
5
5
  import { deserializeAws_json1_1UpdateRepositoryNameCommand, serializeAws_json1_1UpdateRepositoryNameCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateRepositoryNameCommand = (function (_super) {
7
7
  __extends(UpdateRepositoryNameCommand, _super);
@@ -20,7 +20,7 @@ var UpdateRepositoryNameCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateRepositoryNameInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateRepositoryNameInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;