@aws-sdk/client-codecommit 3.489.0 → 3.495.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 (108) hide show
  1. package/dist-cjs/CodeCommit.js +1 -169
  2. package/dist-cjs/CodeCommitClient.js +1 -43
  3. package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -28
  4. package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +1 -28
  5. package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +1 -28
  6. package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetCommitsCommand.js +1 -28
  8. package/dist-cjs/commands/BatchGetRepositoriesCommand.js +1 -28
  9. package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +1 -28
  10. package/dist-cjs/commands/CreateBranchCommand.js +1 -28
  11. package/dist-cjs/commands/CreateCommitCommand.js +1 -28
  12. package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +1 -28
  13. package/dist-cjs/commands/CreatePullRequestCommand.js +1 -28
  14. package/dist-cjs/commands/CreateRepositoryCommand.js +1 -28
  15. package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteBranchCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteCommentContentCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteFileCommand.js +1 -28
  20. package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteRepositoryCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeMergeConflictsCommand.js +1 -28
  23. package/dist-cjs/commands/DescribePullRequestEventsCommand.js +1 -28
  24. package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -28
  25. package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +1 -28
  26. package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +1 -28
  27. package/dist-cjs/commands/GetBlobCommand.js +1 -28
  28. package/dist-cjs/commands/GetBranchCommand.js +1 -28
  29. package/dist-cjs/commands/GetCommentCommand.js +1 -28
  30. package/dist-cjs/commands/GetCommentReactionsCommand.js +1 -28
  31. package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +1 -28
  32. package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +1 -28
  33. package/dist-cjs/commands/GetCommitCommand.js +1 -28
  34. package/dist-cjs/commands/GetDifferencesCommand.js +1 -28
  35. package/dist-cjs/commands/GetFileCommand.js +1 -28
  36. package/dist-cjs/commands/GetFolderCommand.js +1 -28
  37. package/dist-cjs/commands/GetMergeCommitCommand.js +1 -28
  38. package/dist-cjs/commands/GetMergeConflictsCommand.js +1 -28
  39. package/dist-cjs/commands/GetMergeOptionsCommand.js +1 -28
  40. package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +1 -28
  41. package/dist-cjs/commands/GetPullRequestCommand.js +1 -28
  42. package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +1 -28
  43. package/dist-cjs/commands/GetRepositoryCommand.js +1 -28
  44. package/dist-cjs/commands/GetRepositoryTriggersCommand.js +1 -28
  45. package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +1 -28
  46. package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +1 -28
  47. package/dist-cjs/commands/ListBranchesCommand.js +1 -28
  48. package/dist-cjs/commands/ListFileCommitHistoryCommand.js +1 -28
  49. package/dist-cjs/commands/ListPullRequestsCommand.js +1 -28
  50. package/dist-cjs/commands/ListRepositoriesCommand.js +1 -28
  51. package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +1 -28
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  53. package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +1 -28
  54. package/dist-cjs/commands/MergeBranchesBySquashCommand.js +1 -28
  55. package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +1 -28
  56. package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +1 -28
  57. package/dist-cjs/commands/MergePullRequestBySquashCommand.js +1 -28
  58. package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +1 -28
  59. package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +1 -28
  60. package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +1 -28
  61. package/dist-cjs/commands/PostCommentForPullRequestCommand.js +1 -28
  62. package/dist-cjs/commands/PostCommentReplyCommand.js +1 -28
  63. package/dist-cjs/commands/PutCommentReactionCommand.js +1 -28
  64. package/dist-cjs/commands/PutFileCommand.js +1 -28
  65. package/dist-cjs/commands/PutRepositoryTriggersCommand.js +1 -28
  66. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  67. package/dist-cjs/commands/TestRepositoryTriggersCommand.js +1 -28
  68. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  69. package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +1 -28
  70. package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +1 -28
  71. package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateCommentCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateDefaultBranchCommand.js +1 -28
  74. package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +1 -28
  75. package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +1 -28
  76. package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +1 -28
  77. package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +1 -28
  78. package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +1 -28
  79. package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +1 -28
  80. package/dist-cjs/commands/UpdateRepositoryEncryptionKeyCommand.js +1 -28
  81. package/dist-cjs/commands/UpdateRepositoryNameCommand.js +1 -28
  82. package/dist-cjs/commands/index.js +1 -82
  83. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  84. package/dist-cjs/extensionConfiguration.js +1 -2
  85. package/dist-cjs/index.js +13783 -11
  86. package/dist-cjs/models/CodeCommitServiceException.js +1 -12
  87. package/dist-cjs/models/index.js +1 -5
  88. package/dist-cjs/models/models_0.js +1 -1931
  89. package/dist-cjs/models/models_1.js +1 -610
  90. package/dist-cjs/pagination/DescribeMergeConflictsPaginator.js +1 -7
  91. package/dist-cjs/pagination/DescribePullRequestEventsPaginator.js +1 -7
  92. package/dist-cjs/pagination/GetCommentReactionsPaginator.js +1 -7
  93. package/dist-cjs/pagination/GetCommentsForComparedCommitPaginator.js +1 -7
  94. package/dist-cjs/pagination/GetCommentsForPullRequestPaginator.js +1 -7
  95. package/dist-cjs/pagination/GetDifferencesPaginator.js +1 -7
  96. package/dist-cjs/pagination/GetMergeConflictsPaginator.js +1 -7
  97. package/dist-cjs/pagination/Interfaces.js +1 -2
  98. package/dist-cjs/pagination/ListApprovalRuleTemplatesPaginator.js +1 -7
  99. package/dist-cjs/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +1 -7
  100. package/dist-cjs/pagination/ListBranchesPaginator.js +1 -7
  101. package/dist-cjs/pagination/ListFileCommitHistoryPaginator.js +1 -7
  102. package/dist-cjs/pagination/ListPullRequestsPaginator.js +1 -7
  103. package/dist-cjs/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +1 -7
  104. package/dist-cjs/pagination/ListRepositoriesPaginator.js +1 -7
  105. package/dist-cjs/pagination/index.js +1 -18
  106. package/dist-cjs/protocols/Aws_json1_1.js +1 -8452
  107. package/dist-cjs/runtimeExtensions.js +1 -22
  108. package/package.json +40 -40
@@ -1,610 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EncryptionKeyRequiredException = exports.PullRequestStatusRequiredException = exports.InvalidPullRequestStatusUpdateException = exports.PullRequestCannotBeApprovedByAuthorException = exports.MaximumNumberOfApprovalsExceededException = exports.InvalidApprovalStateException = exports.CommentNotCreatedByCallerException = exports.InvalidRuleContentSha256Exception = exports.TagKeysListRequiredException = exports.InvalidTagKeysListException = exports.TagsMapRequiredException = exports.RepositoryTriggersListRequiredException = exports.RepositoryTriggerNameRequiredException = exports.RepositoryTriggerEventsListRequiredException = exports.RepositoryTriggerDestinationArnRequiredException = exports.RepositoryTriggerBranchNameListRequiredException = exports.MaximumRepositoryTriggersExceededException = exports.MaximumBranchesExceededException = exports.InvalidRepositoryTriggerRegionException = exports.InvalidRepositoryTriggerNameException = exports.InvalidRepositoryTriggerEventsException = exports.InvalidRepositoryTriggerDestinationArnException = exports.InvalidRepositoryTriggerCustomDataException = exports.InvalidRepositoryTriggerBranchNameException = exports.SameFileContentException = exports.FileContentRequiredException = exports.ReactionValueRequiredException = exports.ReactionLimitExceededException = exports.InvalidReactionValueException = exports.InvalidRelativeFileVersionEnumException = exports.InvalidFilePositionException = exports.InvalidFileLocationException = exports.CommentContentSizeLimitExceededException = exports.CommentContentRequiredException = exports.OverrideStatusRequiredException = exports.OverrideAlreadySetException = exports.InvalidOverrideStatusException = exports.TipOfSourceReferenceIsDifferentException = exports.PullRequestApprovalRulesNotSatisfiedException = exports.InvalidTargetBranchException = exports.ResourceArnRequiredException = exports.InvalidResourceArnException = exports.SortByEnum = exports.OrderEnum = exports.InvalidSortByException = exports.InvalidOrderException = exports.InvalidPullRequestStatusException = exports.InvalidAuthorArnException = void 0;
4
- const CodeCommitServiceException_1 = require("./CodeCommitServiceException");
5
- class InvalidAuthorArnException extends CodeCommitServiceException_1.CodeCommitServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "InvalidAuthorArnException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- this.name = "InvalidAuthorArnException";
13
- this.$fault = "client";
14
- Object.setPrototypeOf(this, InvalidAuthorArnException.prototype);
15
- }
16
- }
17
- exports.InvalidAuthorArnException = InvalidAuthorArnException;
18
- class InvalidPullRequestStatusException extends CodeCommitServiceException_1.CodeCommitServiceException {
19
- constructor(opts) {
20
- super({
21
- name: "InvalidPullRequestStatusException",
22
- $fault: "client",
23
- ...opts,
24
- });
25
- this.name = "InvalidPullRequestStatusException";
26
- this.$fault = "client";
27
- Object.setPrototypeOf(this, InvalidPullRequestStatusException.prototype);
28
- }
29
- }
30
- exports.InvalidPullRequestStatusException = InvalidPullRequestStatusException;
31
- class InvalidOrderException extends CodeCommitServiceException_1.CodeCommitServiceException {
32
- constructor(opts) {
33
- super({
34
- name: "InvalidOrderException",
35
- $fault: "client",
36
- ...opts,
37
- });
38
- this.name = "InvalidOrderException";
39
- this.$fault = "client";
40
- Object.setPrototypeOf(this, InvalidOrderException.prototype);
41
- }
42
- }
43
- exports.InvalidOrderException = InvalidOrderException;
44
- class InvalidSortByException extends CodeCommitServiceException_1.CodeCommitServiceException {
45
- constructor(opts) {
46
- super({
47
- name: "InvalidSortByException",
48
- $fault: "client",
49
- ...opts,
50
- });
51
- this.name = "InvalidSortByException";
52
- this.$fault = "client";
53
- Object.setPrototypeOf(this, InvalidSortByException.prototype);
54
- }
55
- }
56
- exports.InvalidSortByException = InvalidSortByException;
57
- exports.OrderEnum = {
58
- ASCENDING: "ascending",
59
- DESCENDING: "descending",
60
- };
61
- exports.SortByEnum = {
62
- MODIFIED_DATE: "lastModifiedDate",
63
- REPOSITORY_NAME: "repositoryName",
64
- };
65
- class InvalidResourceArnException extends CodeCommitServiceException_1.CodeCommitServiceException {
66
- constructor(opts) {
67
- super({
68
- name: "InvalidResourceArnException",
69
- $fault: "client",
70
- ...opts,
71
- });
72
- this.name = "InvalidResourceArnException";
73
- this.$fault = "client";
74
- Object.setPrototypeOf(this, InvalidResourceArnException.prototype);
75
- }
76
- }
77
- exports.InvalidResourceArnException = InvalidResourceArnException;
78
- class ResourceArnRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
79
- constructor(opts) {
80
- super({
81
- name: "ResourceArnRequiredException",
82
- $fault: "client",
83
- ...opts,
84
- });
85
- this.name = "ResourceArnRequiredException";
86
- this.$fault = "client";
87
- Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
88
- }
89
- }
90
- exports.ResourceArnRequiredException = ResourceArnRequiredException;
91
- class InvalidTargetBranchException extends CodeCommitServiceException_1.CodeCommitServiceException {
92
- constructor(opts) {
93
- super({
94
- name: "InvalidTargetBranchException",
95
- $fault: "client",
96
- ...opts,
97
- });
98
- this.name = "InvalidTargetBranchException";
99
- this.$fault = "client";
100
- Object.setPrototypeOf(this, InvalidTargetBranchException.prototype);
101
- }
102
- }
103
- exports.InvalidTargetBranchException = InvalidTargetBranchException;
104
- class PullRequestApprovalRulesNotSatisfiedException extends CodeCommitServiceException_1.CodeCommitServiceException {
105
- constructor(opts) {
106
- super({
107
- name: "PullRequestApprovalRulesNotSatisfiedException",
108
- $fault: "client",
109
- ...opts,
110
- });
111
- this.name = "PullRequestApprovalRulesNotSatisfiedException";
112
- this.$fault = "client";
113
- Object.setPrototypeOf(this, PullRequestApprovalRulesNotSatisfiedException.prototype);
114
- }
115
- }
116
- exports.PullRequestApprovalRulesNotSatisfiedException = PullRequestApprovalRulesNotSatisfiedException;
117
- class TipOfSourceReferenceIsDifferentException extends CodeCommitServiceException_1.CodeCommitServiceException {
118
- constructor(opts) {
119
- super({
120
- name: "TipOfSourceReferenceIsDifferentException",
121
- $fault: "client",
122
- ...opts,
123
- });
124
- this.name = "TipOfSourceReferenceIsDifferentException";
125
- this.$fault = "client";
126
- Object.setPrototypeOf(this, TipOfSourceReferenceIsDifferentException.prototype);
127
- }
128
- }
129
- exports.TipOfSourceReferenceIsDifferentException = TipOfSourceReferenceIsDifferentException;
130
- class InvalidOverrideStatusException extends CodeCommitServiceException_1.CodeCommitServiceException {
131
- constructor(opts) {
132
- super({
133
- name: "InvalidOverrideStatusException",
134
- $fault: "client",
135
- ...opts,
136
- });
137
- this.name = "InvalidOverrideStatusException";
138
- this.$fault = "client";
139
- Object.setPrototypeOf(this, InvalidOverrideStatusException.prototype);
140
- }
141
- }
142
- exports.InvalidOverrideStatusException = InvalidOverrideStatusException;
143
- class OverrideAlreadySetException extends CodeCommitServiceException_1.CodeCommitServiceException {
144
- constructor(opts) {
145
- super({
146
- name: "OverrideAlreadySetException",
147
- $fault: "client",
148
- ...opts,
149
- });
150
- this.name = "OverrideAlreadySetException";
151
- this.$fault = "client";
152
- Object.setPrototypeOf(this, OverrideAlreadySetException.prototype);
153
- }
154
- }
155
- exports.OverrideAlreadySetException = OverrideAlreadySetException;
156
- class OverrideStatusRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
157
- constructor(opts) {
158
- super({
159
- name: "OverrideStatusRequiredException",
160
- $fault: "client",
161
- ...opts,
162
- });
163
- this.name = "OverrideStatusRequiredException";
164
- this.$fault = "client";
165
- Object.setPrototypeOf(this, OverrideStatusRequiredException.prototype);
166
- }
167
- }
168
- exports.OverrideStatusRequiredException = OverrideStatusRequiredException;
169
- class CommentContentRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
170
- constructor(opts) {
171
- super({
172
- name: "CommentContentRequiredException",
173
- $fault: "client",
174
- ...opts,
175
- });
176
- this.name = "CommentContentRequiredException";
177
- this.$fault = "client";
178
- Object.setPrototypeOf(this, CommentContentRequiredException.prototype);
179
- }
180
- }
181
- exports.CommentContentRequiredException = CommentContentRequiredException;
182
- class CommentContentSizeLimitExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
183
- constructor(opts) {
184
- super({
185
- name: "CommentContentSizeLimitExceededException",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- this.name = "CommentContentSizeLimitExceededException";
190
- this.$fault = "client";
191
- Object.setPrototypeOf(this, CommentContentSizeLimitExceededException.prototype);
192
- }
193
- }
194
- exports.CommentContentSizeLimitExceededException = CommentContentSizeLimitExceededException;
195
- class InvalidFileLocationException extends CodeCommitServiceException_1.CodeCommitServiceException {
196
- constructor(opts) {
197
- super({
198
- name: "InvalidFileLocationException",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- this.name = "InvalidFileLocationException";
203
- this.$fault = "client";
204
- Object.setPrototypeOf(this, InvalidFileLocationException.prototype);
205
- }
206
- }
207
- exports.InvalidFileLocationException = InvalidFileLocationException;
208
- class InvalidFilePositionException extends CodeCommitServiceException_1.CodeCommitServiceException {
209
- constructor(opts) {
210
- super({
211
- name: "InvalidFilePositionException",
212
- $fault: "client",
213
- ...opts,
214
- });
215
- this.name = "InvalidFilePositionException";
216
- this.$fault = "client";
217
- Object.setPrototypeOf(this, InvalidFilePositionException.prototype);
218
- }
219
- }
220
- exports.InvalidFilePositionException = InvalidFilePositionException;
221
- class InvalidRelativeFileVersionEnumException extends CodeCommitServiceException_1.CodeCommitServiceException {
222
- constructor(opts) {
223
- super({
224
- name: "InvalidRelativeFileVersionEnumException",
225
- $fault: "client",
226
- ...opts,
227
- });
228
- this.name = "InvalidRelativeFileVersionEnumException";
229
- this.$fault = "client";
230
- Object.setPrototypeOf(this, InvalidRelativeFileVersionEnumException.prototype);
231
- }
232
- }
233
- exports.InvalidRelativeFileVersionEnumException = InvalidRelativeFileVersionEnumException;
234
- class InvalidReactionValueException extends CodeCommitServiceException_1.CodeCommitServiceException {
235
- constructor(opts) {
236
- super({
237
- name: "InvalidReactionValueException",
238
- $fault: "client",
239
- ...opts,
240
- });
241
- this.name = "InvalidReactionValueException";
242
- this.$fault = "client";
243
- Object.setPrototypeOf(this, InvalidReactionValueException.prototype);
244
- }
245
- }
246
- exports.InvalidReactionValueException = InvalidReactionValueException;
247
- class ReactionLimitExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
248
- constructor(opts) {
249
- super({
250
- name: "ReactionLimitExceededException",
251
- $fault: "client",
252
- ...opts,
253
- });
254
- this.name = "ReactionLimitExceededException";
255
- this.$fault = "client";
256
- Object.setPrototypeOf(this, ReactionLimitExceededException.prototype);
257
- }
258
- }
259
- exports.ReactionLimitExceededException = ReactionLimitExceededException;
260
- class ReactionValueRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
261
- constructor(opts) {
262
- super({
263
- name: "ReactionValueRequiredException",
264
- $fault: "client",
265
- ...opts,
266
- });
267
- this.name = "ReactionValueRequiredException";
268
- this.$fault = "client";
269
- Object.setPrototypeOf(this, ReactionValueRequiredException.prototype);
270
- }
271
- }
272
- exports.ReactionValueRequiredException = ReactionValueRequiredException;
273
- class FileContentRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
274
- constructor(opts) {
275
- super({
276
- name: "FileContentRequiredException",
277
- $fault: "client",
278
- ...opts,
279
- });
280
- this.name = "FileContentRequiredException";
281
- this.$fault = "client";
282
- Object.setPrototypeOf(this, FileContentRequiredException.prototype);
283
- }
284
- }
285
- exports.FileContentRequiredException = FileContentRequiredException;
286
- class SameFileContentException extends CodeCommitServiceException_1.CodeCommitServiceException {
287
- constructor(opts) {
288
- super({
289
- name: "SameFileContentException",
290
- $fault: "client",
291
- ...opts,
292
- });
293
- this.name = "SameFileContentException";
294
- this.$fault = "client";
295
- Object.setPrototypeOf(this, SameFileContentException.prototype);
296
- }
297
- }
298
- exports.SameFileContentException = SameFileContentException;
299
- class InvalidRepositoryTriggerBranchNameException extends CodeCommitServiceException_1.CodeCommitServiceException {
300
- constructor(opts) {
301
- super({
302
- name: "InvalidRepositoryTriggerBranchNameException",
303
- $fault: "client",
304
- ...opts,
305
- });
306
- this.name = "InvalidRepositoryTriggerBranchNameException";
307
- this.$fault = "client";
308
- Object.setPrototypeOf(this, InvalidRepositoryTriggerBranchNameException.prototype);
309
- }
310
- }
311
- exports.InvalidRepositoryTriggerBranchNameException = InvalidRepositoryTriggerBranchNameException;
312
- class InvalidRepositoryTriggerCustomDataException extends CodeCommitServiceException_1.CodeCommitServiceException {
313
- constructor(opts) {
314
- super({
315
- name: "InvalidRepositoryTriggerCustomDataException",
316
- $fault: "client",
317
- ...opts,
318
- });
319
- this.name = "InvalidRepositoryTriggerCustomDataException";
320
- this.$fault = "client";
321
- Object.setPrototypeOf(this, InvalidRepositoryTriggerCustomDataException.prototype);
322
- }
323
- }
324
- exports.InvalidRepositoryTriggerCustomDataException = InvalidRepositoryTriggerCustomDataException;
325
- class InvalidRepositoryTriggerDestinationArnException extends CodeCommitServiceException_1.CodeCommitServiceException {
326
- constructor(opts) {
327
- super({
328
- name: "InvalidRepositoryTriggerDestinationArnException",
329
- $fault: "client",
330
- ...opts,
331
- });
332
- this.name = "InvalidRepositoryTriggerDestinationArnException";
333
- this.$fault = "client";
334
- Object.setPrototypeOf(this, InvalidRepositoryTriggerDestinationArnException.prototype);
335
- }
336
- }
337
- exports.InvalidRepositoryTriggerDestinationArnException = InvalidRepositoryTriggerDestinationArnException;
338
- class InvalidRepositoryTriggerEventsException extends CodeCommitServiceException_1.CodeCommitServiceException {
339
- constructor(opts) {
340
- super({
341
- name: "InvalidRepositoryTriggerEventsException",
342
- $fault: "client",
343
- ...opts,
344
- });
345
- this.name = "InvalidRepositoryTriggerEventsException";
346
- this.$fault = "client";
347
- Object.setPrototypeOf(this, InvalidRepositoryTriggerEventsException.prototype);
348
- }
349
- }
350
- exports.InvalidRepositoryTriggerEventsException = InvalidRepositoryTriggerEventsException;
351
- class InvalidRepositoryTriggerNameException extends CodeCommitServiceException_1.CodeCommitServiceException {
352
- constructor(opts) {
353
- super({
354
- name: "InvalidRepositoryTriggerNameException",
355
- $fault: "client",
356
- ...opts,
357
- });
358
- this.name = "InvalidRepositoryTriggerNameException";
359
- this.$fault = "client";
360
- Object.setPrototypeOf(this, InvalidRepositoryTriggerNameException.prototype);
361
- }
362
- }
363
- exports.InvalidRepositoryTriggerNameException = InvalidRepositoryTriggerNameException;
364
- class InvalidRepositoryTriggerRegionException extends CodeCommitServiceException_1.CodeCommitServiceException {
365
- constructor(opts) {
366
- super({
367
- name: "InvalidRepositoryTriggerRegionException",
368
- $fault: "client",
369
- ...opts,
370
- });
371
- this.name = "InvalidRepositoryTriggerRegionException";
372
- this.$fault = "client";
373
- Object.setPrototypeOf(this, InvalidRepositoryTriggerRegionException.prototype);
374
- }
375
- }
376
- exports.InvalidRepositoryTriggerRegionException = InvalidRepositoryTriggerRegionException;
377
- class MaximumBranchesExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
378
- constructor(opts) {
379
- super({
380
- name: "MaximumBranchesExceededException",
381
- $fault: "client",
382
- ...opts,
383
- });
384
- this.name = "MaximumBranchesExceededException";
385
- this.$fault = "client";
386
- Object.setPrototypeOf(this, MaximumBranchesExceededException.prototype);
387
- }
388
- }
389
- exports.MaximumBranchesExceededException = MaximumBranchesExceededException;
390
- class MaximumRepositoryTriggersExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
391
- constructor(opts) {
392
- super({
393
- name: "MaximumRepositoryTriggersExceededException",
394
- $fault: "client",
395
- ...opts,
396
- });
397
- this.name = "MaximumRepositoryTriggersExceededException";
398
- this.$fault = "client";
399
- Object.setPrototypeOf(this, MaximumRepositoryTriggersExceededException.prototype);
400
- }
401
- }
402
- exports.MaximumRepositoryTriggersExceededException = MaximumRepositoryTriggersExceededException;
403
- class RepositoryTriggerBranchNameListRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
404
- constructor(opts) {
405
- super({
406
- name: "RepositoryTriggerBranchNameListRequiredException",
407
- $fault: "client",
408
- ...opts,
409
- });
410
- this.name = "RepositoryTriggerBranchNameListRequiredException";
411
- this.$fault = "client";
412
- Object.setPrototypeOf(this, RepositoryTriggerBranchNameListRequiredException.prototype);
413
- }
414
- }
415
- exports.RepositoryTriggerBranchNameListRequiredException = RepositoryTriggerBranchNameListRequiredException;
416
- class RepositoryTriggerDestinationArnRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
417
- constructor(opts) {
418
- super({
419
- name: "RepositoryTriggerDestinationArnRequiredException",
420
- $fault: "client",
421
- ...opts,
422
- });
423
- this.name = "RepositoryTriggerDestinationArnRequiredException";
424
- this.$fault = "client";
425
- Object.setPrototypeOf(this, RepositoryTriggerDestinationArnRequiredException.prototype);
426
- }
427
- }
428
- exports.RepositoryTriggerDestinationArnRequiredException = RepositoryTriggerDestinationArnRequiredException;
429
- class RepositoryTriggerEventsListRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
430
- constructor(opts) {
431
- super({
432
- name: "RepositoryTriggerEventsListRequiredException",
433
- $fault: "client",
434
- ...opts,
435
- });
436
- this.name = "RepositoryTriggerEventsListRequiredException";
437
- this.$fault = "client";
438
- Object.setPrototypeOf(this, RepositoryTriggerEventsListRequiredException.prototype);
439
- }
440
- }
441
- exports.RepositoryTriggerEventsListRequiredException = RepositoryTriggerEventsListRequiredException;
442
- class RepositoryTriggerNameRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
443
- constructor(opts) {
444
- super({
445
- name: "RepositoryTriggerNameRequiredException",
446
- $fault: "client",
447
- ...opts,
448
- });
449
- this.name = "RepositoryTriggerNameRequiredException";
450
- this.$fault = "client";
451
- Object.setPrototypeOf(this, RepositoryTriggerNameRequiredException.prototype);
452
- }
453
- }
454
- exports.RepositoryTriggerNameRequiredException = RepositoryTriggerNameRequiredException;
455
- class RepositoryTriggersListRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
456
- constructor(opts) {
457
- super({
458
- name: "RepositoryTriggersListRequiredException",
459
- $fault: "client",
460
- ...opts,
461
- });
462
- this.name = "RepositoryTriggersListRequiredException";
463
- this.$fault = "client";
464
- Object.setPrototypeOf(this, RepositoryTriggersListRequiredException.prototype);
465
- }
466
- }
467
- exports.RepositoryTriggersListRequiredException = RepositoryTriggersListRequiredException;
468
- class TagsMapRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
469
- constructor(opts) {
470
- super({
471
- name: "TagsMapRequiredException",
472
- $fault: "client",
473
- ...opts,
474
- });
475
- this.name = "TagsMapRequiredException";
476
- this.$fault = "client";
477
- Object.setPrototypeOf(this, TagsMapRequiredException.prototype);
478
- }
479
- }
480
- exports.TagsMapRequiredException = TagsMapRequiredException;
481
- class InvalidTagKeysListException extends CodeCommitServiceException_1.CodeCommitServiceException {
482
- constructor(opts) {
483
- super({
484
- name: "InvalidTagKeysListException",
485
- $fault: "client",
486
- ...opts,
487
- });
488
- this.name = "InvalidTagKeysListException";
489
- this.$fault = "client";
490
- Object.setPrototypeOf(this, InvalidTagKeysListException.prototype);
491
- }
492
- }
493
- exports.InvalidTagKeysListException = InvalidTagKeysListException;
494
- class TagKeysListRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
495
- constructor(opts) {
496
- super({
497
- name: "TagKeysListRequiredException",
498
- $fault: "client",
499
- ...opts,
500
- });
501
- this.name = "TagKeysListRequiredException";
502
- this.$fault = "client";
503
- Object.setPrototypeOf(this, TagKeysListRequiredException.prototype);
504
- }
505
- }
506
- exports.TagKeysListRequiredException = TagKeysListRequiredException;
507
- class InvalidRuleContentSha256Exception extends CodeCommitServiceException_1.CodeCommitServiceException {
508
- constructor(opts) {
509
- super({
510
- name: "InvalidRuleContentSha256Exception",
511
- $fault: "client",
512
- ...opts,
513
- });
514
- this.name = "InvalidRuleContentSha256Exception";
515
- this.$fault = "client";
516
- Object.setPrototypeOf(this, InvalidRuleContentSha256Exception.prototype);
517
- }
518
- }
519
- exports.InvalidRuleContentSha256Exception = InvalidRuleContentSha256Exception;
520
- class CommentNotCreatedByCallerException extends CodeCommitServiceException_1.CodeCommitServiceException {
521
- constructor(opts) {
522
- super({
523
- name: "CommentNotCreatedByCallerException",
524
- $fault: "client",
525
- ...opts,
526
- });
527
- this.name = "CommentNotCreatedByCallerException";
528
- this.$fault = "client";
529
- Object.setPrototypeOf(this, CommentNotCreatedByCallerException.prototype);
530
- }
531
- }
532
- exports.CommentNotCreatedByCallerException = CommentNotCreatedByCallerException;
533
- class InvalidApprovalStateException extends CodeCommitServiceException_1.CodeCommitServiceException {
534
- constructor(opts) {
535
- super({
536
- name: "InvalidApprovalStateException",
537
- $fault: "client",
538
- ...opts,
539
- });
540
- this.name = "InvalidApprovalStateException";
541
- this.$fault = "client";
542
- Object.setPrototypeOf(this, InvalidApprovalStateException.prototype);
543
- }
544
- }
545
- exports.InvalidApprovalStateException = InvalidApprovalStateException;
546
- class MaximumNumberOfApprovalsExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
547
- constructor(opts) {
548
- super({
549
- name: "MaximumNumberOfApprovalsExceededException",
550
- $fault: "client",
551
- ...opts,
552
- });
553
- this.name = "MaximumNumberOfApprovalsExceededException";
554
- this.$fault = "client";
555
- Object.setPrototypeOf(this, MaximumNumberOfApprovalsExceededException.prototype);
556
- }
557
- }
558
- exports.MaximumNumberOfApprovalsExceededException = MaximumNumberOfApprovalsExceededException;
559
- class PullRequestCannotBeApprovedByAuthorException extends CodeCommitServiceException_1.CodeCommitServiceException {
560
- constructor(opts) {
561
- super({
562
- name: "PullRequestCannotBeApprovedByAuthorException",
563
- $fault: "client",
564
- ...opts,
565
- });
566
- this.name = "PullRequestCannotBeApprovedByAuthorException";
567
- this.$fault = "client";
568
- Object.setPrototypeOf(this, PullRequestCannotBeApprovedByAuthorException.prototype);
569
- }
570
- }
571
- exports.PullRequestCannotBeApprovedByAuthorException = PullRequestCannotBeApprovedByAuthorException;
572
- class InvalidPullRequestStatusUpdateException extends CodeCommitServiceException_1.CodeCommitServiceException {
573
- constructor(opts) {
574
- super({
575
- name: "InvalidPullRequestStatusUpdateException",
576
- $fault: "client",
577
- ...opts,
578
- });
579
- this.name = "InvalidPullRequestStatusUpdateException";
580
- this.$fault = "client";
581
- Object.setPrototypeOf(this, InvalidPullRequestStatusUpdateException.prototype);
582
- }
583
- }
584
- exports.InvalidPullRequestStatusUpdateException = InvalidPullRequestStatusUpdateException;
585
- class PullRequestStatusRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
586
- constructor(opts) {
587
- super({
588
- name: "PullRequestStatusRequiredException",
589
- $fault: "client",
590
- ...opts,
591
- });
592
- this.name = "PullRequestStatusRequiredException";
593
- this.$fault = "client";
594
- Object.setPrototypeOf(this, PullRequestStatusRequiredException.prototype);
595
- }
596
- }
597
- exports.PullRequestStatusRequiredException = PullRequestStatusRequiredException;
598
- class EncryptionKeyRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
599
- constructor(opts) {
600
- super({
601
- name: "EncryptionKeyRequiredException",
602
- $fault: "client",
603
- ...opts,
604
- });
605
- this.name = "EncryptionKeyRequiredException";
606
- this.$fault = "client";
607
- Object.setPrototypeOf(this, EncryptionKeyRequiredException.prototype);
608
- }
609
- }
610
- exports.EncryptionKeyRequiredException = EncryptionKeyRequiredException;
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeMergeConflicts = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeCommitClient_1 = require("../CodeCommitClient");
6
- const DescribeMergeConflictsCommand_1 = require("../commands/DescribeMergeConflictsCommand");
7
- exports.paginateDescribeMergeConflicts = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, DescribeMergeConflictsCommand_1.DescribeMergeConflictsCommand, "nextToken", "nextToken", "maxMergeHunks");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribePullRequestEvents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeCommitClient_1 = require("../CodeCommitClient");
6
- const DescribePullRequestEventsCommand_1 = require("../commands/DescribePullRequestEventsCommand");
7
- exports.paginateDescribePullRequestEvents = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, DescribePullRequestEventsCommand_1.DescribePullRequestEventsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetCommentReactions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeCommitClient_1 = require("../CodeCommitClient");
6
- const GetCommentReactionsCommand_1 = require("../commands/GetCommentReactionsCommand");
7
- exports.paginateGetCommentReactions = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, GetCommentReactionsCommand_1.GetCommentReactionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetCommentsForComparedCommit = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeCommitClient_1 = require("../CodeCommitClient");
6
- const GetCommentsForComparedCommitCommand_1 = require("../commands/GetCommentsForComparedCommitCommand");
7
- exports.paginateGetCommentsForComparedCommit = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, GetCommentsForComparedCommitCommand_1.GetCommentsForComparedCommitCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetCommentsForPullRequest = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeCommitClient_1 = require("../CodeCommitClient");
6
- const GetCommentsForPullRequestCommand_1 = require("../commands/GetCommentsForPullRequestCommand");
7
- exports.paginateGetCommentsForPullRequest = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, GetCommentsForPullRequestCommand_1.GetCommentsForPullRequestCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetDifferences = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeCommitClient_1 = require("../CodeCommitClient");
6
- const GetDifferencesCommand_1 = require("../commands/GetDifferencesCommand");
7
- exports.paginateGetDifferences = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, GetDifferencesCommand_1.GetDifferencesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetMergeConflicts = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeCommitClient_1 = require("../CodeCommitClient");
6
- const GetMergeConflictsCommand_1 = require("../commands/GetMergeConflictsCommand");
7
- exports.paginateGetMergeConflicts = (0, core_1.createPaginator)(CodeCommitClient_1.CodeCommitClient, GetMergeConflictsCommand_1.GetMergeConflictsCommand, "nextToken", "nextToken", "maxConflictFiles");
1
+ module.exports = require("../index.js");