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