@aws-sdk/client-codecommit 3.716.0 → 3.723.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.
@@ -1,13 +1,13 @@
1
1
  import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
2
2
  export class ActorDoesNotExistException extends __BaseException {
3
+ name = "ActorDoesNotExistException";
4
+ $fault = "client";
3
5
  constructor(opts) {
4
6
  super({
5
7
  name: "ActorDoesNotExistException",
6
8
  $fault: "client",
7
9
  ...opts,
8
10
  });
9
- this.name = "ActorDoesNotExistException";
10
- this.$fault = "client";
11
11
  Object.setPrototypeOf(this, ActorDoesNotExistException.prototype);
12
12
  }
13
13
  }
@@ -16,50 +16,50 @@ export const ApprovalState = {
16
16
  REVOKE: "REVOKE",
17
17
  };
18
18
  export class ApprovalRuleContentRequiredException extends __BaseException {
19
+ name = "ApprovalRuleContentRequiredException";
20
+ $fault = "client";
19
21
  constructor(opts) {
20
22
  super({
21
23
  name: "ApprovalRuleContentRequiredException",
22
24
  $fault: "client",
23
25
  ...opts,
24
26
  });
25
- this.name = "ApprovalRuleContentRequiredException";
26
- this.$fault = "client";
27
27
  Object.setPrototypeOf(this, ApprovalRuleContentRequiredException.prototype);
28
28
  }
29
29
  }
30
30
  export class ApprovalRuleDoesNotExistException extends __BaseException {
31
+ name = "ApprovalRuleDoesNotExistException";
32
+ $fault = "client";
31
33
  constructor(opts) {
32
34
  super({
33
35
  name: "ApprovalRuleDoesNotExistException",
34
36
  $fault: "client",
35
37
  ...opts,
36
38
  });
37
- this.name = "ApprovalRuleDoesNotExistException";
38
- this.$fault = "client";
39
39
  Object.setPrototypeOf(this, ApprovalRuleDoesNotExistException.prototype);
40
40
  }
41
41
  }
42
42
  export class ApprovalRuleNameAlreadyExistsException extends __BaseException {
43
+ name = "ApprovalRuleNameAlreadyExistsException";
44
+ $fault = "client";
43
45
  constructor(opts) {
44
46
  super({
45
47
  name: "ApprovalRuleNameAlreadyExistsException",
46
48
  $fault: "client",
47
49
  ...opts,
48
50
  });
49
- this.name = "ApprovalRuleNameAlreadyExistsException";
50
- this.$fault = "client";
51
51
  Object.setPrototypeOf(this, ApprovalRuleNameAlreadyExistsException.prototype);
52
52
  }
53
53
  }
54
54
  export class ApprovalRuleNameRequiredException extends __BaseException {
55
+ name = "ApprovalRuleNameRequiredException";
56
+ $fault = "client";
55
57
  constructor(opts) {
56
58
  super({
57
59
  name: "ApprovalRuleNameRequiredException",
58
60
  $fault: "client",
59
61
  ...opts,
60
62
  });
61
- this.name = "ApprovalRuleNameRequiredException";
62
- this.$fault = "client";
63
63
  Object.setPrototypeOf(this, ApprovalRuleNameRequiredException.prototype);
64
64
  }
65
65
  }
@@ -68,230 +68,230 @@ export const OverrideStatus = {
68
68
  REVOKE: "REVOKE",
69
69
  };
70
70
  export class ApprovalRuleTemplateContentRequiredException extends __BaseException {
71
+ name = "ApprovalRuleTemplateContentRequiredException";
72
+ $fault = "client";
71
73
  constructor(opts) {
72
74
  super({
73
75
  name: "ApprovalRuleTemplateContentRequiredException",
74
76
  $fault: "client",
75
77
  ...opts,
76
78
  });
77
- this.name = "ApprovalRuleTemplateContentRequiredException";
78
- this.$fault = "client";
79
79
  Object.setPrototypeOf(this, ApprovalRuleTemplateContentRequiredException.prototype);
80
80
  }
81
81
  }
82
82
  export class ApprovalRuleTemplateDoesNotExistException extends __BaseException {
83
+ name = "ApprovalRuleTemplateDoesNotExistException";
84
+ $fault = "client";
83
85
  constructor(opts) {
84
86
  super({
85
87
  name: "ApprovalRuleTemplateDoesNotExistException",
86
88
  $fault: "client",
87
89
  ...opts,
88
90
  });
89
- this.name = "ApprovalRuleTemplateDoesNotExistException";
90
- this.$fault = "client";
91
91
  Object.setPrototypeOf(this, ApprovalRuleTemplateDoesNotExistException.prototype);
92
92
  }
93
93
  }
94
94
  export class ApprovalRuleTemplateInUseException extends __BaseException {
95
+ name = "ApprovalRuleTemplateInUseException";
96
+ $fault = "client";
95
97
  constructor(opts) {
96
98
  super({
97
99
  name: "ApprovalRuleTemplateInUseException",
98
100
  $fault: "client",
99
101
  ...opts,
100
102
  });
101
- this.name = "ApprovalRuleTemplateInUseException";
102
- this.$fault = "client";
103
103
  Object.setPrototypeOf(this, ApprovalRuleTemplateInUseException.prototype);
104
104
  }
105
105
  }
106
106
  export class ApprovalRuleTemplateNameAlreadyExistsException extends __BaseException {
107
+ name = "ApprovalRuleTemplateNameAlreadyExistsException";
108
+ $fault = "client";
107
109
  constructor(opts) {
108
110
  super({
109
111
  name: "ApprovalRuleTemplateNameAlreadyExistsException",
110
112
  $fault: "client",
111
113
  ...opts,
112
114
  });
113
- this.name = "ApprovalRuleTemplateNameAlreadyExistsException";
114
- this.$fault = "client";
115
115
  Object.setPrototypeOf(this, ApprovalRuleTemplateNameAlreadyExistsException.prototype);
116
116
  }
117
117
  }
118
118
  export class ApprovalRuleTemplateNameRequiredException extends __BaseException {
119
+ name = "ApprovalRuleTemplateNameRequiredException";
120
+ $fault = "client";
119
121
  constructor(opts) {
120
122
  super({
121
123
  name: "ApprovalRuleTemplateNameRequiredException",
122
124
  $fault: "client",
123
125
  ...opts,
124
126
  });
125
- this.name = "ApprovalRuleTemplateNameRequiredException";
126
- this.$fault = "client";
127
127
  Object.setPrototypeOf(this, ApprovalRuleTemplateNameRequiredException.prototype);
128
128
  }
129
129
  }
130
130
  export class ApprovalStateRequiredException extends __BaseException {
131
+ name = "ApprovalStateRequiredException";
132
+ $fault = "client";
131
133
  constructor(opts) {
132
134
  super({
133
135
  name: "ApprovalStateRequiredException",
134
136
  $fault: "client",
135
137
  ...opts,
136
138
  });
137
- this.name = "ApprovalStateRequiredException";
138
- this.$fault = "client";
139
139
  Object.setPrototypeOf(this, ApprovalStateRequiredException.prototype);
140
140
  }
141
141
  }
142
142
  export class EncryptionIntegrityChecksFailedException extends __BaseException {
143
+ name = "EncryptionIntegrityChecksFailedException";
144
+ $fault = "server";
143
145
  constructor(opts) {
144
146
  super({
145
147
  name: "EncryptionIntegrityChecksFailedException",
146
148
  $fault: "server",
147
149
  ...opts,
148
150
  });
149
- this.name = "EncryptionIntegrityChecksFailedException";
150
- this.$fault = "server";
151
151
  Object.setPrototypeOf(this, EncryptionIntegrityChecksFailedException.prototype);
152
152
  }
153
153
  }
154
154
  export class EncryptionKeyAccessDeniedException extends __BaseException {
155
+ name = "EncryptionKeyAccessDeniedException";
156
+ $fault = "client";
155
157
  constructor(opts) {
156
158
  super({
157
159
  name: "EncryptionKeyAccessDeniedException",
158
160
  $fault: "client",
159
161
  ...opts,
160
162
  });
161
- this.name = "EncryptionKeyAccessDeniedException";
162
- this.$fault = "client";
163
163
  Object.setPrototypeOf(this, EncryptionKeyAccessDeniedException.prototype);
164
164
  }
165
165
  }
166
166
  export class EncryptionKeyDisabledException extends __BaseException {
167
+ name = "EncryptionKeyDisabledException";
168
+ $fault = "client";
167
169
  constructor(opts) {
168
170
  super({
169
171
  name: "EncryptionKeyDisabledException",
170
172
  $fault: "client",
171
173
  ...opts,
172
174
  });
173
- this.name = "EncryptionKeyDisabledException";
174
- this.$fault = "client";
175
175
  Object.setPrototypeOf(this, EncryptionKeyDisabledException.prototype);
176
176
  }
177
177
  }
178
178
  export class EncryptionKeyNotFoundException extends __BaseException {
179
+ name = "EncryptionKeyNotFoundException";
180
+ $fault = "client";
179
181
  constructor(opts) {
180
182
  super({
181
183
  name: "EncryptionKeyNotFoundException",
182
184
  $fault: "client",
183
185
  ...opts,
184
186
  });
185
- this.name = "EncryptionKeyNotFoundException";
186
- this.$fault = "client";
187
187
  Object.setPrototypeOf(this, EncryptionKeyNotFoundException.prototype);
188
188
  }
189
189
  }
190
190
  export class EncryptionKeyUnavailableException extends __BaseException {
191
+ name = "EncryptionKeyUnavailableException";
192
+ $fault = "client";
191
193
  constructor(opts) {
192
194
  super({
193
195
  name: "EncryptionKeyUnavailableException",
194
196
  $fault: "client",
195
197
  ...opts,
196
198
  });
197
- this.name = "EncryptionKeyUnavailableException";
198
- this.$fault = "client";
199
199
  Object.setPrototypeOf(this, EncryptionKeyUnavailableException.prototype);
200
200
  }
201
201
  }
202
202
  export class InvalidApprovalRuleTemplateNameException extends __BaseException {
203
+ name = "InvalidApprovalRuleTemplateNameException";
204
+ $fault = "client";
203
205
  constructor(opts) {
204
206
  super({
205
207
  name: "InvalidApprovalRuleTemplateNameException",
206
208
  $fault: "client",
207
209
  ...opts,
208
210
  });
209
- this.name = "InvalidApprovalRuleTemplateNameException";
210
- this.$fault = "client";
211
211
  Object.setPrototypeOf(this, InvalidApprovalRuleTemplateNameException.prototype);
212
212
  }
213
213
  }
214
214
  export class InvalidRepositoryNameException extends __BaseException {
215
+ name = "InvalidRepositoryNameException";
216
+ $fault = "client";
215
217
  constructor(opts) {
216
218
  super({
217
219
  name: "InvalidRepositoryNameException",
218
220
  $fault: "client",
219
221
  ...opts,
220
222
  });
221
- this.name = "InvalidRepositoryNameException";
222
- this.$fault = "client";
223
223
  Object.setPrototypeOf(this, InvalidRepositoryNameException.prototype);
224
224
  }
225
225
  }
226
226
  export class MaximumRuleTemplatesAssociatedWithRepositoryException extends __BaseException {
227
+ name = "MaximumRuleTemplatesAssociatedWithRepositoryException";
228
+ $fault = "client";
227
229
  constructor(opts) {
228
230
  super({
229
231
  name: "MaximumRuleTemplatesAssociatedWithRepositoryException",
230
232
  $fault: "client",
231
233
  ...opts,
232
234
  });
233
- this.name = "MaximumRuleTemplatesAssociatedWithRepositoryException";
234
- this.$fault = "client";
235
235
  Object.setPrototypeOf(this, MaximumRuleTemplatesAssociatedWithRepositoryException.prototype);
236
236
  }
237
237
  }
238
238
  export class RepositoryDoesNotExistException extends __BaseException {
239
+ name = "RepositoryDoesNotExistException";
240
+ $fault = "client";
239
241
  constructor(opts) {
240
242
  super({
241
243
  name: "RepositoryDoesNotExistException",
242
244
  $fault: "client",
243
245
  ...opts,
244
246
  });
245
- this.name = "RepositoryDoesNotExistException";
246
- this.$fault = "client";
247
247
  Object.setPrototypeOf(this, RepositoryDoesNotExistException.prototype);
248
248
  }
249
249
  }
250
250
  export class RepositoryNameRequiredException extends __BaseException {
251
+ name = "RepositoryNameRequiredException";
252
+ $fault = "client";
251
253
  constructor(opts) {
252
254
  super({
253
255
  name: "RepositoryNameRequiredException",
254
256
  $fault: "client",
255
257
  ...opts,
256
258
  });
257
- this.name = "RepositoryNameRequiredException";
258
- this.$fault = "client";
259
259
  Object.setPrototypeOf(this, RepositoryNameRequiredException.prototype);
260
260
  }
261
261
  }
262
262
  export class AuthorDoesNotExistException extends __BaseException {
263
+ name = "AuthorDoesNotExistException";
264
+ $fault = "client";
263
265
  constructor(opts) {
264
266
  super({
265
267
  name: "AuthorDoesNotExistException",
266
268
  $fault: "client",
267
269
  ...opts,
268
270
  });
269
- this.name = "AuthorDoesNotExistException";
270
- this.$fault = "client";
271
271
  Object.setPrototypeOf(this, AuthorDoesNotExistException.prototype);
272
272
  }
273
273
  }
274
274
  export class MaximumRepositoryNamesExceededException extends __BaseException {
275
+ name = "MaximumRepositoryNamesExceededException";
276
+ $fault = "client";
275
277
  constructor(opts) {
276
278
  super({
277
279
  name: "MaximumRepositoryNamesExceededException",
278
280
  $fault: "client",
279
281
  ...opts,
280
282
  });
281
- this.name = "MaximumRepositoryNamesExceededException";
282
- this.$fault = "client";
283
283
  Object.setPrototypeOf(this, MaximumRepositoryNamesExceededException.prototype);
284
284
  }
285
285
  }
286
286
  export class RepositoryNamesRequiredException extends __BaseException {
287
+ name = "RepositoryNamesRequiredException";
288
+ $fault = "client";
287
289
  constructor(opts) {
288
290
  super({
289
291
  name: "RepositoryNamesRequiredException",
290
292
  $fault: "client",
291
293
  ...opts,
292
294
  });
293
- this.name = "RepositoryNamesRequiredException";
294
- this.$fault = "client";
295
295
  Object.setPrototypeOf(this, RepositoryNamesRequiredException.prototype);
296
296
  }
297
297
  }
@@ -327,182 +327,182 @@ export const ObjectTypeEnum = {
327
327
  SYMBOLIC_LINK: "SYMBOLIC_LINK",
328
328
  };
329
329
  export class CommitDoesNotExistException extends __BaseException {
330
+ name = "CommitDoesNotExistException";
331
+ $fault = "client";
330
332
  constructor(opts) {
331
333
  super({
332
334
  name: "CommitDoesNotExistException",
333
335
  $fault: "client",
334
336
  ...opts,
335
337
  });
336
- this.name = "CommitDoesNotExistException";
337
- this.$fault = "client";
338
338
  Object.setPrototypeOf(this, CommitDoesNotExistException.prototype);
339
339
  }
340
340
  }
341
341
  export class CommitRequiredException extends __BaseException {
342
+ name = "CommitRequiredException";
343
+ $fault = "client";
342
344
  constructor(opts) {
343
345
  super({
344
346
  name: "CommitRequiredException",
345
347
  $fault: "client",
346
348
  ...opts,
347
349
  });
348
- this.name = "CommitRequiredException";
349
- this.$fault = "client";
350
350
  Object.setPrototypeOf(this, CommitRequiredException.prototype);
351
351
  }
352
352
  }
353
353
  export class InvalidCommitException extends __BaseException {
354
+ name = "InvalidCommitException";
355
+ $fault = "client";
354
356
  constructor(opts) {
355
357
  super({
356
358
  name: "InvalidCommitException",
357
359
  $fault: "client",
358
360
  ...opts,
359
361
  });
360
- this.name = "InvalidCommitException";
361
- this.$fault = "client";
362
362
  Object.setPrototypeOf(this, InvalidCommitException.prototype);
363
363
  }
364
364
  }
365
365
  export class InvalidConflictDetailLevelException extends __BaseException {
366
+ name = "InvalidConflictDetailLevelException";
367
+ $fault = "client";
366
368
  constructor(opts) {
367
369
  super({
368
370
  name: "InvalidConflictDetailLevelException",
369
371
  $fault: "client",
370
372
  ...opts,
371
373
  });
372
- this.name = "InvalidConflictDetailLevelException";
373
- this.$fault = "client";
374
374
  Object.setPrototypeOf(this, InvalidConflictDetailLevelException.prototype);
375
375
  }
376
376
  }
377
377
  export class InvalidConflictResolutionStrategyException extends __BaseException {
378
+ name = "InvalidConflictResolutionStrategyException";
379
+ $fault = "client";
378
380
  constructor(opts) {
379
381
  super({
380
382
  name: "InvalidConflictResolutionStrategyException",
381
383
  $fault: "client",
382
384
  ...opts,
383
385
  });
384
- this.name = "InvalidConflictResolutionStrategyException";
385
- this.$fault = "client";
386
386
  Object.setPrototypeOf(this, InvalidConflictResolutionStrategyException.prototype);
387
387
  }
388
388
  }
389
389
  export class InvalidContinuationTokenException extends __BaseException {
390
+ name = "InvalidContinuationTokenException";
391
+ $fault = "client";
390
392
  constructor(opts) {
391
393
  super({
392
394
  name: "InvalidContinuationTokenException",
393
395
  $fault: "client",
394
396
  ...opts,
395
397
  });
396
- this.name = "InvalidContinuationTokenException";
397
- this.$fault = "client";
398
398
  Object.setPrototypeOf(this, InvalidContinuationTokenException.prototype);
399
399
  }
400
400
  }
401
401
  export class InvalidMaxConflictFilesException extends __BaseException {
402
+ name = "InvalidMaxConflictFilesException";
403
+ $fault = "client";
402
404
  constructor(opts) {
403
405
  super({
404
406
  name: "InvalidMaxConflictFilesException",
405
407
  $fault: "client",
406
408
  ...opts,
407
409
  });
408
- this.name = "InvalidMaxConflictFilesException";
409
- this.$fault = "client";
410
410
  Object.setPrototypeOf(this, InvalidMaxConflictFilesException.prototype);
411
411
  }
412
412
  }
413
413
  export class InvalidMaxMergeHunksException extends __BaseException {
414
+ name = "InvalidMaxMergeHunksException";
415
+ $fault = "client";
414
416
  constructor(opts) {
415
417
  super({
416
418
  name: "InvalidMaxMergeHunksException",
417
419
  $fault: "client",
418
420
  ...opts,
419
421
  });
420
- this.name = "InvalidMaxMergeHunksException";
421
- this.$fault = "client";
422
422
  Object.setPrototypeOf(this, InvalidMaxMergeHunksException.prototype);
423
423
  }
424
424
  }
425
425
  export class InvalidMergeOptionException extends __BaseException {
426
+ name = "InvalidMergeOptionException";
427
+ $fault = "client";
426
428
  constructor(opts) {
427
429
  super({
428
430
  name: "InvalidMergeOptionException",
429
431
  $fault: "client",
430
432
  ...opts,
431
433
  });
432
- this.name = "InvalidMergeOptionException";
433
- this.$fault = "client";
434
434
  Object.setPrototypeOf(this, InvalidMergeOptionException.prototype);
435
435
  }
436
436
  }
437
437
  export class MaximumFileContentToLoadExceededException extends __BaseException {
438
+ name = "MaximumFileContentToLoadExceededException";
439
+ $fault = "client";
438
440
  constructor(opts) {
439
441
  super({
440
442
  name: "MaximumFileContentToLoadExceededException",
441
443
  $fault: "client",
442
444
  ...opts,
443
445
  });
444
- this.name = "MaximumFileContentToLoadExceededException";
445
- this.$fault = "client";
446
446
  Object.setPrototypeOf(this, MaximumFileContentToLoadExceededException.prototype);
447
447
  }
448
448
  }
449
449
  export class MaximumItemsToCompareExceededException extends __BaseException {
450
+ name = "MaximumItemsToCompareExceededException";
451
+ $fault = "client";
450
452
  constructor(opts) {
451
453
  super({
452
454
  name: "MaximumItemsToCompareExceededException",
453
455
  $fault: "client",
454
456
  ...opts,
455
457
  });
456
- this.name = "MaximumItemsToCompareExceededException";
457
- this.$fault = "client";
458
458
  Object.setPrototypeOf(this, MaximumItemsToCompareExceededException.prototype);
459
459
  }
460
460
  }
461
461
  export class MergeOptionRequiredException extends __BaseException {
462
+ name = "MergeOptionRequiredException";
463
+ $fault = "client";
462
464
  constructor(opts) {
463
465
  super({
464
466
  name: "MergeOptionRequiredException",
465
467
  $fault: "client",
466
468
  ...opts,
467
469
  });
468
- this.name = "MergeOptionRequiredException";
469
- this.$fault = "client";
470
470
  Object.setPrototypeOf(this, MergeOptionRequiredException.prototype);
471
471
  }
472
472
  }
473
473
  export class TipsDivergenceExceededException extends __BaseException {
474
+ name = "TipsDivergenceExceededException";
475
+ $fault = "client";
474
476
  constructor(opts) {
475
477
  super({
476
478
  name: "TipsDivergenceExceededException",
477
479
  $fault: "client",
478
480
  ...opts,
479
481
  });
480
- this.name = "TipsDivergenceExceededException";
481
- this.$fault = "client";
482
482
  Object.setPrototypeOf(this, TipsDivergenceExceededException.prototype);
483
483
  }
484
484
  }
485
485
  export class CommitIdsLimitExceededException extends __BaseException {
486
+ name = "CommitIdsLimitExceededException";
487
+ $fault = "client";
486
488
  constructor(opts) {
487
489
  super({
488
490
  name: "CommitIdsLimitExceededException",
489
491
  $fault: "client",
490
492
  ...opts,
491
493
  });
492
- this.name = "CommitIdsLimitExceededException";
493
- this.$fault = "client";
494
494
  Object.setPrototypeOf(this, CommitIdsLimitExceededException.prototype);
495
495
  }
496
496
  }
497
497
  export class CommitIdsListRequiredException extends __BaseException {
498
+ name = "CommitIdsListRequiredException";
499
+ $fault = "client";
498
500
  constructor(opts) {
499
501
  super({
500
502
  name: "CommitIdsListRequiredException",
501
503
  $fault: "client",
502
504
  ...opts,
503
505
  });
504
- this.name = "CommitIdsListRequiredException";
505
- this.$fault = "client";
506
506
  Object.setPrototypeOf(this, CommitIdsListRequiredException.prototype);
507
507
  }
508
508
  }
@@ -515,506 +515,506 @@ export const BatchGetRepositoriesErrorCodeEnum = {
515
515
  REPOSITORY_DOES_NOT_EXIST_EXCEPTION: "RepositoryDoesNotExistException",
516
516
  };
517
517
  export class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
518
+ name = "BeforeCommitIdAndAfterCommitIdAreSameException";
519
+ $fault = "client";
518
520
  constructor(opts) {
519
521
  super({
520
522
  name: "BeforeCommitIdAndAfterCommitIdAreSameException",
521
523
  $fault: "client",
522
524
  ...opts,
523
525
  });
524
- this.name = "BeforeCommitIdAndAfterCommitIdAreSameException";
525
- this.$fault = "client";
526
526
  Object.setPrototypeOf(this, BeforeCommitIdAndAfterCommitIdAreSameException.prototype);
527
527
  }
528
528
  }
529
529
  export class BlobIdDoesNotExistException extends __BaseException {
530
+ name = "BlobIdDoesNotExistException";
531
+ $fault = "client";
530
532
  constructor(opts) {
531
533
  super({
532
534
  name: "BlobIdDoesNotExistException",
533
535
  $fault: "client",
534
536
  ...opts,
535
537
  });
536
- this.name = "BlobIdDoesNotExistException";
537
- this.$fault = "client";
538
538
  Object.setPrototypeOf(this, BlobIdDoesNotExistException.prototype);
539
539
  }
540
540
  }
541
541
  export class BlobIdRequiredException extends __BaseException {
542
+ name = "BlobIdRequiredException";
543
+ $fault = "client";
542
544
  constructor(opts) {
543
545
  super({
544
546
  name: "BlobIdRequiredException",
545
547
  $fault: "client",
546
548
  ...opts,
547
549
  });
548
- this.name = "BlobIdRequiredException";
549
- this.$fault = "client";
550
550
  Object.setPrototypeOf(this, BlobIdRequiredException.prototype);
551
551
  }
552
552
  }
553
553
  export class BranchDoesNotExistException extends __BaseException {
554
+ name = "BranchDoesNotExistException";
555
+ $fault = "client";
554
556
  constructor(opts) {
555
557
  super({
556
558
  name: "BranchDoesNotExistException",
557
559
  $fault: "client",
558
560
  ...opts,
559
561
  });
560
- this.name = "BranchDoesNotExistException";
561
- this.$fault = "client";
562
562
  Object.setPrototypeOf(this, BranchDoesNotExistException.prototype);
563
563
  }
564
564
  }
565
565
  export class BranchNameExistsException extends __BaseException {
566
+ name = "BranchNameExistsException";
567
+ $fault = "client";
566
568
  constructor(opts) {
567
569
  super({
568
570
  name: "BranchNameExistsException",
569
571
  $fault: "client",
570
572
  ...opts,
571
573
  });
572
- this.name = "BranchNameExistsException";
573
- this.$fault = "client";
574
574
  Object.setPrototypeOf(this, BranchNameExistsException.prototype);
575
575
  }
576
576
  }
577
577
  export class BranchNameIsTagNameException extends __BaseException {
578
+ name = "BranchNameIsTagNameException";
579
+ $fault = "client";
578
580
  constructor(opts) {
579
581
  super({
580
582
  name: "BranchNameIsTagNameException",
581
583
  $fault: "client",
582
584
  ...opts,
583
585
  });
584
- this.name = "BranchNameIsTagNameException";
585
- this.$fault = "client";
586
586
  Object.setPrototypeOf(this, BranchNameIsTagNameException.prototype);
587
587
  }
588
588
  }
589
589
  export class BranchNameRequiredException extends __BaseException {
590
+ name = "BranchNameRequiredException";
591
+ $fault = "client";
590
592
  constructor(opts) {
591
593
  super({
592
594
  name: "BranchNameRequiredException",
593
595
  $fault: "client",
594
596
  ...opts,
595
597
  });
596
- this.name = "BranchNameRequiredException";
597
- this.$fault = "client";
598
598
  Object.setPrototypeOf(this, BranchNameRequiredException.prototype);
599
599
  }
600
600
  }
601
601
  export class CannotDeleteApprovalRuleFromTemplateException extends __BaseException {
602
+ name = "CannotDeleteApprovalRuleFromTemplateException";
603
+ $fault = "client";
602
604
  constructor(opts) {
603
605
  super({
604
606
  name: "CannotDeleteApprovalRuleFromTemplateException",
605
607
  $fault: "client",
606
608
  ...opts,
607
609
  });
608
- this.name = "CannotDeleteApprovalRuleFromTemplateException";
609
- this.$fault = "client";
610
610
  Object.setPrototypeOf(this, CannotDeleteApprovalRuleFromTemplateException.prototype);
611
611
  }
612
612
  }
613
613
  export class CannotModifyApprovalRuleFromTemplateException extends __BaseException {
614
+ name = "CannotModifyApprovalRuleFromTemplateException";
615
+ $fault = "client";
614
616
  constructor(opts) {
615
617
  super({
616
618
  name: "CannotModifyApprovalRuleFromTemplateException",
617
619
  $fault: "client",
618
620
  ...opts,
619
621
  });
620
- this.name = "CannotModifyApprovalRuleFromTemplateException";
621
- this.$fault = "client";
622
622
  Object.setPrototypeOf(this, CannotModifyApprovalRuleFromTemplateException.prototype);
623
623
  }
624
624
  }
625
625
  export class ClientRequestTokenRequiredException extends __BaseException {
626
+ name = "ClientRequestTokenRequiredException";
627
+ $fault = "client";
626
628
  constructor(opts) {
627
629
  super({
628
630
  name: "ClientRequestTokenRequiredException",
629
631
  $fault: "client",
630
632
  ...opts,
631
633
  });
632
- this.name = "ClientRequestTokenRequiredException";
633
- this.$fault = "client";
634
634
  Object.setPrototypeOf(this, ClientRequestTokenRequiredException.prototype);
635
635
  }
636
636
  }
637
637
  export class InvalidApprovalRuleTemplateContentException extends __BaseException {
638
+ name = "InvalidApprovalRuleTemplateContentException";
639
+ $fault = "client";
638
640
  constructor(opts) {
639
641
  super({
640
642
  name: "InvalidApprovalRuleTemplateContentException",
641
643
  $fault: "client",
642
644
  ...opts,
643
645
  });
644
- this.name = "InvalidApprovalRuleTemplateContentException";
645
- this.$fault = "client";
646
646
  Object.setPrototypeOf(this, InvalidApprovalRuleTemplateContentException.prototype);
647
647
  }
648
648
  }
649
649
  export class InvalidApprovalRuleTemplateDescriptionException extends __BaseException {
650
+ name = "InvalidApprovalRuleTemplateDescriptionException";
651
+ $fault = "client";
650
652
  constructor(opts) {
651
653
  super({
652
654
  name: "InvalidApprovalRuleTemplateDescriptionException",
653
655
  $fault: "client",
654
656
  ...opts,
655
657
  });
656
- this.name = "InvalidApprovalRuleTemplateDescriptionException";
657
- this.$fault = "client";
658
658
  Object.setPrototypeOf(this, InvalidApprovalRuleTemplateDescriptionException.prototype);
659
659
  }
660
660
  }
661
661
  export class NumberOfRuleTemplatesExceededException extends __BaseException {
662
+ name = "NumberOfRuleTemplatesExceededException";
663
+ $fault = "client";
662
664
  constructor(opts) {
663
665
  super({
664
666
  name: "NumberOfRuleTemplatesExceededException",
665
667
  $fault: "client",
666
668
  ...opts,
667
669
  });
668
- this.name = "NumberOfRuleTemplatesExceededException";
669
- this.$fault = "client";
670
670
  Object.setPrototypeOf(this, NumberOfRuleTemplatesExceededException.prototype);
671
671
  }
672
672
  }
673
673
  export class CommitIdRequiredException extends __BaseException {
674
+ name = "CommitIdRequiredException";
675
+ $fault = "client";
674
676
  constructor(opts) {
675
677
  super({
676
678
  name: "CommitIdRequiredException",
677
679
  $fault: "client",
678
680
  ...opts,
679
681
  });
680
- this.name = "CommitIdRequiredException";
681
- this.$fault = "client";
682
682
  Object.setPrototypeOf(this, CommitIdRequiredException.prototype);
683
683
  }
684
684
  }
685
685
  export class InvalidBranchNameException extends __BaseException {
686
+ name = "InvalidBranchNameException";
687
+ $fault = "client";
686
688
  constructor(opts) {
687
689
  super({
688
690
  name: "InvalidBranchNameException",
689
691
  $fault: "client",
690
692
  ...opts,
691
693
  });
692
- this.name = "InvalidBranchNameException";
693
- this.$fault = "client";
694
694
  Object.setPrototypeOf(this, InvalidBranchNameException.prototype);
695
695
  }
696
696
  }
697
697
  export class InvalidCommitIdException extends __BaseException {
698
+ name = "InvalidCommitIdException";
699
+ $fault = "client";
698
700
  constructor(opts) {
699
701
  super({
700
702
  name: "InvalidCommitIdException",
701
703
  $fault: "client",
702
704
  ...opts,
703
705
  });
704
- this.name = "InvalidCommitIdException";
705
- this.$fault = "client";
706
706
  Object.setPrototypeOf(this, InvalidCommitIdException.prototype);
707
707
  }
708
708
  }
709
709
  export class CommitMessageLengthExceededException extends __BaseException {
710
+ name = "CommitMessageLengthExceededException";
711
+ $fault = "client";
710
712
  constructor(opts) {
711
713
  super({
712
714
  name: "CommitMessageLengthExceededException",
713
715
  $fault: "client",
714
716
  ...opts,
715
717
  });
716
- this.name = "CommitMessageLengthExceededException";
717
- this.$fault = "client";
718
718
  Object.setPrototypeOf(this, CommitMessageLengthExceededException.prototype);
719
719
  }
720
720
  }
721
721
  export class DirectoryNameConflictsWithFileNameException extends __BaseException {
722
+ name = "DirectoryNameConflictsWithFileNameException";
723
+ $fault = "client";
722
724
  constructor(opts) {
723
725
  super({
724
726
  name: "DirectoryNameConflictsWithFileNameException",
725
727
  $fault: "client",
726
728
  ...opts,
727
729
  });
728
- this.name = "DirectoryNameConflictsWithFileNameException";
729
- this.$fault = "client";
730
730
  Object.setPrototypeOf(this, DirectoryNameConflictsWithFileNameException.prototype);
731
731
  }
732
732
  }
733
733
  export class FileContentAndSourceFileSpecifiedException extends __BaseException {
734
+ name = "FileContentAndSourceFileSpecifiedException";
735
+ $fault = "client";
734
736
  constructor(opts) {
735
737
  super({
736
738
  name: "FileContentAndSourceFileSpecifiedException",
737
739
  $fault: "client",
738
740
  ...opts,
739
741
  });
740
- this.name = "FileContentAndSourceFileSpecifiedException";
741
- this.$fault = "client";
742
742
  Object.setPrototypeOf(this, FileContentAndSourceFileSpecifiedException.prototype);
743
743
  }
744
744
  }
745
745
  export class FileContentSizeLimitExceededException extends __BaseException {
746
+ name = "FileContentSizeLimitExceededException";
747
+ $fault = "client";
746
748
  constructor(opts) {
747
749
  super({
748
750
  name: "FileContentSizeLimitExceededException",
749
751
  $fault: "client",
750
752
  ...opts,
751
753
  });
752
- this.name = "FileContentSizeLimitExceededException";
753
- this.$fault = "client";
754
754
  Object.setPrototypeOf(this, FileContentSizeLimitExceededException.prototype);
755
755
  }
756
756
  }
757
757
  export class FileDoesNotExistException extends __BaseException {
758
+ name = "FileDoesNotExistException";
759
+ $fault = "client";
758
760
  constructor(opts) {
759
761
  super({
760
762
  name: "FileDoesNotExistException",
761
763
  $fault: "client",
762
764
  ...opts,
763
765
  });
764
- this.name = "FileDoesNotExistException";
765
- this.$fault = "client";
766
766
  Object.setPrototypeOf(this, FileDoesNotExistException.prototype);
767
767
  }
768
768
  }
769
769
  export class FileEntryRequiredException extends __BaseException {
770
+ name = "FileEntryRequiredException";
771
+ $fault = "client";
770
772
  constructor(opts) {
771
773
  super({
772
774
  name: "FileEntryRequiredException",
773
775
  $fault: "client",
774
776
  ...opts,
775
777
  });
776
- this.name = "FileEntryRequiredException";
777
- this.$fault = "client";
778
778
  Object.setPrototypeOf(this, FileEntryRequiredException.prototype);
779
779
  }
780
780
  }
781
781
  export class FileModeRequiredException extends __BaseException {
782
+ name = "FileModeRequiredException";
783
+ $fault = "client";
782
784
  constructor(opts) {
783
785
  super({
784
786
  name: "FileModeRequiredException",
785
787
  $fault: "client",
786
788
  ...opts,
787
789
  });
788
- this.name = "FileModeRequiredException";
789
- this.$fault = "client";
790
790
  Object.setPrototypeOf(this, FileModeRequiredException.prototype);
791
791
  }
792
792
  }
793
793
  export class FileNameConflictsWithDirectoryNameException extends __BaseException {
794
+ name = "FileNameConflictsWithDirectoryNameException";
795
+ $fault = "client";
794
796
  constructor(opts) {
795
797
  super({
796
798
  name: "FileNameConflictsWithDirectoryNameException",
797
799
  $fault: "client",
798
800
  ...opts,
799
801
  });
800
- this.name = "FileNameConflictsWithDirectoryNameException";
801
- this.$fault = "client";
802
802
  Object.setPrototypeOf(this, FileNameConflictsWithDirectoryNameException.prototype);
803
803
  }
804
804
  }
805
805
  export class FilePathConflictsWithSubmodulePathException extends __BaseException {
806
+ name = "FilePathConflictsWithSubmodulePathException";
807
+ $fault = "client";
806
808
  constructor(opts) {
807
809
  super({
808
810
  name: "FilePathConflictsWithSubmodulePathException",
809
811
  $fault: "client",
810
812
  ...opts,
811
813
  });
812
- this.name = "FilePathConflictsWithSubmodulePathException";
813
- this.$fault = "client";
814
814
  Object.setPrototypeOf(this, FilePathConflictsWithSubmodulePathException.prototype);
815
815
  }
816
816
  }
817
817
  export class FolderContentSizeLimitExceededException extends __BaseException {
818
+ name = "FolderContentSizeLimitExceededException";
819
+ $fault = "client";
818
820
  constructor(opts) {
819
821
  super({
820
822
  name: "FolderContentSizeLimitExceededException",
821
823
  $fault: "client",
822
824
  ...opts,
823
825
  });
824
- this.name = "FolderContentSizeLimitExceededException";
825
- this.$fault = "client";
826
826
  Object.setPrototypeOf(this, FolderContentSizeLimitExceededException.prototype);
827
827
  }
828
828
  }
829
829
  export class InvalidDeletionParameterException extends __BaseException {
830
+ name = "InvalidDeletionParameterException";
831
+ $fault = "client";
830
832
  constructor(opts) {
831
833
  super({
832
834
  name: "InvalidDeletionParameterException",
833
835
  $fault: "client",
834
836
  ...opts,
835
837
  });
836
- this.name = "InvalidDeletionParameterException";
837
- this.$fault = "client";
838
838
  Object.setPrototypeOf(this, InvalidDeletionParameterException.prototype);
839
839
  }
840
840
  }
841
841
  export class InvalidEmailException extends __BaseException {
842
+ name = "InvalidEmailException";
843
+ $fault = "client";
842
844
  constructor(opts) {
843
845
  super({
844
846
  name: "InvalidEmailException",
845
847
  $fault: "client",
846
848
  ...opts,
847
849
  });
848
- this.name = "InvalidEmailException";
849
- this.$fault = "client";
850
850
  Object.setPrototypeOf(this, InvalidEmailException.prototype);
851
851
  }
852
852
  }
853
853
  export class InvalidFileModeException extends __BaseException {
854
+ name = "InvalidFileModeException";
855
+ $fault = "client";
854
856
  constructor(opts) {
855
857
  super({
856
858
  name: "InvalidFileModeException",
857
859
  $fault: "client",
858
860
  ...opts,
859
861
  });
860
- this.name = "InvalidFileModeException";
861
- this.$fault = "client";
862
862
  Object.setPrototypeOf(this, InvalidFileModeException.prototype);
863
863
  }
864
864
  }
865
865
  export class InvalidParentCommitIdException extends __BaseException {
866
+ name = "InvalidParentCommitIdException";
867
+ $fault = "client";
866
868
  constructor(opts) {
867
869
  super({
868
870
  name: "InvalidParentCommitIdException",
869
871
  $fault: "client",
870
872
  ...opts,
871
873
  });
872
- this.name = "InvalidParentCommitIdException";
873
- this.$fault = "client";
874
874
  Object.setPrototypeOf(this, InvalidParentCommitIdException.prototype);
875
875
  }
876
876
  }
877
877
  export class InvalidPathException extends __BaseException {
878
+ name = "InvalidPathException";
879
+ $fault = "client";
878
880
  constructor(opts) {
879
881
  super({
880
882
  name: "InvalidPathException",
881
883
  $fault: "client",
882
884
  ...opts,
883
885
  });
884
- this.name = "InvalidPathException";
885
- this.$fault = "client";
886
886
  Object.setPrototypeOf(this, InvalidPathException.prototype);
887
887
  }
888
888
  }
889
889
  export class MaximumFileEntriesExceededException extends __BaseException {
890
+ name = "MaximumFileEntriesExceededException";
891
+ $fault = "client";
890
892
  constructor(opts) {
891
893
  super({
892
894
  name: "MaximumFileEntriesExceededException",
893
895
  $fault: "client",
894
896
  ...opts,
895
897
  });
896
- this.name = "MaximumFileEntriesExceededException";
897
- this.$fault = "client";
898
898
  Object.setPrototypeOf(this, MaximumFileEntriesExceededException.prototype);
899
899
  }
900
900
  }
901
901
  export class NameLengthExceededException extends __BaseException {
902
+ name = "NameLengthExceededException";
903
+ $fault = "client";
902
904
  constructor(opts) {
903
905
  super({
904
906
  name: "NameLengthExceededException",
905
907
  $fault: "client",
906
908
  ...opts,
907
909
  });
908
- this.name = "NameLengthExceededException";
909
- this.$fault = "client";
910
910
  Object.setPrototypeOf(this, NameLengthExceededException.prototype);
911
911
  }
912
912
  }
913
913
  export class NoChangeException extends __BaseException {
914
+ name = "NoChangeException";
915
+ $fault = "client";
914
916
  constructor(opts) {
915
917
  super({
916
918
  name: "NoChangeException",
917
919
  $fault: "client",
918
920
  ...opts,
919
921
  });
920
- this.name = "NoChangeException";
921
- this.$fault = "client";
922
922
  Object.setPrototypeOf(this, NoChangeException.prototype);
923
923
  }
924
924
  }
925
925
  export class ParentCommitDoesNotExistException extends __BaseException {
926
+ name = "ParentCommitDoesNotExistException";
927
+ $fault = "client";
926
928
  constructor(opts) {
927
929
  super({
928
930
  name: "ParentCommitDoesNotExistException",
929
931
  $fault: "client",
930
932
  ...opts,
931
933
  });
932
- this.name = "ParentCommitDoesNotExistException";
933
- this.$fault = "client";
934
934
  Object.setPrototypeOf(this, ParentCommitDoesNotExistException.prototype);
935
935
  }
936
936
  }
937
937
  export class ParentCommitIdOutdatedException extends __BaseException {
938
+ name = "ParentCommitIdOutdatedException";
939
+ $fault = "client";
938
940
  constructor(opts) {
939
941
  super({
940
942
  name: "ParentCommitIdOutdatedException",
941
943
  $fault: "client",
942
944
  ...opts,
943
945
  });
944
- this.name = "ParentCommitIdOutdatedException";
945
- this.$fault = "client";
946
946
  Object.setPrototypeOf(this, ParentCommitIdOutdatedException.prototype);
947
947
  }
948
948
  }
949
949
  export class ParentCommitIdRequiredException extends __BaseException {
950
+ name = "ParentCommitIdRequiredException";
951
+ $fault = "client";
950
952
  constructor(opts) {
951
953
  super({
952
954
  name: "ParentCommitIdRequiredException",
953
955
  $fault: "client",
954
956
  ...opts,
955
957
  });
956
- this.name = "ParentCommitIdRequiredException";
957
- this.$fault = "client";
958
958
  Object.setPrototypeOf(this, ParentCommitIdRequiredException.prototype);
959
959
  }
960
960
  }
961
961
  export class PathRequiredException extends __BaseException {
962
+ name = "PathRequiredException";
963
+ $fault = "client";
962
964
  constructor(opts) {
963
965
  super({
964
966
  name: "PathRequiredException",
965
967
  $fault: "client",
966
968
  ...opts,
967
969
  });
968
- this.name = "PathRequiredException";
969
- this.$fault = "client";
970
970
  Object.setPrototypeOf(this, PathRequiredException.prototype);
971
971
  }
972
972
  }
973
973
  export class PutFileEntryConflictException extends __BaseException {
974
+ name = "PutFileEntryConflictException";
975
+ $fault = "client";
974
976
  constructor(opts) {
975
977
  super({
976
978
  name: "PutFileEntryConflictException",
977
979
  $fault: "client",
978
980
  ...opts,
979
981
  });
980
- this.name = "PutFileEntryConflictException";
981
- this.$fault = "client";
982
982
  Object.setPrototypeOf(this, PutFileEntryConflictException.prototype);
983
983
  }
984
984
  }
985
985
  export class RestrictedSourceFileException extends __BaseException {
986
+ name = "RestrictedSourceFileException";
987
+ $fault = "client";
986
988
  constructor(opts) {
987
989
  super({
988
990
  name: "RestrictedSourceFileException",
989
991
  $fault: "client",
990
992
  ...opts,
991
993
  });
992
- this.name = "RestrictedSourceFileException";
993
- this.$fault = "client";
994
994
  Object.setPrototypeOf(this, RestrictedSourceFileException.prototype);
995
995
  }
996
996
  }
997
997
  export class SamePathRequestException extends __BaseException {
998
+ name = "SamePathRequestException";
999
+ $fault = "client";
998
1000
  constructor(opts) {
999
1001
  super({
1000
1002
  name: "SamePathRequestException",
1001
1003
  $fault: "client",
1002
1004
  ...opts,
1003
1005
  });
1004
- this.name = "SamePathRequestException";
1005
- this.$fault = "client";
1006
1006
  Object.setPrototypeOf(this, SamePathRequestException.prototype);
1007
1007
  }
1008
1008
  }
1009
1009
  export class SourceFileOrContentRequiredException extends __BaseException {
1010
+ name = "SourceFileOrContentRequiredException";
1011
+ $fault = "client";
1010
1012
  constructor(opts) {
1011
1013
  super({
1012
1014
  name: "SourceFileOrContentRequiredException",
1013
1015
  $fault: "client",
1014
1016
  ...opts,
1015
1017
  });
1016
- this.name = "SourceFileOrContentRequiredException";
1017
- this.$fault = "client";
1018
1018
  Object.setPrototypeOf(this, SourceFileOrContentRequiredException.prototype);
1019
1019
  }
1020
1020
  }
@@ -1023,410 +1023,410 @@ export const PullRequestStatusEnum = {
1023
1023
  OPEN: "OPEN",
1024
1024
  };
1025
1025
  export class IdempotencyParameterMismatchException extends __BaseException {
1026
+ name = "IdempotencyParameterMismatchException";
1027
+ $fault = "client";
1026
1028
  constructor(opts) {
1027
1029
  super({
1028
1030
  name: "IdempotencyParameterMismatchException",
1029
1031
  $fault: "client",
1030
1032
  ...opts,
1031
1033
  });
1032
- this.name = "IdempotencyParameterMismatchException";
1033
- this.$fault = "client";
1034
1034
  Object.setPrototypeOf(this, IdempotencyParameterMismatchException.prototype);
1035
1035
  }
1036
1036
  }
1037
1037
  export class InvalidClientRequestTokenException extends __BaseException {
1038
+ name = "InvalidClientRequestTokenException";
1039
+ $fault = "client";
1038
1040
  constructor(opts) {
1039
1041
  super({
1040
1042
  name: "InvalidClientRequestTokenException",
1041
1043
  $fault: "client",
1042
1044
  ...opts,
1043
1045
  });
1044
- this.name = "InvalidClientRequestTokenException";
1045
- this.$fault = "client";
1046
1046
  Object.setPrototypeOf(this, InvalidClientRequestTokenException.prototype);
1047
1047
  }
1048
1048
  }
1049
1049
  export class InvalidDescriptionException extends __BaseException {
1050
+ name = "InvalidDescriptionException";
1051
+ $fault = "client";
1050
1052
  constructor(opts) {
1051
1053
  super({
1052
1054
  name: "InvalidDescriptionException",
1053
1055
  $fault: "client",
1054
1056
  ...opts,
1055
1057
  });
1056
- this.name = "InvalidDescriptionException";
1057
- this.$fault = "client";
1058
1058
  Object.setPrototypeOf(this, InvalidDescriptionException.prototype);
1059
1059
  }
1060
1060
  }
1061
1061
  export class InvalidReferenceNameException extends __BaseException {
1062
+ name = "InvalidReferenceNameException";
1063
+ $fault = "client";
1062
1064
  constructor(opts) {
1063
1065
  super({
1064
1066
  name: "InvalidReferenceNameException",
1065
1067
  $fault: "client",
1066
1068
  ...opts,
1067
1069
  });
1068
- this.name = "InvalidReferenceNameException";
1069
- this.$fault = "client";
1070
1070
  Object.setPrototypeOf(this, InvalidReferenceNameException.prototype);
1071
1071
  }
1072
1072
  }
1073
1073
  export class InvalidTargetException extends __BaseException {
1074
+ name = "InvalidTargetException";
1075
+ $fault = "client";
1074
1076
  constructor(opts) {
1075
1077
  super({
1076
1078
  name: "InvalidTargetException",
1077
1079
  $fault: "client",
1078
1080
  ...opts,
1079
1081
  });
1080
- this.name = "InvalidTargetException";
1081
- this.$fault = "client";
1082
1082
  Object.setPrototypeOf(this, InvalidTargetException.prototype);
1083
1083
  }
1084
1084
  }
1085
1085
  export class InvalidTargetsException extends __BaseException {
1086
+ name = "InvalidTargetsException";
1087
+ $fault = "client";
1086
1088
  constructor(opts) {
1087
1089
  super({
1088
1090
  name: "InvalidTargetsException",
1089
1091
  $fault: "client",
1090
1092
  ...opts,
1091
1093
  });
1092
- this.name = "InvalidTargetsException";
1093
- this.$fault = "client";
1094
1094
  Object.setPrototypeOf(this, InvalidTargetsException.prototype);
1095
1095
  }
1096
1096
  }
1097
1097
  export class InvalidTitleException extends __BaseException {
1098
+ name = "InvalidTitleException";
1099
+ $fault = "client";
1098
1100
  constructor(opts) {
1099
1101
  super({
1100
1102
  name: "InvalidTitleException",
1101
1103
  $fault: "client",
1102
1104
  ...opts,
1103
1105
  });
1104
- this.name = "InvalidTitleException";
1105
- this.$fault = "client";
1106
1106
  Object.setPrototypeOf(this, InvalidTitleException.prototype);
1107
1107
  }
1108
1108
  }
1109
1109
  export class MaximumOpenPullRequestsExceededException extends __BaseException {
1110
+ name = "MaximumOpenPullRequestsExceededException";
1111
+ $fault = "client";
1110
1112
  constructor(opts) {
1111
1113
  super({
1112
1114
  name: "MaximumOpenPullRequestsExceededException",
1113
1115
  $fault: "client",
1114
1116
  ...opts,
1115
1117
  });
1116
- this.name = "MaximumOpenPullRequestsExceededException";
1117
- this.$fault = "client";
1118
1118
  Object.setPrototypeOf(this, MaximumOpenPullRequestsExceededException.prototype);
1119
1119
  }
1120
1120
  }
1121
1121
  export class MultipleRepositoriesInPullRequestException extends __BaseException {
1122
+ name = "MultipleRepositoriesInPullRequestException";
1123
+ $fault = "client";
1122
1124
  constructor(opts) {
1123
1125
  super({
1124
1126
  name: "MultipleRepositoriesInPullRequestException",
1125
1127
  $fault: "client",
1126
1128
  ...opts,
1127
1129
  });
1128
- this.name = "MultipleRepositoriesInPullRequestException";
1129
- this.$fault = "client";
1130
1130
  Object.setPrototypeOf(this, MultipleRepositoriesInPullRequestException.prototype);
1131
1131
  }
1132
1132
  }
1133
1133
  export class ReferenceDoesNotExistException extends __BaseException {
1134
+ name = "ReferenceDoesNotExistException";
1135
+ $fault = "client";
1134
1136
  constructor(opts) {
1135
1137
  super({
1136
1138
  name: "ReferenceDoesNotExistException",
1137
1139
  $fault: "client",
1138
1140
  ...opts,
1139
1141
  });
1140
- this.name = "ReferenceDoesNotExistException";
1141
- this.$fault = "client";
1142
1142
  Object.setPrototypeOf(this, ReferenceDoesNotExistException.prototype);
1143
1143
  }
1144
1144
  }
1145
1145
  export class ReferenceNameRequiredException extends __BaseException {
1146
+ name = "ReferenceNameRequiredException";
1147
+ $fault = "client";
1146
1148
  constructor(opts) {
1147
1149
  super({
1148
1150
  name: "ReferenceNameRequiredException",
1149
1151
  $fault: "client",
1150
1152
  ...opts,
1151
1153
  });
1152
- this.name = "ReferenceNameRequiredException";
1153
- this.$fault = "client";
1154
1154
  Object.setPrototypeOf(this, ReferenceNameRequiredException.prototype);
1155
1155
  }
1156
1156
  }
1157
1157
  export class ReferenceTypeNotSupportedException extends __BaseException {
1158
+ name = "ReferenceTypeNotSupportedException";
1159
+ $fault = "client";
1158
1160
  constructor(opts) {
1159
1161
  super({
1160
1162
  name: "ReferenceTypeNotSupportedException",
1161
1163
  $fault: "client",
1162
1164
  ...opts,
1163
1165
  });
1164
- this.name = "ReferenceTypeNotSupportedException";
1165
- this.$fault = "client";
1166
1166
  Object.setPrototypeOf(this, ReferenceTypeNotSupportedException.prototype);
1167
1167
  }
1168
1168
  }
1169
1169
  export class SourceAndDestinationAreSameException extends __BaseException {
1170
+ name = "SourceAndDestinationAreSameException";
1171
+ $fault = "client";
1170
1172
  constructor(opts) {
1171
1173
  super({
1172
1174
  name: "SourceAndDestinationAreSameException",
1173
1175
  $fault: "client",
1174
1176
  ...opts,
1175
1177
  });
1176
- this.name = "SourceAndDestinationAreSameException";
1177
- this.$fault = "client";
1178
1178
  Object.setPrototypeOf(this, SourceAndDestinationAreSameException.prototype);
1179
1179
  }
1180
1180
  }
1181
1181
  export class TargetRequiredException extends __BaseException {
1182
+ name = "TargetRequiredException";
1183
+ $fault = "client";
1182
1184
  constructor(opts) {
1183
1185
  super({
1184
1186
  name: "TargetRequiredException",
1185
1187
  $fault: "client",
1186
1188
  ...opts,
1187
1189
  });
1188
- this.name = "TargetRequiredException";
1189
- this.$fault = "client";
1190
1190
  Object.setPrototypeOf(this, TargetRequiredException.prototype);
1191
1191
  }
1192
1192
  }
1193
1193
  export class TargetsRequiredException extends __BaseException {
1194
+ name = "TargetsRequiredException";
1195
+ $fault = "client";
1194
1196
  constructor(opts) {
1195
1197
  super({
1196
1198
  name: "TargetsRequiredException",
1197
1199
  $fault: "client",
1198
1200
  ...opts,
1199
1201
  });
1200
- this.name = "TargetsRequiredException";
1201
- this.$fault = "client";
1202
1202
  Object.setPrototypeOf(this, TargetsRequiredException.prototype);
1203
1203
  }
1204
1204
  }
1205
1205
  export class TitleRequiredException extends __BaseException {
1206
+ name = "TitleRequiredException";
1207
+ $fault = "client";
1206
1208
  constructor(opts) {
1207
1209
  super({
1208
1210
  name: "TitleRequiredException",
1209
1211
  $fault: "client",
1210
1212
  ...opts,
1211
1213
  });
1212
- this.name = "TitleRequiredException";
1213
- this.$fault = "client";
1214
1214
  Object.setPrototypeOf(this, TitleRequiredException.prototype);
1215
1215
  }
1216
1216
  }
1217
1217
  export class InvalidApprovalRuleContentException extends __BaseException {
1218
+ name = "InvalidApprovalRuleContentException";
1219
+ $fault = "client";
1218
1220
  constructor(opts) {
1219
1221
  super({
1220
1222
  name: "InvalidApprovalRuleContentException",
1221
1223
  $fault: "client",
1222
1224
  ...opts,
1223
1225
  });
1224
- this.name = "InvalidApprovalRuleContentException";
1225
- this.$fault = "client";
1226
1226
  Object.setPrototypeOf(this, InvalidApprovalRuleContentException.prototype);
1227
1227
  }
1228
1228
  }
1229
1229
  export class InvalidApprovalRuleNameException extends __BaseException {
1230
+ name = "InvalidApprovalRuleNameException";
1231
+ $fault = "client";
1230
1232
  constructor(opts) {
1231
1233
  super({
1232
1234
  name: "InvalidApprovalRuleNameException",
1233
1235
  $fault: "client",
1234
1236
  ...opts,
1235
1237
  });
1236
- this.name = "InvalidApprovalRuleNameException";
1237
- this.$fault = "client";
1238
1238
  Object.setPrototypeOf(this, InvalidApprovalRuleNameException.prototype);
1239
1239
  }
1240
1240
  }
1241
1241
  export class InvalidPullRequestIdException extends __BaseException {
1242
+ name = "InvalidPullRequestIdException";
1243
+ $fault = "client";
1242
1244
  constructor(opts) {
1243
1245
  super({
1244
1246
  name: "InvalidPullRequestIdException",
1245
1247
  $fault: "client",
1246
1248
  ...opts,
1247
1249
  });
1248
- this.name = "InvalidPullRequestIdException";
1249
- this.$fault = "client";
1250
1250
  Object.setPrototypeOf(this, InvalidPullRequestIdException.prototype);
1251
1251
  }
1252
1252
  }
1253
1253
  export class NumberOfRulesExceededException extends __BaseException {
1254
+ name = "NumberOfRulesExceededException";
1255
+ $fault = "client";
1254
1256
  constructor(opts) {
1255
1257
  super({
1256
1258
  name: "NumberOfRulesExceededException",
1257
1259
  $fault: "client",
1258
1260
  ...opts,
1259
1261
  });
1260
- this.name = "NumberOfRulesExceededException";
1261
- this.$fault = "client";
1262
1262
  Object.setPrototypeOf(this, NumberOfRulesExceededException.prototype);
1263
1263
  }
1264
1264
  }
1265
1265
  export class PullRequestAlreadyClosedException extends __BaseException {
1266
+ name = "PullRequestAlreadyClosedException";
1267
+ $fault = "client";
1266
1268
  constructor(opts) {
1267
1269
  super({
1268
1270
  name: "PullRequestAlreadyClosedException",
1269
1271
  $fault: "client",
1270
1272
  ...opts,
1271
1273
  });
1272
- this.name = "PullRequestAlreadyClosedException";
1273
- this.$fault = "client";
1274
1274
  Object.setPrototypeOf(this, PullRequestAlreadyClosedException.prototype);
1275
1275
  }
1276
1276
  }
1277
1277
  export class PullRequestDoesNotExistException extends __BaseException {
1278
+ name = "PullRequestDoesNotExistException";
1279
+ $fault = "client";
1278
1280
  constructor(opts) {
1279
1281
  super({
1280
1282
  name: "PullRequestDoesNotExistException",
1281
1283
  $fault: "client",
1282
1284
  ...opts,
1283
1285
  });
1284
- this.name = "PullRequestDoesNotExistException";
1285
- this.$fault = "client";
1286
1286
  Object.setPrototypeOf(this, PullRequestDoesNotExistException.prototype);
1287
1287
  }
1288
1288
  }
1289
1289
  export class PullRequestIdRequiredException extends __BaseException {
1290
+ name = "PullRequestIdRequiredException";
1291
+ $fault = "client";
1290
1292
  constructor(opts) {
1291
1293
  super({
1292
1294
  name: "PullRequestIdRequiredException",
1293
1295
  $fault: "client",
1294
1296
  ...opts,
1295
1297
  });
1296
- this.name = "PullRequestIdRequiredException";
1297
- this.$fault = "client";
1298
1298
  Object.setPrototypeOf(this, PullRequestIdRequiredException.prototype);
1299
1299
  }
1300
1300
  }
1301
1301
  export class EncryptionKeyInvalidIdException extends __BaseException {
1302
+ name = "EncryptionKeyInvalidIdException";
1303
+ $fault = "client";
1302
1304
  constructor(opts) {
1303
1305
  super({
1304
1306
  name: "EncryptionKeyInvalidIdException",
1305
1307
  $fault: "client",
1306
1308
  ...opts,
1307
1309
  });
1308
- this.name = "EncryptionKeyInvalidIdException";
1309
- this.$fault = "client";
1310
1310
  Object.setPrototypeOf(this, EncryptionKeyInvalidIdException.prototype);
1311
1311
  }
1312
1312
  }
1313
1313
  export class EncryptionKeyInvalidUsageException extends __BaseException {
1314
+ name = "EncryptionKeyInvalidUsageException";
1315
+ $fault = "client";
1314
1316
  constructor(opts) {
1315
1317
  super({
1316
1318
  name: "EncryptionKeyInvalidUsageException",
1317
1319
  $fault: "client",
1318
1320
  ...opts,
1319
1321
  });
1320
- this.name = "EncryptionKeyInvalidUsageException";
1321
- this.$fault = "client";
1322
1322
  Object.setPrototypeOf(this, EncryptionKeyInvalidUsageException.prototype);
1323
1323
  }
1324
1324
  }
1325
1325
  export class InvalidRepositoryDescriptionException extends __BaseException {
1326
+ name = "InvalidRepositoryDescriptionException";
1327
+ $fault = "client";
1326
1328
  constructor(opts) {
1327
1329
  super({
1328
1330
  name: "InvalidRepositoryDescriptionException",
1329
1331
  $fault: "client",
1330
1332
  ...opts,
1331
1333
  });
1332
- this.name = "InvalidRepositoryDescriptionException";
1333
- this.$fault = "client";
1334
1334
  Object.setPrototypeOf(this, InvalidRepositoryDescriptionException.prototype);
1335
1335
  }
1336
1336
  }
1337
1337
  export class InvalidSystemTagUsageException extends __BaseException {
1338
+ name = "InvalidSystemTagUsageException";
1339
+ $fault = "client";
1338
1340
  constructor(opts) {
1339
1341
  super({
1340
1342
  name: "InvalidSystemTagUsageException",
1341
1343
  $fault: "client",
1342
1344
  ...opts,
1343
1345
  });
1344
- this.name = "InvalidSystemTagUsageException";
1345
- this.$fault = "client";
1346
1346
  Object.setPrototypeOf(this, InvalidSystemTagUsageException.prototype);
1347
1347
  }
1348
1348
  }
1349
1349
  export class InvalidTagsMapException extends __BaseException {
1350
+ name = "InvalidTagsMapException";
1351
+ $fault = "client";
1350
1352
  constructor(opts) {
1351
1353
  super({
1352
1354
  name: "InvalidTagsMapException",
1353
1355
  $fault: "client",
1354
1356
  ...opts,
1355
1357
  });
1356
- this.name = "InvalidTagsMapException";
1357
- this.$fault = "client";
1358
1358
  Object.setPrototypeOf(this, InvalidTagsMapException.prototype);
1359
1359
  }
1360
1360
  }
1361
1361
  export class OperationNotAllowedException extends __BaseException {
1362
+ name = "OperationNotAllowedException";
1363
+ $fault = "client";
1362
1364
  constructor(opts) {
1363
1365
  super({
1364
1366
  name: "OperationNotAllowedException",
1365
1367
  $fault: "client",
1366
1368
  ...opts,
1367
1369
  });
1368
- this.name = "OperationNotAllowedException";
1369
- this.$fault = "client";
1370
1370
  Object.setPrototypeOf(this, OperationNotAllowedException.prototype);
1371
1371
  }
1372
1372
  }
1373
1373
  export class RepositoryLimitExceededException extends __BaseException {
1374
+ name = "RepositoryLimitExceededException";
1375
+ $fault = "client";
1374
1376
  constructor(opts) {
1375
1377
  super({
1376
1378
  name: "RepositoryLimitExceededException",
1377
1379
  $fault: "client",
1378
1380
  ...opts,
1379
1381
  });
1380
- this.name = "RepositoryLimitExceededException";
1381
- this.$fault = "client";
1382
1382
  Object.setPrototypeOf(this, RepositoryLimitExceededException.prototype);
1383
1383
  }
1384
1384
  }
1385
1385
  export class RepositoryNameExistsException extends __BaseException {
1386
+ name = "RepositoryNameExistsException";
1387
+ $fault = "client";
1386
1388
  constructor(opts) {
1387
1389
  super({
1388
1390
  name: "RepositoryNameExistsException",
1389
1391
  $fault: "client",
1390
1392
  ...opts,
1391
1393
  });
1392
- this.name = "RepositoryNameExistsException";
1393
- this.$fault = "client";
1394
1394
  Object.setPrototypeOf(this, RepositoryNameExistsException.prototype);
1395
1395
  }
1396
1396
  }
1397
1397
  export class TagPolicyException extends __BaseException {
1398
+ name = "TagPolicyException";
1399
+ $fault = "client";
1398
1400
  constructor(opts) {
1399
1401
  super({
1400
1402
  name: "TagPolicyException",
1401
1403
  $fault: "client",
1402
1404
  ...opts,
1403
1405
  });
1404
- this.name = "TagPolicyException";
1405
- this.$fault = "client";
1406
1406
  Object.setPrototypeOf(this, TagPolicyException.prototype);
1407
1407
  }
1408
1408
  }
1409
1409
  export class TooManyTagsException extends __BaseException {
1410
+ name = "TooManyTagsException";
1411
+ $fault = "client";
1410
1412
  constructor(opts) {
1411
1413
  super({
1412
1414
  name: "TooManyTagsException",
1413
1415
  $fault: "client",
1414
1416
  ...opts,
1415
1417
  });
1416
- this.name = "TooManyTagsException";
1417
- this.$fault = "client";
1418
1418
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
1419
1419
  }
1420
1420
  }
1421
1421
  export class ConcurrentReferenceUpdateException extends __BaseException {
1422
+ name = "ConcurrentReferenceUpdateException";
1423
+ $fault = "client";
1422
1424
  constructor(opts) {
1423
1425
  super({
1424
1426
  name: "ConcurrentReferenceUpdateException",
1425
1427
  $fault: "client",
1426
1428
  ...opts,
1427
1429
  });
1428
- this.name = "ConcurrentReferenceUpdateException";
1429
- this.$fault = "client";
1430
1430
  Object.setPrototypeOf(this, ConcurrentReferenceUpdateException.prototype);
1431
1431
  }
1432
1432
  }
@@ -1437,158 +1437,158 @@ export const ReplacementTypeEnum = {
1437
1437
  USE_NEW_CONTENT: "USE_NEW_CONTENT",
1438
1438
  };
1439
1439
  export class InvalidConflictResolutionException extends __BaseException {
1440
+ name = "InvalidConflictResolutionException";
1441
+ $fault = "client";
1440
1442
  constructor(opts) {
1441
1443
  super({
1442
1444
  name: "InvalidConflictResolutionException",
1443
1445
  $fault: "client",
1444
1446
  ...opts,
1445
1447
  });
1446
- this.name = "InvalidConflictResolutionException";
1447
- this.$fault = "client";
1448
1448
  Object.setPrototypeOf(this, InvalidConflictResolutionException.prototype);
1449
1449
  }
1450
1450
  }
1451
1451
  export class InvalidReplacementContentException extends __BaseException {
1452
+ name = "InvalidReplacementContentException";
1453
+ $fault = "client";
1452
1454
  constructor(opts) {
1453
1455
  super({
1454
1456
  name: "InvalidReplacementContentException",
1455
1457
  $fault: "client",
1456
1458
  ...opts,
1457
1459
  });
1458
- this.name = "InvalidReplacementContentException";
1459
- this.$fault = "client";
1460
1460
  Object.setPrototypeOf(this, InvalidReplacementContentException.prototype);
1461
1461
  }
1462
1462
  }
1463
1463
  export class InvalidReplacementTypeException extends __BaseException {
1464
+ name = "InvalidReplacementTypeException";
1465
+ $fault = "client";
1464
1466
  constructor(opts) {
1465
1467
  super({
1466
1468
  name: "InvalidReplacementTypeException",
1467
1469
  $fault: "client",
1468
1470
  ...opts,
1469
1471
  });
1470
- this.name = "InvalidReplacementTypeException";
1471
- this.$fault = "client";
1472
1472
  Object.setPrototypeOf(this, InvalidReplacementTypeException.prototype);
1473
1473
  }
1474
1474
  }
1475
1475
  export class ManualMergeRequiredException extends __BaseException {
1476
+ name = "ManualMergeRequiredException";
1477
+ $fault = "client";
1476
1478
  constructor(opts) {
1477
1479
  super({
1478
1480
  name: "ManualMergeRequiredException",
1479
1481
  $fault: "client",
1480
1482
  ...opts,
1481
1483
  });
1482
- this.name = "ManualMergeRequiredException";
1483
- this.$fault = "client";
1484
1484
  Object.setPrototypeOf(this, ManualMergeRequiredException.prototype);
1485
1485
  }
1486
1486
  }
1487
1487
  export class MaximumConflictResolutionEntriesExceededException extends __BaseException {
1488
+ name = "MaximumConflictResolutionEntriesExceededException";
1489
+ $fault = "client";
1488
1490
  constructor(opts) {
1489
1491
  super({
1490
1492
  name: "MaximumConflictResolutionEntriesExceededException",
1491
1493
  $fault: "client",
1492
1494
  ...opts,
1493
1495
  });
1494
- this.name = "MaximumConflictResolutionEntriesExceededException";
1495
- this.$fault = "client";
1496
1496
  Object.setPrototypeOf(this, MaximumConflictResolutionEntriesExceededException.prototype);
1497
1497
  }
1498
1498
  }
1499
1499
  export class MultipleConflictResolutionEntriesException extends __BaseException {
1500
+ name = "MultipleConflictResolutionEntriesException";
1501
+ $fault = "client";
1500
1502
  constructor(opts) {
1501
1503
  super({
1502
1504
  name: "MultipleConflictResolutionEntriesException",
1503
1505
  $fault: "client",
1504
1506
  ...opts,
1505
1507
  });
1506
- this.name = "MultipleConflictResolutionEntriesException";
1507
- this.$fault = "client";
1508
1508
  Object.setPrototypeOf(this, MultipleConflictResolutionEntriesException.prototype);
1509
1509
  }
1510
1510
  }
1511
1511
  export class ReplacementContentRequiredException extends __BaseException {
1512
+ name = "ReplacementContentRequiredException";
1513
+ $fault = "client";
1512
1514
  constructor(opts) {
1513
1515
  super({
1514
1516
  name: "ReplacementContentRequiredException",
1515
1517
  $fault: "client",
1516
1518
  ...opts,
1517
1519
  });
1518
- this.name = "ReplacementContentRequiredException";
1519
- this.$fault = "client";
1520
1520
  Object.setPrototypeOf(this, ReplacementContentRequiredException.prototype);
1521
1521
  }
1522
1522
  }
1523
1523
  export class ReplacementTypeRequiredException extends __BaseException {
1524
+ name = "ReplacementTypeRequiredException";
1525
+ $fault = "client";
1524
1526
  constructor(opts) {
1525
1527
  super({
1526
1528
  name: "ReplacementTypeRequiredException",
1527
1529
  $fault: "client",
1528
1530
  ...opts,
1529
1531
  });
1530
- this.name = "ReplacementTypeRequiredException";
1531
- this.$fault = "client";
1532
1532
  Object.setPrototypeOf(this, ReplacementTypeRequiredException.prototype);
1533
1533
  }
1534
1534
  }
1535
1535
  export class DefaultBranchCannotBeDeletedException extends __BaseException {
1536
+ name = "DefaultBranchCannotBeDeletedException";
1537
+ $fault = "client";
1536
1538
  constructor(opts) {
1537
1539
  super({
1538
1540
  name: "DefaultBranchCannotBeDeletedException",
1539
1541
  $fault: "client",
1540
1542
  ...opts,
1541
1543
  });
1542
- this.name = "DefaultBranchCannotBeDeletedException";
1543
- this.$fault = "client";
1544
1544
  Object.setPrototypeOf(this, DefaultBranchCannotBeDeletedException.prototype);
1545
1545
  }
1546
1546
  }
1547
1547
  export class CommentDeletedException extends __BaseException {
1548
+ name = "CommentDeletedException";
1549
+ $fault = "client";
1548
1550
  constructor(opts) {
1549
1551
  super({
1550
1552
  name: "CommentDeletedException",
1551
1553
  $fault: "client",
1552
1554
  ...opts,
1553
1555
  });
1554
- this.name = "CommentDeletedException";
1555
- this.$fault = "client";
1556
1556
  Object.setPrototypeOf(this, CommentDeletedException.prototype);
1557
1557
  }
1558
1558
  }
1559
1559
  export class CommentDoesNotExistException extends __BaseException {
1560
+ name = "CommentDoesNotExistException";
1561
+ $fault = "client";
1560
1562
  constructor(opts) {
1561
1563
  super({
1562
1564
  name: "CommentDoesNotExistException",
1563
1565
  $fault: "client",
1564
1566
  ...opts,
1565
1567
  });
1566
- this.name = "CommentDoesNotExistException";
1567
- this.$fault = "client";
1568
1568
  Object.setPrototypeOf(this, CommentDoesNotExistException.prototype);
1569
1569
  }
1570
1570
  }
1571
1571
  export class CommentIdRequiredException extends __BaseException {
1572
+ name = "CommentIdRequiredException";
1573
+ $fault = "client";
1572
1574
  constructor(opts) {
1573
1575
  super({
1574
1576
  name: "CommentIdRequiredException",
1575
1577
  $fault: "client",
1576
1578
  ...opts,
1577
1579
  });
1578
- this.name = "CommentIdRequiredException";
1579
- this.$fault = "client";
1580
1580
  Object.setPrototypeOf(this, CommentIdRequiredException.prototype);
1581
1581
  }
1582
1582
  }
1583
1583
  export class InvalidCommentIdException extends __BaseException {
1584
+ name = "InvalidCommentIdException";
1585
+ $fault = "client";
1584
1586
  constructor(opts) {
1585
1587
  super({
1586
1588
  name: "InvalidCommentIdException",
1587
1589
  $fault: "client",
1588
1590
  ...opts,
1589
1591
  });
1590
- this.name = "InvalidCommentIdException";
1591
- this.$fault = "client";
1592
1592
  Object.setPrototypeOf(this, InvalidCommentIdException.prototype);
1593
1593
  }
1594
1594
  }
@@ -1604,110 +1604,110 @@ export const PullRequestEventType = {
1604
1604
  PULL_REQUEST_STATUS_CHANGED: "PULL_REQUEST_STATUS_CHANGED",
1605
1605
  };
1606
1606
  export class InvalidActorArnException extends __BaseException {
1607
+ name = "InvalidActorArnException";
1608
+ $fault = "client";
1607
1609
  constructor(opts) {
1608
1610
  super({
1609
1611
  name: "InvalidActorArnException",
1610
1612
  $fault: "client",
1611
1613
  ...opts,
1612
1614
  });
1613
- this.name = "InvalidActorArnException";
1614
- this.$fault = "client";
1615
1615
  Object.setPrototypeOf(this, InvalidActorArnException.prototype);
1616
1616
  }
1617
1617
  }
1618
1618
  export class InvalidMaxResultsException extends __BaseException {
1619
+ name = "InvalidMaxResultsException";
1620
+ $fault = "client";
1619
1621
  constructor(opts) {
1620
1622
  super({
1621
1623
  name: "InvalidMaxResultsException",
1622
1624
  $fault: "client",
1623
1625
  ...opts,
1624
1626
  });
1625
- this.name = "InvalidMaxResultsException";
1626
- this.$fault = "client";
1627
1627
  Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
1628
1628
  }
1629
1629
  }
1630
1630
  export class InvalidPullRequestEventTypeException extends __BaseException {
1631
+ name = "InvalidPullRequestEventTypeException";
1632
+ $fault = "client";
1631
1633
  constructor(opts) {
1632
1634
  super({
1633
1635
  name: "InvalidPullRequestEventTypeException",
1634
1636
  $fault: "client",
1635
1637
  ...opts,
1636
1638
  });
1637
- this.name = "InvalidPullRequestEventTypeException";
1638
- this.$fault = "client";
1639
1639
  Object.setPrototypeOf(this, InvalidPullRequestEventTypeException.prototype);
1640
1640
  }
1641
1641
  }
1642
1642
  export class InvalidRevisionIdException extends __BaseException {
1643
+ name = "InvalidRevisionIdException";
1644
+ $fault = "client";
1643
1645
  constructor(opts) {
1644
1646
  super({
1645
1647
  name: "InvalidRevisionIdException",
1646
1648
  $fault: "client",
1647
1649
  ...opts,
1648
1650
  });
1649
- this.name = "InvalidRevisionIdException";
1650
- this.$fault = "client";
1651
1651
  Object.setPrototypeOf(this, InvalidRevisionIdException.prototype);
1652
1652
  }
1653
1653
  }
1654
1654
  export class RevisionIdRequiredException extends __BaseException {
1655
+ name = "RevisionIdRequiredException";
1656
+ $fault = "client";
1655
1657
  constructor(opts) {
1656
1658
  super({
1657
1659
  name: "RevisionIdRequiredException",
1658
1660
  $fault: "client",
1659
1661
  ...opts,
1660
1662
  });
1661
- this.name = "RevisionIdRequiredException";
1662
- this.$fault = "client";
1663
1663
  Object.setPrototypeOf(this, RevisionIdRequiredException.prototype);
1664
1664
  }
1665
1665
  }
1666
1666
  export class RevisionNotCurrentException extends __BaseException {
1667
+ name = "RevisionNotCurrentException";
1668
+ $fault = "client";
1667
1669
  constructor(opts) {
1668
1670
  super({
1669
1671
  name: "RevisionNotCurrentException",
1670
1672
  $fault: "client",
1671
1673
  ...opts,
1672
1674
  });
1673
- this.name = "RevisionNotCurrentException";
1674
- this.$fault = "client";
1675
1675
  Object.setPrototypeOf(this, RevisionNotCurrentException.prototype);
1676
1676
  }
1677
1677
  }
1678
1678
  export class FileTooLargeException extends __BaseException {
1679
+ name = "FileTooLargeException";
1680
+ $fault = "client";
1679
1681
  constructor(opts) {
1680
1682
  super({
1681
1683
  name: "FileTooLargeException",
1682
1684
  $fault: "client",
1683
1685
  ...opts,
1684
1686
  });
1685
- this.name = "FileTooLargeException";
1686
- this.$fault = "client";
1687
1687
  Object.setPrototypeOf(this, FileTooLargeException.prototype);
1688
1688
  }
1689
1689
  }
1690
1690
  export class InvalidBlobIdException extends __BaseException {
1691
+ name = "InvalidBlobIdException";
1692
+ $fault = "client";
1691
1693
  constructor(opts) {
1692
1694
  super({
1693
1695
  name: "InvalidBlobIdException",
1694
1696
  $fault: "client",
1695
1697
  ...opts,
1696
1698
  });
1697
- this.name = "InvalidBlobIdException";
1698
- this.$fault = "client";
1699
1699
  Object.setPrototypeOf(this, InvalidBlobIdException.prototype);
1700
1700
  }
1701
1701
  }
1702
1702
  export class InvalidReactionUserArnException extends __BaseException {
1703
+ name = "InvalidReactionUserArnException";
1704
+ $fault = "client";
1703
1705
  constructor(opts) {
1704
1706
  super({
1705
1707
  name: "InvalidReactionUserArnException",
1706
1708
  $fault: "client",
1707
1709
  ...opts,
1708
1710
  });
1709
- this.name = "InvalidReactionUserArnException";
1710
- this.$fault = "client";
1711
1711
  Object.setPrototypeOf(this, InvalidReactionUserArnException.prototype);
1712
1712
  }
1713
1713
  }
@@ -1716,74 +1716,74 @@ export const RelativeFileVersionEnum = {
1716
1716
  BEFORE: "BEFORE",
1717
1717
  };
1718
1718
  export class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
1719
+ name = "RepositoryNotAssociatedWithPullRequestException";
1720
+ $fault = "client";
1719
1721
  constructor(opts) {
1720
1722
  super({
1721
1723
  name: "RepositoryNotAssociatedWithPullRequestException",
1722
1724
  $fault: "client",
1723
1725
  ...opts,
1724
1726
  });
1725
- this.name = "RepositoryNotAssociatedWithPullRequestException";
1726
- this.$fault = "client";
1727
1727
  Object.setPrototypeOf(this, RepositoryNotAssociatedWithPullRequestException.prototype);
1728
1728
  }
1729
1729
  }
1730
1730
  export class CommitIdDoesNotExistException extends __BaseException {
1731
+ name = "CommitIdDoesNotExistException";
1732
+ $fault = "client";
1731
1733
  constructor(opts) {
1732
1734
  super({
1733
1735
  name: "CommitIdDoesNotExistException",
1734
1736
  $fault: "client",
1735
1737
  ...opts,
1736
1738
  });
1737
- this.name = "CommitIdDoesNotExistException";
1738
- this.$fault = "client";
1739
1739
  Object.setPrototypeOf(this, CommitIdDoesNotExistException.prototype);
1740
1740
  }
1741
1741
  }
1742
1742
  export class PathDoesNotExistException extends __BaseException {
1743
+ name = "PathDoesNotExistException";
1744
+ $fault = "client";
1743
1745
  constructor(opts) {
1744
1746
  super({
1745
1747
  name: "PathDoesNotExistException",
1746
1748
  $fault: "client",
1747
1749
  ...opts,
1748
1750
  });
1749
- this.name = "PathDoesNotExistException";
1750
- this.$fault = "client";
1751
1751
  Object.setPrototypeOf(this, PathDoesNotExistException.prototype);
1752
1752
  }
1753
1753
  }
1754
1754
  export class FolderDoesNotExistException extends __BaseException {
1755
+ name = "FolderDoesNotExistException";
1756
+ $fault = "client";
1755
1757
  constructor(opts) {
1756
1758
  super({
1757
1759
  name: "FolderDoesNotExistException",
1758
1760
  $fault: "client",
1759
1761
  ...opts,
1760
1762
  });
1761
- this.name = "FolderDoesNotExistException";
1762
- this.$fault = "client";
1763
1763
  Object.setPrototypeOf(this, FolderDoesNotExistException.prototype);
1764
1764
  }
1765
1765
  }
1766
1766
  export class InvalidDestinationCommitSpecifierException extends __BaseException {
1767
+ name = "InvalidDestinationCommitSpecifierException";
1768
+ $fault = "client";
1767
1769
  constructor(opts) {
1768
1770
  super({
1769
1771
  name: "InvalidDestinationCommitSpecifierException",
1770
1772
  $fault: "client",
1771
1773
  ...opts,
1772
1774
  });
1773
- this.name = "InvalidDestinationCommitSpecifierException";
1774
- this.$fault = "client";
1775
1775
  Object.setPrototypeOf(this, InvalidDestinationCommitSpecifierException.prototype);
1776
1776
  }
1777
1777
  }
1778
1778
  export class InvalidSourceCommitSpecifierException extends __BaseException {
1779
+ name = "InvalidSourceCommitSpecifierException";
1780
+ $fault = "client";
1779
1781
  constructor(opts) {
1780
1782
  super({
1781
1783
  name: "InvalidSourceCommitSpecifierException",
1782
1784
  $fault: "client",
1783
1785
  ...opts,
1784
1786
  });
1785
- this.name = "InvalidSourceCommitSpecifierException";
1786
- this.$fault = "client";
1787
1787
  Object.setPrototypeOf(this, InvalidSourceCommitSpecifierException.prototype);
1788
1788
  }
1789
1789
  }