@aws-sdk/client-codecommit 3.296.0 → 3.298.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 (257) hide show
  1. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -3
  2. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -3
  3. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +2 -3
  4. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -3
  5. package/dist-cjs/commands/BatchGetCommitsCommand.js +2 -3
  6. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +2 -3
  7. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +2 -3
  8. package/dist-cjs/commands/CreateBranchCommand.js +2 -3
  9. package/dist-cjs/commands/CreateCommitCommand.js +2 -3
  10. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +2 -3
  11. package/dist-cjs/commands/CreatePullRequestCommand.js +2 -3
  12. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -3
  13. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteBranchCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteCommentContentCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteFileCommand.js +2 -3
  18. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +2 -3
  21. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +2 -3
  22. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -3
  23. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -3
  24. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +2 -3
  25. package/dist-cjs/commands/GetBlobCommand.js +2 -3
  26. package/dist-cjs/commands/GetBranchCommand.js +2 -3
  27. package/dist-cjs/commands/GetCommentCommand.js +2 -3
  28. package/dist-cjs/commands/GetCommentReactionsCommand.js +2 -3
  29. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +2 -3
  30. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +2 -3
  31. package/dist-cjs/commands/GetCommitCommand.js +2 -3
  32. package/dist-cjs/commands/GetDifferencesCommand.js +2 -3
  33. package/dist-cjs/commands/GetFileCommand.js +2 -3
  34. package/dist-cjs/commands/GetFolderCommand.js +2 -3
  35. package/dist-cjs/commands/GetMergeCommitCommand.js +2 -3
  36. package/dist-cjs/commands/GetMergeConflictsCommand.js +2 -3
  37. package/dist-cjs/commands/GetMergeOptionsCommand.js +2 -3
  38. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +2 -3
  39. package/dist-cjs/commands/GetPullRequestCommand.js +2 -3
  40. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +2 -3
  41. package/dist-cjs/commands/GetRepositoryCommand.js +2 -3
  42. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +2 -3
  43. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +2 -3
  44. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -3
  45. package/dist-cjs/commands/ListBranchesCommand.js +2 -3
  46. package/dist-cjs/commands/ListPullRequestsCommand.js +2 -3
  47. package/dist-cjs/commands/ListRepositoriesCommand.js +2 -3
  48. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -3
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  50. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +2 -3
  51. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +2 -3
  52. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +2 -3
  53. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +2 -3
  54. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +2 -3
  55. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +2 -3
  56. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +2 -3
  57. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +2 -3
  58. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +2 -3
  59. package/dist-cjs/commands/PostCommentReplyCommand.js +2 -3
  60. package/dist-cjs/commands/PutCommentReactionCommand.js +2 -3
  61. package/dist-cjs/commands/PutFileCommand.js +2 -3
  62. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +2 -3
  63. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  64. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +2 -3
  65. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  66. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -3
  67. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -3
  68. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -3
  69. package/dist-cjs/commands/UpdateCommentCommand.js +2 -3
  70. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +2 -3
  71. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -3
  72. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +2 -3
  73. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +2 -3
  74. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +2 -3
  75. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +2 -3
  76. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +2 -3
  77. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +2 -3
  78. package/dist-cjs/models/models_0.js +1 -575
  79. package/dist-cjs/models/models_1.js +1 -226
  80. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -3
  81. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -3
  82. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +2 -3
  83. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -3
  84. package/dist-es/commands/BatchGetCommitsCommand.js +2 -3
  85. package/dist-es/commands/BatchGetRepositoriesCommand.js +2 -3
  86. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +2 -3
  87. package/dist-es/commands/CreateBranchCommand.js +2 -3
  88. package/dist-es/commands/CreateCommitCommand.js +2 -3
  89. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +2 -3
  90. package/dist-es/commands/CreatePullRequestCommand.js +2 -3
  91. package/dist-es/commands/CreateRepositoryCommand.js +2 -3
  92. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +2 -3
  93. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +2 -3
  94. package/dist-es/commands/DeleteBranchCommand.js +2 -3
  95. package/dist-es/commands/DeleteCommentContentCommand.js +2 -3
  96. package/dist-es/commands/DeleteFileCommand.js +2 -3
  97. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +2 -3
  98. package/dist-es/commands/DeleteRepositoryCommand.js +2 -3
  99. package/dist-es/commands/DescribeMergeConflictsCommand.js +2 -3
  100. package/dist-es/commands/DescribePullRequestEventsCommand.js +2 -3
  101. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -3
  102. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -3
  103. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +2 -3
  104. package/dist-es/commands/GetBlobCommand.js +2 -3
  105. package/dist-es/commands/GetBranchCommand.js +2 -3
  106. package/dist-es/commands/GetCommentCommand.js +2 -3
  107. package/dist-es/commands/GetCommentReactionsCommand.js +2 -3
  108. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +2 -3
  109. package/dist-es/commands/GetCommentsForPullRequestCommand.js +2 -3
  110. package/dist-es/commands/GetCommitCommand.js +2 -3
  111. package/dist-es/commands/GetDifferencesCommand.js +2 -3
  112. package/dist-es/commands/GetFileCommand.js +2 -3
  113. package/dist-es/commands/GetFolderCommand.js +2 -3
  114. package/dist-es/commands/GetMergeCommitCommand.js +2 -3
  115. package/dist-es/commands/GetMergeConflictsCommand.js +2 -3
  116. package/dist-es/commands/GetMergeOptionsCommand.js +2 -3
  117. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +2 -3
  118. package/dist-es/commands/GetPullRequestCommand.js +2 -3
  119. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +2 -3
  120. package/dist-es/commands/GetRepositoryCommand.js +2 -3
  121. package/dist-es/commands/GetRepositoryTriggersCommand.js +2 -3
  122. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +2 -3
  123. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -3
  124. package/dist-es/commands/ListBranchesCommand.js +2 -3
  125. package/dist-es/commands/ListPullRequestsCommand.js +2 -3
  126. package/dist-es/commands/ListRepositoriesCommand.js +2 -3
  127. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -3
  128. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  129. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +2 -3
  130. package/dist-es/commands/MergeBranchesBySquashCommand.js +2 -3
  131. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +2 -3
  132. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +2 -3
  133. package/dist-es/commands/MergePullRequestBySquashCommand.js +2 -3
  134. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +2 -3
  135. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -3
  136. package/dist-es/commands/PostCommentForComparedCommitCommand.js +2 -3
  137. package/dist-es/commands/PostCommentForPullRequestCommand.js +2 -3
  138. package/dist-es/commands/PostCommentReplyCommand.js +2 -3
  139. package/dist-es/commands/PutCommentReactionCommand.js +2 -3
  140. package/dist-es/commands/PutFileCommand.js +2 -3
  141. package/dist-es/commands/PutRepositoryTriggersCommand.js +2 -3
  142. package/dist-es/commands/TagResourceCommand.js +2 -3
  143. package/dist-es/commands/TestRepositoryTriggersCommand.js +2 -3
  144. package/dist-es/commands/UntagResourceCommand.js +2 -3
  145. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -3
  146. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -3
  147. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -3
  148. package/dist-es/commands/UpdateCommentCommand.js +2 -3
  149. package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -3
  150. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -3
  151. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -3
  152. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +2 -3
  153. package/dist-es/commands/UpdatePullRequestStatusCommand.js +2 -3
  154. package/dist-es/commands/UpdatePullRequestTitleCommand.js +2 -3
  155. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -3
  156. package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -3
  157. package/dist-es/models/models_0.js +0 -429
  158. package/dist-es/models/models_1.js +0 -168
  159. package/dist-types/CodeCommit.d.ts +78 -0
  160. package/dist-types/CodeCommitClient.d.ts +24 -4
  161. package/dist-types/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +16 -0
  162. package/dist-types/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +16 -0
  163. package/dist-types/commands/BatchDescribeMergeConflictsCommand.d.ts +16 -0
  164. package/dist-types/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +16 -0
  165. package/dist-types/commands/BatchGetCommitsCommand.d.ts +16 -0
  166. package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +16 -0
  167. package/dist-types/commands/CreateApprovalRuleTemplateCommand.d.ts +16 -0
  168. package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
  169. package/dist-types/commands/CreateCommitCommand.d.ts +16 -0
  170. package/dist-types/commands/CreatePullRequestApprovalRuleCommand.d.ts +16 -0
  171. package/dist-types/commands/CreatePullRequestCommand.d.ts +16 -0
  172. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  173. package/dist-types/commands/CreateUnreferencedMergeCommitCommand.d.ts +16 -0
  174. package/dist-types/commands/DeleteApprovalRuleTemplateCommand.d.ts +16 -0
  175. package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
  176. package/dist-types/commands/DeleteCommentContentCommand.d.ts +16 -0
  177. package/dist-types/commands/DeleteFileCommand.d.ts +16 -0
  178. package/dist-types/commands/DeletePullRequestApprovalRuleCommand.d.ts +16 -0
  179. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  180. package/dist-types/commands/DescribeMergeConflictsCommand.d.ts +16 -0
  181. package/dist-types/commands/DescribePullRequestEventsCommand.d.ts +16 -0
  182. package/dist-types/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +16 -0
  183. package/dist-types/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +16 -0
  184. package/dist-types/commands/GetApprovalRuleTemplateCommand.d.ts +16 -0
  185. package/dist-types/commands/GetBlobCommand.d.ts +16 -0
  186. package/dist-types/commands/GetBranchCommand.d.ts +16 -0
  187. package/dist-types/commands/GetCommentCommand.d.ts +16 -0
  188. package/dist-types/commands/GetCommentReactionsCommand.d.ts +16 -0
  189. package/dist-types/commands/GetCommentsForComparedCommitCommand.d.ts +16 -0
  190. package/dist-types/commands/GetCommentsForPullRequestCommand.d.ts +16 -0
  191. package/dist-types/commands/GetCommitCommand.d.ts +16 -0
  192. package/dist-types/commands/GetDifferencesCommand.d.ts +16 -0
  193. package/dist-types/commands/GetFileCommand.d.ts +16 -0
  194. package/dist-types/commands/GetFolderCommand.d.ts +16 -0
  195. package/dist-types/commands/GetMergeCommitCommand.d.ts +16 -0
  196. package/dist-types/commands/GetMergeConflictsCommand.d.ts +16 -0
  197. package/dist-types/commands/GetMergeOptionsCommand.d.ts +16 -0
  198. package/dist-types/commands/GetPullRequestApprovalStatesCommand.d.ts +16 -0
  199. package/dist-types/commands/GetPullRequestCommand.d.ts +16 -0
  200. package/dist-types/commands/GetPullRequestOverrideStateCommand.d.ts +16 -0
  201. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  202. package/dist-types/commands/GetRepositoryTriggersCommand.d.ts +16 -0
  203. package/dist-types/commands/ListApprovalRuleTemplatesCommand.d.ts +16 -0
  204. package/dist-types/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +16 -0
  205. package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
  206. package/dist-types/commands/ListPullRequestsCommand.d.ts +16 -0
  207. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  208. package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +16 -0
  209. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  210. package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +16 -0
  211. package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +16 -0
  212. package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +16 -0
  213. package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +16 -0
  214. package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +16 -0
  215. package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +16 -0
  216. package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +16 -0
  217. package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +16 -0
  218. package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +16 -0
  219. package/dist-types/commands/PostCommentReplyCommand.d.ts +16 -0
  220. package/dist-types/commands/PutCommentReactionCommand.d.ts +16 -0
  221. package/dist-types/commands/PutFileCommand.d.ts +16 -0
  222. package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +16 -0
  223. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  224. package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +16 -0
  225. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  226. package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +16 -0
  227. package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +16 -0
  228. package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +16 -0
  229. package/dist-types/commands/UpdateCommentCommand.d.ts +16 -0
  230. package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +16 -0
  231. package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +16 -0
  232. package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +16 -0
  233. package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +16 -0
  234. package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +16 -0
  235. package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +16 -0
  236. package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +16 -0
  237. package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +16 -0
  238. package/dist-types/models/CodeCommitServiceException.d.ts +2 -0
  239. package/dist-types/models/models_0.d.ts +462 -572
  240. package/dist-types/models/models_1.d.ts +193 -224
  241. package/dist-types/pagination/DescribeMergeConflictsPaginator.d.ts +3 -0
  242. package/dist-types/pagination/DescribePullRequestEventsPaginator.d.ts +3 -0
  243. package/dist-types/pagination/GetCommentReactionsPaginator.d.ts +3 -0
  244. package/dist-types/pagination/GetCommentsForComparedCommitPaginator.d.ts +3 -0
  245. package/dist-types/pagination/GetCommentsForPullRequestPaginator.d.ts +3 -0
  246. package/dist-types/pagination/GetDifferencesPaginator.d.ts +3 -0
  247. package/dist-types/pagination/GetMergeConflictsPaginator.d.ts +3 -0
  248. package/dist-types/pagination/Interfaces.d.ts +3 -0
  249. package/dist-types/pagination/ListApprovalRuleTemplatesPaginator.d.ts +3 -0
  250. package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +3 -0
  251. package/dist-types/pagination/ListBranchesPaginator.d.ts +3 -0
  252. package/dist-types/pagination/ListPullRequestsPaginator.d.ts +3 -0
  253. package/dist-types/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +3 -0
  254. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
  255. package/dist-types/ts3.4/models/models_0.d.ts +0 -377
  256. package/dist-types/ts3.4/models/models_1.d.ts +0 -166
  257. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { MergeBranchesBySquashInputFilterSensitiveLog, MergeBranchesBySquashOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1MergeBranchesBySquashCommand, serializeAws_json1_1MergeBranchesBySquashCommand, } from "../protocols/Aws_json1_1";
6
5
  export class MergeBranchesBySquashCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class MergeBranchesBySquashCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: MergeBranchesBySquashInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: MergeBranchesBySquashOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { MergeBranchesByThreeWayInputFilterSensitiveLog, MergeBranchesByThreeWayOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1MergeBranchesByThreeWayCommand, serializeAws_json1_1MergeBranchesByThreeWayCommand, } from "../protocols/Aws_json1_1";
6
5
  export class MergeBranchesByThreeWayCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class MergeBranchesByThreeWayCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: MergeBranchesByThreeWayInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: MergeBranchesByThreeWayOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { MergePullRequestByFastForwardInputFilterSensitiveLog, MergePullRequestByFastForwardOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1MergePullRequestByFastForwardCommand, serializeAws_json1_1MergePullRequestByFastForwardCommand, } from "../protocols/Aws_json1_1";
6
5
  export class MergePullRequestByFastForwardCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class MergePullRequestByFastForwardCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: MergePullRequestByFastForwardInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: MergePullRequestByFastForwardOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { MergePullRequestBySquashInputFilterSensitiveLog, MergePullRequestBySquashOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1MergePullRequestBySquashCommand, serializeAws_json1_1MergePullRequestBySquashCommand, } from "../protocols/Aws_json1_1";
6
5
  export class MergePullRequestBySquashCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class MergePullRequestBySquashCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: MergePullRequestBySquashInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: MergePullRequestBySquashOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { MergePullRequestByThreeWayInputFilterSensitiveLog, MergePullRequestByThreeWayOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1MergePullRequestByThreeWayCommand, serializeAws_json1_1MergePullRequestByThreeWayCommand, } from "../protocols/Aws_json1_1";
6
5
  export class MergePullRequestByThreeWayCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class MergePullRequestByThreeWayCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: MergePullRequestByThreeWayInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: MergePullRequestByThreeWayOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { OverridePullRequestApprovalRulesInputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1OverridePullRequestApprovalRulesCommand, serializeAws_json1_1OverridePullRequestApprovalRulesCommand, } from "../protocols/Aws_json1_1";
6
5
  export class OverridePullRequestApprovalRulesCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class OverridePullRequestApprovalRulesCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: OverridePullRequestApprovalRulesInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PostCommentForComparedCommitInputFilterSensitiveLog, PostCommentForComparedCommitOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1PostCommentForComparedCommitCommand, serializeAws_json1_1PostCommentForComparedCommitCommand, } from "../protocols/Aws_json1_1";
6
5
  export class PostCommentForComparedCommitCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PostCommentForComparedCommitCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PostCommentForComparedCommitInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: PostCommentForComparedCommitOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PostCommentForPullRequestInputFilterSensitiveLog, PostCommentForPullRequestOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1PostCommentForPullRequestCommand, serializeAws_json1_1PostCommentForPullRequestCommand, } from "../protocols/Aws_json1_1";
6
5
  export class PostCommentForPullRequestCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PostCommentForPullRequestCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PostCommentForPullRequestInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: PostCommentForPullRequestOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PostCommentReplyInputFilterSensitiveLog, PostCommentReplyOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1PostCommentReplyCommand, serializeAws_json1_1PostCommentReplyCommand, } from "../protocols/Aws_json1_1";
6
5
  export class PostCommentReplyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PostCommentReplyCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PostCommentReplyInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: PostCommentReplyOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutCommentReactionInputFilterSensitiveLog } from "../models/models_1";
5
4
  import { deserializeAws_json1_1PutCommentReactionCommand, serializeAws_json1_1PutCommentReactionCommand, } from "../protocols/Aws_json1_1";
6
5
  export class PutCommentReactionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutCommentReactionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutCommentReactionInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutFileInputFilterSensitiveLog, PutFileOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1PutFileCommand, serializeAws_json1_1PutFileCommand } from "../protocols/Aws_json1_1";
6
5
  export class PutFileCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutFileCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutFileInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: PutFileOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { PutRepositoryTriggersInputFilterSensitiveLog, PutRepositoryTriggersOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1PutRepositoryTriggersCommand, serializeAws_json1_1PutRepositoryTriggersCommand, } from "../protocols/Aws_json1_1";
6
5
  export class PutRepositoryTriggersCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class PutRepositoryTriggersCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: PutRepositoryTriggersInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: PutRepositoryTriggersOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceInputFilterSensitiveLog } from "../models/models_1";
5
4
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TestRepositoryTriggersInputFilterSensitiveLog, TestRepositoryTriggersOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1TestRepositoryTriggersCommand, serializeAws_json1_1TestRepositoryTriggersCommand, } from "../protocols/Aws_json1_1";
6
5
  export class TestRepositoryTriggersCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TestRepositoryTriggersCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TestRepositoryTriggersInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: TestRepositoryTriggersOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceInputFilterSensitiveLog } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApprovalRuleTemplateContentInputFilterSensitiveLog, UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdateApprovalRuleTemplateContentCommand, serializeAws_json1_1UpdateApprovalRuleTemplateContentCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateApprovalRuleTemplateContentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateApprovalRuleTemplateContentCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateApprovalRuleTemplateContentInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog, UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand, serializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateApprovalRuleTemplateDescriptionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateApprovalRuleTemplateDescriptionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateApprovalRuleTemplateNameInputFilterSensitiveLog, UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdateApprovalRuleTemplateNameCommand, serializeAws_json1_1UpdateApprovalRuleTemplateNameCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateApprovalRuleTemplateNameCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateApprovalRuleTemplateNameCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateApprovalRuleTemplateNameInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateCommentInputFilterSensitiveLog, UpdateCommentOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdateCommentCommand, serializeAws_json1_1UpdateCommentCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateCommentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateCommentCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateCommentInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateCommentOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDefaultBranchInputFilterSensitiveLog } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdateDefaultBranchCommand, serializeAws_json1_1UpdateDefaultBranchCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateDefaultBranchCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateDefaultBranchCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateDefaultBranchInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog, UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand, serializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdatePullRequestApprovalRuleContentCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdatePullRequestApprovalRuleContentCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestApprovalStateInputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdatePullRequestApprovalStateCommand, serializeAws_json1_1UpdatePullRequestApprovalStateCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdatePullRequestApprovalStateCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdatePullRequestApprovalStateCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdatePullRequestApprovalStateInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestDescriptionInputFilterSensitiveLog, UpdatePullRequestDescriptionOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdatePullRequestDescriptionCommand, serializeAws_json1_1UpdatePullRequestDescriptionCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdatePullRequestDescriptionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdatePullRequestDescriptionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdatePullRequestDescriptionInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdatePullRequestDescriptionOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestStatusInputFilterSensitiveLog, UpdatePullRequestStatusOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdatePullRequestStatusCommand, serializeAws_json1_1UpdatePullRequestStatusCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdatePullRequestStatusCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdatePullRequestStatusCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdatePullRequestStatusInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdatePullRequestStatusOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdatePullRequestTitleInputFilterSensitiveLog, UpdatePullRequestTitleOutputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdatePullRequestTitleCommand, serializeAws_json1_1UpdatePullRequestTitleCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdatePullRequestTitleCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdatePullRequestTitleCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdatePullRequestTitleInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdatePullRequestTitleOutputFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateRepositoryDescriptionInputFilterSensitiveLog, } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdateRepositoryDescriptionCommand, serializeAws_json1_1UpdateRepositoryDescriptionCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateRepositoryDescriptionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateRepositoryDescriptionCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateRepositoryDescriptionInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateRepositoryNameInputFilterSensitiveLog } from "../models/models_1";
5
4
  import { deserializeAws_json1_1UpdateRepositoryNameCommand, serializeAws_json1_1UpdateRepositoryNameCommand, } from "../protocols/Aws_json1_1";
6
5
  export class UpdateRepositoryNameCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateRepositoryNameCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateRepositoryNameInputFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);