@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-codecommit
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecommit",
3
3
  "description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
4
- "version": "3.33.0",
4
+ "version": "3.34.0",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
- "build-documentation": "yarn remove-documentation && typedoc ./",
8
- "remove-definitions": "rimraf ./types",
9
- "remove-dist": "rimraf ./dist",
10
- "remove-documentation": "rimraf ./docs",
11
- "test": "exit 0",
6
+ "build": "yarn build:cjs && yarn build:es && yarn build:types",
12
7
  "build:cjs": "tsc -p tsconfig.json",
8
+ "build:docs": "yarn clean:docs && typedoc ./",
13
9
  "build:es": "tsc -p tsconfig.es.json",
14
- "build": "yarn build:cjs && yarn build:es",
15
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "clean": "yarn clean:dist && yarn clean:docs",
12
+ "clean:dist": "rimraf ./dist",
13
+ "clean:docs": "rimraf ./docs",
14
+ "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
15
+ "test": "exit 0"
16
16
  },
17
17
  "main": "./dist/cjs/index.js",
18
18
  "types": "./dist/types/index.d.ts",
@@ -27,39 +27,39 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "^1.0.0",
29
29
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.33.0",
31
- "@aws-sdk/config-resolver": "3.33.0",
32
- "@aws-sdk/credential-provider-node": "3.33.0",
33
- "@aws-sdk/fetch-http-handler": "3.32.0",
34
- "@aws-sdk/hash-node": "3.32.0",
35
- "@aws-sdk/invalid-dependency": "3.32.0",
36
- "@aws-sdk/middleware-content-length": "3.32.0",
37
- "@aws-sdk/middleware-host-header": "3.32.0",
38
- "@aws-sdk/middleware-logger": "3.32.0",
39
- "@aws-sdk/middleware-retry": "3.32.0",
40
- "@aws-sdk/middleware-serde": "3.32.0",
41
- "@aws-sdk/middleware-signing": "3.33.0",
42
- "@aws-sdk/middleware-stack": "3.32.0",
43
- "@aws-sdk/middleware-user-agent": "3.32.0",
44
- "@aws-sdk/node-config-provider": "3.32.0",
45
- "@aws-sdk/node-http-handler": "3.32.0",
46
- "@aws-sdk/protocol-http": "3.32.0",
47
- "@aws-sdk/smithy-client": "3.32.0",
48
- "@aws-sdk/types": "3.32.0",
49
- "@aws-sdk/url-parser": "3.32.0",
50
- "@aws-sdk/util-base64-browser": "3.32.0",
51
- "@aws-sdk/util-base64-node": "3.32.0",
52
- "@aws-sdk/util-body-length-browser": "3.32.0",
53
- "@aws-sdk/util-body-length-node": "3.32.0",
54
- "@aws-sdk/util-user-agent-browser": "3.32.0",
55
- "@aws-sdk/util-user-agent-node": "3.33.0",
56
- "@aws-sdk/util-utf8-browser": "3.32.0",
57
- "@aws-sdk/util-utf8-node": "3.32.0",
30
+ "@aws-sdk/client-sts": "3.34.0",
31
+ "@aws-sdk/config-resolver": "3.34.0",
32
+ "@aws-sdk/credential-provider-node": "3.34.0",
33
+ "@aws-sdk/fetch-http-handler": "3.34.0",
34
+ "@aws-sdk/hash-node": "3.34.0",
35
+ "@aws-sdk/invalid-dependency": "3.34.0",
36
+ "@aws-sdk/middleware-content-length": "3.34.0",
37
+ "@aws-sdk/middleware-host-header": "3.34.0",
38
+ "@aws-sdk/middleware-logger": "3.34.0",
39
+ "@aws-sdk/middleware-retry": "3.34.0",
40
+ "@aws-sdk/middleware-serde": "3.34.0",
41
+ "@aws-sdk/middleware-signing": "3.34.0",
42
+ "@aws-sdk/middleware-stack": "3.34.0",
43
+ "@aws-sdk/middleware-user-agent": "3.34.0",
44
+ "@aws-sdk/node-config-provider": "3.34.0",
45
+ "@aws-sdk/node-http-handler": "3.34.0",
46
+ "@aws-sdk/protocol-http": "3.34.0",
47
+ "@aws-sdk/smithy-client": "3.34.0",
48
+ "@aws-sdk/types": "3.34.0",
49
+ "@aws-sdk/url-parser": "3.34.0",
50
+ "@aws-sdk/util-base64-browser": "3.34.0",
51
+ "@aws-sdk/util-base64-node": "3.34.0",
52
+ "@aws-sdk/util-body-length-browser": "3.34.0",
53
+ "@aws-sdk/util-body-length-node": "3.34.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.34.0",
55
+ "@aws-sdk/util-user-agent-node": "3.34.0",
56
+ "@aws-sdk/util-utf8-browser": "3.34.0",
57
+ "@aws-sdk/util-utf8-node": "3.34.0",
58
58
  "tslib": "^2.3.0",
59
59
  "uuid": "^8.3.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@aws-sdk/client-documentation-generator": "3.32.0",
62
+ "@aws-sdk/client-documentation-generator": "3.34.0",
63
63
  "@types/node": "^12.7.5",
64
64
  "@types/uuid": "^8.3.0",
65
65
  "downlevel-dts": "0.7.0",
@@ -77,406 +77,7 @@ import { UpdatePullRequestStatusCommand, } from "./commands/UpdatePullRequestSta
77
77
  import { UpdatePullRequestTitleCommand, } from "./commands/UpdatePullRequestTitleCommand";
78
78
  import { UpdateRepositoryDescriptionCommand, } from "./commands/UpdateRepositoryDescriptionCommand";
79
79
  import { UpdateRepositoryNameCommand, } from "./commands/UpdateRepositoryNameCommand";
80
- /**
81
- * <fullname>AWS CodeCommit</fullname>
82
- * <p>This is the <i>AWS CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for
83
- * AWS CodeCommit API along with usage examples.</p>
84
- * <p>You can use the AWS CodeCommit API to work with the following objects:</p>
85
- *
86
- * <p>Repositories, by calling the following:</p>
87
- * <ul>
88
- * <li>
89
- * <p>
90
- * <a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your AWS account.</p>
91
- * </li>
92
- * <li>
93
- * <p>
94
- * <a>CreateRepository</a>, which creates an AWS CodeCommit repository.</p>
95
- * </li>
96
- * <li>
97
- * <p>
98
- * <a>DeleteRepository</a>, which deletes an AWS CodeCommit repository.</p>
99
- * </li>
100
- * <li>
101
- * <p>
102
- * <a>GetRepository</a>, which returns information about a specified repository.</p>
103
- * </li>
104
- * <li>
105
- * <p>
106
- * <a>ListRepositories</a>, which lists all AWS CodeCommit repositories associated with your AWS account.</p>
107
- * </li>
108
- * <li>
109
- * <p>
110
- * <a>UpdateRepositoryDescription</a>, which sets or updates the description of the repository.</p>
111
- * </li>
112
- * <li>
113
- * <p>
114
- * <a>UpdateRepositoryName</a>, which changes the name of the
115
- * repository. If you change the name of a repository, no other users of that
116
- * repository can access it until you send them the new HTTPS or SSH URL to
117
- * use.</p>
118
- * </li>
119
- * </ul>
120
- *
121
- * <p>Branches, by calling the following:</p>
122
- * <ul>
123
- * <li>
124
- * <p>
125
- * <a>CreateBranch</a>, which creates a branch in a specified
126
- * repository.</p>
127
- * </li>
128
- * <li>
129
- * <p>
130
- * <a>DeleteBranch</a>, which deletes the specified branch in a repository unless it is the default branch.</p>
131
- * </li>
132
- * <li>
133
- * <p>
134
- * <a>GetBranch</a>, which returns information about a specified branch.</p>
135
- * </li>
136
- * <li>
137
- * <p>
138
- * <a>ListBranches</a>, which lists all branches for a specified repository.</p>
139
- * </li>
140
- * <li>
141
- * <p>
142
- * <a>UpdateDefaultBranch</a>, which changes the default branch for a repository.</p>
143
- * </li>
144
- * </ul>
145
- *
146
- * <p>Files, by calling the following:</p>
147
- * <ul>
148
- * <li>
149
- * <p>
150
- * <a>DeleteFile</a>, which deletes the content of a specified file from a specified branch.</p>
151
- * </li>
152
- * <li>
153
- * <p>
154
- * <a>GetBlob</a>, which returns the base-64 encoded content of an
155
- * individual Git blob object in a repository.</p>
156
- * </li>
157
- * <li>
158
- * <p>
159
- * <a>GetFile</a>, which returns the base-64 encoded content of a specified file.</p>
160
- * </li>
161
- * <li>
162
- * <p>
163
- * <a>GetFolder</a>, which returns the contents of a specified folder or directory.</p>
164
- * </li>
165
- * <li>
166
- * <p>
167
- * <a>PutFile</a>, which adds or modifies a single file in a specified repository and branch.</p>
168
- * </li>
169
- * </ul>
170
- *
171
- *
172
- * <p>Commits, by calling the following:</p>
173
- * <ul>
174
- * <li>
175
- * <p>
176
- * <a>BatchGetCommits</a>, which returns information about one or more commits in a repository.</p>
177
- * </li>
178
- * <li>
179
- * <p>
180
- * <a>CreateCommit</a>, which creates a commit for changes to a repository.</p>
181
- * </li>
182
- * <li>
183
- * <p>
184
- * <a>GetCommit</a>, which returns information about a commit, including commit
185
- * messages and author and committer information.</p>
186
- * </li>
187
- * <li>
188
- * <p>
189
- * <a>GetDifferences</a>, which returns information about the
190
- * differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID,
191
- * or other fully qualified reference).</p>
192
- * </li>
193
- * </ul>
194
- *
195
- *
196
- * <p>Merges, by calling the following:</p>
197
- * <ul>
198
- * <li>
199
- * <p>
200
- * <a>BatchDescribeMergeConflicts</a>, which returns information about conflicts in a merge between commits in a repository.</p>
201
- * </li>
202
- * <li>
203
- * <p>
204
- * <a>CreateUnreferencedMergeCommit</a>, which creates an unreferenced commit between two branches or commits for the
205
- * purpose of comparing them and identifying any potential conflicts.</p>
206
- * </li>
207
- * <li>
208
- * <p>
209
- * <a>DescribeMergeConflicts</a>, which returns information about merge conflicts between the base, source, and destination versions
210
- * of a file in a potential merge.</p>
211
- * </li>
212
- * <li>
213
- * <p>
214
- * <a>GetMergeCommit</a>, which returns information about the merge between a source and destination commit. </p>
215
- *
216
- * </li>
217
- * <li>
218
- * <p>
219
- * <a>GetMergeConflicts</a>, which returns information about merge conflicts
220
- * between the source and destination branch in a pull request.</p>
221
- * </li>
222
- * <li>
223
- *
224
- * <p>
225
- * <a>GetMergeOptions</a>, which returns information about the available merge options between two branches or commit specifiers.</p>
226
- * </li>
227
- * <li>
228
- * <p>
229
- * <a>MergeBranchesByFastForward</a>, which merges two branches using the fast-forward merge option.</p>
230
- * </li>
231
- * <li>
232
- * <p>
233
- * <a>MergeBranchesBySquash</a>, which merges two branches using the squash merge option.</p>
234
- * </li>
235
- * <li>
236
- * <p>
237
- * <a>MergeBranchesByThreeWay</a>, which merges two branches using the three-way merge option.</p>
238
- * </li>
239
- * </ul>
240
- *
241
- *
242
- * <p>Pull requests, by calling the following:</p>
243
- * <ul>
244
- * <li>
245
- * <p>
246
- * <a>CreatePullRequest</a>, which creates a pull request in a specified repository.</p>
247
- * </li>
248
- * <li>
249
- * <p>
250
- * <a>CreatePullRequestApprovalRule</a>, which creates an approval rule for a specified pull request.</p>
251
- * </li>
252
- * <li>
253
- * <p>
254
- * <a>DeletePullRequestApprovalRule</a>, which deletes an approval rule for a specified pull request.</p>
255
- * </li>
256
- * <li>
257
- * <p>
258
- * <a>DescribePullRequestEvents</a>, which returns information about one or more pull request events.</p>
259
- * </li>
260
- * <li>
261
- * <p>
262
- * <a>EvaluatePullRequestApprovalRules</a>, which evaluates whether a pull request has met all the conditions specified in its associated approval rules.</p>
263
- * </li>
264
- * <li>
265
- * <p>
266
- * <a>GetCommentsForPullRequest</a>, which returns information about comments on a specified pull request.</p>
267
- * </li>
268
- * <li>
269
- *
270
- * <p>
271
- * <a>GetPullRequest</a>, which returns information about a specified pull request.</p>
272
- * </li>
273
- * <li>
274
- * <p>
275
- * <a>GetPullRequestApprovalStates</a>, which returns information about the approval states for a specified pull request.</p>
276
- * </li>
277
- * <li>
278
- * <p>
279
- * <a>GetPullRequestOverrideState</a>, which returns information about whether approval rules have been set aside (overriden) for a
280
- * pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.</p>
281
- * </li>
282
- * <li>
283
- * <p>
284
- * <a>ListPullRequests</a>, which lists all pull requests for a repository.</p>
285
- * </li>
286
- * <li>
287
- * <p>
288
- * <a>MergePullRequestByFastForward</a>, which merges the source destination branch of a pull request into the specified destination
289
- * branch for that pull request using the fast-forward merge option.</p>
290
- * </li>
291
- * <li>
292
- * <p>
293
- * <a>MergePullRequestBySquash</a>, which merges the source destination branch of a pull request into the specified destination
294
- * branch for that pull request using the squash merge option.</p>
295
- * </li>
296
- * <li>
297
- * <p>
298
- * <a>MergePullRequestByThreeWay</a>. which merges the source destination branch of a pull request into the specified destination
299
- * branch for that pull request using the three-way merge option.</p>
300
- * </li>
301
- * <li>
302
- * <p>
303
- * <a>OverridePullRequestApprovalRules</a>, which sets aside all approval rule requirements for a pull request.</p>
304
- * </li>
305
- * <li>
306
- * <p>
307
- * <a>PostCommentForPullRequest</a>, which posts a comment to a pull request at the specified line, file, or request.</p>
308
- * </li>
309
- * <li>
310
- * <p>
311
- * <a>UpdatePullRequestApprovalRuleContent</a>, which updates the structure of an approval rule for a pull request.</p>
312
- * </li>
313
- * <li>
314
- * <p>
315
- * <a>UpdatePullRequestApprovalState</a>, which updates the state of an approval on a pull request.</p>
316
- * </li>
317
- * <li>
318
- * <p>
319
- * <a>UpdatePullRequestDescription</a>, which updates the description of a pull request.</p>
320
- * </li>
321
- * <li>
322
- * <p>
323
- * <a>UpdatePullRequestStatus</a>, which updates the status of a pull request.</p>
324
- * </li>
325
- * <li>
326
- * <p>
327
- * <a>UpdatePullRequestTitle</a>, which updates the title of a pull request.</p>
328
- * </li>
329
- * </ul>
330
- *
331
- * <p>Approval rule templates, by calling the following:</p>
332
- * <ul>
333
- * <li>
334
- * <p>
335
- * <a>AssociateApprovalRuleTemplateWithRepository</a>, which associates a template
336
- * with a specified repository. After the template is associated with a repository,
337
- * AWS CodeCommit creates approval rules that match the template conditions on
338
- * every pull request created in the specified repository.</p>
339
- * </li>
340
- * <li>
341
- * <p>
342
- * <a>BatchAssociateApprovalRuleTemplateWithRepositories</a>, which associates a
343
- * template with one or more specified repositories. After the template is
344
- * associated with a repository, AWS CodeCommit creates approval rules that match
345
- * the template conditions on every pull request created in the specified
346
- * repositories.</p>
347
- * </li>
348
- * <li>
349
- * <p>
350
- * <a>BatchDisassociateApprovalRuleTemplateFromRepositories</a>, which removes the
351
- * association between a template and specified repositories so that approval rules
352
- * based on the template are not automatically created when pull requests are
353
- * created in those repositories.</p>
354
- * </li>
355
- * <li>
356
- * <p>
357
- * <a>CreateApprovalRuleTemplate</a>, which creates a template for approval rules that can then be associated with one or more repositories
358
- * in your AWS account.</p>
359
- * </li>
360
- * <li>
361
- * <p>
362
- * <a>DeleteApprovalRuleTemplate</a>, which deletes the specified template. It does not remove approval rules on pull requests already created with the template.</p>
363
- * </li>
364
- * <li>
365
- * <p>
366
- * <a>DisassociateApprovalRuleTemplateFromRepository</a>, which removes the
367
- * association between a template and a repository so that approval rules based on
368
- * the template are not automatically created when pull requests are created in the
369
- * specified repository.</p>
370
- * </li>
371
- * <li>
372
- * <p>
373
- * <a>GetApprovalRuleTemplate</a>, which returns information about an approval rule template.</p>
374
- * </li>
375
- * <li>
376
- * <p>
377
- * <a>ListApprovalRuleTemplates</a>, which lists all approval rule templates in the AWS Region in your AWS account.</p>
378
- * </li>
379
- * <li>
380
- * <p>
381
- * <a>ListAssociatedApprovalRuleTemplatesForRepository</a>, which lists all approval rule templates that are associated with a specified repository.</p>
382
- * </li>
383
- * <li>
384
- * <p>
385
- * <a>ListRepositoriesForApprovalRuleTemplate</a>, which lists all repositories associated with the specified approval rule template.</p>
386
- * </li>
387
- * <li>
388
- * <p>
389
- * <a>UpdateApprovalRuleTemplateDescription</a>, which updates the description of an
390
- * approval rule template.</p>
391
- * </li>
392
- * <li>
393
- * <p>
394
- * <a>UpdateApprovalRuleTemplateName</a>, which updates the name of an approval rule template.</p>
395
- * </li>
396
- * <li>
397
- * <p>
398
- * <a>UpdateApprovalRuleTemplateContent</a>, which updates the content of an approval rule template.</p>
399
- * </li>
400
- * </ul>
401
- *
402
- * <p>Comments in a repository, by calling the following:</p>
403
- * <ul>
404
- * <li>
405
- * <p>
406
- * <a>DeleteCommentContent</a>, which deletes the content of a comment on a commit in a repository.</p>
407
- * </li>
408
- * <li>
409
- * <p>
410
- * <a>GetComment</a>, which returns information about a comment on a commit.</p>
411
- * </li>
412
- * <li>
413
- * <p>
414
- * <a>GetCommentReactions</a>, which returns information about emoji reactions to comments.</p>
415
- * </li>
416
- * <li>
417
- * <p>
418
- * <a>GetCommentsForComparedCommit</a>, which returns information about comments on the comparison between two commit specifiers
419
- * in a repository.</p>
420
- * </li>
421
- * <li>
422
- * <p>
423
- * <a>PostCommentForComparedCommit</a>, which creates a comment on the comparison between two commit specifiers in a repository.</p>
424
- * </li>
425
- * <li>
426
- * <p>
427
- * <a>PostCommentReply</a>, which creates a reply to a comment.</p>
428
- * </li>
429
- * <li>
430
- * <p>
431
- * <a>PutCommentReaction</a>, which creates or updates an emoji reaction to a comment.</p>
432
- * </li>
433
- * <li>
434
- * <p>
435
- * <a>UpdateComment</a>, which updates the content of a comment on a commit in a repository.</p>
436
- * </li>
437
- * </ul>
438
- *
439
- * <p>Tags used to tag resources in AWS CodeCommit (not Git tags), by calling the following:</p>
440
- * <ul>
441
- * <li>
442
- * <p>
443
- * <a>ListTagsForResource</a>, which gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.</p>
444
- * </li>
445
- * <li>
446
- * <p>
447
- * <a>TagResource</a>, which adds or updates tags for a resource in AWS CodeCommit.</p>
448
- * </li>
449
- * <li>
450
- * <p>
451
- * <a>UntagResource</a>, which removes tags for a resource in AWS CodeCommit.</p>
452
- * </li>
453
- * </ul>
454
- *
455
- * <p>Triggers, by calling the following:</p>
456
- * <ul>
457
- * <li>
458
- * <p>
459
- * <a>GetRepositoryTriggers</a>, which returns information about triggers configured
460
- * for a repository.</p>
461
- * </li>
462
- * <li>
463
- * <p>
464
- * <a>PutRepositoryTriggers</a>, which replaces all triggers for a repository and can
465
- * be used to create or delete triggers.</p>
466
- * </li>
467
- * <li>
468
- * <p>
469
- * <a>TestRepositoryTriggers</a>, which tests the functionality of a repository trigger
470
- * by sending data to the trigger target.</p>
471
- * </li>
472
- * </ul>
473
- *
474
- *
475
- *
476
- *
477
- * <p>For information about how to use AWS CodeCommit, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">AWS CodeCommit User Guide</a>.</p>
478
- */
479
- var CodeCommit = /** @class */ (function (_super) {
80
+ var CodeCommit = (function (_super) {
480
81
  __extends(CodeCommit, _super);
481
82
  function CodeCommit() {
482
83
  return _super !== null && _super.apply(this, arguments) || this;