@aws-sdk/client-codecommit 3.183.0 → 3.186.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/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/CodeCommit.js +317 -310
- package/dist-es/CodeCommitClient.js +28 -22
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +29 -22
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +28 -21
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +28 -21
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +28 -21
- package/dist-es/commands/BatchGetCommitsCommand.js +28 -21
- package/dist-es/commands/BatchGetRepositoriesCommand.js +28 -21
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/CreateBranchCommand.js +29 -22
- package/dist-es/commands/CreateCommitCommand.js +28 -21
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +28 -21
- package/dist-es/commands/CreatePullRequestCommand.js +28 -21
- package/dist-es/commands/CreateRepositoryCommand.js +28 -21
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +28 -21
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteBranchCommand.js +28 -21
- package/dist-es/commands/DeleteCommentContentCommand.js +28 -21
- package/dist-es/commands/DeleteFileCommand.js +28 -21
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +28 -21
- package/dist-es/commands/DeleteRepositoryCommand.js +28 -21
- package/dist-es/commands/DescribeMergeConflictsCommand.js +28 -21
- package/dist-es/commands/DescribePullRequestEventsCommand.js +28 -21
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +29 -22
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +28 -21
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/GetBlobCommand.js +28 -21
- package/dist-es/commands/GetBranchCommand.js +28 -21
- package/dist-es/commands/GetCommentCommand.js +28 -21
- package/dist-es/commands/GetCommentReactionsCommand.js +28 -21
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +28 -21
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +28 -21
- package/dist-es/commands/GetCommitCommand.js +28 -21
- package/dist-es/commands/GetDifferencesCommand.js +28 -21
- package/dist-es/commands/GetFileCommand.js +28 -21
- package/dist-es/commands/GetFolderCommand.js +28 -21
- package/dist-es/commands/GetMergeCommitCommand.js +28 -21
- package/dist-es/commands/GetMergeConflictsCommand.js +28 -21
- package/dist-es/commands/GetMergeOptionsCommand.js +28 -21
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +28 -21
- package/dist-es/commands/GetPullRequestCommand.js +28 -21
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +28 -21
- package/dist-es/commands/GetRepositoryCommand.js +28 -21
- package/dist-es/commands/GetRepositoryTriggersCommand.js +28 -21
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +28 -21
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +28 -21
- package/dist-es/commands/ListBranchesCommand.js +28 -21
- package/dist-es/commands/ListPullRequestsCommand.js +28 -21
- package/dist-es/commands/ListRepositoriesCommand.js +28 -21
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +28 -21
- package/dist-es/commands/MergeBranchesBySquashCommand.js +28 -21
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +28 -21
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +28 -21
- package/dist-es/commands/MergePullRequestBySquashCommand.js +28 -21
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +28 -21
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +29 -22
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +28 -21
- package/dist-es/commands/PostCommentForPullRequestCommand.js +28 -21
- package/dist-es/commands/PostCommentReplyCommand.js +28 -21
- package/dist-es/commands/PutCommentReactionCommand.js +29 -22
- package/dist-es/commands/PutFileCommand.js +28 -21
- package/dist-es/commands/PutRepositoryTriggersCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/TestRepositoryTriggersCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +28 -21
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +28 -21
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +28 -21
- package/dist-es/commands/UpdateCommentCommand.js +28 -21
- package/dist-es/commands/UpdateDefaultBranchCommand.js +29 -22
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +28 -21
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +29 -22
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +28 -21
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +28 -21
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +28 -21
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +29 -22
- package/dist-es/commands/UpdateRepositoryNameCommand.js +29 -22
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CodeCommitServiceException.js +10 -5
- package/dist-es/models/models_0.js +1872 -2157
- package/dist-es/models/models_1.js +549 -660
- package/dist-es/pagination/DescribeMergeConflictsPaginator.js +68 -25
- package/dist-es/pagination/DescribePullRequestEventsPaginator.js +68 -25
- package/dist-es/pagination/GetCommentReactionsPaginator.js +68 -25
- package/dist-es/pagination/GetCommentsForComparedCommitPaginator.js +68 -25
- package/dist-es/pagination/GetCommentsForPullRequestPaginator.js +68 -25
- package/dist-es/pagination/GetDifferencesPaginator.js +68 -25
- package/dist-es/pagination/GetMergeConflictsPaginator.js +68 -25
- package/dist-es/pagination/ListApprovalRuleTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +68 -25
- package/dist-es/pagination/ListBranchesPaginator.js +67 -24
- package/dist-es/pagination/ListPullRequestsPaginator.js +68 -25
- package/dist-es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +68 -25
- package/dist-es/pagination/ListRepositoriesPaginator.js +67 -24
- package/dist-es/protocols/Aws_json1_1.js +11195 -9002
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
|
|
2
3
|
export var OrderEnum;
|
|
3
4
|
(function (OrderEnum) {
|
|
@@ -9,663 +10,551 @@ export var SortByEnum;
|
|
|
9
10
|
SortByEnum["MODIFIED_DATE"] = "lastModifiedDate";
|
|
10
11
|
SortByEnum["REPOSITORY_NAME"] = "repositoryName";
|
|
11
12
|
})(SortByEnum || (SortByEnum = {}));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
}
|
|
504
|
-
export
|
|
505
|
-
|
|
506
|
-
});
|
|
507
|
-
export
|
|
508
|
-
|
|
509
|
-
});
|
|
510
|
-
export
|
|
511
|
-
|
|
512
|
-
});
|
|
513
|
-
export
|
|
514
|
-
|
|
515
|
-
});
|
|
516
|
-
export
|
|
517
|
-
|
|
518
|
-
});
|
|
519
|
-
export
|
|
520
|
-
|
|
521
|
-
});
|
|
522
|
-
export
|
|
523
|
-
|
|
524
|
-
});
|
|
525
|
-
export
|
|
526
|
-
|
|
527
|
-
});
|
|
528
|
-
export
|
|
529
|
-
|
|
530
|
-
});
|
|
531
|
-
export
|
|
532
|
-
|
|
533
|
-
});
|
|
534
|
-
export
|
|
535
|
-
|
|
536
|
-
});
|
|
537
|
-
export
|
|
538
|
-
|
|
539
|
-
});
|
|
540
|
-
export
|
|
541
|
-
|
|
542
|
-
});
|
|
543
|
-
export
|
|
544
|
-
|
|
545
|
-
});
|
|
546
|
-
export
|
|
547
|
-
|
|
548
|
-
});
|
|
549
|
-
export
|
|
550
|
-
|
|
551
|
-
});
|
|
552
|
-
export
|
|
553
|
-
|
|
554
|
-
});
|
|
555
|
-
export
|
|
556
|
-
|
|
557
|
-
});
|
|
558
|
-
export
|
|
559
|
-
|
|
560
|
-
});
|
|
561
|
-
export const OverridePullRequestApprovalRulesInputFilterSensitiveLog = (obj) => ({
|
|
562
|
-
...obj,
|
|
563
|
-
});
|
|
564
|
-
export const PostCommentForComparedCommitInputFilterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
});
|
|
567
|
-
export const PostCommentForComparedCommitOutputFilterSensitiveLog = (obj) => ({
|
|
568
|
-
...obj,
|
|
569
|
-
});
|
|
570
|
-
export const PostCommentForPullRequestInputFilterSensitiveLog = (obj) => ({
|
|
571
|
-
...obj,
|
|
572
|
-
});
|
|
573
|
-
export const PostCommentForPullRequestOutputFilterSensitiveLog = (obj) => ({
|
|
574
|
-
...obj,
|
|
575
|
-
});
|
|
576
|
-
export const PostCommentReplyInputFilterSensitiveLog = (obj) => ({
|
|
577
|
-
...obj,
|
|
578
|
-
});
|
|
579
|
-
export const PostCommentReplyOutputFilterSensitiveLog = (obj) => ({
|
|
580
|
-
...obj,
|
|
581
|
-
});
|
|
582
|
-
export const PutCommentReactionInputFilterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
});
|
|
585
|
-
export const PutFileInputFilterSensitiveLog = (obj) => ({
|
|
586
|
-
...obj,
|
|
587
|
-
});
|
|
588
|
-
export const PutFileOutputFilterSensitiveLog = (obj) => ({
|
|
589
|
-
...obj,
|
|
590
|
-
});
|
|
591
|
-
export const PutRepositoryTriggersInputFilterSensitiveLog = (obj) => ({
|
|
592
|
-
...obj,
|
|
593
|
-
});
|
|
594
|
-
export const PutRepositoryTriggersOutputFilterSensitiveLog = (obj) => ({
|
|
595
|
-
...obj,
|
|
596
|
-
});
|
|
597
|
-
export const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
598
|
-
...obj,
|
|
599
|
-
});
|
|
600
|
-
export const TestRepositoryTriggersInputFilterSensitiveLog = (obj) => ({
|
|
601
|
-
...obj,
|
|
602
|
-
});
|
|
603
|
-
export const RepositoryTriggerExecutionFailureFilterSensitiveLog = (obj) => ({
|
|
604
|
-
...obj,
|
|
605
|
-
});
|
|
606
|
-
export const TestRepositoryTriggersOutputFilterSensitiveLog = (obj) => ({
|
|
607
|
-
...obj,
|
|
608
|
-
});
|
|
609
|
-
export const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
610
|
-
...obj,
|
|
611
|
-
});
|
|
612
|
-
export const UpdateApprovalRuleTemplateContentInputFilterSensitiveLog = (obj) => ({
|
|
613
|
-
...obj,
|
|
614
|
-
});
|
|
615
|
-
export const UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog = (obj) => ({
|
|
616
|
-
...obj,
|
|
617
|
-
});
|
|
618
|
-
export const UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog = (obj) => ({
|
|
619
|
-
...obj,
|
|
620
|
-
});
|
|
621
|
-
export const UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog = (obj) => ({
|
|
622
|
-
...obj,
|
|
623
|
-
});
|
|
624
|
-
export const UpdateApprovalRuleTemplateNameInputFilterSensitiveLog = (obj) => ({
|
|
625
|
-
...obj,
|
|
626
|
-
});
|
|
627
|
-
export const UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog = (obj) => ({
|
|
628
|
-
...obj,
|
|
629
|
-
});
|
|
630
|
-
export const UpdateCommentInputFilterSensitiveLog = (obj) => ({
|
|
631
|
-
...obj,
|
|
632
|
-
});
|
|
633
|
-
export const UpdateCommentOutputFilterSensitiveLog = (obj) => ({
|
|
634
|
-
...obj,
|
|
635
|
-
});
|
|
636
|
-
export const UpdateDefaultBranchInputFilterSensitiveLog = (obj) => ({
|
|
637
|
-
...obj,
|
|
638
|
-
});
|
|
639
|
-
export const UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog = (obj) => ({
|
|
640
|
-
...obj,
|
|
641
|
-
});
|
|
642
|
-
export const UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog = (obj) => ({
|
|
643
|
-
...obj,
|
|
644
|
-
});
|
|
645
|
-
export const UpdatePullRequestApprovalStateInputFilterSensitiveLog = (obj) => ({
|
|
646
|
-
...obj,
|
|
647
|
-
});
|
|
648
|
-
export const UpdatePullRequestDescriptionInputFilterSensitiveLog = (obj) => ({
|
|
649
|
-
...obj,
|
|
650
|
-
});
|
|
651
|
-
export const UpdatePullRequestDescriptionOutputFilterSensitiveLog = (obj) => ({
|
|
652
|
-
...obj,
|
|
653
|
-
});
|
|
654
|
-
export const UpdatePullRequestStatusInputFilterSensitiveLog = (obj) => ({
|
|
655
|
-
...obj,
|
|
656
|
-
});
|
|
657
|
-
export const UpdatePullRequestStatusOutputFilterSensitiveLog = (obj) => ({
|
|
658
|
-
...obj,
|
|
659
|
-
});
|
|
660
|
-
export const UpdatePullRequestTitleInputFilterSensitiveLog = (obj) => ({
|
|
661
|
-
...obj,
|
|
662
|
-
});
|
|
663
|
-
export const UpdatePullRequestTitleOutputFilterSensitiveLog = (obj) => ({
|
|
664
|
-
...obj,
|
|
665
|
-
});
|
|
666
|
-
export const UpdateRepositoryDescriptionInputFilterSensitiveLog = (obj) => ({
|
|
667
|
-
...obj,
|
|
668
|
-
});
|
|
669
|
-
export const UpdateRepositoryNameInputFilterSensitiveLog = (obj) => ({
|
|
670
|
-
...obj,
|
|
671
|
-
});
|
|
13
|
+
var InvalidResourceArnException = (function (_super) {
|
|
14
|
+
__extends(InvalidResourceArnException, _super);
|
|
15
|
+
function InvalidResourceArnException(opts) {
|
|
16
|
+
var _this = _super.call(this, __assign({ name: "InvalidResourceArnException", $fault: "client" }, opts)) || this;
|
|
17
|
+
_this.name = "InvalidResourceArnException";
|
|
18
|
+
_this.$fault = "client";
|
|
19
|
+
Object.setPrototypeOf(_this, InvalidResourceArnException.prototype);
|
|
20
|
+
return _this;
|
|
21
|
+
}
|
|
22
|
+
return InvalidResourceArnException;
|
|
23
|
+
}(__BaseException));
|
|
24
|
+
export { InvalidResourceArnException };
|
|
25
|
+
var ResourceArnRequiredException = (function (_super) {
|
|
26
|
+
__extends(ResourceArnRequiredException, _super);
|
|
27
|
+
function ResourceArnRequiredException(opts) {
|
|
28
|
+
var _this = _super.call(this, __assign({ name: "ResourceArnRequiredException", $fault: "client" }, opts)) || this;
|
|
29
|
+
_this.name = "ResourceArnRequiredException";
|
|
30
|
+
_this.$fault = "client";
|
|
31
|
+
Object.setPrototypeOf(_this, ResourceArnRequiredException.prototype);
|
|
32
|
+
return _this;
|
|
33
|
+
}
|
|
34
|
+
return ResourceArnRequiredException;
|
|
35
|
+
}(__BaseException));
|
|
36
|
+
export { ResourceArnRequiredException };
|
|
37
|
+
var InvalidTargetBranchException = (function (_super) {
|
|
38
|
+
__extends(InvalidTargetBranchException, _super);
|
|
39
|
+
function InvalidTargetBranchException(opts) {
|
|
40
|
+
var _this = _super.call(this, __assign({ name: "InvalidTargetBranchException", $fault: "client" }, opts)) || this;
|
|
41
|
+
_this.name = "InvalidTargetBranchException";
|
|
42
|
+
_this.$fault = "client";
|
|
43
|
+
Object.setPrototypeOf(_this, InvalidTargetBranchException.prototype);
|
|
44
|
+
return _this;
|
|
45
|
+
}
|
|
46
|
+
return InvalidTargetBranchException;
|
|
47
|
+
}(__BaseException));
|
|
48
|
+
export { InvalidTargetBranchException };
|
|
49
|
+
var PullRequestApprovalRulesNotSatisfiedException = (function (_super) {
|
|
50
|
+
__extends(PullRequestApprovalRulesNotSatisfiedException, _super);
|
|
51
|
+
function PullRequestApprovalRulesNotSatisfiedException(opts) {
|
|
52
|
+
var _this = _super.call(this, __assign({ name: "PullRequestApprovalRulesNotSatisfiedException", $fault: "client" }, opts)) || this;
|
|
53
|
+
_this.name = "PullRequestApprovalRulesNotSatisfiedException";
|
|
54
|
+
_this.$fault = "client";
|
|
55
|
+
Object.setPrototypeOf(_this, PullRequestApprovalRulesNotSatisfiedException.prototype);
|
|
56
|
+
return _this;
|
|
57
|
+
}
|
|
58
|
+
return PullRequestApprovalRulesNotSatisfiedException;
|
|
59
|
+
}(__BaseException));
|
|
60
|
+
export { PullRequestApprovalRulesNotSatisfiedException };
|
|
61
|
+
var TipOfSourceReferenceIsDifferentException = (function (_super) {
|
|
62
|
+
__extends(TipOfSourceReferenceIsDifferentException, _super);
|
|
63
|
+
function TipOfSourceReferenceIsDifferentException(opts) {
|
|
64
|
+
var _this = _super.call(this, __assign({ name: "TipOfSourceReferenceIsDifferentException", $fault: "client" }, opts)) || this;
|
|
65
|
+
_this.name = "TipOfSourceReferenceIsDifferentException";
|
|
66
|
+
_this.$fault = "client";
|
|
67
|
+
Object.setPrototypeOf(_this, TipOfSourceReferenceIsDifferentException.prototype);
|
|
68
|
+
return _this;
|
|
69
|
+
}
|
|
70
|
+
return TipOfSourceReferenceIsDifferentException;
|
|
71
|
+
}(__BaseException));
|
|
72
|
+
export { TipOfSourceReferenceIsDifferentException };
|
|
73
|
+
var InvalidOverrideStatusException = (function (_super) {
|
|
74
|
+
__extends(InvalidOverrideStatusException, _super);
|
|
75
|
+
function InvalidOverrideStatusException(opts) {
|
|
76
|
+
var _this = _super.call(this, __assign({ name: "InvalidOverrideStatusException", $fault: "client" }, opts)) || this;
|
|
77
|
+
_this.name = "InvalidOverrideStatusException";
|
|
78
|
+
_this.$fault = "client";
|
|
79
|
+
Object.setPrototypeOf(_this, InvalidOverrideStatusException.prototype);
|
|
80
|
+
return _this;
|
|
81
|
+
}
|
|
82
|
+
return InvalidOverrideStatusException;
|
|
83
|
+
}(__BaseException));
|
|
84
|
+
export { InvalidOverrideStatusException };
|
|
85
|
+
var OverrideAlreadySetException = (function (_super) {
|
|
86
|
+
__extends(OverrideAlreadySetException, _super);
|
|
87
|
+
function OverrideAlreadySetException(opts) {
|
|
88
|
+
var _this = _super.call(this, __assign({ name: "OverrideAlreadySetException", $fault: "client" }, opts)) || this;
|
|
89
|
+
_this.name = "OverrideAlreadySetException";
|
|
90
|
+
_this.$fault = "client";
|
|
91
|
+
Object.setPrototypeOf(_this, OverrideAlreadySetException.prototype);
|
|
92
|
+
return _this;
|
|
93
|
+
}
|
|
94
|
+
return OverrideAlreadySetException;
|
|
95
|
+
}(__BaseException));
|
|
96
|
+
export { OverrideAlreadySetException };
|
|
97
|
+
var OverrideStatusRequiredException = (function (_super) {
|
|
98
|
+
__extends(OverrideStatusRequiredException, _super);
|
|
99
|
+
function OverrideStatusRequiredException(opts) {
|
|
100
|
+
var _this = _super.call(this, __assign({ name: "OverrideStatusRequiredException", $fault: "client" }, opts)) || this;
|
|
101
|
+
_this.name = "OverrideStatusRequiredException";
|
|
102
|
+
_this.$fault = "client";
|
|
103
|
+
Object.setPrototypeOf(_this, OverrideStatusRequiredException.prototype);
|
|
104
|
+
return _this;
|
|
105
|
+
}
|
|
106
|
+
return OverrideStatusRequiredException;
|
|
107
|
+
}(__BaseException));
|
|
108
|
+
export { OverrideStatusRequiredException };
|
|
109
|
+
var CommentContentRequiredException = (function (_super) {
|
|
110
|
+
__extends(CommentContentRequiredException, _super);
|
|
111
|
+
function CommentContentRequiredException(opts) {
|
|
112
|
+
var _this = _super.call(this, __assign({ name: "CommentContentRequiredException", $fault: "client" }, opts)) || this;
|
|
113
|
+
_this.name = "CommentContentRequiredException";
|
|
114
|
+
_this.$fault = "client";
|
|
115
|
+
Object.setPrototypeOf(_this, CommentContentRequiredException.prototype);
|
|
116
|
+
return _this;
|
|
117
|
+
}
|
|
118
|
+
return CommentContentRequiredException;
|
|
119
|
+
}(__BaseException));
|
|
120
|
+
export { CommentContentRequiredException };
|
|
121
|
+
var CommentContentSizeLimitExceededException = (function (_super) {
|
|
122
|
+
__extends(CommentContentSizeLimitExceededException, _super);
|
|
123
|
+
function CommentContentSizeLimitExceededException(opts) {
|
|
124
|
+
var _this = _super.call(this, __assign({ name: "CommentContentSizeLimitExceededException", $fault: "client" }, opts)) || this;
|
|
125
|
+
_this.name = "CommentContentSizeLimitExceededException";
|
|
126
|
+
_this.$fault = "client";
|
|
127
|
+
Object.setPrototypeOf(_this, CommentContentSizeLimitExceededException.prototype);
|
|
128
|
+
return _this;
|
|
129
|
+
}
|
|
130
|
+
return CommentContentSizeLimitExceededException;
|
|
131
|
+
}(__BaseException));
|
|
132
|
+
export { CommentContentSizeLimitExceededException };
|
|
133
|
+
var InvalidFileLocationException = (function (_super) {
|
|
134
|
+
__extends(InvalidFileLocationException, _super);
|
|
135
|
+
function InvalidFileLocationException(opts) {
|
|
136
|
+
var _this = _super.call(this, __assign({ name: "InvalidFileLocationException", $fault: "client" }, opts)) || this;
|
|
137
|
+
_this.name = "InvalidFileLocationException";
|
|
138
|
+
_this.$fault = "client";
|
|
139
|
+
Object.setPrototypeOf(_this, InvalidFileLocationException.prototype);
|
|
140
|
+
return _this;
|
|
141
|
+
}
|
|
142
|
+
return InvalidFileLocationException;
|
|
143
|
+
}(__BaseException));
|
|
144
|
+
export { InvalidFileLocationException };
|
|
145
|
+
var InvalidFilePositionException = (function (_super) {
|
|
146
|
+
__extends(InvalidFilePositionException, _super);
|
|
147
|
+
function InvalidFilePositionException(opts) {
|
|
148
|
+
var _this = _super.call(this, __assign({ name: "InvalidFilePositionException", $fault: "client" }, opts)) || this;
|
|
149
|
+
_this.name = "InvalidFilePositionException";
|
|
150
|
+
_this.$fault = "client";
|
|
151
|
+
Object.setPrototypeOf(_this, InvalidFilePositionException.prototype);
|
|
152
|
+
return _this;
|
|
153
|
+
}
|
|
154
|
+
return InvalidFilePositionException;
|
|
155
|
+
}(__BaseException));
|
|
156
|
+
export { InvalidFilePositionException };
|
|
157
|
+
var InvalidRelativeFileVersionEnumException = (function (_super) {
|
|
158
|
+
__extends(InvalidRelativeFileVersionEnumException, _super);
|
|
159
|
+
function InvalidRelativeFileVersionEnumException(opts) {
|
|
160
|
+
var _this = _super.call(this, __assign({ name: "InvalidRelativeFileVersionEnumException", $fault: "client" }, opts)) || this;
|
|
161
|
+
_this.name = "InvalidRelativeFileVersionEnumException";
|
|
162
|
+
_this.$fault = "client";
|
|
163
|
+
Object.setPrototypeOf(_this, InvalidRelativeFileVersionEnumException.prototype);
|
|
164
|
+
return _this;
|
|
165
|
+
}
|
|
166
|
+
return InvalidRelativeFileVersionEnumException;
|
|
167
|
+
}(__BaseException));
|
|
168
|
+
export { InvalidRelativeFileVersionEnumException };
|
|
169
|
+
var InvalidReactionValueException = (function (_super) {
|
|
170
|
+
__extends(InvalidReactionValueException, _super);
|
|
171
|
+
function InvalidReactionValueException(opts) {
|
|
172
|
+
var _this = _super.call(this, __assign({ name: "InvalidReactionValueException", $fault: "client" }, opts)) || this;
|
|
173
|
+
_this.name = "InvalidReactionValueException";
|
|
174
|
+
_this.$fault = "client";
|
|
175
|
+
Object.setPrototypeOf(_this, InvalidReactionValueException.prototype);
|
|
176
|
+
return _this;
|
|
177
|
+
}
|
|
178
|
+
return InvalidReactionValueException;
|
|
179
|
+
}(__BaseException));
|
|
180
|
+
export { InvalidReactionValueException };
|
|
181
|
+
var ReactionLimitExceededException = (function (_super) {
|
|
182
|
+
__extends(ReactionLimitExceededException, _super);
|
|
183
|
+
function ReactionLimitExceededException(opts) {
|
|
184
|
+
var _this = _super.call(this, __assign({ name: "ReactionLimitExceededException", $fault: "client" }, opts)) || this;
|
|
185
|
+
_this.name = "ReactionLimitExceededException";
|
|
186
|
+
_this.$fault = "client";
|
|
187
|
+
Object.setPrototypeOf(_this, ReactionLimitExceededException.prototype);
|
|
188
|
+
return _this;
|
|
189
|
+
}
|
|
190
|
+
return ReactionLimitExceededException;
|
|
191
|
+
}(__BaseException));
|
|
192
|
+
export { ReactionLimitExceededException };
|
|
193
|
+
var ReactionValueRequiredException = (function (_super) {
|
|
194
|
+
__extends(ReactionValueRequiredException, _super);
|
|
195
|
+
function ReactionValueRequiredException(opts) {
|
|
196
|
+
var _this = _super.call(this, __assign({ name: "ReactionValueRequiredException", $fault: "client" }, opts)) || this;
|
|
197
|
+
_this.name = "ReactionValueRequiredException";
|
|
198
|
+
_this.$fault = "client";
|
|
199
|
+
Object.setPrototypeOf(_this, ReactionValueRequiredException.prototype);
|
|
200
|
+
return _this;
|
|
201
|
+
}
|
|
202
|
+
return ReactionValueRequiredException;
|
|
203
|
+
}(__BaseException));
|
|
204
|
+
export { ReactionValueRequiredException };
|
|
205
|
+
var FileContentRequiredException = (function (_super) {
|
|
206
|
+
__extends(FileContentRequiredException, _super);
|
|
207
|
+
function FileContentRequiredException(opts) {
|
|
208
|
+
var _this = _super.call(this, __assign({ name: "FileContentRequiredException", $fault: "client" }, opts)) || this;
|
|
209
|
+
_this.name = "FileContentRequiredException";
|
|
210
|
+
_this.$fault = "client";
|
|
211
|
+
Object.setPrototypeOf(_this, FileContentRequiredException.prototype);
|
|
212
|
+
return _this;
|
|
213
|
+
}
|
|
214
|
+
return FileContentRequiredException;
|
|
215
|
+
}(__BaseException));
|
|
216
|
+
export { FileContentRequiredException };
|
|
217
|
+
var SameFileContentException = (function (_super) {
|
|
218
|
+
__extends(SameFileContentException, _super);
|
|
219
|
+
function SameFileContentException(opts) {
|
|
220
|
+
var _this = _super.call(this, __assign({ name: "SameFileContentException", $fault: "client" }, opts)) || this;
|
|
221
|
+
_this.name = "SameFileContentException";
|
|
222
|
+
_this.$fault = "client";
|
|
223
|
+
Object.setPrototypeOf(_this, SameFileContentException.prototype);
|
|
224
|
+
return _this;
|
|
225
|
+
}
|
|
226
|
+
return SameFileContentException;
|
|
227
|
+
}(__BaseException));
|
|
228
|
+
export { SameFileContentException };
|
|
229
|
+
var InvalidRepositoryTriggerBranchNameException = (function (_super) {
|
|
230
|
+
__extends(InvalidRepositoryTriggerBranchNameException, _super);
|
|
231
|
+
function InvalidRepositoryTriggerBranchNameException(opts) {
|
|
232
|
+
var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerBranchNameException", $fault: "client" }, opts)) || this;
|
|
233
|
+
_this.name = "InvalidRepositoryTriggerBranchNameException";
|
|
234
|
+
_this.$fault = "client";
|
|
235
|
+
Object.setPrototypeOf(_this, InvalidRepositoryTriggerBranchNameException.prototype);
|
|
236
|
+
return _this;
|
|
237
|
+
}
|
|
238
|
+
return InvalidRepositoryTriggerBranchNameException;
|
|
239
|
+
}(__BaseException));
|
|
240
|
+
export { InvalidRepositoryTriggerBranchNameException };
|
|
241
|
+
var InvalidRepositoryTriggerCustomDataException = (function (_super) {
|
|
242
|
+
__extends(InvalidRepositoryTriggerCustomDataException, _super);
|
|
243
|
+
function InvalidRepositoryTriggerCustomDataException(opts) {
|
|
244
|
+
var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerCustomDataException", $fault: "client" }, opts)) || this;
|
|
245
|
+
_this.name = "InvalidRepositoryTriggerCustomDataException";
|
|
246
|
+
_this.$fault = "client";
|
|
247
|
+
Object.setPrototypeOf(_this, InvalidRepositoryTriggerCustomDataException.prototype);
|
|
248
|
+
return _this;
|
|
249
|
+
}
|
|
250
|
+
return InvalidRepositoryTriggerCustomDataException;
|
|
251
|
+
}(__BaseException));
|
|
252
|
+
export { InvalidRepositoryTriggerCustomDataException };
|
|
253
|
+
var InvalidRepositoryTriggerDestinationArnException = (function (_super) {
|
|
254
|
+
__extends(InvalidRepositoryTriggerDestinationArnException, _super);
|
|
255
|
+
function InvalidRepositoryTriggerDestinationArnException(opts) {
|
|
256
|
+
var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerDestinationArnException", $fault: "client" }, opts)) || this;
|
|
257
|
+
_this.name = "InvalidRepositoryTriggerDestinationArnException";
|
|
258
|
+
_this.$fault = "client";
|
|
259
|
+
Object.setPrototypeOf(_this, InvalidRepositoryTriggerDestinationArnException.prototype);
|
|
260
|
+
return _this;
|
|
261
|
+
}
|
|
262
|
+
return InvalidRepositoryTriggerDestinationArnException;
|
|
263
|
+
}(__BaseException));
|
|
264
|
+
export { InvalidRepositoryTriggerDestinationArnException };
|
|
265
|
+
var InvalidRepositoryTriggerEventsException = (function (_super) {
|
|
266
|
+
__extends(InvalidRepositoryTriggerEventsException, _super);
|
|
267
|
+
function InvalidRepositoryTriggerEventsException(opts) {
|
|
268
|
+
var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerEventsException", $fault: "client" }, opts)) || this;
|
|
269
|
+
_this.name = "InvalidRepositoryTriggerEventsException";
|
|
270
|
+
_this.$fault = "client";
|
|
271
|
+
Object.setPrototypeOf(_this, InvalidRepositoryTriggerEventsException.prototype);
|
|
272
|
+
return _this;
|
|
273
|
+
}
|
|
274
|
+
return InvalidRepositoryTriggerEventsException;
|
|
275
|
+
}(__BaseException));
|
|
276
|
+
export { InvalidRepositoryTriggerEventsException };
|
|
277
|
+
var InvalidRepositoryTriggerNameException = (function (_super) {
|
|
278
|
+
__extends(InvalidRepositoryTriggerNameException, _super);
|
|
279
|
+
function InvalidRepositoryTriggerNameException(opts) {
|
|
280
|
+
var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerNameException", $fault: "client" }, opts)) || this;
|
|
281
|
+
_this.name = "InvalidRepositoryTriggerNameException";
|
|
282
|
+
_this.$fault = "client";
|
|
283
|
+
Object.setPrototypeOf(_this, InvalidRepositoryTriggerNameException.prototype);
|
|
284
|
+
return _this;
|
|
285
|
+
}
|
|
286
|
+
return InvalidRepositoryTriggerNameException;
|
|
287
|
+
}(__BaseException));
|
|
288
|
+
export { InvalidRepositoryTriggerNameException };
|
|
289
|
+
var InvalidRepositoryTriggerRegionException = (function (_super) {
|
|
290
|
+
__extends(InvalidRepositoryTriggerRegionException, _super);
|
|
291
|
+
function InvalidRepositoryTriggerRegionException(opts) {
|
|
292
|
+
var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerRegionException", $fault: "client" }, opts)) || this;
|
|
293
|
+
_this.name = "InvalidRepositoryTriggerRegionException";
|
|
294
|
+
_this.$fault = "client";
|
|
295
|
+
Object.setPrototypeOf(_this, InvalidRepositoryTriggerRegionException.prototype);
|
|
296
|
+
return _this;
|
|
297
|
+
}
|
|
298
|
+
return InvalidRepositoryTriggerRegionException;
|
|
299
|
+
}(__BaseException));
|
|
300
|
+
export { InvalidRepositoryTriggerRegionException };
|
|
301
|
+
var MaximumBranchesExceededException = (function (_super) {
|
|
302
|
+
__extends(MaximumBranchesExceededException, _super);
|
|
303
|
+
function MaximumBranchesExceededException(opts) {
|
|
304
|
+
var _this = _super.call(this, __assign({ name: "MaximumBranchesExceededException", $fault: "client" }, opts)) || this;
|
|
305
|
+
_this.name = "MaximumBranchesExceededException";
|
|
306
|
+
_this.$fault = "client";
|
|
307
|
+
Object.setPrototypeOf(_this, MaximumBranchesExceededException.prototype);
|
|
308
|
+
return _this;
|
|
309
|
+
}
|
|
310
|
+
return MaximumBranchesExceededException;
|
|
311
|
+
}(__BaseException));
|
|
312
|
+
export { MaximumBranchesExceededException };
|
|
313
|
+
var MaximumRepositoryTriggersExceededException = (function (_super) {
|
|
314
|
+
__extends(MaximumRepositoryTriggersExceededException, _super);
|
|
315
|
+
function MaximumRepositoryTriggersExceededException(opts) {
|
|
316
|
+
var _this = _super.call(this, __assign({ name: "MaximumRepositoryTriggersExceededException", $fault: "client" }, opts)) || this;
|
|
317
|
+
_this.name = "MaximumRepositoryTriggersExceededException";
|
|
318
|
+
_this.$fault = "client";
|
|
319
|
+
Object.setPrototypeOf(_this, MaximumRepositoryTriggersExceededException.prototype);
|
|
320
|
+
return _this;
|
|
321
|
+
}
|
|
322
|
+
return MaximumRepositoryTriggersExceededException;
|
|
323
|
+
}(__BaseException));
|
|
324
|
+
export { MaximumRepositoryTriggersExceededException };
|
|
325
|
+
var RepositoryTriggerBranchNameListRequiredException = (function (_super) {
|
|
326
|
+
__extends(RepositoryTriggerBranchNameListRequiredException, _super);
|
|
327
|
+
function RepositoryTriggerBranchNameListRequiredException(opts) {
|
|
328
|
+
var _this = _super.call(this, __assign({ name: "RepositoryTriggerBranchNameListRequiredException", $fault: "client" }, opts)) || this;
|
|
329
|
+
_this.name = "RepositoryTriggerBranchNameListRequiredException";
|
|
330
|
+
_this.$fault = "client";
|
|
331
|
+
Object.setPrototypeOf(_this, RepositoryTriggerBranchNameListRequiredException.prototype);
|
|
332
|
+
return _this;
|
|
333
|
+
}
|
|
334
|
+
return RepositoryTriggerBranchNameListRequiredException;
|
|
335
|
+
}(__BaseException));
|
|
336
|
+
export { RepositoryTriggerBranchNameListRequiredException };
|
|
337
|
+
var RepositoryTriggerDestinationArnRequiredException = (function (_super) {
|
|
338
|
+
__extends(RepositoryTriggerDestinationArnRequiredException, _super);
|
|
339
|
+
function RepositoryTriggerDestinationArnRequiredException(opts) {
|
|
340
|
+
var _this = _super.call(this, __assign({ name: "RepositoryTriggerDestinationArnRequiredException", $fault: "client" }, opts)) || this;
|
|
341
|
+
_this.name = "RepositoryTriggerDestinationArnRequiredException";
|
|
342
|
+
_this.$fault = "client";
|
|
343
|
+
Object.setPrototypeOf(_this, RepositoryTriggerDestinationArnRequiredException.prototype);
|
|
344
|
+
return _this;
|
|
345
|
+
}
|
|
346
|
+
return RepositoryTriggerDestinationArnRequiredException;
|
|
347
|
+
}(__BaseException));
|
|
348
|
+
export { RepositoryTriggerDestinationArnRequiredException };
|
|
349
|
+
var RepositoryTriggerEventsListRequiredException = (function (_super) {
|
|
350
|
+
__extends(RepositoryTriggerEventsListRequiredException, _super);
|
|
351
|
+
function RepositoryTriggerEventsListRequiredException(opts) {
|
|
352
|
+
var _this = _super.call(this, __assign({ name: "RepositoryTriggerEventsListRequiredException", $fault: "client" }, opts)) || this;
|
|
353
|
+
_this.name = "RepositoryTriggerEventsListRequiredException";
|
|
354
|
+
_this.$fault = "client";
|
|
355
|
+
Object.setPrototypeOf(_this, RepositoryTriggerEventsListRequiredException.prototype);
|
|
356
|
+
return _this;
|
|
357
|
+
}
|
|
358
|
+
return RepositoryTriggerEventsListRequiredException;
|
|
359
|
+
}(__BaseException));
|
|
360
|
+
export { RepositoryTriggerEventsListRequiredException };
|
|
361
|
+
var RepositoryTriggerNameRequiredException = (function (_super) {
|
|
362
|
+
__extends(RepositoryTriggerNameRequiredException, _super);
|
|
363
|
+
function RepositoryTriggerNameRequiredException(opts) {
|
|
364
|
+
var _this = _super.call(this, __assign({ name: "RepositoryTriggerNameRequiredException", $fault: "client" }, opts)) || this;
|
|
365
|
+
_this.name = "RepositoryTriggerNameRequiredException";
|
|
366
|
+
_this.$fault = "client";
|
|
367
|
+
Object.setPrototypeOf(_this, RepositoryTriggerNameRequiredException.prototype);
|
|
368
|
+
return _this;
|
|
369
|
+
}
|
|
370
|
+
return RepositoryTriggerNameRequiredException;
|
|
371
|
+
}(__BaseException));
|
|
372
|
+
export { RepositoryTriggerNameRequiredException };
|
|
373
|
+
var RepositoryTriggersListRequiredException = (function (_super) {
|
|
374
|
+
__extends(RepositoryTriggersListRequiredException, _super);
|
|
375
|
+
function RepositoryTriggersListRequiredException(opts) {
|
|
376
|
+
var _this = _super.call(this, __assign({ name: "RepositoryTriggersListRequiredException", $fault: "client" }, opts)) || this;
|
|
377
|
+
_this.name = "RepositoryTriggersListRequiredException";
|
|
378
|
+
_this.$fault = "client";
|
|
379
|
+
Object.setPrototypeOf(_this, RepositoryTriggersListRequiredException.prototype);
|
|
380
|
+
return _this;
|
|
381
|
+
}
|
|
382
|
+
return RepositoryTriggersListRequiredException;
|
|
383
|
+
}(__BaseException));
|
|
384
|
+
export { RepositoryTriggersListRequiredException };
|
|
385
|
+
var TagsMapRequiredException = (function (_super) {
|
|
386
|
+
__extends(TagsMapRequiredException, _super);
|
|
387
|
+
function TagsMapRequiredException(opts) {
|
|
388
|
+
var _this = _super.call(this, __assign({ name: "TagsMapRequiredException", $fault: "client" }, opts)) || this;
|
|
389
|
+
_this.name = "TagsMapRequiredException";
|
|
390
|
+
_this.$fault = "client";
|
|
391
|
+
Object.setPrototypeOf(_this, TagsMapRequiredException.prototype);
|
|
392
|
+
return _this;
|
|
393
|
+
}
|
|
394
|
+
return TagsMapRequiredException;
|
|
395
|
+
}(__BaseException));
|
|
396
|
+
export { TagsMapRequiredException };
|
|
397
|
+
var InvalidTagKeysListException = (function (_super) {
|
|
398
|
+
__extends(InvalidTagKeysListException, _super);
|
|
399
|
+
function InvalidTagKeysListException(opts) {
|
|
400
|
+
var _this = _super.call(this, __assign({ name: "InvalidTagKeysListException", $fault: "client" }, opts)) || this;
|
|
401
|
+
_this.name = "InvalidTagKeysListException";
|
|
402
|
+
_this.$fault = "client";
|
|
403
|
+
Object.setPrototypeOf(_this, InvalidTagKeysListException.prototype);
|
|
404
|
+
return _this;
|
|
405
|
+
}
|
|
406
|
+
return InvalidTagKeysListException;
|
|
407
|
+
}(__BaseException));
|
|
408
|
+
export { InvalidTagKeysListException };
|
|
409
|
+
var TagKeysListRequiredException = (function (_super) {
|
|
410
|
+
__extends(TagKeysListRequiredException, _super);
|
|
411
|
+
function TagKeysListRequiredException(opts) {
|
|
412
|
+
var _this = _super.call(this, __assign({ name: "TagKeysListRequiredException", $fault: "client" }, opts)) || this;
|
|
413
|
+
_this.name = "TagKeysListRequiredException";
|
|
414
|
+
_this.$fault = "client";
|
|
415
|
+
Object.setPrototypeOf(_this, TagKeysListRequiredException.prototype);
|
|
416
|
+
return _this;
|
|
417
|
+
}
|
|
418
|
+
return TagKeysListRequiredException;
|
|
419
|
+
}(__BaseException));
|
|
420
|
+
export { TagKeysListRequiredException };
|
|
421
|
+
var InvalidRuleContentSha256Exception = (function (_super) {
|
|
422
|
+
__extends(InvalidRuleContentSha256Exception, _super);
|
|
423
|
+
function InvalidRuleContentSha256Exception(opts) {
|
|
424
|
+
var _this = _super.call(this, __assign({ name: "InvalidRuleContentSha256Exception", $fault: "client" }, opts)) || this;
|
|
425
|
+
_this.name = "InvalidRuleContentSha256Exception";
|
|
426
|
+
_this.$fault = "client";
|
|
427
|
+
Object.setPrototypeOf(_this, InvalidRuleContentSha256Exception.prototype);
|
|
428
|
+
return _this;
|
|
429
|
+
}
|
|
430
|
+
return InvalidRuleContentSha256Exception;
|
|
431
|
+
}(__BaseException));
|
|
432
|
+
export { InvalidRuleContentSha256Exception };
|
|
433
|
+
var CommentNotCreatedByCallerException = (function (_super) {
|
|
434
|
+
__extends(CommentNotCreatedByCallerException, _super);
|
|
435
|
+
function CommentNotCreatedByCallerException(opts) {
|
|
436
|
+
var _this = _super.call(this, __assign({ name: "CommentNotCreatedByCallerException", $fault: "client" }, opts)) || this;
|
|
437
|
+
_this.name = "CommentNotCreatedByCallerException";
|
|
438
|
+
_this.$fault = "client";
|
|
439
|
+
Object.setPrototypeOf(_this, CommentNotCreatedByCallerException.prototype);
|
|
440
|
+
return _this;
|
|
441
|
+
}
|
|
442
|
+
return CommentNotCreatedByCallerException;
|
|
443
|
+
}(__BaseException));
|
|
444
|
+
export { CommentNotCreatedByCallerException };
|
|
445
|
+
var InvalidApprovalStateException = (function (_super) {
|
|
446
|
+
__extends(InvalidApprovalStateException, _super);
|
|
447
|
+
function InvalidApprovalStateException(opts) {
|
|
448
|
+
var _this = _super.call(this, __assign({ name: "InvalidApprovalStateException", $fault: "client" }, opts)) || this;
|
|
449
|
+
_this.name = "InvalidApprovalStateException";
|
|
450
|
+
_this.$fault = "client";
|
|
451
|
+
Object.setPrototypeOf(_this, InvalidApprovalStateException.prototype);
|
|
452
|
+
return _this;
|
|
453
|
+
}
|
|
454
|
+
return InvalidApprovalStateException;
|
|
455
|
+
}(__BaseException));
|
|
456
|
+
export { InvalidApprovalStateException };
|
|
457
|
+
var MaximumNumberOfApprovalsExceededException = (function (_super) {
|
|
458
|
+
__extends(MaximumNumberOfApprovalsExceededException, _super);
|
|
459
|
+
function MaximumNumberOfApprovalsExceededException(opts) {
|
|
460
|
+
var _this = _super.call(this, __assign({ name: "MaximumNumberOfApprovalsExceededException", $fault: "client" }, opts)) || this;
|
|
461
|
+
_this.name = "MaximumNumberOfApprovalsExceededException";
|
|
462
|
+
_this.$fault = "client";
|
|
463
|
+
Object.setPrototypeOf(_this, MaximumNumberOfApprovalsExceededException.prototype);
|
|
464
|
+
return _this;
|
|
465
|
+
}
|
|
466
|
+
return MaximumNumberOfApprovalsExceededException;
|
|
467
|
+
}(__BaseException));
|
|
468
|
+
export { MaximumNumberOfApprovalsExceededException };
|
|
469
|
+
var PullRequestCannotBeApprovedByAuthorException = (function (_super) {
|
|
470
|
+
__extends(PullRequestCannotBeApprovedByAuthorException, _super);
|
|
471
|
+
function PullRequestCannotBeApprovedByAuthorException(opts) {
|
|
472
|
+
var _this = _super.call(this, __assign({ name: "PullRequestCannotBeApprovedByAuthorException", $fault: "client" }, opts)) || this;
|
|
473
|
+
_this.name = "PullRequestCannotBeApprovedByAuthorException";
|
|
474
|
+
_this.$fault = "client";
|
|
475
|
+
Object.setPrototypeOf(_this, PullRequestCannotBeApprovedByAuthorException.prototype);
|
|
476
|
+
return _this;
|
|
477
|
+
}
|
|
478
|
+
return PullRequestCannotBeApprovedByAuthorException;
|
|
479
|
+
}(__BaseException));
|
|
480
|
+
export { PullRequestCannotBeApprovedByAuthorException };
|
|
481
|
+
var InvalidPullRequestStatusUpdateException = (function (_super) {
|
|
482
|
+
__extends(InvalidPullRequestStatusUpdateException, _super);
|
|
483
|
+
function InvalidPullRequestStatusUpdateException(opts) {
|
|
484
|
+
var _this = _super.call(this, __assign({ name: "InvalidPullRequestStatusUpdateException", $fault: "client" }, opts)) || this;
|
|
485
|
+
_this.name = "InvalidPullRequestStatusUpdateException";
|
|
486
|
+
_this.$fault = "client";
|
|
487
|
+
Object.setPrototypeOf(_this, InvalidPullRequestStatusUpdateException.prototype);
|
|
488
|
+
return _this;
|
|
489
|
+
}
|
|
490
|
+
return InvalidPullRequestStatusUpdateException;
|
|
491
|
+
}(__BaseException));
|
|
492
|
+
export { InvalidPullRequestStatusUpdateException };
|
|
493
|
+
var PullRequestStatusRequiredException = (function (_super) {
|
|
494
|
+
__extends(PullRequestStatusRequiredException, _super);
|
|
495
|
+
function PullRequestStatusRequiredException(opts) {
|
|
496
|
+
var _this = _super.call(this, __assign({ name: "PullRequestStatusRequiredException", $fault: "client" }, opts)) || this;
|
|
497
|
+
_this.name = "PullRequestStatusRequiredException";
|
|
498
|
+
_this.$fault = "client";
|
|
499
|
+
Object.setPrototypeOf(_this, PullRequestStatusRequiredException.prototype);
|
|
500
|
+
return _this;
|
|
501
|
+
}
|
|
502
|
+
return PullRequestStatusRequiredException;
|
|
503
|
+
}(__BaseException));
|
|
504
|
+
export { PullRequestStatusRequiredException };
|
|
505
|
+
export var ListRepositoriesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var RepositoryNameIdPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var ListRepositoriesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var ListTagsForResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var ListTagsForResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var MergeBranchesByFastForwardInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var MergeBranchesByFastForwardOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var MergeBranchesBySquashInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var MergeBranchesBySquashOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var MergeBranchesByThreeWayInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var MergeBranchesByThreeWayOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var MergePullRequestByFastForwardInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var MergePullRequestByFastForwardOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var MergePullRequestBySquashInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var MergePullRequestBySquashOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var MergePullRequestByThreeWayInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var MergePullRequestByThreeWayOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var OverridePullRequestApprovalRulesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var PostCommentForComparedCommitInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var PostCommentForComparedCommitOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var PostCommentForPullRequestInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var PostCommentForPullRequestOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var PostCommentReplyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var PostCommentReplyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var PutCommentReactionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var PutFileInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var PutFileOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var PutRepositoryTriggersInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var PutRepositoryTriggersOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var TagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var TestRepositoryTriggersInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var RepositoryTriggerExecutionFailureFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var TestRepositoryTriggersOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var UntagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var UpdateApprovalRuleTemplateContentInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var UpdateApprovalRuleTemplateNameInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var UpdateCommentInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var UpdateCommentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var UpdateDefaultBranchInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var UpdatePullRequestApprovalStateInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var UpdatePullRequestDescriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var UpdatePullRequestDescriptionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var UpdatePullRequestStatusInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var UpdatePullRequestStatusOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var UpdatePullRequestTitleInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var UpdatePullRequestTitleOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var UpdateRepositoryDescriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var UpdateRepositoryNameInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|