@aws-sdk/client-codecommit 3.33.0 → 3.34.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 (207) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/package.json +38 -38
  3. package/dist/es/CodeCommit.js +1 -400
  4. package/dist/es/CodeCommit.js.map +1 -1
  5. package/dist/es/CodeCommitClient.js +1 -405
  6. package/dist/es/CodeCommitClient.js.map +1 -1
  7. package/dist/es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -33
  8. package/dist/es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js.map +1 -1
  9. package/dist/es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -27
  10. package/dist/es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js.map +1 -1
  11. package/dist/es/commands/BatchDescribeMergeConflictsCommand.js +2 -27
  12. package/dist/es/commands/BatchDescribeMergeConflictsCommand.js.map +1 -1
  13. package/dist/es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -27
  14. package/dist/es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js.map +1 -1
  15. package/dist/es/commands/BatchGetCommitsCommand.js +2 -27
  16. package/dist/es/commands/BatchGetCommitsCommand.js.map +1 -1
  17. package/dist/es/commands/BatchGetRepositoriesCommand.js +2 -34
  18. package/dist/es/commands/BatchGetRepositoriesCommand.js.map +1 -1
  19. package/dist/es/commands/CreateApprovalRuleTemplateCommand.js +2 -31
  20. package/dist/es/commands/CreateApprovalRuleTemplateCommand.js.map +1 -1
  21. package/dist/es/commands/CreateBranchCommand.js +2 -30
  22. package/dist/es/commands/CreateBranchCommand.js.map +1 -1
  23. package/dist/es/commands/CreateCommitCommand.js +2 -27
  24. package/dist/es/commands/CreateCommitCommand.js.map +1 -1
  25. package/dist/es/commands/CreatePullRequestApprovalRuleCommand.js +2 -27
  26. package/dist/es/commands/CreatePullRequestApprovalRuleCommand.js.map +1 -1
  27. package/dist/es/commands/CreatePullRequestCommand.js +2 -27
  28. package/dist/es/commands/CreatePullRequestCommand.js.map +1 -1
  29. package/dist/es/commands/CreateRepositoryCommand.js +2 -27
  30. package/dist/es/commands/CreateRepositoryCommand.js.map +1 -1
  31. package/dist/es/commands/CreateUnreferencedMergeCommitCommand.js +2 -34
  32. package/dist/es/commands/CreateUnreferencedMergeCommitCommand.js.map +1 -1
  33. package/dist/es/commands/DeleteApprovalRuleTemplateCommand.js +2 -27
  34. package/dist/es/commands/DeleteApprovalRuleTemplateCommand.js.map +1 -1
  35. package/dist/es/commands/DeleteBranchCommand.js +2 -27
  36. package/dist/es/commands/DeleteBranchCommand.js.map +1 -1
  37. package/dist/es/commands/DeleteCommentContentCommand.js +2 -27
  38. package/dist/es/commands/DeleteCommentContentCommand.js.map +1 -1
  39. package/dist/es/commands/DeleteFileCommand.js +2 -29
  40. package/dist/es/commands/DeleteFileCommand.js.map +1 -1
  41. package/dist/es/commands/DeletePullRequestApprovalRuleCommand.js +2 -29
  42. package/dist/es/commands/DeletePullRequestApprovalRuleCommand.js.map +1 -1
  43. package/dist/es/commands/DeleteRepositoryCommand.js +2 -32
  44. package/dist/es/commands/DeleteRepositoryCommand.js.map +1 -1
  45. package/dist/es/commands/DescribeMergeConflictsCommand.js +2 -29
  46. package/dist/es/commands/DescribeMergeConflictsCommand.js.map +1 -1
  47. package/dist/es/commands/DescribePullRequestEventsCommand.js +2 -27
  48. package/dist/es/commands/DescribePullRequestEventsCommand.js.map +1 -1
  49. package/dist/es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -30
  50. package/dist/es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js.map +1 -1
  51. package/dist/es/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -27
  52. package/dist/es/commands/EvaluatePullRequestApprovalRulesCommand.js.map +1 -1
  53. package/dist/es/commands/GetApprovalRuleTemplateCommand.js +2 -27
  54. package/dist/es/commands/GetApprovalRuleTemplateCommand.js.map +1 -1
  55. package/dist/es/commands/GetBlobCommand.js +2 -27
  56. package/dist/es/commands/GetBlobCommand.js.map +1 -1
  57. package/dist/es/commands/GetBranchCommand.js +2 -27
  58. package/dist/es/commands/GetBranchCommand.js.map +1 -1
  59. package/dist/es/commands/GetCommentCommand.js +2 -31
  60. package/dist/es/commands/GetCommentCommand.js.map +1 -1
  61. package/dist/es/commands/GetCommentReactionsCommand.js +2 -27
  62. package/dist/es/commands/GetCommentReactionsCommand.js.map +1 -1
  63. package/dist/es/commands/GetCommentsForComparedCommitCommand.js +2 -31
  64. package/dist/es/commands/GetCommentsForComparedCommitCommand.js.map +1 -1
  65. package/dist/es/commands/GetCommentsForPullRequestCommand.js +2 -31
  66. package/dist/es/commands/GetCommentsForPullRequestCommand.js.map +1 -1
  67. package/dist/es/commands/GetCommitCommand.js +2 -27
  68. package/dist/es/commands/GetCommitCommand.js.map +1 -1
  69. package/dist/es/commands/GetDifferencesCommand.js +2 -29
  70. package/dist/es/commands/GetDifferencesCommand.js.map +1 -1
  71. package/dist/es/commands/GetFileCommand.js +2 -27
  72. package/dist/es/commands/GetFileCommand.js.map +1 -1
  73. package/dist/es/commands/GetFolderCommand.js +2 -27
  74. package/dist/es/commands/GetFolderCommand.js.map +1 -1
  75. package/dist/es/commands/GetMergeCommitCommand.js +2 -27
  76. package/dist/es/commands/GetMergeCommitCommand.js.map +1 -1
  77. package/dist/es/commands/GetMergeConflictsCommand.js +2 -27
  78. package/dist/es/commands/GetMergeConflictsCommand.js.map +1 -1
  79. package/dist/es/commands/GetMergeOptionsCommand.js +2 -29
  80. package/dist/es/commands/GetMergeOptionsCommand.js.map +1 -1
  81. package/dist/es/commands/GetPullRequestApprovalStatesCommand.js +2 -28
  82. package/dist/es/commands/GetPullRequestApprovalStatesCommand.js.map +1 -1
  83. package/dist/es/commands/GetPullRequestCommand.js +2 -27
  84. package/dist/es/commands/GetPullRequestCommand.js.map +1 -1
  85. package/dist/es/commands/GetPullRequestOverrideStateCommand.js +2 -28
  86. package/dist/es/commands/GetPullRequestOverrideStateCommand.js.map +1 -1
  87. package/dist/es/commands/GetRepositoryCommand.js +2 -35
  88. package/dist/es/commands/GetRepositoryCommand.js.map +1 -1
  89. package/dist/es/commands/GetRepositoryTriggersCommand.js +2 -27
  90. package/dist/es/commands/GetRepositoryTriggersCommand.js.map +1 -1
  91. package/dist/es/commands/ListApprovalRuleTemplatesCommand.js +2 -28
  92. package/dist/es/commands/ListApprovalRuleTemplatesCommand.js.map +1 -1
  93. package/dist/es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -27
  94. package/dist/es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js.map +1 -1
  95. package/dist/es/commands/ListBranchesCommand.js +2 -27
  96. package/dist/es/commands/ListBranchesCommand.js.map +1 -1
  97. package/dist/es/commands/ListPullRequestsCommand.js +2 -28
  98. package/dist/es/commands/ListPullRequestsCommand.js.map +1 -1
  99. package/dist/es/commands/ListRepositoriesCommand.js +2 -27
  100. package/dist/es/commands/ListRepositoriesCommand.js.map +1 -1
  101. package/dist/es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -27
  102. package/dist/es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js.map +1 -1
  103. package/dist/es/commands/ListTagsForResourceCommand.js +2 -29
  104. package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
  105. package/dist/es/commands/MergeBranchesByFastForwardCommand.js +2 -27
  106. package/dist/es/commands/MergeBranchesByFastForwardCommand.js.map +1 -1
  107. package/dist/es/commands/MergeBranchesBySquashCommand.js +2 -27
  108. package/dist/es/commands/MergeBranchesBySquashCommand.js.map +1 -1
  109. package/dist/es/commands/MergeBranchesByThreeWayCommand.js +2 -27
  110. package/dist/es/commands/MergeBranchesByThreeWayCommand.js.map +1 -1
  111. package/dist/es/commands/MergePullRequestByFastForwardCommand.js +2 -28
  112. package/dist/es/commands/MergePullRequestByFastForwardCommand.js.map +1 -1
  113. package/dist/es/commands/MergePullRequestBySquashCommand.js +2 -28
  114. package/dist/es/commands/MergePullRequestBySquashCommand.js.map +1 -1
  115. package/dist/es/commands/MergePullRequestByThreeWayCommand.js +2 -28
  116. package/dist/es/commands/MergePullRequestByThreeWayCommand.js.map +1 -1
  117. package/dist/es/commands/OverridePullRequestApprovalRulesCommand.js +2 -27
  118. package/dist/es/commands/OverridePullRequestApprovalRulesCommand.js.map +1 -1
  119. package/dist/es/commands/PostCommentForComparedCommitCommand.js +2 -27
  120. package/dist/es/commands/PostCommentForComparedCommitCommand.js.map +1 -1
  121. package/dist/es/commands/PostCommentForPullRequestCommand.js +2 -27
  122. package/dist/es/commands/PostCommentForPullRequestCommand.js.map +1 -1
  123. package/dist/es/commands/PostCommentReplyCommand.js +2 -27
  124. package/dist/es/commands/PostCommentReplyCommand.js.map +1 -1
  125. package/dist/es/commands/PutCommentReactionCommand.js +2 -28
  126. package/dist/es/commands/PutCommentReactionCommand.js.map +1 -1
  127. package/dist/es/commands/PutFileCommand.js +2 -27
  128. package/dist/es/commands/PutFileCommand.js.map +1 -1
  129. package/dist/es/commands/PutRepositoryTriggersCommand.js +2 -27
  130. package/dist/es/commands/PutRepositoryTriggersCommand.js.map +1 -1
  131. package/dist/es/commands/TagResourceCommand.js +2 -29
  132. package/dist/es/commands/TagResourceCommand.js.map +1 -1
  133. package/dist/es/commands/TestRepositoryTriggersCommand.js +2 -29
  134. package/dist/es/commands/TestRepositoryTriggersCommand.js.map +1 -1
  135. package/dist/es/commands/UntagResourceCommand.js +2 -29
  136. package/dist/es/commands/UntagResourceCommand.js.map +1 -1
  137. package/dist/es/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -29
  138. package/dist/es/commands/UpdateApprovalRuleTemplateContentCommand.js.map +1 -1
  139. package/dist/es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -27
  140. package/dist/es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js.map +1 -1
  141. package/dist/es/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -27
  142. package/dist/es/commands/UpdateApprovalRuleTemplateNameCommand.js.map +1 -1
  143. package/dist/es/commands/UpdateCommentCommand.js +2 -27
  144. package/dist/es/commands/UpdateCommentCommand.js.map +1 -1
  145. package/dist/es/commands/UpdateDefaultBranchCommand.js +2 -30
  146. package/dist/es/commands/UpdateDefaultBranchCommand.js.map +1 -1
  147. package/dist/es/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -28
  148. package/dist/es/commands/UpdatePullRequestApprovalRuleContentCommand.js.map +1 -1
  149. package/dist/es/commands/UpdatePullRequestApprovalStateCommand.js +2 -27
  150. package/dist/es/commands/UpdatePullRequestApprovalStateCommand.js.map +1 -1
  151. package/dist/es/commands/UpdatePullRequestDescriptionCommand.js +2 -27
  152. package/dist/es/commands/UpdatePullRequestDescriptionCommand.js.map +1 -1
  153. package/dist/es/commands/UpdatePullRequestStatusCommand.js +2 -27
  154. package/dist/es/commands/UpdatePullRequestStatusCommand.js.map +1 -1
  155. package/dist/es/commands/UpdatePullRequestTitleCommand.js +2 -27
  156. package/dist/es/commands/UpdatePullRequestTitleCommand.js.map +1 -1
  157. package/dist/es/commands/UpdateRepositoryDescriptionCommand.js +2 -34
  158. package/dist/es/commands/UpdateRepositoryDescriptionCommand.js.map +1 -1
  159. package/dist/es/commands/UpdateRepositoryNameCommand.js +2 -31
  160. package/dist/es/commands/UpdateRepositoryNameCommand.js.map +1 -1
  161. package/dist/es/endpoints.js +1 -1
  162. package/dist/es/endpoints.js.map +1 -1
  163. package/dist/es/models/models_0.js +0 -861
  164. package/dist/es/models/models_0.js.map +1 -1
  165. package/dist/es/models/models_1.js +0 -291
  166. package/dist/es/models/models_1.js.map +1 -1
  167. package/dist/es/package.json +38 -38
  168. package/dist/es/pagination/DescribeMergeConflictsPaginator.js +16 -28
  169. package/dist/es/pagination/DescribeMergeConflictsPaginator.js.map +1 -1
  170. package/dist/es/pagination/DescribePullRequestEventsPaginator.js +16 -28
  171. package/dist/es/pagination/DescribePullRequestEventsPaginator.js.map +1 -1
  172. package/dist/es/pagination/GetCommentReactionsPaginator.js +16 -28
  173. package/dist/es/pagination/GetCommentReactionsPaginator.js.map +1 -1
  174. package/dist/es/pagination/GetCommentsForComparedCommitPaginator.js +16 -28
  175. package/dist/es/pagination/GetCommentsForComparedCommitPaginator.js.map +1 -1
  176. package/dist/es/pagination/GetCommentsForPullRequestPaginator.js +16 -28
  177. package/dist/es/pagination/GetCommentsForPullRequestPaginator.js.map +1 -1
  178. package/dist/es/pagination/GetDifferencesPaginator.js +16 -28
  179. package/dist/es/pagination/GetDifferencesPaginator.js.map +1 -1
  180. package/dist/es/pagination/GetMergeConflictsPaginator.js +16 -28
  181. package/dist/es/pagination/GetMergeConflictsPaginator.js.map +1 -1
  182. package/dist/es/pagination/ListApprovalRuleTemplatesPaginator.js +16 -28
  183. package/dist/es/pagination/ListApprovalRuleTemplatesPaginator.js.map +1 -1
  184. package/dist/es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +16 -28
  185. package/dist/es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js.map +1 -1
  186. package/dist/es/pagination/ListBranchesPaginator.js +16 -28
  187. package/dist/es/pagination/ListBranchesPaginator.js.map +1 -1
  188. package/dist/es/pagination/ListPullRequestsPaginator.js +16 -28
  189. package/dist/es/pagination/ListPullRequestsPaginator.js.map +1 -1
  190. package/dist/es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +16 -28
  191. package/dist/es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js.map +1 -1
  192. package/dist/es/pagination/ListRepositoriesPaginator.js +16 -28
  193. package/dist/es/pagination/ListRepositoriesPaginator.js.map +1 -1
  194. package/dist/es/protocols/Aws_json1_1.js +5006 -5011
  195. package/dist/es/protocols/Aws_json1_1.js.map +1 -1
  196. package/dist/es/runtimeConfig.browser.js +0 -3
  197. package/dist/es/runtimeConfig.browser.js.map +1 -1
  198. package/dist/es/runtimeConfig.js +0 -3
  199. package/dist/es/runtimeConfig.js.map +1 -1
  200. package/dist/es/runtimeConfig.native.js +0 -3
  201. package/dist/es/runtimeConfig.native.js.map +1 -1
  202. package/dist/es/runtimeConfig.shared.js +0 -3
  203. package/dist/es/runtimeConfig.shared.js.map +1 -1
  204. package/package.json +38 -38
  205. package/tsconfig.es.json +0 -2
  206. package/tsconfig.json +4 -5
  207. package/tsconfig.types.json +8 -0
@@ -3,38 +3,13 @@ import { UpdateCommentInput, UpdateCommentOutput } from "../models/models_1";
3
3
  import { deserializeAws_json1_1UpdateCommentCommand, serializeAws_json1_1UpdateCommentCommand, } from "../protocols/Aws_json1_1";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Replaces the contents of a comment.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { CodeCommitClient, UpdateCommentCommand } from "@aws-sdk/client-codecommit"; // ES Modules import
12
- * // const { CodeCommitClient, UpdateCommentCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import
13
- * const client = new CodeCommitClient(config);
14
- * const command = new UpdateCommentCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateCommentCommandInput} for command's `input` shape.
19
- * @see {@link UpdateCommentCommandOutput} for command's `response` shape.
20
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateCommentCommand = /** @class */ (function (_super) {
6
+ var UpdateCommentCommand = (function (_super) {
24
7
  __extends(UpdateCommentCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateCommentCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateCommentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateCommentCommand.js","sourceRoot":"","sources":["../../../commands/UpdateCommentCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAA0C,wCAIzC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,8BAAqB,KAAgC;QAArD;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;QAGnD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kBAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,mBAAmB,CAAC,kBAAkB;SACjE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
1
+ {"version":3,"file":"UpdateCommentCommand.js","sourceRoot":"","sources":["../../../commands/UpdateCommentCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kBAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,mBAAmB,CAAC,kBAAkB;SACjE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
@@ -3,41 +3,13 @@ import { UpdateDefaultBranchInput } from "../models/models_1";
3
3
  import { deserializeAws_json1_1UpdateDefaultBranchCommand, serializeAws_json1_1UpdateDefaultBranchCommand, } from "../protocols/Aws_json1_1";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Sets or changes the default branch name for the specified repository.</p>
8
- * <note>
9
- * <p>If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.</p>
10
- * </note>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { CodeCommitClient, UpdateDefaultBranchCommand } from "@aws-sdk/client-codecommit"; // ES Modules import
15
- * // const { CodeCommitClient, UpdateDefaultBranchCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import
16
- * const client = new CodeCommitClient(config);
17
- * const command = new UpdateDefaultBranchCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UpdateDefaultBranchCommandInput} for command's `input` shape.
22
- * @see {@link UpdateDefaultBranchCommandOutput} for command's `response` shape.
23
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var UpdateDefaultBranchCommand = /** @class */ (function (_super) {
6
+ var UpdateDefaultBranchCommand = (function (_super) {
27
7
  __extends(UpdateDefaultBranchCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function UpdateDefaultBranchCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  UpdateDefaultBranchCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateDefaultBranchCommand.js","sourceRoot":"","sources":["../../../commands/UpdateDefaultBranchCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;GAmBG;AACH;IAAgD,8CAI/C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,oCAAqB,KAAsC;QAA3D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;QAGzD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
1
+ {"version":3,"file":"UpdateDefaultBranchCommand.js","sourceRoot":"","sources":["../../../commands/UpdateDefaultBranchCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAkC7D;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
@@ -3,39 +3,13 @@ import { UpdatePullRequestApprovalRuleContentInput, UpdatePullRequestApprovalRul
3
3
  import { deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand, serializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand, } from "../protocols/Aws_json1_1";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates the structure of an approval rule created specifically for a pull request. For example, you can change the number of required approvers and
8
- * the approval pool for approvers. </p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { CodeCommitClient, UpdatePullRequestApprovalRuleContentCommand } from "@aws-sdk/client-codecommit"; // ES Modules import
13
- * // const { CodeCommitClient, UpdatePullRequestApprovalRuleContentCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import
14
- * const client = new CodeCommitClient(config);
15
- * const command = new UpdatePullRequestApprovalRuleContentCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link UpdatePullRequestApprovalRuleContentCommandInput} for command's `input` shape.
20
- * @see {@link UpdatePullRequestApprovalRuleContentCommandOutput} for command's `response` shape.
21
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var UpdatePullRequestApprovalRuleContentCommand = /** @class */ (function (_super) {
6
+ var UpdatePullRequestApprovalRuleContentCommand = (function (_super) {
25
7
  __extends(UpdatePullRequestApprovalRuleContentCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function UpdatePullRequestApprovalRuleContentCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  UpdatePullRequestApprovalRuleContentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdatePullRequestApprovalRuleContentCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestApprovalRuleContentCommand.ts"],"names":[],"mappings":";AACA,OAAO,EACL,yCAAyC,EACzC,0CAA0C,GAC3C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,iEAAiE,EACjE,+DAA+D,GAChE,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgB7D;;;;;;;;;;;;;;;;;GAiBG;AACH;IAAiE,+DAIhE;IACC,oCAAoC;IACpC,kCAAkC;IAElC,qDAAqB,KAAuD;QAA5E;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkD;;QAG1E,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,uEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,6CAA6C,CAAC;QAClE,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yCAAyC,CAAC,kBAAkB;YACrF,wBAAwB,EAAE,0CAA0C,CAAC,kBAAkB;SACxF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+DAAS,GAAjB,UACE,KAAuD,EACvD,OAAuB;QAEvB,OAAO,+DAA+D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAEO,iEAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,iEAAiE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5F,CAAC;IAIH,kDAAC;AAAD,CAAC,AA5DD,CAAiE,QAAQ,GA4DxE"}
1
+ {"version":3,"file":"UpdatePullRequestApprovalRuleContentCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestApprovalRuleContentCommand.ts"],"names":[],"mappings":";AACA,OAAO,EACL,yCAAyC,EACzC,0CAA0C,GAC3C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,iEAAiE,EACjE,+DAA+D,GAChE,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAkC7D;IAAiE,+DAIhE;IAIC,qDAAqB,KAAuD;QAA5E,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkD;;IAI5E,CAAC;IAKD,uEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,6CAA6C,CAAC;QAClE,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yCAAyC,CAAC,kBAAkB;YACrF,wBAAwB,EAAE,0CAA0C,CAAC,kBAAkB;SACxF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+DAAS,GAAjB,UACE,KAAuD,EACvD,OAAuB;QAEvB,OAAO,+DAA+D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAEO,iEAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,iEAAiE,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5F,CAAC;IAIH,kDAAC;AAAD,CAAC,AA5DD,CAAiE,QAAQ,GA4DxE"}
@@ -3,38 +3,13 @@ import { UpdatePullRequestApprovalStateInput } from "../models/models_1";
3
3
  import { deserializeAws_json1_1UpdatePullRequestApprovalStateCommand, serializeAws_json1_1UpdatePullRequestApprovalStateCommand, } from "../protocols/Aws_json1_1";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { CodeCommitClient, UpdatePullRequestApprovalStateCommand } from "@aws-sdk/client-codecommit"; // ES Modules import
12
- * // const { CodeCommitClient, UpdatePullRequestApprovalStateCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import
13
- * const client = new CodeCommitClient(config);
14
- * const command = new UpdatePullRequestApprovalStateCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdatePullRequestApprovalStateCommandInput} for command's `input` shape.
19
- * @see {@link UpdatePullRequestApprovalStateCommandOutput} for command's `response` shape.
20
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdatePullRequestApprovalStateCommand = /** @class */ (function (_super) {
6
+ var UpdatePullRequestApprovalStateCommand = (function (_super) {
24
7
  __extends(UpdatePullRequestApprovalStateCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdatePullRequestApprovalStateCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdatePullRequestApprovalStateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdatePullRequestApprovalStateCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestApprovalStateCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAA2D,yDAI1D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,+CAAqB,KAAiD;QAAtE;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4C;;QAGpE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mCAAmC,CAAC,kBAAkB;YAC/E,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yDAAS,GAAjB,UACE,KAAiD,EACjD,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,2DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAIH,4CAAC;AAAD,CAAC,AA5DD,CAA2D,QAAQ,GA4DlE"}
1
+ {"version":3,"file":"UpdatePullRequestApprovalStateCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestApprovalStateCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AACzE,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAA2D,yDAI1D;IAIC,+CAAqB,KAAiD;QAAtE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4C;;IAItE,CAAC;IAKD,iEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mCAAmC,CAAC,kBAAkB;YAC/E,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yDAAS,GAAjB,UACE,KAAiD,EACjD,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,2DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAIH,4CAAC;AAAD,CAAC,AA5DD,CAA2D,QAAQ,GA4DlE"}
@@ -3,38 +3,13 @@ import { UpdatePullRequestDescriptionInput, UpdatePullRequestDescriptionOutput }
3
3
  import { deserializeAws_json1_1UpdatePullRequestDescriptionCommand, serializeAws_json1_1UpdatePullRequestDescriptionCommand, } from "../protocols/Aws_json1_1";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Replaces the contents of the description of a pull request.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { CodeCommitClient, UpdatePullRequestDescriptionCommand } from "@aws-sdk/client-codecommit"; // ES Modules import
12
- * // const { CodeCommitClient, UpdatePullRequestDescriptionCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import
13
- * const client = new CodeCommitClient(config);
14
- * const command = new UpdatePullRequestDescriptionCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdatePullRequestDescriptionCommandInput} for command's `input` shape.
19
- * @see {@link UpdatePullRequestDescriptionCommandOutput} for command's `response` shape.
20
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdatePullRequestDescriptionCommand = /** @class */ (function (_super) {
6
+ var UpdatePullRequestDescriptionCommand = (function (_super) {
24
7
  __extends(UpdatePullRequestDescriptionCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdatePullRequestDescriptionCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdatePullRequestDescriptionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdatePullRequestDescriptionCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestDescriptionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAC3G,OAAO,EACL,yDAAyD,EACzD,uDAAuD,GACxD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAAyD,uDAIxD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,6CAAqB,KAA+C;QAApE;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0C;;QAGlE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,+DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,qCAAqC,CAAC;QAC1D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iCAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,kCAAkC,CAAC,kBAAkB;SAChF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uDAAS,GAAjB,UAAkB,KAA+C,EAAE,OAAuB;QACxF,OAAO,uDAAuD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,yDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAIH,0CAAC;AAAD,CAAC,AAzDD,CAAyD,QAAQ,GAyDhE"}
1
+ {"version":3,"file":"UpdatePullRequestDescriptionCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestDescriptionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAC3G,OAAO,EACL,yDAAyD,EACzD,uDAAuD,GACxD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiC7D;IAAyD,uDAIxD;IAIC,6CAAqB,KAA+C;QAApE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0C;;IAIpE,CAAC;IAKD,+DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,qCAAqC,CAAC;QAC1D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iCAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,kCAAkC,CAAC,kBAAkB;SAChF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uDAAS,GAAjB,UAAkB,KAA+C,EAAE,OAAuB;QACxF,OAAO,uDAAuD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,yDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAIH,0CAAC;AAAD,CAAC,AAzDD,CAAyD,QAAQ,GAyDhE"}
@@ -3,38 +3,13 @@ import { UpdatePullRequestStatusInput, UpdatePullRequestStatusOutput } from "../
3
3
  import { deserializeAws_json1_1UpdatePullRequestStatusCommand, serializeAws_json1_1UpdatePullRequestStatusCommand, } from "../protocols/Aws_json1_1";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates the status of a pull request. </p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { CodeCommitClient, UpdatePullRequestStatusCommand } from "@aws-sdk/client-codecommit"; // ES Modules import
12
- * // const { CodeCommitClient, UpdatePullRequestStatusCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import
13
- * const client = new CodeCommitClient(config);
14
- * const command = new UpdatePullRequestStatusCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdatePullRequestStatusCommandInput} for command's `input` shape.
19
- * @see {@link UpdatePullRequestStatusCommandOutput} for command's `response` shape.
20
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdatePullRequestStatusCommand = /** @class */ (function (_super) {
6
+ var UpdatePullRequestStatusCommand = (function (_super) {
24
7
  __extends(UpdatePullRequestStatusCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdatePullRequestStatusCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdatePullRequestStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdatePullRequestStatusCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestStatusCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAAoD,kDAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,wCAAqB,KAA0C;QAA/D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,6BAA6B,CAAC,kBAAkB;SAC3E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
1
+ {"version":3,"file":"UpdatePullRequestStatusCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestStatusCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,6BAA6B,CAAC,kBAAkB;SAC3E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
@@ -3,38 +3,13 @@ import { UpdatePullRequestTitleInput, UpdatePullRequestTitleOutput } from "../mo
3
3
  import { deserializeAws_json1_1UpdatePullRequestTitleCommand, serializeAws_json1_1UpdatePullRequestTitleCommand, } from "../protocols/Aws_json1_1";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Replaces the title of a pull request.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { CodeCommitClient, UpdatePullRequestTitleCommand } from "@aws-sdk/client-codecommit"; // ES Modules import
12
- * // const { CodeCommitClient, UpdatePullRequestTitleCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import
13
- * const client = new CodeCommitClient(config);
14
- * const command = new UpdatePullRequestTitleCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdatePullRequestTitleCommandInput} for command's `input` shape.
19
- * @see {@link UpdatePullRequestTitleCommandOutput} for command's `response` shape.
20
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdatePullRequestTitleCommand = /** @class */ (function (_super) {
6
+ var UpdatePullRequestTitleCommand = (function (_super) {
24
7
  __extends(UpdatePullRequestTitleCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdatePullRequestTitleCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdatePullRequestTitleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdatePullRequestTitleCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestTitleCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH;IAAmD,iDAIlD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,uCAAqB,KAAyC;QAA9D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;QAG5D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
1
+ {"version":3,"file":"UpdatePullRequestTitleCommand.js","sourceRoot":"","sources":["../../../commands/UpdatePullRequestTitleCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
@@ -3,45 +3,13 @@ import { UpdateRepositoryDescriptionInput } from "../models/models_1";
3
3
  import { deserializeAws_json1_1UpdateRepositoryDescriptionCommand, serializeAws_json1_1UpdateRepositoryDescriptionCommand, } from "../protocols/Aws_json1_1";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Sets or changes the comment or description for a repository.</p>
8
- * <note>
9
- * <p>The description field for a repository accepts all HTML characters and all valid
10
- * Unicode characters. Applications that do not HTML-encode the description and display
11
- * it in a webpage can expose users to potentially malicious code. Make sure that you
12
- * HTML-encode the description field in any application that uses this API to display
13
- * the repository description on a webpage.</p>
14
- * </note>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { CodeCommitClient, UpdateRepositoryDescriptionCommand } from "@aws-sdk/client-codecommit"; // ES Modules import
19
- * // const { CodeCommitClient, UpdateRepositoryDescriptionCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import
20
- * const client = new CodeCommitClient(config);
21
- * const command = new UpdateRepositoryDescriptionCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link UpdateRepositoryDescriptionCommandInput} for command's `input` shape.
26
- * @see {@link UpdateRepositoryDescriptionCommandOutput} for command's `response` shape.
27
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- var UpdateRepositoryDescriptionCommand = /** @class */ (function (_super) {
6
+ var UpdateRepositoryDescriptionCommand = (function (_super) {
31
7
  __extends(UpdateRepositoryDescriptionCommand, _super);
32
- // Start section: command_properties
33
- // End section: command_properties
34
8
  function UpdateRepositoryDescriptionCommand(input) {
35
- var _this =
36
- // Start section: command_constructor
37
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
38
10
  _this.input = input;
39
11
  return _this;
40
- // End section: command_constructor
41
12
  }
42
- /**
43
- * @internal
44
- */
45
13
  UpdateRepositoryDescriptionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
46
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
47
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateRepositoryDescriptionCommand.js","sourceRoot":"","sources":["../../../commands/UpdateRepositoryDescriptionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH;IAAwD,sDAIvD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,4CAAqB,KAA8C;QAAnE;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyC;;QAGjE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,8DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,oCAAoC,CAAC;QACzD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,sDAAS,GAAjB,UAAkB,KAA8C,EAAE,OAAuB;QACvF,OAAO,sDAAsD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAEO,wDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,wDAAwD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAIH,yCAAC;AAAD,CAAC,AAzDD,CAAwD,QAAQ,GAyD/D"}
1
+ {"version":3,"file":"UpdateRepositoryDescriptionCommand.js","sourceRoot":"","sources":["../../../commands/UpdateRepositoryDescriptionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EACL,wDAAwD,EACxD,sDAAsD,GACvD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAsC7D;IAAwD,sDAIvD;IAIC,4CAAqB,KAA8C;QAAnE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAyC;;IAInE,CAAC;IAKD,8DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,oCAAoC,CAAC;QACzD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,sDAAS,GAAjB,UAAkB,KAA8C,EAAE,OAAuB;QACvF,OAAO,sDAAsD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAEO,wDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,wDAAwD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAIH,yCAAC;AAAD,CAAC,AAzDD,CAAwD,QAAQ,GAyD/D"}
@@ -3,42 +3,13 @@ import { UpdateRepositoryNameInput } from "../models/models_1";
3
3
  import { deserializeAws_json1_1UpdateRepositoryNameCommand, serializeAws_json1_1UpdateRepositoryNameCommand, } from "../protocols/Aws_json1_1";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Renames a repository. The repository name must be unique across the calling AWS
8
- * account. Repository names are limited to 100 alphanumeric, dash, and underscore
9
- * characters, and cannot include certain characters. The suffix .git is prohibited. For
10
- * more information about the limits on repository names, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Limits</a> in the AWS CodeCommit
11
- * User Guide.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { CodeCommitClient, UpdateRepositoryNameCommand } from "@aws-sdk/client-codecommit"; // ES Modules import
16
- * // const { CodeCommitClient, UpdateRepositoryNameCommand } = require("@aws-sdk/client-codecommit"); // CommonJS import
17
- * const client = new CodeCommitClient(config);
18
- * const command = new UpdateRepositoryNameCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link UpdateRepositoryNameCommandInput} for command's `input` shape.
23
- * @see {@link UpdateRepositoryNameCommandOutput} for command's `response` shape.
24
- * @see {@link CodeCommitClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var UpdateRepositoryNameCommand = /** @class */ (function (_super) {
6
+ var UpdateRepositoryNameCommand = (function (_super) {
28
7
  __extends(UpdateRepositoryNameCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function UpdateRepositoryNameCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  UpdateRepositoryNameCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateRepositoryNameCommand.js","sourceRoot":"","sources":["../../../commands/UpdateRepositoryNameCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAc7D;;;;;;;;;;;;;;;;;;;;GAoBG;AACH;IAAiD,+CAIhD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,qCAAqB,KAAuC;QAA5D;QACE,qCAAqC;QACrC,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;QAG1D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
1
+ {"version":3,"file":"UpdateRepositoryNameCommand.js","sourceRoot":"","sources":["../../../commands/UpdateRepositoryNameCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAmC7D;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,UAAC,MAAW,IAAK,OAAA,MAAM,EAAN,CAAM;SAClD,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -53,7 +53,7 @@ var partitionHash = {
53
53
  };
54
54
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
55
55
  return __generator(this, function (_a) {
56
- return [2 /*return*/, getRegionInfo(region, __assign(__assign({}, options), { signingService: "codecommit", regionHash: regionHash, partitionHash: partitionHash }))];
56
+ return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "codecommit", regionHash: regionHash, partitionHash: partitionHash }))];
57
57
  });
58
58
  }); };
59
59
  //# sourceMappingURL=endpoints.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,IAAI,EAAE;QACJ,QAAQ,EAAE,6CAA6C;QACvD,aAAa,EAAE,eAAe;KAC/B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,MAAM;YACN,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,mCAAmC;KAC9C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,sCAAsC;KACjD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,mCAAmC;KAC9C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,eAAe,CAAC;QACnD,QAAQ,EAAE,mCAAmC;KAC9C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,sBAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,YAAY,EAC5B,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,IAAI,EAAE;QACJ,QAAQ,EAAE,6CAA6C;QACvD,aAAa,EAAE,eAAe;KAC/B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,MAAM;YACN,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,mCAAmC;KAC9C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,sCAAsC;KACjD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,mCAAmC;KAC9C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,eAAe,CAAC;QACnD,QAAQ,EAAE,mCAAmC;KAC9C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,YAAY,EAC5B,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}