@aws-sdk/client-codecommit 3.1074.0 → 3.1076.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.
- package/dist-cjs/index.js +6359 -15
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -1
- package/package.json +8 -8
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -46
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/CodeCommitServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -2269
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -3654
|
@@ -1,2269 +0,0 @@
|
|
|
1
|
-
const { CodeCommitServiceException: __BaseException } = require("./CodeCommitServiceException");
|
|
2
|
-
exports.ActorDoesNotExistException = class ActorDoesNotExistException extends __BaseException {
|
|
3
|
-
name = "ActorDoesNotExistException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "ActorDoesNotExistException",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, ActorDoesNotExistException.prototype);
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
exports.ApprovalRuleContentRequiredException = class ApprovalRuleContentRequiredException extends __BaseException {
|
|
15
|
-
name = "ApprovalRuleContentRequiredException";
|
|
16
|
-
$fault = "client";
|
|
17
|
-
constructor(opts) {
|
|
18
|
-
super({
|
|
19
|
-
name: "ApprovalRuleContentRequiredException",
|
|
20
|
-
$fault: "client",
|
|
21
|
-
...opts,
|
|
22
|
-
});
|
|
23
|
-
Object.setPrototypeOf(this, ApprovalRuleContentRequiredException.prototype);
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
exports.ApprovalRuleDoesNotExistException = class ApprovalRuleDoesNotExistException extends __BaseException {
|
|
27
|
-
name = "ApprovalRuleDoesNotExistException";
|
|
28
|
-
$fault = "client";
|
|
29
|
-
constructor(opts) {
|
|
30
|
-
super({
|
|
31
|
-
name: "ApprovalRuleDoesNotExistException",
|
|
32
|
-
$fault: "client",
|
|
33
|
-
...opts,
|
|
34
|
-
});
|
|
35
|
-
Object.setPrototypeOf(this, ApprovalRuleDoesNotExistException.prototype);
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
exports.ApprovalRuleNameAlreadyExistsException = class ApprovalRuleNameAlreadyExistsException extends __BaseException {
|
|
39
|
-
name = "ApprovalRuleNameAlreadyExistsException";
|
|
40
|
-
$fault = "client";
|
|
41
|
-
constructor(opts) {
|
|
42
|
-
super({
|
|
43
|
-
name: "ApprovalRuleNameAlreadyExistsException",
|
|
44
|
-
$fault: "client",
|
|
45
|
-
...opts,
|
|
46
|
-
});
|
|
47
|
-
Object.setPrototypeOf(this, ApprovalRuleNameAlreadyExistsException.prototype);
|
|
48
|
-
}
|
|
49
|
-
};
|
|
50
|
-
exports.ApprovalRuleNameRequiredException = class ApprovalRuleNameRequiredException extends __BaseException {
|
|
51
|
-
name = "ApprovalRuleNameRequiredException";
|
|
52
|
-
$fault = "client";
|
|
53
|
-
constructor(opts) {
|
|
54
|
-
super({
|
|
55
|
-
name: "ApprovalRuleNameRequiredException",
|
|
56
|
-
$fault: "client",
|
|
57
|
-
...opts,
|
|
58
|
-
});
|
|
59
|
-
Object.setPrototypeOf(this, ApprovalRuleNameRequiredException.prototype);
|
|
60
|
-
}
|
|
61
|
-
};
|
|
62
|
-
exports.ApprovalRuleTemplateContentRequiredException = class ApprovalRuleTemplateContentRequiredException extends __BaseException {
|
|
63
|
-
name = "ApprovalRuleTemplateContentRequiredException";
|
|
64
|
-
$fault = "client";
|
|
65
|
-
constructor(opts) {
|
|
66
|
-
super({
|
|
67
|
-
name: "ApprovalRuleTemplateContentRequiredException",
|
|
68
|
-
$fault: "client",
|
|
69
|
-
...opts,
|
|
70
|
-
});
|
|
71
|
-
Object.setPrototypeOf(this, ApprovalRuleTemplateContentRequiredException.prototype);
|
|
72
|
-
}
|
|
73
|
-
};
|
|
74
|
-
exports.ApprovalRuleTemplateDoesNotExistException = class ApprovalRuleTemplateDoesNotExistException extends __BaseException {
|
|
75
|
-
name = "ApprovalRuleTemplateDoesNotExistException";
|
|
76
|
-
$fault = "client";
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "ApprovalRuleTemplateDoesNotExistException",
|
|
80
|
-
$fault: "client",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
Object.setPrototypeOf(this, ApprovalRuleTemplateDoesNotExistException.prototype);
|
|
84
|
-
}
|
|
85
|
-
};
|
|
86
|
-
exports.ApprovalRuleTemplateInUseException = class ApprovalRuleTemplateInUseException extends __BaseException {
|
|
87
|
-
name = "ApprovalRuleTemplateInUseException";
|
|
88
|
-
$fault = "client";
|
|
89
|
-
constructor(opts) {
|
|
90
|
-
super({
|
|
91
|
-
name: "ApprovalRuleTemplateInUseException",
|
|
92
|
-
$fault: "client",
|
|
93
|
-
...opts,
|
|
94
|
-
});
|
|
95
|
-
Object.setPrototypeOf(this, ApprovalRuleTemplateInUseException.prototype);
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
exports.ApprovalRuleTemplateNameAlreadyExistsException = class ApprovalRuleTemplateNameAlreadyExistsException extends __BaseException {
|
|
99
|
-
name = "ApprovalRuleTemplateNameAlreadyExistsException";
|
|
100
|
-
$fault = "client";
|
|
101
|
-
constructor(opts) {
|
|
102
|
-
super({
|
|
103
|
-
name: "ApprovalRuleTemplateNameAlreadyExistsException",
|
|
104
|
-
$fault: "client",
|
|
105
|
-
...opts,
|
|
106
|
-
});
|
|
107
|
-
Object.setPrototypeOf(this, ApprovalRuleTemplateNameAlreadyExistsException.prototype);
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
exports.ApprovalRuleTemplateNameRequiredException = class ApprovalRuleTemplateNameRequiredException extends __BaseException {
|
|
111
|
-
name = "ApprovalRuleTemplateNameRequiredException";
|
|
112
|
-
$fault = "client";
|
|
113
|
-
constructor(opts) {
|
|
114
|
-
super({
|
|
115
|
-
name: "ApprovalRuleTemplateNameRequiredException",
|
|
116
|
-
$fault: "client",
|
|
117
|
-
...opts,
|
|
118
|
-
});
|
|
119
|
-
Object.setPrototypeOf(this, ApprovalRuleTemplateNameRequiredException.prototype);
|
|
120
|
-
}
|
|
121
|
-
};
|
|
122
|
-
exports.ApprovalStateRequiredException = class ApprovalStateRequiredException extends __BaseException {
|
|
123
|
-
name = "ApprovalStateRequiredException";
|
|
124
|
-
$fault = "client";
|
|
125
|
-
constructor(opts) {
|
|
126
|
-
super({
|
|
127
|
-
name: "ApprovalStateRequiredException",
|
|
128
|
-
$fault: "client",
|
|
129
|
-
...opts,
|
|
130
|
-
});
|
|
131
|
-
Object.setPrototypeOf(this, ApprovalStateRequiredException.prototype);
|
|
132
|
-
}
|
|
133
|
-
};
|
|
134
|
-
exports.EncryptionIntegrityChecksFailedException = class EncryptionIntegrityChecksFailedException extends __BaseException {
|
|
135
|
-
name = "EncryptionIntegrityChecksFailedException";
|
|
136
|
-
$fault = "server";
|
|
137
|
-
constructor(opts) {
|
|
138
|
-
super({
|
|
139
|
-
name: "EncryptionIntegrityChecksFailedException",
|
|
140
|
-
$fault: "server",
|
|
141
|
-
...opts,
|
|
142
|
-
});
|
|
143
|
-
Object.setPrototypeOf(this, EncryptionIntegrityChecksFailedException.prototype);
|
|
144
|
-
}
|
|
145
|
-
};
|
|
146
|
-
exports.EncryptionKeyAccessDeniedException = class EncryptionKeyAccessDeniedException extends __BaseException {
|
|
147
|
-
name = "EncryptionKeyAccessDeniedException";
|
|
148
|
-
$fault = "client";
|
|
149
|
-
constructor(opts) {
|
|
150
|
-
super({
|
|
151
|
-
name: "EncryptionKeyAccessDeniedException",
|
|
152
|
-
$fault: "client",
|
|
153
|
-
...opts,
|
|
154
|
-
});
|
|
155
|
-
Object.setPrototypeOf(this, EncryptionKeyAccessDeniedException.prototype);
|
|
156
|
-
}
|
|
157
|
-
};
|
|
158
|
-
exports.EncryptionKeyDisabledException = class EncryptionKeyDisabledException extends __BaseException {
|
|
159
|
-
name = "EncryptionKeyDisabledException";
|
|
160
|
-
$fault = "client";
|
|
161
|
-
constructor(opts) {
|
|
162
|
-
super({
|
|
163
|
-
name: "EncryptionKeyDisabledException",
|
|
164
|
-
$fault: "client",
|
|
165
|
-
...opts,
|
|
166
|
-
});
|
|
167
|
-
Object.setPrototypeOf(this, EncryptionKeyDisabledException.prototype);
|
|
168
|
-
}
|
|
169
|
-
};
|
|
170
|
-
exports.EncryptionKeyNotFoundException = class EncryptionKeyNotFoundException extends __BaseException {
|
|
171
|
-
name = "EncryptionKeyNotFoundException";
|
|
172
|
-
$fault = "client";
|
|
173
|
-
constructor(opts) {
|
|
174
|
-
super({
|
|
175
|
-
name: "EncryptionKeyNotFoundException",
|
|
176
|
-
$fault: "client",
|
|
177
|
-
...opts,
|
|
178
|
-
});
|
|
179
|
-
Object.setPrototypeOf(this, EncryptionKeyNotFoundException.prototype);
|
|
180
|
-
}
|
|
181
|
-
};
|
|
182
|
-
exports.EncryptionKeyUnavailableException = class EncryptionKeyUnavailableException extends __BaseException {
|
|
183
|
-
name = "EncryptionKeyUnavailableException";
|
|
184
|
-
$fault = "client";
|
|
185
|
-
constructor(opts) {
|
|
186
|
-
super({
|
|
187
|
-
name: "EncryptionKeyUnavailableException",
|
|
188
|
-
$fault: "client",
|
|
189
|
-
...opts,
|
|
190
|
-
});
|
|
191
|
-
Object.setPrototypeOf(this, EncryptionKeyUnavailableException.prototype);
|
|
192
|
-
}
|
|
193
|
-
};
|
|
194
|
-
exports.InvalidApprovalRuleTemplateNameException = class InvalidApprovalRuleTemplateNameException extends __BaseException {
|
|
195
|
-
name = "InvalidApprovalRuleTemplateNameException";
|
|
196
|
-
$fault = "client";
|
|
197
|
-
constructor(opts) {
|
|
198
|
-
super({
|
|
199
|
-
name: "InvalidApprovalRuleTemplateNameException",
|
|
200
|
-
$fault: "client",
|
|
201
|
-
...opts,
|
|
202
|
-
});
|
|
203
|
-
Object.setPrototypeOf(this, InvalidApprovalRuleTemplateNameException.prototype);
|
|
204
|
-
}
|
|
205
|
-
};
|
|
206
|
-
exports.InvalidRepositoryNameException = class InvalidRepositoryNameException extends __BaseException {
|
|
207
|
-
name = "InvalidRepositoryNameException";
|
|
208
|
-
$fault = "client";
|
|
209
|
-
constructor(opts) {
|
|
210
|
-
super({
|
|
211
|
-
name: "InvalidRepositoryNameException",
|
|
212
|
-
$fault: "client",
|
|
213
|
-
...opts,
|
|
214
|
-
});
|
|
215
|
-
Object.setPrototypeOf(this, InvalidRepositoryNameException.prototype);
|
|
216
|
-
}
|
|
217
|
-
};
|
|
218
|
-
exports.MaximumRuleTemplatesAssociatedWithRepositoryException = class MaximumRuleTemplatesAssociatedWithRepositoryException extends __BaseException {
|
|
219
|
-
name = "MaximumRuleTemplatesAssociatedWithRepositoryException";
|
|
220
|
-
$fault = "client";
|
|
221
|
-
constructor(opts) {
|
|
222
|
-
super({
|
|
223
|
-
name: "MaximumRuleTemplatesAssociatedWithRepositoryException",
|
|
224
|
-
$fault: "client",
|
|
225
|
-
...opts,
|
|
226
|
-
});
|
|
227
|
-
Object.setPrototypeOf(this, MaximumRuleTemplatesAssociatedWithRepositoryException.prototype);
|
|
228
|
-
}
|
|
229
|
-
};
|
|
230
|
-
exports.RepositoryDoesNotExistException = class RepositoryDoesNotExistException extends __BaseException {
|
|
231
|
-
name = "RepositoryDoesNotExistException";
|
|
232
|
-
$fault = "client";
|
|
233
|
-
constructor(opts) {
|
|
234
|
-
super({
|
|
235
|
-
name: "RepositoryDoesNotExistException",
|
|
236
|
-
$fault: "client",
|
|
237
|
-
...opts,
|
|
238
|
-
});
|
|
239
|
-
Object.setPrototypeOf(this, RepositoryDoesNotExistException.prototype);
|
|
240
|
-
}
|
|
241
|
-
};
|
|
242
|
-
exports.RepositoryNameRequiredException = class RepositoryNameRequiredException extends __BaseException {
|
|
243
|
-
name = "RepositoryNameRequiredException";
|
|
244
|
-
$fault = "client";
|
|
245
|
-
constructor(opts) {
|
|
246
|
-
super({
|
|
247
|
-
name: "RepositoryNameRequiredException",
|
|
248
|
-
$fault: "client",
|
|
249
|
-
...opts,
|
|
250
|
-
});
|
|
251
|
-
Object.setPrototypeOf(this, RepositoryNameRequiredException.prototype);
|
|
252
|
-
}
|
|
253
|
-
};
|
|
254
|
-
exports.AuthorDoesNotExistException = class AuthorDoesNotExistException extends __BaseException {
|
|
255
|
-
name = "AuthorDoesNotExistException";
|
|
256
|
-
$fault = "client";
|
|
257
|
-
constructor(opts) {
|
|
258
|
-
super({
|
|
259
|
-
name: "AuthorDoesNotExistException",
|
|
260
|
-
$fault: "client",
|
|
261
|
-
...opts,
|
|
262
|
-
});
|
|
263
|
-
Object.setPrototypeOf(this, AuthorDoesNotExistException.prototype);
|
|
264
|
-
}
|
|
265
|
-
};
|
|
266
|
-
exports.MaximumRepositoryNamesExceededException = class MaximumRepositoryNamesExceededException extends __BaseException {
|
|
267
|
-
name = "MaximumRepositoryNamesExceededException";
|
|
268
|
-
$fault = "client";
|
|
269
|
-
constructor(opts) {
|
|
270
|
-
super({
|
|
271
|
-
name: "MaximumRepositoryNamesExceededException",
|
|
272
|
-
$fault: "client",
|
|
273
|
-
...opts,
|
|
274
|
-
});
|
|
275
|
-
Object.setPrototypeOf(this, MaximumRepositoryNamesExceededException.prototype);
|
|
276
|
-
}
|
|
277
|
-
};
|
|
278
|
-
exports.RepositoryNamesRequiredException = class RepositoryNamesRequiredException extends __BaseException {
|
|
279
|
-
name = "RepositoryNamesRequiredException";
|
|
280
|
-
$fault = "client";
|
|
281
|
-
constructor(opts) {
|
|
282
|
-
super({
|
|
283
|
-
name: "RepositoryNamesRequiredException",
|
|
284
|
-
$fault: "client",
|
|
285
|
-
...opts,
|
|
286
|
-
});
|
|
287
|
-
Object.setPrototypeOf(this, RepositoryNamesRequiredException.prototype);
|
|
288
|
-
}
|
|
289
|
-
};
|
|
290
|
-
exports.CommitDoesNotExistException = class CommitDoesNotExistException extends __BaseException {
|
|
291
|
-
name = "CommitDoesNotExistException";
|
|
292
|
-
$fault = "client";
|
|
293
|
-
constructor(opts) {
|
|
294
|
-
super({
|
|
295
|
-
name: "CommitDoesNotExistException",
|
|
296
|
-
$fault: "client",
|
|
297
|
-
...opts,
|
|
298
|
-
});
|
|
299
|
-
Object.setPrototypeOf(this, CommitDoesNotExistException.prototype);
|
|
300
|
-
}
|
|
301
|
-
};
|
|
302
|
-
exports.CommitRequiredException = class CommitRequiredException extends __BaseException {
|
|
303
|
-
name = "CommitRequiredException";
|
|
304
|
-
$fault = "client";
|
|
305
|
-
constructor(opts) {
|
|
306
|
-
super({
|
|
307
|
-
name: "CommitRequiredException",
|
|
308
|
-
$fault: "client",
|
|
309
|
-
...opts,
|
|
310
|
-
});
|
|
311
|
-
Object.setPrototypeOf(this, CommitRequiredException.prototype);
|
|
312
|
-
}
|
|
313
|
-
};
|
|
314
|
-
exports.InvalidCommitException = class InvalidCommitException extends __BaseException {
|
|
315
|
-
name = "InvalidCommitException";
|
|
316
|
-
$fault = "client";
|
|
317
|
-
constructor(opts) {
|
|
318
|
-
super({
|
|
319
|
-
name: "InvalidCommitException",
|
|
320
|
-
$fault: "client",
|
|
321
|
-
...opts,
|
|
322
|
-
});
|
|
323
|
-
Object.setPrototypeOf(this, InvalidCommitException.prototype);
|
|
324
|
-
}
|
|
325
|
-
};
|
|
326
|
-
exports.InvalidConflictDetailLevelException = class InvalidConflictDetailLevelException extends __BaseException {
|
|
327
|
-
name = "InvalidConflictDetailLevelException";
|
|
328
|
-
$fault = "client";
|
|
329
|
-
constructor(opts) {
|
|
330
|
-
super({
|
|
331
|
-
name: "InvalidConflictDetailLevelException",
|
|
332
|
-
$fault: "client",
|
|
333
|
-
...opts,
|
|
334
|
-
});
|
|
335
|
-
Object.setPrototypeOf(this, InvalidConflictDetailLevelException.prototype);
|
|
336
|
-
}
|
|
337
|
-
};
|
|
338
|
-
exports.InvalidConflictResolutionStrategyException = class InvalidConflictResolutionStrategyException extends __BaseException {
|
|
339
|
-
name = "InvalidConflictResolutionStrategyException";
|
|
340
|
-
$fault = "client";
|
|
341
|
-
constructor(opts) {
|
|
342
|
-
super({
|
|
343
|
-
name: "InvalidConflictResolutionStrategyException",
|
|
344
|
-
$fault: "client",
|
|
345
|
-
...opts,
|
|
346
|
-
});
|
|
347
|
-
Object.setPrototypeOf(this, InvalidConflictResolutionStrategyException.prototype);
|
|
348
|
-
}
|
|
349
|
-
};
|
|
350
|
-
exports.InvalidContinuationTokenException = class InvalidContinuationTokenException extends __BaseException {
|
|
351
|
-
name = "InvalidContinuationTokenException";
|
|
352
|
-
$fault = "client";
|
|
353
|
-
constructor(opts) {
|
|
354
|
-
super({
|
|
355
|
-
name: "InvalidContinuationTokenException",
|
|
356
|
-
$fault: "client",
|
|
357
|
-
...opts,
|
|
358
|
-
});
|
|
359
|
-
Object.setPrototypeOf(this, InvalidContinuationTokenException.prototype);
|
|
360
|
-
}
|
|
361
|
-
};
|
|
362
|
-
exports.InvalidMaxConflictFilesException = class InvalidMaxConflictFilesException extends __BaseException {
|
|
363
|
-
name = "InvalidMaxConflictFilesException";
|
|
364
|
-
$fault = "client";
|
|
365
|
-
constructor(opts) {
|
|
366
|
-
super({
|
|
367
|
-
name: "InvalidMaxConflictFilesException",
|
|
368
|
-
$fault: "client",
|
|
369
|
-
...opts,
|
|
370
|
-
});
|
|
371
|
-
Object.setPrototypeOf(this, InvalidMaxConflictFilesException.prototype);
|
|
372
|
-
}
|
|
373
|
-
};
|
|
374
|
-
exports.InvalidMaxMergeHunksException = class InvalidMaxMergeHunksException extends __BaseException {
|
|
375
|
-
name = "InvalidMaxMergeHunksException";
|
|
376
|
-
$fault = "client";
|
|
377
|
-
constructor(opts) {
|
|
378
|
-
super({
|
|
379
|
-
name: "InvalidMaxMergeHunksException",
|
|
380
|
-
$fault: "client",
|
|
381
|
-
...opts,
|
|
382
|
-
});
|
|
383
|
-
Object.setPrototypeOf(this, InvalidMaxMergeHunksException.prototype);
|
|
384
|
-
}
|
|
385
|
-
};
|
|
386
|
-
exports.InvalidMergeOptionException = class InvalidMergeOptionException extends __BaseException {
|
|
387
|
-
name = "InvalidMergeOptionException";
|
|
388
|
-
$fault = "client";
|
|
389
|
-
constructor(opts) {
|
|
390
|
-
super({
|
|
391
|
-
name: "InvalidMergeOptionException",
|
|
392
|
-
$fault: "client",
|
|
393
|
-
...opts,
|
|
394
|
-
});
|
|
395
|
-
Object.setPrototypeOf(this, InvalidMergeOptionException.prototype);
|
|
396
|
-
}
|
|
397
|
-
};
|
|
398
|
-
exports.MaximumFileContentToLoadExceededException = class MaximumFileContentToLoadExceededException extends __BaseException {
|
|
399
|
-
name = "MaximumFileContentToLoadExceededException";
|
|
400
|
-
$fault = "client";
|
|
401
|
-
constructor(opts) {
|
|
402
|
-
super({
|
|
403
|
-
name: "MaximumFileContentToLoadExceededException",
|
|
404
|
-
$fault: "client",
|
|
405
|
-
...opts,
|
|
406
|
-
});
|
|
407
|
-
Object.setPrototypeOf(this, MaximumFileContentToLoadExceededException.prototype);
|
|
408
|
-
}
|
|
409
|
-
};
|
|
410
|
-
exports.MaximumItemsToCompareExceededException = class MaximumItemsToCompareExceededException extends __BaseException {
|
|
411
|
-
name = "MaximumItemsToCompareExceededException";
|
|
412
|
-
$fault = "client";
|
|
413
|
-
constructor(opts) {
|
|
414
|
-
super({
|
|
415
|
-
name: "MaximumItemsToCompareExceededException",
|
|
416
|
-
$fault: "client",
|
|
417
|
-
...opts,
|
|
418
|
-
});
|
|
419
|
-
Object.setPrototypeOf(this, MaximumItemsToCompareExceededException.prototype);
|
|
420
|
-
}
|
|
421
|
-
};
|
|
422
|
-
exports.MergeOptionRequiredException = class MergeOptionRequiredException extends __BaseException {
|
|
423
|
-
name = "MergeOptionRequiredException";
|
|
424
|
-
$fault = "client";
|
|
425
|
-
constructor(opts) {
|
|
426
|
-
super({
|
|
427
|
-
name: "MergeOptionRequiredException",
|
|
428
|
-
$fault: "client",
|
|
429
|
-
...opts,
|
|
430
|
-
});
|
|
431
|
-
Object.setPrototypeOf(this, MergeOptionRequiredException.prototype);
|
|
432
|
-
}
|
|
433
|
-
};
|
|
434
|
-
exports.TipsDivergenceExceededException = class TipsDivergenceExceededException extends __BaseException {
|
|
435
|
-
name = "TipsDivergenceExceededException";
|
|
436
|
-
$fault = "client";
|
|
437
|
-
constructor(opts) {
|
|
438
|
-
super({
|
|
439
|
-
name: "TipsDivergenceExceededException",
|
|
440
|
-
$fault: "client",
|
|
441
|
-
...opts,
|
|
442
|
-
});
|
|
443
|
-
Object.setPrototypeOf(this, TipsDivergenceExceededException.prototype);
|
|
444
|
-
}
|
|
445
|
-
};
|
|
446
|
-
exports.CommitIdsLimitExceededException = class CommitIdsLimitExceededException extends __BaseException {
|
|
447
|
-
name = "CommitIdsLimitExceededException";
|
|
448
|
-
$fault = "client";
|
|
449
|
-
constructor(opts) {
|
|
450
|
-
super({
|
|
451
|
-
name: "CommitIdsLimitExceededException",
|
|
452
|
-
$fault: "client",
|
|
453
|
-
...opts,
|
|
454
|
-
});
|
|
455
|
-
Object.setPrototypeOf(this, CommitIdsLimitExceededException.prototype);
|
|
456
|
-
}
|
|
457
|
-
};
|
|
458
|
-
exports.CommitIdsListRequiredException = class CommitIdsListRequiredException extends __BaseException {
|
|
459
|
-
name = "CommitIdsListRequiredException";
|
|
460
|
-
$fault = "client";
|
|
461
|
-
constructor(opts) {
|
|
462
|
-
super({
|
|
463
|
-
name: "CommitIdsListRequiredException",
|
|
464
|
-
$fault: "client",
|
|
465
|
-
...opts,
|
|
466
|
-
});
|
|
467
|
-
Object.setPrototypeOf(this, CommitIdsListRequiredException.prototype);
|
|
468
|
-
}
|
|
469
|
-
};
|
|
470
|
-
exports.BeforeCommitIdAndAfterCommitIdAreSameException = class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
|
|
471
|
-
name = "BeforeCommitIdAndAfterCommitIdAreSameException";
|
|
472
|
-
$fault = "client";
|
|
473
|
-
constructor(opts) {
|
|
474
|
-
super({
|
|
475
|
-
name: "BeforeCommitIdAndAfterCommitIdAreSameException",
|
|
476
|
-
$fault: "client",
|
|
477
|
-
...opts,
|
|
478
|
-
});
|
|
479
|
-
Object.setPrototypeOf(this, BeforeCommitIdAndAfterCommitIdAreSameException.prototype);
|
|
480
|
-
}
|
|
481
|
-
};
|
|
482
|
-
exports.BlobIdDoesNotExistException = class BlobIdDoesNotExistException extends __BaseException {
|
|
483
|
-
name = "BlobIdDoesNotExistException";
|
|
484
|
-
$fault = "client";
|
|
485
|
-
constructor(opts) {
|
|
486
|
-
super({
|
|
487
|
-
name: "BlobIdDoesNotExistException",
|
|
488
|
-
$fault: "client",
|
|
489
|
-
...opts,
|
|
490
|
-
});
|
|
491
|
-
Object.setPrototypeOf(this, BlobIdDoesNotExistException.prototype);
|
|
492
|
-
}
|
|
493
|
-
};
|
|
494
|
-
exports.BlobIdRequiredException = class BlobIdRequiredException extends __BaseException {
|
|
495
|
-
name = "BlobIdRequiredException";
|
|
496
|
-
$fault = "client";
|
|
497
|
-
constructor(opts) {
|
|
498
|
-
super({
|
|
499
|
-
name: "BlobIdRequiredException",
|
|
500
|
-
$fault: "client",
|
|
501
|
-
...opts,
|
|
502
|
-
});
|
|
503
|
-
Object.setPrototypeOf(this, BlobIdRequiredException.prototype);
|
|
504
|
-
}
|
|
505
|
-
};
|
|
506
|
-
exports.BranchDoesNotExistException = class BranchDoesNotExistException extends __BaseException {
|
|
507
|
-
name = "BranchDoesNotExistException";
|
|
508
|
-
$fault = "client";
|
|
509
|
-
constructor(opts) {
|
|
510
|
-
super({
|
|
511
|
-
name: "BranchDoesNotExistException",
|
|
512
|
-
$fault: "client",
|
|
513
|
-
...opts,
|
|
514
|
-
});
|
|
515
|
-
Object.setPrototypeOf(this, BranchDoesNotExistException.prototype);
|
|
516
|
-
}
|
|
517
|
-
};
|
|
518
|
-
exports.BranchNameExistsException = class BranchNameExistsException extends __BaseException {
|
|
519
|
-
name = "BranchNameExistsException";
|
|
520
|
-
$fault = "client";
|
|
521
|
-
constructor(opts) {
|
|
522
|
-
super({
|
|
523
|
-
name: "BranchNameExistsException",
|
|
524
|
-
$fault: "client",
|
|
525
|
-
...opts,
|
|
526
|
-
});
|
|
527
|
-
Object.setPrototypeOf(this, BranchNameExistsException.prototype);
|
|
528
|
-
}
|
|
529
|
-
};
|
|
530
|
-
exports.BranchNameIsTagNameException = class BranchNameIsTagNameException extends __BaseException {
|
|
531
|
-
name = "BranchNameIsTagNameException";
|
|
532
|
-
$fault = "client";
|
|
533
|
-
constructor(opts) {
|
|
534
|
-
super({
|
|
535
|
-
name: "BranchNameIsTagNameException",
|
|
536
|
-
$fault: "client",
|
|
537
|
-
...opts,
|
|
538
|
-
});
|
|
539
|
-
Object.setPrototypeOf(this, BranchNameIsTagNameException.prototype);
|
|
540
|
-
}
|
|
541
|
-
};
|
|
542
|
-
exports.BranchNameRequiredException = class BranchNameRequiredException extends __BaseException {
|
|
543
|
-
name = "BranchNameRequiredException";
|
|
544
|
-
$fault = "client";
|
|
545
|
-
constructor(opts) {
|
|
546
|
-
super({
|
|
547
|
-
name: "BranchNameRequiredException",
|
|
548
|
-
$fault: "client",
|
|
549
|
-
...opts,
|
|
550
|
-
});
|
|
551
|
-
Object.setPrototypeOf(this, BranchNameRequiredException.prototype);
|
|
552
|
-
}
|
|
553
|
-
};
|
|
554
|
-
exports.CannotDeleteApprovalRuleFromTemplateException = class CannotDeleteApprovalRuleFromTemplateException extends __BaseException {
|
|
555
|
-
name = "CannotDeleteApprovalRuleFromTemplateException";
|
|
556
|
-
$fault = "client";
|
|
557
|
-
constructor(opts) {
|
|
558
|
-
super({
|
|
559
|
-
name: "CannotDeleteApprovalRuleFromTemplateException",
|
|
560
|
-
$fault: "client",
|
|
561
|
-
...opts,
|
|
562
|
-
});
|
|
563
|
-
Object.setPrototypeOf(this, CannotDeleteApprovalRuleFromTemplateException.prototype);
|
|
564
|
-
}
|
|
565
|
-
};
|
|
566
|
-
exports.CannotModifyApprovalRuleFromTemplateException = class CannotModifyApprovalRuleFromTemplateException extends __BaseException {
|
|
567
|
-
name = "CannotModifyApprovalRuleFromTemplateException";
|
|
568
|
-
$fault = "client";
|
|
569
|
-
constructor(opts) {
|
|
570
|
-
super({
|
|
571
|
-
name: "CannotModifyApprovalRuleFromTemplateException",
|
|
572
|
-
$fault: "client",
|
|
573
|
-
...opts,
|
|
574
|
-
});
|
|
575
|
-
Object.setPrototypeOf(this, CannotModifyApprovalRuleFromTemplateException.prototype);
|
|
576
|
-
}
|
|
577
|
-
};
|
|
578
|
-
exports.ClientRequestTokenRequiredException = class ClientRequestTokenRequiredException extends __BaseException {
|
|
579
|
-
name = "ClientRequestTokenRequiredException";
|
|
580
|
-
$fault = "client";
|
|
581
|
-
constructor(opts) {
|
|
582
|
-
super({
|
|
583
|
-
name: "ClientRequestTokenRequiredException",
|
|
584
|
-
$fault: "client",
|
|
585
|
-
...opts,
|
|
586
|
-
});
|
|
587
|
-
Object.setPrototypeOf(this, ClientRequestTokenRequiredException.prototype);
|
|
588
|
-
}
|
|
589
|
-
};
|
|
590
|
-
exports.InvalidApprovalRuleTemplateContentException = class InvalidApprovalRuleTemplateContentException extends __BaseException {
|
|
591
|
-
name = "InvalidApprovalRuleTemplateContentException";
|
|
592
|
-
$fault = "client";
|
|
593
|
-
constructor(opts) {
|
|
594
|
-
super({
|
|
595
|
-
name: "InvalidApprovalRuleTemplateContentException",
|
|
596
|
-
$fault: "client",
|
|
597
|
-
...opts,
|
|
598
|
-
});
|
|
599
|
-
Object.setPrototypeOf(this, InvalidApprovalRuleTemplateContentException.prototype);
|
|
600
|
-
}
|
|
601
|
-
};
|
|
602
|
-
exports.InvalidApprovalRuleTemplateDescriptionException = class InvalidApprovalRuleTemplateDescriptionException extends __BaseException {
|
|
603
|
-
name = "InvalidApprovalRuleTemplateDescriptionException";
|
|
604
|
-
$fault = "client";
|
|
605
|
-
constructor(opts) {
|
|
606
|
-
super({
|
|
607
|
-
name: "InvalidApprovalRuleTemplateDescriptionException",
|
|
608
|
-
$fault: "client",
|
|
609
|
-
...opts,
|
|
610
|
-
});
|
|
611
|
-
Object.setPrototypeOf(this, InvalidApprovalRuleTemplateDescriptionException.prototype);
|
|
612
|
-
}
|
|
613
|
-
};
|
|
614
|
-
exports.NumberOfRuleTemplatesExceededException = class NumberOfRuleTemplatesExceededException extends __BaseException {
|
|
615
|
-
name = "NumberOfRuleTemplatesExceededException";
|
|
616
|
-
$fault = "client";
|
|
617
|
-
constructor(opts) {
|
|
618
|
-
super({
|
|
619
|
-
name: "NumberOfRuleTemplatesExceededException",
|
|
620
|
-
$fault: "client",
|
|
621
|
-
...opts,
|
|
622
|
-
});
|
|
623
|
-
Object.setPrototypeOf(this, NumberOfRuleTemplatesExceededException.prototype);
|
|
624
|
-
}
|
|
625
|
-
};
|
|
626
|
-
exports.CommitIdRequiredException = class CommitIdRequiredException extends __BaseException {
|
|
627
|
-
name = "CommitIdRequiredException";
|
|
628
|
-
$fault = "client";
|
|
629
|
-
constructor(opts) {
|
|
630
|
-
super({
|
|
631
|
-
name: "CommitIdRequiredException",
|
|
632
|
-
$fault: "client",
|
|
633
|
-
...opts,
|
|
634
|
-
});
|
|
635
|
-
Object.setPrototypeOf(this, CommitIdRequiredException.prototype);
|
|
636
|
-
}
|
|
637
|
-
};
|
|
638
|
-
exports.InvalidBranchNameException = class InvalidBranchNameException extends __BaseException {
|
|
639
|
-
name = "InvalidBranchNameException";
|
|
640
|
-
$fault = "client";
|
|
641
|
-
constructor(opts) {
|
|
642
|
-
super({
|
|
643
|
-
name: "InvalidBranchNameException",
|
|
644
|
-
$fault: "client",
|
|
645
|
-
...opts,
|
|
646
|
-
});
|
|
647
|
-
Object.setPrototypeOf(this, InvalidBranchNameException.prototype);
|
|
648
|
-
}
|
|
649
|
-
};
|
|
650
|
-
exports.InvalidCommitIdException = class InvalidCommitIdException extends __BaseException {
|
|
651
|
-
name = "InvalidCommitIdException";
|
|
652
|
-
$fault = "client";
|
|
653
|
-
constructor(opts) {
|
|
654
|
-
super({
|
|
655
|
-
name: "InvalidCommitIdException",
|
|
656
|
-
$fault: "client",
|
|
657
|
-
...opts,
|
|
658
|
-
});
|
|
659
|
-
Object.setPrototypeOf(this, InvalidCommitIdException.prototype);
|
|
660
|
-
}
|
|
661
|
-
};
|
|
662
|
-
exports.CommitMessageLengthExceededException = class CommitMessageLengthExceededException extends __BaseException {
|
|
663
|
-
name = "CommitMessageLengthExceededException";
|
|
664
|
-
$fault = "client";
|
|
665
|
-
constructor(opts) {
|
|
666
|
-
super({
|
|
667
|
-
name: "CommitMessageLengthExceededException",
|
|
668
|
-
$fault: "client",
|
|
669
|
-
...opts,
|
|
670
|
-
});
|
|
671
|
-
Object.setPrototypeOf(this, CommitMessageLengthExceededException.prototype);
|
|
672
|
-
}
|
|
673
|
-
};
|
|
674
|
-
exports.DirectoryNameConflictsWithFileNameException = class DirectoryNameConflictsWithFileNameException extends __BaseException {
|
|
675
|
-
name = "DirectoryNameConflictsWithFileNameException";
|
|
676
|
-
$fault = "client";
|
|
677
|
-
constructor(opts) {
|
|
678
|
-
super({
|
|
679
|
-
name: "DirectoryNameConflictsWithFileNameException",
|
|
680
|
-
$fault: "client",
|
|
681
|
-
...opts,
|
|
682
|
-
});
|
|
683
|
-
Object.setPrototypeOf(this, DirectoryNameConflictsWithFileNameException.prototype);
|
|
684
|
-
}
|
|
685
|
-
};
|
|
686
|
-
exports.FileContentAndSourceFileSpecifiedException = class FileContentAndSourceFileSpecifiedException extends __BaseException {
|
|
687
|
-
name = "FileContentAndSourceFileSpecifiedException";
|
|
688
|
-
$fault = "client";
|
|
689
|
-
constructor(opts) {
|
|
690
|
-
super({
|
|
691
|
-
name: "FileContentAndSourceFileSpecifiedException",
|
|
692
|
-
$fault: "client",
|
|
693
|
-
...opts,
|
|
694
|
-
});
|
|
695
|
-
Object.setPrototypeOf(this, FileContentAndSourceFileSpecifiedException.prototype);
|
|
696
|
-
}
|
|
697
|
-
};
|
|
698
|
-
exports.FileContentSizeLimitExceededException = class FileContentSizeLimitExceededException extends __BaseException {
|
|
699
|
-
name = "FileContentSizeLimitExceededException";
|
|
700
|
-
$fault = "client";
|
|
701
|
-
constructor(opts) {
|
|
702
|
-
super({
|
|
703
|
-
name: "FileContentSizeLimitExceededException",
|
|
704
|
-
$fault: "client",
|
|
705
|
-
...opts,
|
|
706
|
-
});
|
|
707
|
-
Object.setPrototypeOf(this, FileContentSizeLimitExceededException.prototype);
|
|
708
|
-
}
|
|
709
|
-
};
|
|
710
|
-
exports.FileDoesNotExistException = class FileDoesNotExistException extends __BaseException {
|
|
711
|
-
name = "FileDoesNotExistException";
|
|
712
|
-
$fault = "client";
|
|
713
|
-
constructor(opts) {
|
|
714
|
-
super({
|
|
715
|
-
name: "FileDoesNotExistException",
|
|
716
|
-
$fault: "client",
|
|
717
|
-
...opts,
|
|
718
|
-
});
|
|
719
|
-
Object.setPrototypeOf(this, FileDoesNotExistException.prototype);
|
|
720
|
-
}
|
|
721
|
-
};
|
|
722
|
-
exports.FileEntryRequiredException = class FileEntryRequiredException extends __BaseException {
|
|
723
|
-
name = "FileEntryRequiredException";
|
|
724
|
-
$fault = "client";
|
|
725
|
-
constructor(opts) {
|
|
726
|
-
super({
|
|
727
|
-
name: "FileEntryRequiredException",
|
|
728
|
-
$fault: "client",
|
|
729
|
-
...opts,
|
|
730
|
-
});
|
|
731
|
-
Object.setPrototypeOf(this, FileEntryRequiredException.prototype);
|
|
732
|
-
}
|
|
733
|
-
};
|
|
734
|
-
exports.FileModeRequiredException = class FileModeRequiredException extends __BaseException {
|
|
735
|
-
name = "FileModeRequiredException";
|
|
736
|
-
$fault = "client";
|
|
737
|
-
constructor(opts) {
|
|
738
|
-
super({
|
|
739
|
-
name: "FileModeRequiredException",
|
|
740
|
-
$fault: "client",
|
|
741
|
-
...opts,
|
|
742
|
-
});
|
|
743
|
-
Object.setPrototypeOf(this, FileModeRequiredException.prototype);
|
|
744
|
-
}
|
|
745
|
-
};
|
|
746
|
-
exports.FileNameConflictsWithDirectoryNameException = class FileNameConflictsWithDirectoryNameException extends __BaseException {
|
|
747
|
-
name = "FileNameConflictsWithDirectoryNameException";
|
|
748
|
-
$fault = "client";
|
|
749
|
-
constructor(opts) {
|
|
750
|
-
super({
|
|
751
|
-
name: "FileNameConflictsWithDirectoryNameException",
|
|
752
|
-
$fault: "client",
|
|
753
|
-
...opts,
|
|
754
|
-
});
|
|
755
|
-
Object.setPrototypeOf(this, FileNameConflictsWithDirectoryNameException.prototype);
|
|
756
|
-
}
|
|
757
|
-
};
|
|
758
|
-
exports.FilePathConflictsWithSubmodulePathException = class FilePathConflictsWithSubmodulePathException extends __BaseException {
|
|
759
|
-
name = "FilePathConflictsWithSubmodulePathException";
|
|
760
|
-
$fault = "client";
|
|
761
|
-
constructor(opts) {
|
|
762
|
-
super({
|
|
763
|
-
name: "FilePathConflictsWithSubmodulePathException",
|
|
764
|
-
$fault: "client",
|
|
765
|
-
...opts,
|
|
766
|
-
});
|
|
767
|
-
Object.setPrototypeOf(this, FilePathConflictsWithSubmodulePathException.prototype);
|
|
768
|
-
}
|
|
769
|
-
};
|
|
770
|
-
exports.FolderContentSizeLimitExceededException = class FolderContentSizeLimitExceededException extends __BaseException {
|
|
771
|
-
name = "FolderContentSizeLimitExceededException";
|
|
772
|
-
$fault = "client";
|
|
773
|
-
constructor(opts) {
|
|
774
|
-
super({
|
|
775
|
-
name: "FolderContentSizeLimitExceededException",
|
|
776
|
-
$fault: "client",
|
|
777
|
-
...opts,
|
|
778
|
-
});
|
|
779
|
-
Object.setPrototypeOf(this, FolderContentSizeLimitExceededException.prototype);
|
|
780
|
-
}
|
|
781
|
-
};
|
|
782
|
-
exports.InvalidDeletionParameterException = class InvalidDeletionParameterException extends __BaseException {
|
|
783
|
-
name = "InvalidDeletionParameterException";
|
|
784
|
-
$fault = "client";
|
|
785
|
-
constructor(opts) {
|
|
786
|
-
super({
|
|
787
|
-
name: "InvalidDeletionParameterException",
|
|
788
|
-
$fault: "client",
|
|
789
|
-
...opts,
|
|
790
|
-
});
|
|
791
|
-
Object.setPrototypeOf(this, InvalidDeletionParameterException.prototype);
|
|
792
|
-
}
|
|
793
|
-
};
|
|
794
|
-
exports.InvalidEmailException = class InvalidEmailException extends __BaseException {
|
|
795
|
-
name = "InvalidEmailException";
|
|
796
|
-
$fault = "client";
|
|
797
|
-
constructor(opts) {
|
|
798
|
-
super({
|
|
799
|
-
name: "InvalidEmailException",
|
|
800
|
-
$fault: "client",
|
|
801
|
-
...opts,
|
|
802
|
-
});
|
|
803
|
-
Object.setPrototypeOf(this, InvalidEmailException.prototype);
|
|
804
|
-
}
|
|
805
|
-
};
|
|
806
|
-
exports.InvalidFileModeException = class InvalidFileModeException extends __BaseException {
|
|
807
|
-
name = "InvalidFileModeException";
|
|
808
|
-
$fault = "client";
|
|
809
|
-
constructor(opts) {
|
|
810
|
-
super({
|
|
811
|
-
name: "InvalidFileModeException",
|
|
812
|
-
$fault: "client",
|
|
813
|
-
...opts,
|
|
814
|
-
});
|
|
815
|
-
Object.setPrototypeOf(this, InvalidFileModeException.prototype);
|
|
816
|
-
}
|
|
817
|
-
};
|
|
818
|
-
exports.InvalidParentCommitIdException = class InvalidParentCommitIdException extends __BaseException {
|
|
819
|
-
name = "InvalidParentCommitIdException";
|
|
820
|
-
$fault = "client";
|
|
821
|
-
constructor(opts) {
|
|
822
|
-
super({
|
|
823
|
-
name: "InvalidParentCommitIdException",
|
|
824
|
-
$fault: "client",
|
|
825
|
-
...opts,
|
|
826
|
-
});
|
|
827
|
-
Object.setPrototypeOf(this, InvalidParentCommitIdException.prototype);
|
|
828
|
-
}
|
|
829
|
-
};
|
|
830
|
-
exports.InvalidPathException = class InvalidPathException extends __BaseException {
|
|
831
|
-
name = "InvalidPathException";
|
|
832
|
-
$fault = "client";
|
|
833
|
-
constructor(opts) {
|
|
834
|
-
super({
|
|
835
|
-
name: "InvalidPathException",
|
|
836
|
-
$fault: "client",
|
|
837
|
-
...opts,
|
|
838
|
-
});
|
|
839
|
-
Object.setPrototypeOf(this, InvalidPathException.prototype);
|
|
840
|
-
}
|
|
841
|
-
};
|
|
842
|
-
exports.MaximumFileEntriesExceededException = class MaximumFileEntriesExceededException extends __BaseException {
|
|
843
|
-
name = "MaximumFileEntriesExceededException";
|
|
844
|
-
$fault = "client";
|
|
845
|
-
constructor(opts) {
|
|
846
|
-
super({
|
|
847
|
-
name: "MaximumFileEntriesExceededException",
|
|
848
|
-
$fault: "client",
|
|
849
|
-
...opts,
|
|
850
|
-
});
|
|
851
|
-
Object.setPrototypeOf(this, MaximumFileEntriesExceededException.prototype);
|
|
852
|
-
}
|
|
853
|
-
};
|
|
854
|
-
exports.NameLengthExceededException = class NameLengthExceededException extends __BaseException {
|
|
855
|
-
name = "NameLengthExceededException";
|
|
856
|
-
$fault = "client";
|
|
857
|
-
constructor(opts) {
|
|
858
|
-
super({
|
|
859
|
-
name: "NameLengthExceededException",
|
|
860
|
-
$fault: "client",
|
|
861
|
-
...opts,
|
|
862
|
-
});
|
|
863
|
-
Object.setPrototypeOf(this, NameLengthExceededException.prototype);
|
|
864
|
-
}
|
|
865
|
-
};
|
|
866
|
-
exports.NoChangeException = class NoChangeException extends __BaseException {
|
|
867
|
-
name = "NoChangeException";
|
|
868
|
-
$fault = "client";
|
|
869
|
-
constructor(opts) {
|
|
870
|
-
super({
|
|
871
|
-
name: "NoChangeException",
|
|
872
|
-
$fault: "client",
|
|
873
|
-
...opts,
|
|
874
|
-
});
|
|
875
|
-
Object.setPrototypeOf(this, NoChangeException.prototype);
|
|
876
|
-
}
|
|
877
|
-
};
|
|
878
|
-
exports.ParentCommitDoesNotExistException = class ParentCommitDoesNotExistException extends __BaseException {
|
|
879
|
-
name = "ParentCommitDoesNotExistException";
|
|
880
|
-
$fault = "client";
|
|
881
|
-
constructor(opts) {
|
|
882
|
-
super({
|
|
883
|
-
name: "ParentCommitDoesNotExistException",
|
|
884
|
-
$fault: "client",
|
|
885
|
-
...opts,
|
|
886
|
-
});
|
|
887
|
-
Object.setPrototypeOf(this, ParentCommitDoesNotExistException.prototype);
|
|
888
|
-
}
|
|
889
|
-
};
|
|
890
|
-
exports.ParentCommitIdOutdatedException = class ParentCommitIdOutdatedException extends __BaseException {
|
|
891
|
-
name = "ParentCommitIdOutdatedException";
|
|
892
|
-
$fault = "client";
|
|
893
|
-
constructor(opts) {
|
|
894
|
-
super({
|
|
895
|
-
name: "ParentCommitIdOutdatedException",
|
|
896
|
-
$fault: "client",
|
|
897
|
-
...opts,
|
|
898
|
-
});
|
|
899
|
-
Object.setPrototypeOf(this, ParentCommitIdOutdatedException.prototype);
|
|
900
|
-
}
|
|
901
|
-
};
|
|
902
|
-
exports.ParentCommitIdRequiredException = class ParentCommitIdRequiredException extends __BaseException {
|
|
903
|
-
name = "ParentCommitIdRequiredException";
|
|
904
|
-
$fault = "client";
|
|
905
|
-
constructor(opts) {
|
|
906
|
-
super({
|
|
907
|
-
name: "ParentCommitIdRequiredException",
|
|
908
|
-
$fault: "client",
|
|
909
|
-
...opts,
|
|
910
|
-
});
|
|
911
|
-
Object.setPrototypeOf(this, ParentCommitIdRequiredException.prototype);
|
|
912
|
-
}
|
|
913
|
-
};
|
|
914
|
-
exports.PathRequiredException = class PathRequiredException extends __BaseException {
|
|
915
|
-
name = "PathRequiredException";
|
|
916
|
-
$fault = "client";
|
|
917
|
-
constructor(opts) {
|
|
918
|
-
super({
|
|
919
|
-
name: "PathRequiredException",
|
|
920
|
-
$fault: "client",
|
|
921
|
-
...opts,
|
|
922
|
-
});
|
|
923
|
-
Object.setPrototypeOf(this, PathRequiredException.prototype);
|
|
924
|
-
}
|
|
925
|
-
};
|
|
926
|
-
exports.PutFileEntryConflictException = class PutFileEntryConflictException extends __BaseException {
|
|
927
|
-
name = "PutFileEntryConflictException";
|
|
928
|
-
$fault = "client";
|
|
929
|
-
constructor(opts) {
|
|
930
|
-
super({
|
|
931
|
-
name: "PutFileEntryConflictException",
|
|
932
|
-
$fault: "client",
|
|
933
|
-
...opts,
|
|
934
|
-
});
|
|
935
|
-
Object.setPrototypeOf(this, PutFileEntryConflictException.prototype);
|
|
936
|
-
}
|
|
937
|
-
};
|
|
938
|
-
exports.RestrictedSourceFileException = class RestrictedSourceFileException extends __BaseException {
|
|
939
|
-
name = "RestrictedSourceFileException";
|
|
940
|
-
$fault = "client";
|
|
941
|
-
constructor(opts) {
|
|
942
|
-
super({
|
|
943
|
-
name: "RestrictedSourceFileException",
|
|
944
|
-
$fault: "client",
|
|
945
|
-
...opts,
|
|
946
|
-
});
|
|
947
|
-
Object.setPrototypeOf(this, RestrictedSourceFileException.prototype);
|
|
948
|
-
}
|
|
949
|
-
};
|
|
950
|
-
exports.SamePathRequestException = class SamePathRequestException extends __BaseException {
|
|
951
|
-
name = "SamePathRequestException";
|
|
952
|
-
$fault = "client";
|
|
953
|
-
constructor(opts) {
|
|
954
|
-
super({
|
|
955
|
-
name: "SamePathRequestException",
|
|
956
|
-
$fault: "client",
|
|
957
|
-
...opts,
|
|
958
|
-
});
|
|
959
|
-
Object.setPrototypeOf(this, SamePathRequestException.prototype);
|
|
960
|
-
}
|
|
961
|
-
};
|
|
962
|
-
exports.SourceFileOrContentRequiredException = class SourceFileOrContentRequiredException extends __BaseException {
|
|
963
|
-
name = "SourceFileOrContentRequiredException";
|
|
964
|
-
$fault = "client";
|
|
965
|
-
constructor(opts) {
|
|
966
|
-
super({
|
|
967
|
-
name: "SourceFileOrContentRequiredException",
|
|
968
|
-
$fault: "client",
|
|
969
|
-
...opts,
|
|
970
|
-
});
|
|
971
|
-
Object.setPrototypeOf(this, SourceFileOrContentRequiredException.prototype);
|
|
972
|
-
}
|
|
973
|
-
};
|
|
974
|
-
exports.IdempotencyParameterMismatchException = class IdempotencyParameterMismatchException extends __BaseException {
|
|
975
|
-
name = "IdempotencyParameterMismatchException";
|
|
976
|
-
$fault = "client";
|
|
977
|
-
constructor(opts) {
|
|
978
|
-
super({
|
|
979
|
-
name: "IdempotencyParameterMismatchException",
|
|
980
|
-
$fault: "client",
|
|
981
|
-
...opts,
|
|
982
|
-
});
|
|
983
|
-
Object.setPrototypeOf(this, IdempotencyParameterMismatchException.prototype);
|
|
984
|
-
}
|
|
985
|
-
};
|
|
986
|
-
exports.InvalidClientRequestTokenException = class InvalidClientRequestTokenException extends __BaseException {
|
|
987
|
-
name = "InvalidClientRequestTokenException";
|
|
988
|
-
$fault = "client";
|
|
989
|
-
constructor(opts) {
|
|
990
|
-
super({
|
|
991
|
-
name: "InvalidClientRequestTokenException",
|
|
992
|
-
$fault: "client",
|
|
993
|
-
...opts,
|
|
994
|
-
});
|
|
995
|
-
Object.setPrototypeOf(this, InvalidClientRequestTokenException.prototype);
|
|
996
|
-
}
|
|
997
|
-
};
|
|
998
|
-
exports.InvalidDescriptionException = class InvalidDescriptionException extends __BaseException {
|
|
999
|
-
name = "InvalidDescriptionException";
|
|
1000
|
-
$fault = "client";
|
|
1001
|
-
constructor(opts) {
|
|
1002
|
-
super({
|
|
1003
|
-
name: "InvalidDescriptionException",
|
|
1004
|
-
$fault: "client",
|
|
1005
|
-
...opts,
|
|
1006
|
-
});
|
|
1007
|
-
Object.setPrototypeOf(this, InvalidDescriptionException.prototype);
|
|
1008
|
-
}
|
|
1009
|
-
};
|
|
1010
|
-
exports.InvalidReferenceNameException = class InvalidReferenceNameException extends __BaseException {
|
|
1011
|
-
name = "InvalidReferenceNameException";
|
|
1012
|
-
$fault = "client";
|
|
1013
|
-
constructor(opts) {
|
|
1014
|
-
super({
|
|
1015
|
-
name: "InvalidReferenceNameException",
|
|
1016
|
-
$fault: "client",
|
|
1017
|
-
...opts,
|
|
1018
|
-
});
|
|
1019
|
-
Object.setPrototypeOf(this, InvalidReferenceNameException.prototype);
|
|
1020
|
-
}
|
|
1021
|
-
};
|
|
1022
|
-
exports.InvalidTargetException = class InvalidTargetException extends __BaseException {
|
|
1023
|
-
name = "InvalidTargetException";
|
|
1024
|
-
$fault = "client";
|
|
1025
|
-
constructor(opts) {
|
|
1026
|
-
super({
|
|
1027
|
-
name: "InvalidTargetException",
|
|
1028
|
-
$fault: "client",
|
|
1029
|
-
...opts,
|
|
1030
|
-
});
|
|
1031
|
-
Object.setPrototypeOf(this, InvalidTargetException.prototype);
|
|
1032
|
-
}
|
|
1033
|
-
};
|
|
1034
|
-
exports.InvalidTargetsException = class InvalidTargetsException extends __BaseException {
|
|
1035
|
-
name = "InvalidTargetsException";
|
|
1036
|
-
$fault = "client";
|
|
1037
|
-
constructor(opts) {
|
|
1038
|
-
super({
|
|
1039
|
-
name: "InvalidTargetsException",
|
|
1040
|
-
$fault: "client",
|
|
1041
|
-
...opts,
|
|
1042
|
-
});
|
|
1043
|
-
Object.setPrototypeOf(this, InvalidTargetsException.prototype);
|
|
1044
|
-
}
|
|
1045
|
-
};
|
|
1046
|
-
exports.InvalidTitleException = class InvalidTitleException extends __BaseException {
|
|
1047
|
-
name = "InvalidTitleException";
|
|
1048
|
-
$fault = "client";
|
|
1049
|
-
constructor(opts) {
|
|
1050
|
-
super({
|
|
1051
|
-
name: "InvalidTitleException",
|
|
1052
|
-
$fault: "client",
|
|
1053
|
-
...opts,
|
|
1054
|
-
});
|
|
1055
|
-
Object.setPrototypeOf(this, InvalidTitleException.prototype);
|
|
1056
|
-
}
|
|
1057
|
-
};
|
|
1058
|
-
exports.MaximumOpenPullRequestsExceededException = class MaximumOpenPullRequestsExceededException extends __BaseException {
|
|
1059
|
-
name = "MaximumOpenPullRequestsExceededException";
|
|
1060
|
-
$fault = "client";
|
|
1061
|
-
constructor(opts) {
|
|
1062
|
-
super({
|
|
1063
|
-
name: "MaximumOpenPullRequestsExceededException",
|
|
1064
|
-
$fault: "client",
|
|
1065
|
-
...opts,
|
|
1066
|
-
});
|
|
1067
|
-
Object.setPrototypeOf(this, MaximumOpenPullRequestsExceededException.prototype);
|
|
1068
|
-
}
|
|
1069
|
-
};
|
|
1070
|
-
exports.MultipleRepositoriesInPullRequestException = class MultipleRepositoriesInPullRequestException extends __BaseException {
|
|
1071
|
-
name = "MultipleRepositoriesInPullRequestException";
|
|
1072
|
-
$fault = "client";
|
|
1073
|
-
constructor(opts) {
|
|
1074
|
-
super({
|
|
1075
|
-
name: "MultipleRepositoriesInPullRequestException",
|
|
1076
|
-
$fault: "client",
|
|
1077
|
-
...opts,
|
|
1078
|
-
});
|
|
1079
|
-
Object.setPrototypeOf(this, MultipleRepositoriesInPullRequestException.prototype);
|
|
1080
|
-
}
|
|
1081
|
-
};
|
|
1082
|
-
exports.ReferenceDoesNotExistException = class ReferenceDoesNotExistException extends __BaseException {
|
|
1083
|
-
name = "ReferenceDoesNotExistException";
|
|
1084
|
-
$fault = "client";
|
|
1085
|
-
constructor(opts) {
|
|
1086
|
-
super({
|
|
1087
|
-
name: "ReferenceDoesNotExistException",
|
|
1088
|
-
$fault: "client",
|
|
1089
|
-
...opts,
|
|
1090
|
-
});
|
|
1091
|
-
Object.setPrototypeOf(this, ReferenceDoesNotExistException.prototype);
|
|
1092
|
-
}
|
|
1093
|
-
};
|
|
1094
|
-
exports.ReferenceNameRequiredException = class ReferenceNameRequiredException extends __BaseException {
|
|
1095
|
-
name = "ReferenceNameRequiredException";
|
|
1096
|
-
$fault = "client";
|
|
1097
|
-
constructor(opts) {
|
|
1098
|
-
super({
|
|
1099
|
-
name: "ReferenceNameRequiredException",
|
|
1100
|
-
$fault: "client",
|
|
1101
|
-
...opts,
|
|
1102
|
-
});
|
|
1103
|
-
Object.setPrototypeOf(this, ReferenceNameRequiredException.prototype);
|
|
1104
|
-
}
|
|
1105
|
-
};
|
|
1106
|
-
exports.ReferenceTypeNotSupportedException = class ReferenceTypeNotSupportedException extends __BaseException {
|
|
1107
|
-
name = "ReferenceTypeNotSupportedException";
|
|
1108
|
-
$fault = "client";
|
|
1109
|
-
constructor(opts) {
|
|
1110
|
-
super({
|
|
1111
|
-
name: "ReferenceTypeNotSupportedException",
|
|
1112
|
-
$fault: "client",
|
|
1113
|
-
...opts,
|
|
1114
|
-
});
|
|
1115
|
-
Object.setPrototypeOf(this, ReferenceTypeNotSupportedException.prototype);
|
|
1116
|
-
}
|
|
1117
|
-
};
|
|
1118
|
-
exports.SourceAndDestinationAreSameException = class SourceAndDestinationAreSameException extends __BaseException {
|
|
1119
|
-
name = "SourceAndDestinationAreSameException";
|
|
1120
|
-
$fault = "client";
|
|
1121
|
-
constructor(opts) {
|
|
1122
|
-
super({
|
|
1123
|
-
name: "SourceAndDestinationAreSameException",
|
|
1124
|
-
$fault: "client",
|
|
1125
|
-
...opts,
|
|
1126
|
-
});
|
|
1127
|
-
Object.setPrototypeOf(this, SourceAndDestinationAreSameException.prototype);
|
|
1128
|
-
}
|
|
1129
|
-
};
|
|
1130
|
-
exports.TargetRequiredException = class TargetRequiredException extends __BaseException {
|
|
1131
|
-
name = "TargetRequiredException";
|
|
1132
|
-
$fault = "client";
|
|
1133
|
-
constructor(opts) {
|
|
1134
|
-
super({
|
|
1135
|
-
name: "TargetRequiredException",
|
|
1136
|
-
$fault: "client",
|
|
1137
|
-
...opts,
|
|
1138
|
-
});
|
|
1139
|
-
Object.setPrototypeOf(this, TargetRequiredException.prototype);
|
|
1140
|
-
}
|
|
1141
|
-
};
|
|
1142
|
-
exports.TargetsRequiredException = class TargetsRequiredException extends __BaseException {
|
|
1143
|
-
name = "TargetsRequiredException";
|
|
1144
|
-
$fault = "client";
|
|
1145
|
-
constructor(opts) {
|
|
1146
|
-
super({
|
|
1147
|
-
name: "TargetsRequiredException",
|
|
1148
|
-
$fault: "client",
|
|
1149
|
-
...opts,
|
|
1150
|
-
});
|
|
1151
|
-
Object.setPrototypeOf(this, TargetsRequiredException.prototype);
|
|
1152
|
-
}
|
|
1153
|
-
};
|
|
1154
|
-
exports.TitleRequiredException = class TitleRequiredException extends __BaseException {
|
|
1155
|
-
name = "TitleRequiredException";
|
|
1156
|
-
$fault = "client";
|
|
1157
|
-
constructor(opts) {
|
|
1158
|
-
super({
|
|
1159
|
-
name: "TitleRequiredException",
|
|
1160
|
-
$fault: "client",
|
|
1161
|
-
...opts,
|
|
1162
|
-
});
|
|
1163
|
-
Object.setPrototypeOf(this, TitleRequiredException.prototype);
|
|
1164
|
-
}
|
|
1165
|
-
};
|
|
1166
|
-
exports.InvalidApprovalRuleContentException = class InvalidApprovalRuleContentException extends __BaseException {
|
|
1167
|
-
name = "InvalidApprovalRuleContentException";
|
|
1168
|
-
$fault = "client";
|
|
1169
|
-
constructor(opts) {
|
|
1170
|
-
super({
|
|
1171
|
-
name: "InvalidApprovalRuleContentException",
|
|
1172
|
-
$fault: "client",
|
|
1173
|
-
...opts,
|
|
1174
|
-
});
|
|
1175
|
-
Object.setPrototypeOf(this, InvalidApprovalRuleContentException.prototype);
|
|
1176
|
-
}
|
|
1177
|
-
};
|
|
1178
|
-
exports.InvalidApprovalRuleNameException = class InvalidApprovalRuleNameException extends __BaseException {
|
|
1179
|
-
name = "InvalidApprovalRuleNameException";
|
|
1180
|
-
$fault = "client";
|
|
1181
|
-
constructor(opts) {
|
|
1182
|
-
super({
|
|
1183
|
-
name: "InvalidApprovalRuleNameException",
|
|
1184
|
-
$fault: "client",
|
|
1185
|
-
...opts,
|
|
1186
|
-
});
|
|
1187
|
-
Object.setPrototypeOf(this, InvalidApprovalRuleNameException.prototype);
|
|
1188
|
-
}
|
|
1189
|
-
};
|
|
1190
|
-
exports.InvalidPullRequestIdException = class InvalidPullRequestIdException extends __BaseException {
|
|
1191
|
-
name = "InvalidPullRequestIdException";
|
|
1192
|
-
$fault = "client";
|
|
1193
|
-
constructor(opts) {
|
|
1194
|
-
super({
|
|
1195
|
-
name: "InvalidPullRequestIdException",
|
|
1196
|
-
$fault: "client",
|
|
1197
|
-
...opts,
|
|
1198
|
-
});
|
|
1199
|
-
Object.setPrototypeOf(this, InvalidPullRequestIdException.prototype);
|
|
1200
|
-
}
|
|
1201
|
-
};
|
|
1202
|
-
exports.NumberOfRulesExceededException = class NumberOfRulesExceededException extends __BaseException {
|
|
1203
|
-
name = "NumberOfRulesExceededException";
|
|
1204
|
-
$fault = "client";
|
|
1205
|
-
constructor(opts) {
|
|
1206
|
-
super({
|
|
1207
|
-
name: "NumberOfRulesExceededException",
|
|
1208
|
-
$fault: "client",
|
|
1209
|
-
...opts,
|
|
1210
|
-
});
|
|
1211
|
-
Object.setPrototypeOf(this, NumberOfRulesExceededException.prototype);
|
|
1212
|
-
}
|
|
1213
|
-
};
|
|
1214
|
-
exports.PullRequestAlreadyClosedException = class PullRequestAlreadyClosedException extends __BaseException {
|
|
1215
|
-
name = "PullRequestAlreadyClosedException";
|
|
1216
|
-
$fault = "client";
|
|
1217
|
-
constructor(opts) {
|
|
1218
|
-
super({
|
|
1219
|
-
name: "PullRequestAlreadyClosedException",
|
|
1220
|
-
$fault: "client",
|
|
1221
|
-
...opts,
|
|
1222
|
-
});
|
|
1223
|
-
Object.setPrototypeOf(this, PullRequestAlreadyClosedException.prototype);
|
|
1224
|
-
}
|
|
1225
|
-
};
|
|
1226
|
-
exports.PullRequestDoesNotExistException = class PullRequestDoesNotExistException extends __BaseException {
|
|
1227
|
-
name = "PullRequestDoesNotExistException";
|
|
1228
|
-
$fault = "client";
|
|
1229
|
-
constructor(opts) {
|
|
1230
|
-
super({
|
|
1231
|
-
name: "PullRequestDoesNotExistException",
|
|
1232
|
-
$fault: "client",
|
|
1233
|
-
...opts,
|
|
1234
|
-
});
|
|
1235
|
-
Object.setPrototypeOf(this, PullRequestDoesNotExistException.prototype);
|
|
1236
|
-
}
|
|
1237
|
-
};
|
|
1238
|
-
exports.PullRequestIdRequiredException = class PullRequestIdRequiredException extends __BaseException {
|
|
1239
|
-
name = "PullRequestIdRequiredException";
|
|
1240
|
-
$fault = "client";
|
|
1241
|
-
constructor(opts) {
|
|
1242
|
-
super({
|
|
1243
|
-
name: "PullRequestIdRequiredException",
|
|
1244
|
-
$fault: "client",
|
|
1245
|
-
...opts,
|
|
1246
|
-
});
|
|
1247
|
-
Object.setPrototypeOf(this, PullRequestIdRequiredException.prototype);
|
|
1248
|
-
}
|
|
1249
|
-
};
|
|
1250
|
-
exports.EncryptionKeyInvalidIdException = class EncryptionKeyInvalidIdException extends __BaseException {
|
|
1251
|
-
name = "EncryptionKeyInvalidIdException";
|
|
1252
|
-
$fault = "client";
|
|
1253
|
-
constructor(opts) {
|
|
1254
|
-
super({
|
|
1255
|
-
name: "EncryptionKeyInvalidIdException",
|
|
1256
|
-
$fault: "client",
|
|
1257
|
-
...opts,
|
|
1258
|
-
});
|
|
1259
|
-
Object.setPrototypeOf(this, EncryptionKeyInvalidIdException.prototype);
|
|
1260
|
-
}
|
|
1261
|
-
};
|
|
1262
|
-
exports.EncryptionKeyInvalidUsageException = class EncryptionKeyInvalidUsageException extends __BaseException {
|
|
1263
|
-
name = "EncryptionKeyInvalidUsageException";
|
|
1264
|
-
$fault = "client";
|
|
1265
|
-
constructor(opts) {
|
|
1266
|
-
super({
|
|
1267
|
-
name: "EncryptionKeyInvalidUsageException",
|
|
1268
|
-
$fault: "client",
|
|
1269
|
-
...opts,
|
|
1270
|
-
});
|
|
1271
|
-
Object.setPrototypeOf(this, EncryptionKeyInvalidUsageException.prototype);
|
|
1272
|
-
}
|
|
1273
|
-
};
|
|
1274
|
-
exports.InvalidRepositoryDescriptionException = class InvalidRepositoryDescriptionException extends __BaseException {
|
|
1275
|
-
name = "InvalidRepositoryDescriptionException";
|
|
1276
|
-
$fault = "client";
|
|
1277
|
-
constructor(opts) {
|
|
1278
|
-
super({
|
|
1279
|
-
name: "InvalidRepositoryDescriptionException",
|
|
1280
|
-
$fault: "client",
|
|
1281
|
-
...opts,
|
|
1282
|
-
});
|
|
1283
|
-
Object.setPrototypeOf(this, InvalidRepositoryDescriptionException.prototype);
|
|
1284
|
-
}
|
|
1285
|
-
};
|
|
1286
|
-
exports.InvalidSystemTagUsageException = class InvalidSystemTagUsageException extends __BaseException {
|
|
1287
|
-
name = "InvalidSystemTagUsageException";
|
|
1288
|
-
$fault = "client";
|
|
1289
|
-
constructor(opts) {
|
|
1290
|
-
super({
|
|
1291
|
-
name: "InvalidSystemTagUsageException",
|
|
1292
|
-
$fault: "client",
|
|
1293
|
-
...opts,
|
|
1294
|
-
});
|
|
1295
|
-
Object.setPrototypeOf(this, InvalidSystemTagUsageException.prototype);
|
|
1296
|
-
}
|
|
1297
|
-
};
|
|
1298
|
-
exports.InvalidTagsMapException = class InvalidTagsMapException extends __BaseException {
|
|
1299
|
-
name = "InvalidTagsMapException";
|
|
1300
|
-
$fault = "client";
|
|
1301
|
-
constructor(opts) {
|
|
1302
|
-
super({
|
|
1303
|
-
name: "InvalidTagsMapException",
|
|
1304
|
-
$fault: "client",
|
|
1305
|
-
...opts,
|
|
1306
|
-
});
|
|
1307
|
-
Object.setPrototypeOf(this, InvalidTagsMapException.prototype);
|
|
1308
|
-
}
|
|
1309
|
-
};
|
|
1310
|
-
exports.OperationNotAllowedException = class OperationNotAllowedException extends __BaseException {
|
|
1311
|
-
name = "OperationNotAllowedException";
|
|
1312
|
-
$fault = "client";
|
|
1313
|
-
constructor(opts) {
|
|
1314
|
-
super({
|
|
1315
|
-
name: "OperationNotAllowedException",
|
|
1316
|
-
$fault: "client",
|
|
1317
|
-
...opts,
|
|
1318
|
-
});
|
|
1319
|
-
Object.setPrototypeOf(this, OperationNotAllowedException.prototype);
|
|
1320
|
-
}
|
|
1321
|
-
};
|
|
1322
|
-
exports.RepositoryLimitExceededException = class RepositoryLimitExceededException extends __BaseException {
|
|
1323
|
-
name = "RepositoryLimitExceededException";
|
|
1324
|
-
$fault = "client";
|
|
1325
|
-
constructor(opts) {
|
|
1326
|
-
super({
|
|
1327
|
-
name: "RepositoryLimitExceededException",
|
|
1328
|
-
$fault: "client",
|
|
1329
|
-
...opts,
|
|
1330
|
-
});
|
|
1331
|
-
Object.setPrototypeOf(this, RepositoryLimitExceededException.prototype);
|
|
1332
|
-
}
|
|
1333
|
-
};
|
|
1334
|
-
exports.RepositoryNameExistsException = class RepositoryNameExistsException extends __BaseException {
|
|
1335
|
-
name = "RepositoryNameExistsException";
|
|
1336
|
-
$fault = "client";
|
|
1337
|
-
constructor(opts) {
|
|
1338
|
-
super({
|
|
1339
|
-
name: "RepositoryNameExistsException",
|
|
1340
|
-
$fault: "client",
|
|
1341
|
-
...opts,
|
|
1342
|
-
});
|
|
1343
|
-
Object.setPrototypeOf(this, RepositoryNameExistsException.prototype);
|
|
1344
|
-
}
|
|
1345
|
-
};
|
|
1346
|
-
exports.TagPolicyException = class TagPolicyException extends __BaseException {
|
|
1347
|
-
name = "TagPolicyException";
|
|
1348
|
-
$fault = "client";
|
|
1349
|
-
constructor(opts) {
|
|
1350
|
-
super({
|
|
1351
|
-
name: "TagPolicyException",
|
|
1352
|
-
$fault: "client",
|
|
1353
|
-
...opts,
|
|
1354
|
-
});
|
|
1355
|
-
Object.setPrototypeOf(this, TagPolicyException.prototype);
|
|
1356
|
-
}
|
|
1357
|
-
};
|
|
1358
|
-
exports.TooManyTagsException = class TooManyTagsException extends __BaseException {
|
|
1359
|
-
name = "TooManyTagsException";
|
|
1360
|
-
$fault = "client";
|
|
1361
|
-
constructor(opts) {
|
|
1362
|
-
super({
|
|
1363
|
-
name: "TooManyTagsException",
|
|
1364
|
-
$fault: "client",
|
|
1365
|
-
...opts,
|
|
1366
|
-
});
|
|
1367
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
1368
|
-
}
|
|
1369
|
-
};
|
|
1370
|
-
exports.ConcurrentReferenceUpdateException = class ConcurrentReferenceUpdateException extends __BaseException {
|
|
1371
|
-
name = "ConcurrentReferenceUpdateException";
|
|
1372
|
-
$fault = "client";
|
|
1373
|
-
constructor(opts) {
|
|
1374
|
-
super({
|
|
1375
|
-
name: "ConcurrentReferenceUpdateException",
|
|
1376
|
-
$fault: "client",
|
|
1377
|
-
...opts,
|
|
1378
|
-
});
|
|
1379
|
-
Object.setPrototypeOf(this, ConcurrentReferenceUpdateException.prototype);
|
|
1380
|
-
}
|
|
1381
|
-
};
|
|
1382
|
-
exports.InvalidConflictResolutionException = class InvalidConflictResolutionException extends __BaseException {
|
|
1383
|
-
name = "InvalidConflictResolutionException";
|
|
1384
|
-
$fault = "client";
|
|
1385
|
-
constructor(opts) {
|
|
1386
|
-
super({
|
|
1387
|
-
name: "InvalidConflictResolutionException",
|
|
1388
|
-
$fault: "client",
|
|
1389
|
-
...opts,
|
|
1390
|
-
});
|
|
1391
|
-
Object.setPrototypeOf(this, InvalidConflictResolutionException.prototype);
|
|
1392
|
-
}
|
|
1393
|
-
};
|
|
1394
|
-
exports.InvalidReplacementContentException = class InvalidReplacementContentException extends __BaseException {
|
|
1395
|
-
name = "InvalidReplacementContentException";
|
|
1396
|
-
$fault = "client";
|
|
1397
|
-
constructor(opts) {
|
|
1398
|
-
super({
|
|
1399
|
-
name: "InvalidReplacementContentException",
|
|
1400
|
-
$fault: "client",
|
|
1401
|
-
...opts,
|
|
1402
|
-
});
|
|
1403
|
-
Object.setPrototypeOf(this, InvalidReplacementContentException.prototype);
|
|
1404
|
-
}
|
|
1405
|
-
};
|
|
1406
|
-
exports.InvalidReplacementTypeException = class InvalidReplacementTypeException extends __BaseException {
|
|
1407
|
-
name = "InvalidReplacementTypeException";
|
|
1408
|
-
$fault = "client";
|
|
1409
|
-
constructor(opts) {
|
|
1410
|
-
super({
|
|
1411
|
-
name: "InvalidReplacementTypeException",
|
|
1412
|
-
$fault: "client",
|
|
1413
|
-
...opts,
|
|
1414
|
-
});
|
|
1415
|
-
Object.setPrototypeOf(this, InvalidReplacementTypeException.prototype);
|
|
1416
|
-
}
|
|
1417
|
-
};
|
|
1418
|
-
exports.ManualMergeRequiredException = class ManualMergeRequiredException extends __BaseException {
|
|
1419
|
-
name = "ManualMergeRequiredException";
|
|
1420
|
-
$fault = "client";
|
|
1421
|
-
constructor(opts) {
|
|
1422
|
-
super({
|
|
1423
|
-
name: "ManualMergeRequiredException",
|
|
1424
|
-
$fault: "client",
|
|
1425
|
-
...opts,
|
|
1426
|
-
});
|
|
1427
|
-
Object.setPrototypeOf(this, ManualMergeRequiredException.prototype);
|
|
1428
|
-
}
|
|
1429
|
-
};
|
|
1430
|
-
exports.MaximumConflictResolutionEntriesExceededException = class MaximumConflictResolutionEntriesExceededException extends __BaseException {
|
|
1431
|
-
name = "MaximumConflictResolutionEntriesExceededException";
|
|
1432
|
-
$fault = "client";
|
|
1433
|
-
constructor(opts) {
|
|
1434
|
-
super({
|
|
1435
|
-
name: "MaximumConflictResolutionEntriesExceededException",
|
|
1436
|
-
$fault: "client",
|
|
1437
|
-
...opts,
|
|
1438
|
-
});
|
|
1439
|
-
Object.setPrototypeOf(this, MaximumConflictResolutionEntriesExceededException.prototype);
|
|
1440
|
-
}
|
|
1441
|
-
};
|
|
1442
|
-
exports.MultipleConflictResolutionEntriesException = class MultipleConflictResolutionEntriesException extends __BaseException {
|
|
1443
|
-
name = "MultipleConflictResolutionEntriesException";
|
|
1444
|
-
$fault = "client";
|
|
1445
|
-
constructor(opts) {
|
|
1446
|
-
super({
|
|
1447
|
-
name: "MultipleConflictResolutionEntriesException",
|
|
1448
|
-
$fault: "client",
|
|
1449
|
-
...opts,
|
|
1450
|
-
});
|
|
1451
|
-
Object.setPrototypeOf(this, MultipleConflictResolutionEntriesException.prototype);
|
|
1452
|
-
}
|
|
1453
|
-
};
|
|
1454
|
-
exports.ReplacementContentRequiredException = class ReplacementContentRequiredException extends __BaseException {
|
|
1455
|
-
name = "ReplacementContentRequiredException";
|
|
1456
|
-
$fault = "client";
|
|
1457
|
-
constructor(opts) {
|
|
1458
|
-
super({
|
|
1459
|
-
name: "ReplacementContentRequiredException",
|
|
1460
|
-
$fault: "client",
|
|
1461
|
-
...opts,
|
|
1462
|
-
});
|
|
1463
|
-
Object.setPrototypeOf(this, ReplacementContentRequiredException.prototype);
|
|
1464
|
-
}
|
|
1465
|
-
};
|
|
1466
|
-
exports.ReplacementTypeRequiredException = class ReplacementTypeRequiredException extends __BaseException {
|
|
1467
|
-
name = "ReplacementTypeRequiredException";
|
|
1468
|
-
$fault = "client";
|
|
1469
|
-
constructor(opts) {
|
|
1470
|
-
super({
|
|
1471
|
-
name: "ReplacementTypeRequiredException",
|
|
1472
|
-
$fault: "client",
|
|
1473
|
-
...opts,
|
|
1474
|
-
});
|
|
1475
|
-
Object.setPrototypeOf(this, ReplacementTypeRequiredException.prototype);
|
|
1476
|
-
}
|
|
1477
|
-
};
|
|
1478
|
-
exports.DefaultBranchCannotBeDeletedException = class DefaultBranchCannotBeDeletedException extends __BaseException {
|
|
1479
|
-
name = "DefaultBranchCannotBeDeletedException";
|
|
1480
|
-
$fault = "client";
|
|
1481
|
-
constructor(opts) {
|
|
1482
|
-
super({
|
|
1483
|
-
name: "DefaultBranchCannotBeDeletedException",
|
|
1484
|
-
$fault: "client",
|
|
1485
|
-
...opts,
|
|
1486
|
-
});
|
|
1487
|
-
Object.setPrototypeOf(this, DefaultBranchCannotBeDeletedException.prototype);
|
|
1488
|
-
}
|
|
1489
|
-
};
|
|
1490
|
-
exports.CommentDeletedException = class CommentDeletedException extends __BaseException {
|
|
1491
|
-
name = "CommentDeletedException";
|
|
1492
|
-
$fault = "client";
|
|
1493
|
-
constructor(opts) {
|
|
1494
|
-
super({
|
|
1495
|
-
name: "CommentDeletedException",
|
|
1496
|
-
$fault: "client",
|
|
1497
|
-
...opts,
|
|
1498
|
-
});
|
|
1499
|
-
Object.setPrototypeOf(this, CommentDeletedException.prototype);
|
|
1500
|
-
}
|
|
1501
|
-
};
|
|
1502
|
-
exports.CommentDoesNotExistException = class CommentDoesNotExistException extends __BaseException {
|
|
1503
|
-
name = "CommentDoesNotExistException";
|
|
1504
|
-
$fault = "client";
|
|
1505
|
-
constructor(opts) {
|
|
1506
|
-
super({
|
|
1507
|
-
name: "CommentDoesNotExistException",
|
|
1508
|
-
$fault: "client",
|
|
1509
|
-
...opts,
|
|
1510
|
-
});
|
|
1511
|
-
Object.setPrototypeOf(this, CommentDoesNotExistException.prototype);
|
|
1512
|
-
}
|
|
1513
|
-
};
|
|
1514
|
-
exports.CommentIdRequiredException = class CommentIdRequiredException extends __BaseException {
|
|
1515
|
-
name = "CommentIdRequiredException";
|
|
1516
|
-
$fault = "client";
|
|
1517
|
-
constructor(opts) {
|
|
1518
|
-
super({
|
|
1519
|
-
name: "CommentIdRequiredException",
|
|
1520
|
-
$fault: "client",
|
|
1521
|
-
...opts,
|
|
1522
|
-
});
|
|
1523
|
-
Object.setPrototypeOf(this, CommentIdRequiredException.prototype);
|
|
1524
|
-
}
|
|
1525
|
-
};
|
|
1526
|
-
exports.InvalidCommentIdException = class InvalidCommentIdException extends __BaseException {
|
|
1527
|
-
name = "InvalidCommentIdException";
|
|
1528
|
-
$fault = "client";
|
|
1529
|
-
constructor(opts) {
|
|
1530
|
-
super({
|
|
1531
|
-
name: "InvalidCommentIdException",
|
|
1532
|
-
$fault: "client",
|
|
1533
|
-
...opts,
|
|
1534
|
-
});
|
|
1535
|
-
Object.setPrototypeOf(this, InvalidCommentIdException.prototype);
|
|
1536
|
-
}
|
|
1537
|
-
};
|
|
1538
|
-
exports.InvalidActorArnException = class InvalidActorArnException extends __BaseException {
|
|
1539
|
-
name = "InvalidActorArnException";
|
|
1540
|
-
$fault = "client";
|
|
1541
|
-
constructor(opts) {
|
|
1542
|
-
super({
|
|
1543
|
-
name: "InvalidActorArnException",
|
|
1544
|
-
$fault: "client",
|
|
1545
|
-
...opts,
|
|
1546
|
-
});
|
|
1547
|
-
Object.setPrototypeOf(this, InvalidActorArnException.prototype);
|
|
1548
|
-
}
|
|
1549
|
-
};
|
|
1550
|
-
exports.InvalidMaxResultsException = class InvalidMaxResultsException extends __BaseException {
|
|
1551
|
-
name = "InvalidMaxResultsException";
|
|
1552
|
-
$fault = "client";
|
|
1553
|
-
constructor(opts) {
|
|
1554
|
-
super({
|
|
1555
|
-
name: "InvalidMaxResultsException",
|
|
1556
|
-
$fault: "client",
|
|
1557
|
-
...opts,
|
|
1558
|
-
});
|
|
1559
|
-
Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
|
|
1560
|
-
}
|
|
1561
|
-
};
|
|
1562
|
-
exports.InvalidPullRequestEventTypeException = class InvalidPullRequestEventTypeException extends __BaseException {
|
|
1563
|
-
name = "InvalidPullRequestEventTypeException";
|
|
1564
|
-
$fault = "client";
|
|
1565
|
-
constructor(opts) {
|
|
1566
|
-
super({
|
|
1567
|
-
name: "InvalidPullRequestEventTypeException",
|
|
1568
|
-
$fault: "client",
|
|
1569
|
-
...opts,
|
|
1570
|
-
});
|
|
1571
|
-
Object.setPrototypeOf(this, InvalidPullRequestEventTypeException.prototype);
|
|
1572
|
-
}
|
|
1573
|
-
};
|
|
1574
|
-
exports.InvalidRevisionIdException = class InvalidRevisionIdException extends __BaseException {
|
|
1575
|
-
name = "InvalidRevisionIdException";
|
|
1576
|
-
$fault = "client";
|
|
1577
|
-
constructor(opts) {
|
|
1578
|
-
super({
|
|
1579
|
-
name: "InvalidRevisionIdException",
|
|
1580
|
-
$fault: "client",
|
|
1581
|
-
...opts,
|
|
1582
|
-
});
|
|
1583
|
-
Object.setPrototypeOf(this, InvalidRevisionIdException.prototype);
|
|
1584
|
-
}
|
|
1585
|
-
};
|
|
1586
|
-
exports.RevisionIdRequiredException = class RevisionIdRequiredException extends __BaseException {
|
|
1587
|
-
name = "RevisionIdRequiredException";
|
|
1588
|
-
$fault = "client";
|
|
1589
|
-
constructor(opts) {
|
|
1590
|
-
super({
|
|
1591
|
-
name: "RevisionIdRequiredException",
|
|
1592
|
-
$fault: "client",
|
|
1593
|
-
...opts,
|
|
1594
|
-
});
|
|
1595
|
-
Object.setPrototypeOf(this, RevisionIdRequiredException.prototype);
|
|
1596
|
-
}
|
|
1597
|
-
};
|
|
1598
|
-
exports.RevisionNotCurrentException = class RevisionNotCurrentException extends __BaseException {
|
|
1599
|
-
name = "RevisionNotCurrentException";
|
|
1600
|
-
$fault = "client";
|
|
1601
|
-
constructor(opts) {
|
|
1602
|
-
super({
|
|
1603
|
-
name: "RevisionNotCurrentException",
|
|
1604
|
-
$fault: "client",
|
|
1605
|
-
...opts,
|
|
1606
|
-
});
|
|
1607
|
-
Object.setPrototypeOf(this, RevisionNotCurrentException.prototype);
|
|
1608
|
-
}
|
|
1609
|
-
};
|
|
1610
|
-
exports.FileTooLargeException = class FileTooLargeException extends __BaseException {
|
|
1611
|
-
name = "FileTooLargeException";
|
|
1612
|
-
$fault = "client";
|
|
1613
|
-
constructor(opts) {
|
|
1614
|
-
super({
|
|
1615
|
-
name: "FileTooLargeException",
|
|
1616
|
-
$fault: "client",
|
|
1617
|
-
...opts,
|
|
1618
|
-
});
|
|
1619
|
-
Object.setPrototypeOf(this, FileTooLargeException.prototype);
|
|
1620
|
-
}
|
|
1621
|
-
};
|
|
1622
|
-
exports.InvalidBlobIdException = class InvalidBlobIdException extends __BaseException {
|
|
1623
|
-
name = "InvalidBlobIdException";
|
|
1624
|
-
$fault = "client";
|
|
1625
|
-
constructor(opts) {
|
|
1626
|
-
super({
|
|
1627
|
-
name: "InvalidBlobIdException",
|
|
1628
|
-
$fault: "client",
|
|
1629
|
-
...opts,
|
|
1630
|
-
});
|
|
1631
|
-
Object.setPrototypeOf(this, InvalidBlobIdException.prototype);
|
|
1632
|
-
}
|
|
1633
|
-
};
|
|
1634
|
-
exports.InvalidReactionUserArnException = class InvalidReactionUserArnException extends __BaseException {
|
|
1635
|
-
name = "InvalidReactionUserArnException";
|
|
1636
|
-
$fault = "client";
|
|
1637
|
-
constructor(opts) {
|
|
1638
|
-
super({
|
|
1639
|
-
name: "InvalidReactionUserArnException",
|
|
1640
|
-
$fault: "client",
|
|
1641
|
-
...opts,
|
|
1642
|
-
});
|
|
1643
|
-
Object.setPrototypeOf(this, InvalidReactionUserArnException.prototype);
|
|
1644
|
-
}
|
|
1645
|
-
};
|
|
1646
|
-
exports.RepositoryNotAssociatedWithPullRequestException = class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
|
|
1647
|
-
name = "RepositoryNotAssociatedWithPullRequestException";
|
|
1648
|
-
$fault = "client";
|
|
1649
|
-
constructor(opts) {
|
|
1650
|
-
super({
|
|
1651
|
-
name: "RepositoryNotAssociatedWithPullRequestException",
|
|
1652
|
-
$fault: "client",
|
|
1653
|
-
...opts,
|
|
1654
|
-
});
|
|
1655
|
-
Object.setPrototypeOf(this, RepositoryNotAssociatedWithPullRequestException.prototype);
|
|
1656
|
-
}
|
|
1657
|
-
};
|
|
1658
|
-
exports.CommitIdDoesNotExistException = class CommitIdDoesNotExistException extends __BaseException {
|
|
1659
|
-
name = "CommitIdDoesNotExistException";
|
|
1660
|
-
$fault = "client";
|
|
1661
|
-
constructor(opts) {
|
|
1662
|
-
super({
|
|
1663
|
-
name: "CommitIdDoesNotExistException",
|
|
1664
|
-
$fault: "client",
|
|
1665
|
-
...opts,
|
|
1666
|
-
});
|
|
1667
|
-
Object.setPrototypeOf(this, CommitIdDoesNotExistException.prototype);
|
|
1668
|
-
}
|
|
1669
|
-
};
|
|
1670
|
-
exports.PathDoesNotExistException = class PathDoesNotExistException extends __BaseException {
|
|
1671
|
-
name = "PathDoesNotExistException";
|
|
1672
|
-
$fault = "client";
|
|
1673
|
-
constructor(opts) {
|
|
1674
|
-
super({
|
|
1675
|
-
name: "PathDoesNotExistException",
|
|
1676
|
-
$fault: "client",
|
|
1677
|
-
...opts,
|
|
1678
|
-
});
|
|
1679
|
-
Object.setPrototypeOf(this, PathDoesNotExistException.prototype);
|
|
1680
|
-
}
|
|
1681
|
-
};
|
|
1682
|
-
exports.FolderDoesNotExistException = class FolderDoesNotExistException extends __BaseException {
|
|
1683
|
-
name = "FolderDoesNotExistException";
|
|
1684
|
-
$fault = "client";
|
|
1685
|
-
constructor(opts) {
|
|
1686
|
-
super({
|
|
1687
|
-
name: "FolderDoesNotExistException",
|
|
1688
|
-
$fault: "client",
|
|
1689
|
-
...opts,
|
|
1690
|
-
});
|
|
1691
|
-
Object.setPrototypeOf(this, FolderDoesNotExistException.prototype);
|
|
1692
|
-
}
|
|
1693
|
-
};
|
|
1694
|
-
exports.InvalidDestinationCommitSpecifierException = class InvalidDestinationCommitSpecifierException extends __BaseException {
|
|
1695
|
-
name = "InvalidDestinationCommitSpecifierException";
|
|
1696
|
-
$fault = "client";
|
|
1697
|
-
constructor(opts) {
|
|
1698
|
-
super({
|
|
1699
|
-
name: "InvalidDestinationCommitSpecifierException",
|
|
1700
|
-
$fault: "client",
|
|
1701
|
-
...opts,
|
|
1702
|
-
});
|
|
1703
|
-
Object.setPrototypeOf(this, InvalidDestinationCommitSpecifierException.prototype);
|
|
1704
|
-
}
|
|
1705
|
-
};
|
|
1706
|
-
exports.InvalidSourceCommitSpecifierException = class InvalidSourceCommitSpecifierException extends __BaseException {
|
|
1707
|
-
name = "InvalidSourceCommitSpecifierException";
|
|
1708
|
-
$fault = "client";
|
|
1709
|
-
constructor(opts) {
|
|
1710
|
-
super({
|
|
1711
|
-
name: "InvalidSourceCommitSpecifierException",
|
|
1712
|
-
$fault: "client",
|
|
1713
|
-
...opts,
|
|
1714
|
-
});
|
|
1715
|
-
Object.setPrototypeOf(this, InvalidSourceCommitSpecifierException.prototype);
|
|
1716
|
-
}
|
|
1717
|
-
};
|
|
1718
|
-
exports.InvalidAuthorArnException = class InvalidAuthorArnException extends __BaseException {
|
|
1719
|
-
name = "InvalidAuthorArnException";
|
|
1720
|
-
$fault = "client";
|
|
1721
|
-
constructor(opts) {
|
|
1722
|
-
super({
|
|
1723
|
-
name: "InvalidAuthorArnException",
|
|
1724
|
-
$fault: "client",
|
|
1725
|
-
...opts,
|
|
1726
|
-
});
|
|
1727
|
-
Object.setPrototypeOf(this, InvalidAuthorArnException.prototype);
|
|
1728
|
-
}
|
|
1729
|
-
};
|
|
1730
|
-
exports.InvalidPullRequestStatusException = class InvalidPullRequestStatusException extends __BaseException {
|
|
1731
|
-
name = "InvalidPullRequestStatusException";
|
|
1732
|
-
$fault = "client";
|
|
1733
|
-
constructor(opts) {
|
|
1734
|
-
super({
|
|
1735
|
-
name: "InvalidPullRequestStatusException",
|
|
1736
|
-
$fault: "client",
|
|
1737
|
-
...opts,
|
|
1738
|
-
});
|
|
1739
|
-
Object.setPrototypeOf(this, InvalidPullRequestStatusException.prototype);
|
|
1740
|
-
}
|
|
1741
|
-
};
|
|
1742
|
-
exports.InvalidOrderException = class InvalidOrderException extends __BaseException {
|
|
1743
|
-
name = "InvalidOrderException";
|
|
1744
|
-
$fault = "client";
|
|
1745
|
-
constructor(opts) {
|
|
1746
|
-
super({
|
|
1747
|
-
name: "InvalidOrderException",
|
|
1748
|
-
$fault: "client",
|
|
1749
|
-
...opts,
|
|
1750
|
-
});
|
|
1751
|
-
Object.setPrototypeOf(this, InvalidOrderException.prototype);
|
|
1752
|
-
}
|
|
1753
|
-
};
|
|
1754
|
-
exports.InvalidSortByException = class InvalidSortByException extends __BaseException {
|
|
1755
|
-
name = "InvalidSortByException";
|
|
1756
|
-
$fault = "client";
|
|
1757
|
-
constructor(opts) {
|
|
1758
|
-
super({
|
|
1759
|
-
name: "InvalidSortByException",
|
|
1760
|
-
$fault: "client",
|
|
1761
|
-
...opts,
|
|
1762
|
-
});
|
|
1763
|
-
Object.setPrototypeOf(this, InvalidSortByException.prototype);
|
|
1764
|
-
}
|
|
1765
|
-
};
|
|
1766
|
-
exports.InvalidResourceArnException = class InvalidResourceArnException extends __BaseException {
|
|
1767
|
-
name = "InvalidResourceArnException";
|
|
1768
|
-
$fault = "client";
|
|
1769
|
-
constructor(opts) {
|
|
1770
|
-
super({
|
|
1771
|
-
name: "InvalidResourceArnException",
|
|
1772
|
-
$fault: "client",
|
|
1773
|
-
...opts,
|
|
1774
|
-
});
|
|
1775
|
-
Object.setPrototypeOf(this, InvalidResourceArnException.prototype);
|
|
1776
|
-
}
|
|
1777
|
-
};
|
|
1778
|
-
exports.ResourceArnRequiredException = class ResourceArnRequiredException extends __BaseException {
|
|
1779
|
-
name = "ResourceArnRequiredException";
|
|
1780
|
-
$fault = "client";
|
|
1781
|
-
constructor(opts) {
|
|
1782
|
-
super({
|
|
1783
|
-
name: "ResourceArnRequiredException",
|
|
1784
|
-
$fault: "client",
|
|
1785
|
-
...opts,
|
|
1786
|
-
});
|
|
1787
|
-
Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
|
|
1788
|
-
}
|
|
1789
|
-
};
|
|
1790
|
-
exports.InvalidTargetBranchException = class InvalidTargetBranchException extends __BaseException {
|
|
1791
|
-
name = "InvalidTargetBranchException";
|
|
1792
|
-
$fault = "client";
|
|
1793
|
-
constructor(opts) {
|
|
1794
|
-
super({
|
|
1795
|
-
name: "InvalidTargetBranchException",
|
|
1796
|
-
$fault: "client",
|
|
1797
|
-
...opts,
|
|
1798
|
-
});
|
|
1799
|
-
Object.setPrototypeOf(this, InvalidTargetBranchException.prototype);
|
|
1800
|
-
}
|
|
1801
|
-
};
|
|
1802
|
-
exports.PullRequestApprovalRulesNotSatisfiedException = class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
|
|
1803
|
-
name = "PullRequestApprovalRulesNotSatisfiedException";
|
|
1804
|
-
$fault = "client";
|
|
1805
|
-
constructor(opts) {
|
|
1806
|
-
super({
|
|
1807
|
-
name: "PullRequestApprovalRulesNotSatisfiedException",
|
|
1808
|
-
$fault: "client",
|
|
1809
|
-
...opts,
|
|
1810
|
-
});
|
|
1811
|
-
Object.setPrototypeOf(this, PullRequestApprovalRulesNotSatisfiedException.prototype);
|
|
1812
|
-
}
|
|
1813
|
-
};
|
|
1814
|
-
exports.TipOfSourceReferenceIsDifferentException = class TipOfSourceReferenceIsDifferentException extends __BaseException {
|
|
1815
|
-
name = "TipOfSourceReferenceIsDifferentException";
|
|
1816
|
-
$fault = "client";
|
|
1817
|
-
constructor(opts) {
|
|
1818
|
-
super({
|
|
1819
|
-
name: "TipOfSourceReferenceIsDifferentException",
|
|
1820
|
-
$fault: "client",
|
|
1821
|
-
...opts,
|
|
1822
|
-
});
|
|
1823
|
-
Object.setPrototypeOf(this, TipOfSourceReferenceIsDifferentException.prototype);
|
|
1824
|
-
}
|
|
1825
|
-
};
|
|
1826
|
-
exports.InvalidOverrideStatusException = class InvalidOverrideStatusException extends __BaseException {
|
|
1827
|
-
name = "InvalidOverrideStatusException";
|
|
1828
|
-
$fault = "client";
|
|
1829
|
-
constructor(opts) {
|
|
1830
|
-
super({
|
|
1831
|
-
name: "InvalidOverrideStatusException",
|
|
1832
|
-
$fault: "client",
|
|
1833
|
-
...opts,
|
|
1834
|
-
});
|
|
1835
|
-
Object.setPrototypeOf(this, InvalidOverrideStatusException.prototype);
|
|
1836
|
-
}
|
|
1837
|
-
};
|
|
1838
|
-
exports.OverrideAlreadySetException = class OverrideAlreadySetException extends __BaseException {
|
|
1839
|
-
name = "OverrideAlreadySetException";
|
|
1840
|
-
$fault = "client";
|
|
1841
|
-
constructor(opts) {
|
|
1842
|
-
super({
|
|
1843
|
-
name: "OverrideAlreadySetException",
|
|
1844
|
-
$fault: "client",
|
|
1845
|
-
...opts,
|
|
1846
|
-
});
|
|
1847
|
-
Object.setPrototypeOf(this, OverrideAlreadySetException.prototype);
|
|
1848
|
-
}
|
|
1849
|
-
};
|
|
1850
|
-
exports.OverrideStatusRequiredException = class OverrideStatusRequiredException extends __BaseException {
|
|
1851
|
-
name = "OverrideStatusRequiredException";
|
|
1852
|
-
$fault = "client";
|
|
1853
|
-
constructor(opts) {
|
|
1854
|
-
super({
|
|
1855
|
-
name: "OverrideStatusRequiredException",
|
|
1856
|
-
$fault: "client",
|
|
1857
|
-
...opts,
|
|
1858
|
-
});
|
|
1859
|
-
Object.setPrototypeOf(this, OverrideStatusRequiredException.prototype);
|
|
1860
|
-
}
|
|
1861
|
-
};
|
|
1862
|
-
exports.CommentContentRequiredException = class CommentContentRequiredException extends __BaseException {
|
|
1863
|
-
name = "CommentContentRequiredException";
|
|
1864
|
-
$fault = "client";
|
|
1865
|
-
constructor(opts) {
|
|
1866
|
-
super({
|
|
1867
|
-
name: "CommentContentRequiredException",
|
|
1868
|
-
$fault: "client",
|
|
1869
|
-
...opts,
|
|
1870
|
-
});
|
|
1871
|
-
Object.setPrototypeOf(this, CommentContentRequiredException.prototype);
|
|
1872
|
-
}
|
|
1873
|
-
};
|
|
1874
|
-
exports.CommentContentSizeLimitExceededException = class CommentContentSizeLimitExceededException extends __BaseException {
|
|
1875
|
-
name = "CommentContentSizeLimitExceededException";
|
|
1876
|
-
$fault = "client";
|
|
1877
|
-
constructor(opts) {
|
|
1878
|
-
super({
|
|
1879
|
-
name: "CommentContentSizeLimitExceededException",
|
|
1880
|
-
$fault: "client",
|
|
1881
|
-
...opts,
|
|
1882
|
-
});
|
|
1883
|
-
Object.setPrototypeOf(this, CommentContentSizeLimitExceededException.prototype);
|
|
1884
|
-
}
|
|
1885
|
-
};
|
|
1886
|
-
exports.InvalidFileLocationException = class InvalidFileLocationException extends __BaseException {
|
|
1887
|
-
name = "InvalidFileLocationException";
|
|
1888
|
-
$fault = "client";
|
|
1889
|
-
constructor(opts) {
|
|
1890
|
-
super({
|
|
1891
|
-
name: "InvalidFileLocationException",
|
|
1892
|
-
$fault: "client",
|
|
1893
|
-
...opts,
|
|
1894
|
-
});
|
|
1895
|
-
Object.setPrototypeOf(this, InvalidFileLocationException.prototype);
|
|
1896
|
-
}
|
|
1897
|
-
};
|
|
1898
|
-
exports.InvalidFilePositionException = class InvalidFilePositionException extends __BaseException {
|
|
1899
|
-
name = "InvalidFilePositionException";
|
|
1900
|
-
$fault = "client";
|
|
1901
|
-
constructor(opts) {
|
|
1902
|
-
super({
|
|
1903
|
-
name: "InvalidFilePositionException",
|
|
1904
|
-
$fault: "client",
|
|
1905
|
-
...opts,
|
|
1906
|
-
});
|
|
1907
|
-
Object.setPrototypeOf(this, InvalidFilePositionException.prototype);
|
|
1908
|
-
}
|
|
1909
|
-
};
|
|
1910
|
-
exports.InvalidRelativeFileVersionEnumException = class InvalidRelativeFileVersionEnumException extends __BaseException {
|
|
1911
|
-
name = "InvalidRelativeFileVersionEnumException";
|
|
1912
|
-
$fault = "client";
|
|
1913
|
-
constructor(opts) {
|
|
1914
|
-
super({
|
|
1915
|
-
name: "InvalidRelativeFileVersionEnumException",
|
|
1916
|
-
$fault: "client",
|
|
1917
|
-
...opts,
|
|
1918
|
-
});
|
|
1919
|
-
Object.setPrototypeOf(this, InvalidRelativeFileVersionEnumException.prototype);
|
|
1920
|
-
}
|
|
1921
|
-
};
|
|
1922
|
-
exports.InvalidReactionValueException = class InvalidReactionValueException extends __BaseException {
|
|
1923
|
-
name = "InvalidReactionValueException";
|
|
1924
|
-
$fault = "client";
|
|
1925
|
-
constructor(opts) {
|
|
1926
|
-
super({
|
|
1927
|
-
name: "InvalidReactionValueException",
|
|
1928
|
-
$fault: "client",
|
|
1929
|
-
...opts,
|
|
1930
|
-
});
|
|
1931
|
-
Object.setPrototypeOf(this, InvalidReactionValueException.prototype);
|
|
1932
|
-
}
|
|
1933
|
-
};
|
|
1934
|
-
exports.ReactionLimitExceededException = class ReactionLimitExceededException extends __BaseException {
|
|
1935
|
-
name = "ReactionLimitExceededException";
|
|
1936
|
-
$fault = "client";
|
|
1937
|
-
constructor(opts) {
|
|
1938
|
-
super({
|
|
1939
|
-
name: "ReactionLimitExceededException",
|
|
1940
|
-
$fault: "client",
|
|
1941
|
-
...opts,
|
|
1942
|
-
});
|
|
1943
|
-
Object.setPrototypeOf(this, ReactionLimitExceededException.prototype);
|
|
1944
|
-
}
|
|
1945
|
-
};
|
|
1946
|
-
exports.ReactionValueRequiredException = class ReactionValueRequiredException extends __BaseException {
|
|
1947
|
-
name = "ReactionValueRequiredException";
|
|
1948
|
-
$fault = "client";
|
|
1949
|
-
constructor(opts) {
|
|
1950
|
-
super({
|
|
1951
|
-
name: "ReactionValueRequiredException",
|
|
1952
|
-
$fault: "client",
|
|
1953
|
-
...opts,
|
|
1954
|
-
});
|
|
1955
|
-
Object.setPrototypeOf(this, ReactionValueRequiredException.prototype);
|
|
1956
|
-
}
|
|
1957
|
-
};
|
|
1958
|
-
exports.FileContentRequiredException = class FileContentRequiredException extends __BaseException {
|
|
1959
|
-
name = "FileContentRequiredException";
|
|
1960
|
-
$fault = "client";
|
|
1961
|
-
constructor(opts) {
|
|
1962
|
-
super({
|
|
1963
|
-
name: "FileContentRequiredException",
|
|
1964
|
-
$fault: "client",
|
|
1965
|
-
...opts,
|
|
1966
|
-
});
|
|
1967
|
-
Object.setPrototypeOf(this, FileContentRequiredException.prototype);
|
|
1968
|
-
}
|
|
1969
|
-
};
|
|
1970
|
-
exports.SameFileContentException = class SameFileContentException extends __BaseException {
|
|
1971
|
-
name = "SameFileContentException";
|
|
1972
|
-
$fault = "client";
|
|
1973
|
-
constructor(opts) {
|
|
1974
|
-
super({
|
|
1975
|
-
name: "SameFileContentException",
|
|
1976
|
-
$fault: "client",
|
|
1977
|
-
...opts,
|
|
1978
|
-
});
|
|
1979
|
-
Object.setPrototypeOf(this, SameFileContentException.prototype);
|
|
1980
|
-
}
|
|
1981
|
-
};
|
|
1982
|
-
exports.InvalidRepositoryTriggerBranchNameException = class InvalidRepositoryTriggerBranchNameException extends __BaseException {
|
|
1983
|
-
name = "InvalidRepositoryTriggerBranchNameException";
|
|
1984
|
-
$fault = "client";
|
|
1985
|
-
constructor(opts) {
|
|
1986
|
-
super({
|
|
1987
|
-
name: "InvalidRepositoryTriggerBranchNameException",
|
|
1988
|
-
$fault: "client",
|
|
1989
|
-
...opts,
|
|
1990
|
-
});
|
|
1991
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerBranchNameException.prototype);
|
|
1992
|
-
}
|
|
1993
|
-
};
|
|
1994
|
-
exports.InvalidRepositoryTriggerCustomDataException = class InvalidRepositoryTriggerCustomDataException extends __BaseException {
|
|
1995
|
-
name = "InvalidRepositoryTriggerCustomDataException";
|
|
1996
|
-
$fault = "client";
|
|
1997
|
-
constructor(opts) {
|
|
1998
|
-
super({
|
|
1999
|
-
name: "InvalidRepositoryTriggerCustomDataException",
|
|
2000
|
-
$fault: "client",
|
|
2001
|
-
...opts,
|
|
2002
|
-
});
|
|
2003
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerCustomDataException.prototype);
|
|
2004
|
-
}
|
|
2005
|
-
};
|
|
2006
|
-
exports.InvalidRepositoryTriggerDestinationArnException = class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
|
|
2007
|
-
name = "InvalidRepositoryTriggerDestinationArnException";
|
|
2008
|
-
$fault = "client";
|
|
2009
|
-
constructor(opts) {
|
|
2010
|
-
super({
|
|
2011
|
-
name: "InvalidRepositoryTriggerDestinationArnException",
|
|
2012
|
-
$fault: "client",
|
|
2013
|
-
...opts,
|
|
2014
|
-
});
|
|
2015
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerDestinationArnException.prototype);
|
|
2016
|
-
}
|
|
2017
|
-
};
|
|
2018
|
-
exports.InvalidRepositoryTriggerEventsException = class InvalidRepositoryTriggerEventsException extends __BaseException {
|
|
2019
|
-
name = "InvalidRepositoryTriggerEventsException";
|
|
2020
|
-
$fault = "client";
|
|
2021
|
-
constructor(opts) {
|
|
2022
|
-
super({
|
|
2023
|
-
name: "InvalidRepositoryTriggerEventsException",
|
|
2024
|
-
$fault: "client",
|
|
2025
|
-
...opts,
|
|
2026
|
-
});
|
|
2027
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerEventsException.prototype);
|
|
2028
|
-
}
|
|
2029
|
-
};
|
|
2030
|
-
exports.InvalidRepositoryTriggerNameException = class InvalidRepositoryTriggerNameException extends __BaseException {
|
|
2031
|
-
name = "InvalidRepositoryTriggerNameException";
|
|
2032
|
-
$fault = "client";
|
|
2033
|
-
constructor(opts) {
|
|
2034
|
-
super({
|
|
2035
|
-
name: "InvalidRepositoryTriggerNameException",
|
|
2036
|
-
$fault: "client",
|
|
2037
|
-
...opts,
|
|
2038
|
-
});
|
|
2039
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerNameException.prototype);
|
|
2040
|
-
}
|
|
2041
|
-
};
|
|
2042
|
-
exports.InvalidRepositoryTriggerRegionException = class InvalidRepositoryTriggerRegionException extends __BaseException {
|
|
2043
|
-
name = "InvalidRepositoryTriggerRegionException";
|
|
2044
|
-
$fault = "client";
|
|
2045
|
-
constructor(opts) {
|
|
2046
|
-
super({
|
|
2047
|
-
name: "InvalidRepositoryTriggerRegionException",
|
|
2048
|
-
$fault: "client",
|
|
2049
|
-
...opts,
|
|
2050
|
-
});
|
|
2051
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerRegionException.prototype);
|
|
2052
|
-
}
|
|
2053
|
-
};
|
|
2054
|
-
exports.MaximumBranchesExceededException = class MaximumBranchesExceededException extends __BaseException {
|
|
2055
|
-
name = "MaximumBranchesExceededException";
|
|
2056
|
-
$fault = "client";
|
|
2057
|
-
constructor(opts) {
|
|
2058
|
-
super({
|
|
2059
|
-
name: "MaximumBranchesExceededException",
|
|
2060
|
-
$fault: "client",
|
|
2061
|
-
...opts,
|
|
2062
|
-
});
|
|
2063
|
-
Object.setPrototypeOf(this, MaximumBranchesExceededException.prototype);
|
|
2064
|
-
}
|
|
2065
|
-
};
|
|
2066
|
-
exports.MaximumRepositoryTriggersExceededException = class MaximumRepositoryTriggersExceededException extends __BaseException {
|
|
2067
|
-
name = "MaximumRepositoryTriggersExceededException";
|
|
2068
|
-
$fault = "client";
|
|
2069
|
-
constructor(opts) {
|
|
2070
|
-
super({
|
|
2071
|
-
name: "MaximumRepositoryTriggersExceededException",
|
|
2072
|
-
$fault: "client",
|
|
2073
|
-
...opts,
|
|
2074
|
-
});
|
|
2075
|
-
Object.setPrototypeOf(this, MaximumRepositoryTriggersExceededException.prototype);
|
|
2076
|
-
}
|
|
2077
|
-
};
|
|
2078
|
-
exports.RepositoryTriggerBranchNameListRequiredException = class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
|
|
2079
|
-
name = "RepositoryTriggerBranchNameListRequiredException";
|
|
2080
|
-
$fault = "client";
|
|
2081
|
-
constructor(opts) {
|
|
2082
|
-
super({
|
|
2083
|
-
name: "RepositoryTriggerBranchNameListRequiredException",
|
|
2084
|
-
$fault: "client",
|
|
2085
|
-
...opts,
|
|
2086
|
-
});
|
|
2087
|
-
Object.setPrototypeOf(this, RepositoryTriggerBranchNameListRequiredException.prototype);
|
|
2088
|
-
}
|
|
2089
|
-
};
|
|
2090
|
-
exports.RepositoryTriggerDestinationArnRequiredException = class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
|
|
2091
|
-
name = "RepositoryTriggerDestinationArnRequiredException";
|
|
2092
|
-
$fault = "client";
|
|
2093
|
-
constructor(opts) {
|
|
2094
|
-
super({
|
|
2095
|
-
name: "RepositoryTriggerDestinationArnRequiredException",
|
|
2096
|
-
$fault: "client",
|
|
2097
|
-
...opts,
|
|
2098
|
-
});
|
|
2099
|
-
Object.setPrototypeOf(this, RepositoryTriggerDestinationArnRequiredException.prototype);
|
|
2100
|
-
}
|
|
2101
|
-
};
|
|
2102
|
-
exports.RepositoryTriggerEventsListRequiredException = class RepositoryTriggerEventsListRequiredException extends __BaseException {
|
|
2103
|
-
name = "RepositoryTriggerEventsListRequiredException";
|
|
2104
|
-
$fault = "client";
|
|
2105
|
-
constructor(opts) {
|
|
2106
|
-
super({
|
|
2107
|
-
name: "RepositoryTriggerEventsListRequiredException",
|
|
2108
|
-
$fault: "client",
|
|
2109
|
-
...opts,
|
|
2110
|
-
});
|
|
2111
|
-
Object.setPrototypeOf(this, RepositoryTriggerEventsListRequiredException.prototype);
|
|
2112
|
-
}
|
|
2113
|
-
};
|
|
2114
|
-
exports.RepositoryTriggerNameRequiredException = class RepositoryTriggerNameRequiredException extends __BaseException {
|
|
2115
|
-
name = "RepositoryTriggerNameRequiredException";
|
|
2116
|
-
$fault = "client";
|
|
2117
|
-
constructor(opts) {
|
|
2118
|
-
super({
|
|
2119
|
-
name: "RepositoryTriggerNameRequiredException",
|
|
2120
|
-
$fault: "client",
|
|
2121
|
-
...opts,
|
|
2122
|
-
});
|
|
2123
|
-
Object.setPrototypeOf(this, RepositoryTriggerNameRequiredException.prototype);
|
|
2124
|
-
}
|
|
2125
|
-
};
|
|
2126
|
-
exports.RepositoryTriggersListRequiredException = class RepositoryTriggersListRequiredException extends __BaseException {
|
|
2127
|
-
name = "RepositoryTriggersListRequiredException";
|
|
2128
|
-
$fault = "client";
|
|
2129
|
-
constructor(opts) {
|
|
2130
|
-
super({
|
|
2131
|
-
name: "RepositoryTriggersListRequiredException",
|
|
2132
|
-
$fault: "client",
|
|
2133
|
-
...opts,
|
|
2134
|
-
});
|
|
2135
|
-
Object.setPrototypeOf(this, RepositoryTriggersListRequiredException.prototype);
|
|
2136
|
-
}
|
|
2137
|
-
};
|
|
2138
|
-
exports.TagsMapRequiredException = class TagsMapRequiredException extends __BaseException {
|
|
2139
|
-
name = "TagsMapRequiredException";
|
|
2140
|
-
$fault = "client";
|
|
2141
|
-
constructor(opts) {
|
|
2142
|
-
super({
|
|
2143
|
-
name: "TagsMapRequiredException",
|
|
2144
|
-
$fault: "client",
|
|
2145
|
-
...opts,
|
|
2146
|
-
});
|
|
2147
|
-
Object.setPrototypeOf(this, TagsMapRequiredException.prototype);
|
|
2148
|
-
}
|
|
2149
|
-
};
|
|
2150
|
-
exports.InvalidTagKeysListException = class InvalidTagKeysListException extends __BaseException {
|
|
2151
|
-
name = "InvalidTagKeysListException";
|
|
2152
|
-
$fault = "client";
|
|
2153
|
-
constructor(opts) {
|
|
2154
|
-
super({
|
|
2155
|
-
name: "InvalidTagKeysListException",
|
|
2156
|
-
$fault: "client",
|
|
2157
|
-
...opts,
|
|
2158
|
-
});
|
|
2159
|
-
Object.setPrototypeOf(this, InvalidTagKeysListException.prototype);
|
|
2160
|
-
}
|
|
2161
|
-
};
|
|
2162
|
-
exports.TagKeysListRequiredException = class TagKeysListRequiredException extends __BaseException {
|
|
2163
|
-
name = "TagKeysListRequiredException";
|
|
2164
|
-
$fault = "client";
|
|
2165
|
-
constructor(opts) {
|
|
2166
|
-
super({
|
|
2167
|
-
name: "TagKeysListRequiredException",
|
|
2168
|
-
$fault: "client",
|
|
2169
|
-
...opts,
|
|
2170
|
-
});
|
|
2171
|
-
Object.setPrototypeOf(this, TagKeysListRequiredException.prototype);
|
|
2172
|
-
}
|
|
2173
|
-
};
|
|
2174
|
-
exports.InvalidRuleContentSha256Exception = class InvalidRuleContentSha256Exception extends __BaseException {
|
|
2175
|
-
name = "InvalidRuleContentSha256Exception";
|
|
2176
|
-
$fault = "client";
|
|
2177
|
-
constructor(opts) {
|
|
2178
|
-
super({
|
|
2179
|
-
name: "InvalidRuleContentSha256Exception",
|
|
2180
|
-
$fault: "client",
|
|
2181
|
-
...opts,
|
|
2182
|
-
});
|
|
2183
|
-
Object.setPrototypeOf(this, InvalidRuleContentSha256Exception.prototype);
|
|
2184
|
-
}
|
|
2185
|
-
};
|
|
2186
|
-
exports.CommentNotCreatedByCallerException = class CommentNotCreatedByCallerException extends __BaseException {
|
|
2187
|
-
name = "CommentNotCreatedByCallerException";
|
|
2188
|
-
$fault = "client";
|
|
2189
|
-
constructor(opts) {
|
|
2190
|
-
super({
|
|
2191
|
-
name: "CommentNotCreatedByCallerException",
|
|
2192
|
-
$fault: "client",
|
|
2193
|
-
...opts,
|
|
2194
|
-
});
|
|
2195
|
-
Object.setPrototypeOf(this, CommentNotCreatedByCallerException.prototype);
|
|
2196
|
-
}
|
|
2197
|
-
};
|
|
2198
|
-
exports.InvalidApprovalStateException = class InvalidApprovalStateException extends __BaseException {
|
|
2199
|
-
name = "InvalidApprovalStateException";
|
|
2200
|
-
$fault = "client";
|
|
2201
|
-
constructor(opts) {
|
|
2202
|
-
super({
|
|
2203
|
-
name: "InvalidApprovalStateException",
|
|
2204
|
-
$fault: "client",
|
|
2205
|
-
...opts,
|
|
2206
|
-
});
|
|
2207
|
-
Object.setPrototypeOf(this, InvalidApprovalStateException.prototype);
|
|
2208
|
-
}
|
|
2209
|
-
};
|
|
2210
|
-
exports.MaximumNumberOfApprovalsExceededException = class MaximumNumberOfApprovalsExceededException extends __BaseException {
|
|
2211
|
-
name = "MaximumNumberOfApprovalsExceededException";
|
|
2212
|
-
$fault = "client";
|
|
2213
|
-
constructor(opts) {
|
|
2214
|
-
super({
|
|
2215
|
-
name: "MaximumNumberOfApprovalsExceededException",
|
|
2216
|
-
$fault: "client",
|
|
2217
|
-
...opts,
|
|
2218
|
-
});
|
|
2219
|
-
Object.setPrototypeOf(this, MaximumNumberOfApprovalsExceededException.prototype);
|
|
2220
|
-
}
|
|
2221
|
-
};
|
|
2222
|
-
exports.PullRequestCannotBeApprovedByAuthorException = class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
|
|
2223
|
-
name = "PullRequestCannotBeApprovedByAuthorException";
|
|
2224
|
-
$fault = "client";
|
|
2225
|
-
constructor(opts) {
|
|
2226
|
-
super({
|
|
2227
|
-
name: "PullRequestCannotBeApprovedByAuthorException",
|
|
2228
|
-
$fault: "client",
|
|
2229
|
-
...opts,
|
|
2230
|
-
});
|
|
2231
|
-
Object.setPrototypeOf(this, PullRequestCannotBeApprovedByAuthorException.prototype);
|
|
2232
|
-
}
|
|
2233
|
-
};
|
|
2234
|
-
exports.InvalidPullRequestStatusUpdateException = class InvalidPullRequestStatusUpdateException extends __BaseException {
|
|
2235
|
-
name = "InvalidPullRequestStatusUpdateException";
|
|
2236
|
-
$fault = "client";
|
|
2237
|
-
constructor(opts) {
|
|
2238
|
-
super({
|
|
2239
|
-
name: "InvalidPullRequestStatusUpdateException",
|
|
2240
|
-
$fault: "client",
|
|
2241
|
-
...opts,
|
|
2242
|
-
});
|
|
2243
|
-
Object.setPrototypeOf(this, InvalidPullRequestStatusUpdateException.prototype);
|
|
2244
|
-
}
|
|
2245
|
-
};
|
|
2246
|
-
exports.PullRequestStatusRequiredException = class PullRequestStatusRequiredException extends __BaseException {
|
|
2247
|
-
name = "PullRequestStatusRequiredException";
|
|
2248
|
-
$fault = "client";
|
|
2249
|
-
constructor(opts) {
|
|
2250
|
-
super({
|
|
2251
|
-
name: "PullRequestStatusRequiredException",
|
|
2252
|
-
$fault: "client",
|
|
2253
|
-
...opts,
|
|
2254
|
-
});
|
|
2255
|
-
Object.setPrototypeOf(this, PullRequestStatusRequiredException.prototype);
|
|
2256
|
-
}
|
|
2257
|
-
};
|
|
2258
|
-
exports.EncryptionKeyRequiredException = class EncryptionKeyRequiredException extends __BaseException {
|
|
2259
|
-
name = "EncryptionKeyRequiredException";
|
|
2260
|
-
$fault = "client";
|
|
2261
|
-
constructor(opts) {
|
|
2262
|
-
super({
|
|
2263
|
-
name: "EncryptionKeyRequiredException",
|
|
2264
|
-
$fault: "client",
|
|
2265
|
-
...opts,
|
|
2266
|
-
});
|
|
2267
|
-
Object.setPrototypeOf(this, EncryptionKeyRequiredException.prototype);
|
|
2268
|
-
}
|
|
2269
|
-
};
|