@aws-sdk/client-codecommit 3.168.0 → 3.170.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-types/ts3.4/CodeCommit.d.ts +1444 -390
- package/dist-types/ts3.4/CodeCommitClient.d.ts +591 -150
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3291 -2695
- package/dist-types/ts3.4/models/models_1.d.ts +1102 -877
- package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +14 -14
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,877 +1,1102 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
export
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
export declare class
|
|
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
|
-
|
|
506
|
-
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
export
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
export declare class
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
export
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
export declare class
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
export
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
export interface
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
}
|
|
700
|
-
export interface
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
}
|
|
732
|
-
export interface
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
export interface
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
export
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
export declare
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
export declare
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
export
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
export
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
export
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
|
|
3
|
+
import {
|
|
4
|
+
ApprovalRule,
|
|
5
|
+
ApprovalRuleTemplate,
|
|
6
|
+
ApprovalState,
|
|
7
|
+
Comment,
|
|
8
|
+
ConflictDetailLevelTypeEnum,
|
|
9
|
+
ConflictResolution,
|
|
10
|
+
ConflictResolutionStrategyTypeEnum,
|
|
11
|
+
FileModeTypeEnum,
|
|
12
|
+
Location,
|
|
13
|
+
OverrideStatus,
|
|
14
|
+
PullRequest,
|
|
15
|
+
PullRequestStatusEnum,
|
|
16
|
+
RepositoryTrigger,
|
|
17
|
+
} from "./models_0";
|
|
18
|
+
export declare enum OrderEnum {
|
|
19
|
+
ASCENDING = "ascending",
|
|
20
|
+
DESCENDING = "descending",
|
|
21
|
+
}
|
|
22
|
+
export declare enum SortByEnum {
|
|
23
|
+
MODIFIED_DATE = "lastModifiedDate",
|
|
24
|
+
REPOSITORY_NAME = "repositoryName",
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export interface ListRepositoriesInput {
|
|
28
|
+
nextToken?: string;
|
|
29
|
+
|
|
30
|
+
sortBy?: SortByEnum | string;
|
|
31
|
+
|
|
32
|
+
order?: OrderEnum | string;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export interface RepositoryNameIdPair {
|
|
36
|
+
repositoryName?: string;
|
|
37
|
+
|
|
38
|
+
repositoryId?: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export interface ListRepositoriesOutput {
|
|
42
|
+
repositories?: RepositoryNameIdPair[];
|
|
43
|
+
|
|
44
|
+
nextToken?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface ListRepositoriesForApprovalRuleTemplateInput {
|
|
47
|
+
approvalRuleTemplateName: string | undefined;
|
|
48
|
+
|
|
49
|
+
nextToken?: string;
|
|
50
|
+
|
|
51
|
+
maxResults?: number;
|
|
52
|
+
}
|
|
53
|
+
export interface ListRepositoriesForApprovalRuleTemplateOutput {
|
|
54
|
+
repositoryNames?: string[];
|
|
55
|
+
|
|
56
|
+
nextToken?: string;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export declare class InvalidResourceArnException extends __BaseException {
|
|
60
|
+
readonly name: "InvalidResourceArnException";
|
|
61
|
+
readonly $fault: "client";
|
|
62
|
+
|
|
63
|
+
constructor(
|
|
64
|
+
opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
export interface ListTagsForResourceInput {
|
|
68
|
+
resourceArn: string | undefined;
|
|
69
|
+
|
|
70
|
+
nextToken?: string;
|
|
71
|
+
}
|
|
72
|
+
export interface ListTagsForResourceOutput {
|
|
73
|
+
tags?: Record<string, string>;
|
|
74
|
+
|
|
75
|
+
nextToken?: string;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export declare class ResourceArnRequiredException extends __BaseException {
|
|
79
|
+
readonly name: "ResourceArnRequiredException";
|
|
80
|
+
readonly $fault: "client";
|
|
81
|
+
|
|
82
|
+
constructor(
|
|
83
|
+
opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export declare class InvalidTargetBranchException extends __BaseException {
|
|
88
|
+
readonly name: "InvalidTargetBranchException";
|
|
89
|
+
readonly $fault: "client";
|
|
90
|
+
|
|
91
|
+
constructor(
|
|
92
|
+
opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>
|
|
93
|
+
);
|
|
94
|
+
}
|
|
95
|
+
export interface MergeBranchesByFastForwardInput {
|
|
96
|
+
repositoryName: string | undefined;
|
|
97
|
+
|
|
98
|
+
sourceCommitSpecifier: string | undefined;
|
|
99
|
+
|
|
100
|
+
destinationCommitSpecifier: string | undefined;
|
|
101
|
+
|
|
102
|
+
targetBranch?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface MergeBranchesByFastForwardOutput {
|
|
105
|
+
commitId?: string;
|
|
106
|
+
|
|
107
|
+
treeId?: string;
|
|
108
|
+
}
|
|
109
|
+
export interface MergeBranchesBySquashInput {
|
|
110
|
+
repositoryName: string | undefined;
|
|
111
|
+
|
|
112
|
+
sourceCommitSpecifier: string | undefined;
|
|
113
|
+
|
|
114
|
+
destinationCommitSpecifier: string | undefined;
|
|
115
|
+
|
|
116
|
+
targetBranch?: string;
|
|
117
|
+
|
|
118
|
+
conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
|
|
119
|
+
|
|
120
|
+
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
|
|
121
|
+
|
|
122
|
+
authorName?: string;
|
|
123
|
+
|
|
124
|
+
email?: string;
|
|
125
|
+
|
|
126
|
+
commitMessage?: string;
|
|
127
|
+
|
|
128
|
+
keepEmptyFolders?: boolean;
|
|
129
|
+
|
|
130
|
+
conflictResolution?: ConflictResolution;
|
|
131
|
+
}
|
|
132
|
+
export interface MergeBranchesBySquashOutput {
|
|
133
|
+
commitId?: string;
|
|
134
|
+
|
|
135
|
+
treeId?: string;
|
|
136
|
+
}
|
|
137
|
+
export interface MergeBranchesByThreeWayInput {
|
|
138
|
+
repositoryName: string | undefined;
|
|
139
|
+
|
|
140
|
+
sourceCommitSpecifier: string | undefined;
|
|
141
|
+
|
|
142
|
+
destinationCommitSpecifier: string | undefined;
|
|
143
|
+
|
|
144
|
+
targetBranch?: string;
|
|
145
|
+
|
|
146
|
+
conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
|
|
147
|
+
|
|
148
|
+
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
|
|
149
|
+
|
|
150
|
+
authorName?: string;
|
|
151
|
+
|
|
152
|
+
email?: string;
|
|
153
|
+
|
|
154
|
+
commitMessage?: string;
|
|
155
|
+
|
|
156
|
+
keepEmptyFolders?: boolean;
|
|
157
|
+
|
|
158
|
+
conflictResolution?: ConflictResolution;
|
|
159
|
+
}
|
|
160
|
+
export interface MergeBranchesByThreeWayOutput {
|
|
161
|
+
commitId?: string;
|
|
162
|
+
|
|
163
|
+
treeId?: string;
|
|
164
|
+
}
|
|
165
|
+
export interface MergePullRequestByFastForwardInput {
|
|
166
|
+
pullRequestId: string | undefined;
|
|
167
|
+
|
|
168
|
+
repositoryName: string | undefined;
|
|
169
|
+
|
|
170
|
+
sourceCommitId?: string;
|
|
171
|
+
}
|
|
172
|
+
export interface MergePullRequestByFastForwardOutput {
|
|
173
|
+
pullRequest?: PullRequest;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
|
|
177
|
+
readonly name: "PullRequestApprovalRulesNotSatisfiedException";
|
|
178
|
+
readonly $fault: "client";
|
|
179
|
+
|
|
180
|
+
constructor(
|
|
181
|
+
opts: __ExceptionOptionType<
|
|
182
|
+
PullRequestApprovalRulesNotSatisfiedException,
|
|
183
|
+
__BaseException
|
|
184
|
+
>
|
|
185
|
+
);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
export declare class TipOfSourceReferenceIsDifferentException extends __BaseException {
|
|
189
|
+
readonly name: "TipOfSourceReferenceIsDifferentException";
|
|
190
|
+
readonly $fault: "client";
|
|
191
|
+
|
|
192
|
+
constructor(
|
|
193
|
+
opts: __ExceptionOptionType<
|
|
194
|
+
TipOfSourceReferenceIsDifferentException,
|
|
195
|
+
__BaseException
|
|
196
|
+
>
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
export interface MergePullRequestBySquashInput {
|
|
200
|
+
pullRequestId: string | undefined;
|
|
201
|
+
|
|
202
|
+
repositoryName: string | undefined;
|
|
203
|
+
|
|
204
|
+
sourceCommitId?: string;
|
|
205
|
+
|
|
206
|
+
conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
|
|
207
|
+
|
|
208
|
+
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
|
|
209
|
+
|
|
210
|
+
commitMessage?: string;
|
|
211
|
+
|
|
212
|
+
authorName?: string;
|
|
213
|
+
|
|
214
|
+
email?: string;
|
|
215
|
+
|
|
216
|
+
keepEmptyFolders?: boolean;
|
|
217
|
+
|
|
218
|
+
conflictResolution?: ConflictResolution;
|
|
219
|
+
}
|
|
220
|
+
export interface MergePullRequestBySquashOutput {
|
|
221
|
+
pullRequest?: PullRequest;
|
|
222
|
+
}
|
|
223
|
+
export interface MergePullRequestByThreeWayInput {
|
|
224
|
+
pullRequestId: string | undefined;
|
|
225
|
+
|
|
226
|
+
repositoryName: string | undefined;
|
|
227
|
+
|
|
228
|
+
sourceCommitId?: string;
|
|
229
|
+
|
|
230
|
+
conflictDetailLevel?: ConflictDetailLevelTypeEnum | string;
|
|
231
|
+
|
|
232
|
+
conflictResolutionStrategy?: ConflictResolutionStrategyTypeEnum | string;
|
|
233
|
+
|
|
234
|
+
commitMessage?: string;
|
|
235
|
+
|
|
236
|
+
authorName?: string;
|
|
237
|
+
|
|
238
|
+
email?: string;
|
|
239
|
+
|
|
240
|
+
keepEmptyFolders?: boolean;
|
|
241
|
+
|
|
242
|
+
conflictResolution?: ConflictResolution;
|
|
243
|
+
}
|
|
244
|
+
export interface MergePullRequestByThreeWayOutput {
|
|
245
|
+
pullRequest?: PullRequest;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export declare class InvalidOverrideStatusException extends __BaseException {
|
|
249
|
+
readonly name: "InvalidOverrideStatusException";
|
|
250
|
+
readonly $fault: "client";
|
|
251
|
+
|
|
252
|
+
constructor(
|
|
253
|
+
opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>
|
|
254
|
+
);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export declare class OverrideAlreadySetException extends __BaseException {
|
|
258
|
+
readonly name: "OverrideAlreadySetException";
|
|
259
|
+
readonly $fault: "client";
|
|
260
|
+
|
|
261
|
+
constructor(
|
|
262
|
+
opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>
|
|
263
|
+
);
|
|
264
|
+
}
|
|
265
|
+
export interface OverridePullRequestApprovalRulesInput {
|
|
266
|
+
pullRequestId: string | undefined;
|
|
267
|
+
|
|
268
|
+
revisionId: string | undefined;
|
|
269
|
+
|
|
270
|
+
overrideStatus: OverrideStatus | string | undefined;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
export declare class OverrideStatusRequiredException extends __BaseException {
|
|
274
|
+
readonly name: "OverrideStatusRequiredException";
|
|
275
|
+
readonly $fault: "client";
|
|
276
|
+
|
|
277
|
+
constructor(
|
|
278
|
+
opts: __ExceptionOptionType<
|
|
279
|
+
OverrideStatusRequiredException,
|
|
280
|
+
__BaseException
|
|
281
|
+
>
|
|
282
|
+
);
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export declare class CommentContentRequiredException extends __BaseException {
|
|
286
|
+
readonly name: "CommentContentRequiredException";
|
|
287
|
+
readonly $fault: "client";
|
|
288
|
+
|
|
289
|
+
constructor(
|
|
290
|
+
opts: __ExceptionOptionType<
|
|
291
|
+
CommentContentRequiredException,
|
|
292
|
+
__BaseException
|
|
293
|
+
>
|
|
294
|
+
);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
export declare class CommentContentSizeLimitExceededException extends __BaseException {
|
|
298
|
+
readonly name: "CommentContentSizeLimitExceededException";
|
|
299
|
+
readonly $fault: "client";
|
|
300
|
+
|
|
301
|
+
constructor(
|
|
302
|
+
opts: __ExceptionOptionType<
|
|
303
|
+
CommentContentSizeLimitExceededException,
|
|
304
|
+
__BaseException
|
|
305
|
+
>
|
|
306
|
+
);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export declare class InvalidFileLocationException extends __BaseException {
|
|
310
|
+
readonly name: "InvalidFileLocationException";
|
|
311
|
+
readonly $fault: "client";
|
|
312
|
+
|
|
313
|
+
constructor(
|
|
314
|
+
opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>
|
|
315
|
+
);
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
export declare class InvalidFilePositionException extends __BaseException {
|
|
319
|
+
readonly name: "InvalidFilePositionException";
|
|
320
|
+
readonly $fault: "client";
|
|
321
|
+
|
|
322
|
+
constructor(
|
|
323
|
+
opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>
|
|
324
|
+
);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export declare class InvalidRelativeFileVersionEnumException extends __BaseException {
|
|
328
|
+
readonly name: "InvalidRelativeFileVersionEnumException";
|
|
329
|
+
readonly $fault: "client";
|
|
330
|
+
|
|
331
|
+
constructor(
|
|
332
|
+
opts: __ExceptionOptionType<
|
|
333
|
+
InvalidRelativeFileVersionEnumException,
|
|
334
|
+
__BaseException
|
|
335
|
+
>
|
|
336
|
+
);
|
|
337
|
+
}
|
|
338
|
+
export interface PostCommentForComparedCommitInput {
|
|
339
|
+
repositoryName: string | undefined;
|
|
340
|
+
|
|
341
|
+
beforeCommitId?: string;
|
|
342
|
+
|
|
343
|
+
afterCommitId: string | undefined;
|
|
344
|
+
|
|
345
|
+
location?: Location;
|
|
346
|
+
|
|
347
|
+
content: string | undefined;
|
|
348
|
+
|
|
349
|
+
clientRequestToken?: string;
|
|
350
|
+
}
|
|
351
|
+
export interface PostCommentForComparedCommitOutput {
|
|
352
|
+
repositoryName?: string;
|
|
353
|
+
|
|
354
|
+
beforeCommitId?: string;
|
|
355
|
+
|
|
356
|
+
afterCommitId?: string;
|
|
357
|
+
|
|
358
|
+
beforeBlobId?: string;
|
|
359
|
+
|
|
360
|
+
afterBlobId?: string;
|
|
361
|
+
|
|
362
|
+
location?: Location;
|
|
363
|
+
|
|
364
|
+
comment?: Comment;
|
|
365
|
+
}
|
|
366
|
+
export interface PostCommentForPullRequestInput {
|
|
367
|
+
pullRequestId: string | undefined;
|
|
368
|
+
|
|
369
|
+
repositoryName: string | undefined;
|
|
370
|
+
|
|
371
|
+
beforeCommitId: string | undefined;
|
|
372
|
+
|
|
373
|
+
afterCommitId: string | undefined;
|
|
374
|
+
|
|
375
|
+
location?: Location;
|
|
376
|
+
|
|
377
|
+
content: string | undefined;
|
|
378
|
+
|
|
379
|
+
clientRequestToken?: string;
|
|
380
|
+
}
|
|
381
|
+
export interface PostCommentForPullRequestOutput {
|
|
382
|
+
repositoryName?: string;
|
|
383
|
+
|
|
384
|
+
pullRequestId?: string;
|
|
385
|
+
|
|
386
|
+
beforeCommitId?: string;
|
|
387
|
+
|
|
388
|
+
afterCommitId?: string;
|
|
389
|
+
|
|
390
|
+
beforeBlobId?: string;
|
|
391
|
+
|
|
392
|
+
afterBlobId?: string;
|
|
393
|
+
|
|
394
|
+
location?: Location;
|
|
395
|
+
|
|
396
|
+
comment?: Comment;
|
|
397
|
+
}
|
|
398
|
+
export interface PostCommentReplyInput {
|
|
399
|
+
inReplyTo: string | undefined;
|
|
400
|
+
|
|
401
|
+
clientRequestToken?: string;
|
|
402
|
+
|
|
403
|
+
content: string | undefined;
|
|
404
|
+
}
|
|
405
|
+
export interface PostCommentReplyOutput {
|
|
406
|
+
comment?: Comment;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
export declare class InvalidReactionValueException extends __BaseException {
|
|
410
|
+
readonly name: "InvalidReactionValueException";
|
|
411
|
+
readonly $fault: "client";
|
|
412
|
+
|
|
413
|
+
constructor(
|
|
414
|
+
opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>
|
|
415
|
+
);
|
|
416
|
+
}
|
|
417
|
+
export interface PutCommentReactionInput {
|
|
418
|
+
commentId: string | undefined;
|
|
419
|
+
|
|
420
|
+
reactionValue: string | undefined;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export declare class ReactionLimitExceededException extends __BaseException {
|
|
424
|
+
readonly name: "ReactionLimitExceededException";
|
|
425
|
+
readonly $fault: "client";
|
|
426
|
+
|
|
427
|
+
constructor(
|
|
428
|
+
opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>
|
|
429
|
+
);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export declare class ReactionValueRequiredException extends __BaseException {
|
|
433
|
+
readonly name: "ReactionValueRequiredException";
|
|
434
|
+
readonly $fault: "client";
|
|
435
|
+
|
|
436
|
+
constructor(
|
|
437
|
+
opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>
|
|
438
|
+
);
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
export declare class FileContentRequiredException extends __BaseException {
|
|
442
|
+
readonly name: "FileContentRequiredException";
|
|
443
|
+
readonly $fault: "client";
|
|
444
|
+
|
|
445
|
+
constructor(
|
|
446
|
+
opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>
|
|
447
|
+
);
|
|
448
|
+
}
|
|
449
|
+
export interface PutFileInput {
|
|
450
|
+
repositoryName: string | undefined;
|
|
451
|
+
|
|
452
|
+
branchName: string | undefined;
|
|
453
|
+
|
|
454
|
+
fileContent: Uint8Array | undefined;
|
|
455
|
+
|
|
456
|
+
filePath: string | undefined;
|
|
457
|
+
|
|
458
|
+
fileMode?: FileModeTypeEnum | string;
|
|
459
|
+
|
|
460
|
+
parentCommitId?: string;
|
|
461
|
+
|
|
462
|
+
commitMessage?: string;
|
|
463
|
+
|
|
464
|
+
name?: string;
|
|
465
|
+
|
|
466
|
+
email?: string;
|
|
467
|
+
}
|
|
468
|
+
export interface PutFileOutput {
|
|
469
|
+
commitId: string | undefined;
|
|
470
|
+
|
|
471
|
+
blobId: string | undefined;
|
|
472
|
+
|
|
473
|
+
treeId: string | undefined;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export declare class SameFileContentException extends __BaseException {
|
|
477
|
+
readonly name: "SameFileContentException";
|
|
478
|
+
readonly $fault: "client";
|
|
479
|
+
|
|
480
|
+
constructor(
|
|
481
|
+
opts: __ExceptionOptionType<SameFileContentException, __BaseException>
|
|
482
|
+
);
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
export declare class InvalidRepositoryTriggerBranchNameException extends __BaseException {
|
|
486
|
+
readonly name: "InvalidRepositoryTriggerBranchNameException";
|
|
487
|
+
readonly $fault: "client";
|
|
488
|
+
|
|
489
|
+
constructor(
|
|
490
|
+
opts: __ExceptionOptionType<
|
|
491
|
+
InvalidRepositoryTriggerBranchNameException,
|
|
492
|
+
__BaseException
|
|
493
|
+
>
|
|
494
|
+
);
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
export declare class InvalidRepositoryTriggerCustomDataException extends __BaseException {
|
|
498
|
+
readonly name: "InvalidRepositoryTriggerCustomDataException";
|
|
499
|
+
readonly $fault: "client";
|
|
500
|
+
|
|
501
|
+
constructor(
|
|
502
|
+
opts: __ExceptionOptionType<
|
|
503
|
+
InvalidRepositoryTriggerCustomDataException,
|
|
504
|
+
__BaseException
|
|
505
|
+
>
|
|
506
|
+
);
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
export declare class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
|
|
510
|
+
readonly name: "InvalidRepositoryTriggerDestinationArnException";
|
|
511
|
+
readonly $fault: "client";
|
|
512
|
+
|
|
513
|
+
constructor(
|
|
514
|
+
opts: __ExceptionOptionType<
|
|
515
|
+
InvalidRepositoryTriggerDestinationArnException,
|
|
516
|
+
__BaseException
|
|
517
|
+
>
|
|
518
|
+
);
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
export declare class InvalidRepositoryTriggerEventsException extends __BaseException {
|
|
522
|
+
readonly name: "InvalidRepositoryTriggerEventsException";
|
|
523
|
+
readonly $fault: "client";
|
|
524
|
+
|
|
525
|
+
constructor(
|
|
526
|
+
opts: __ExceptionOptionType<
|
|
527
|
+
InvalidRepositoryTriggerEventsException,
|
|
528
|
+
__BaseException
|
|
529
|
+
>
|
|
530
|
+
);
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export declare class InvalidRepositoryTriggerNameException extends __BaseException {
|
|
534
|
+
readonly name: "InvalidRepositoryTriggerNameException";
|
|
535
|
+
readonly $fault: "client";
|
|
536
|
+
|
|
537
|
+
constructor(
|
|
538
|
+
opts: __ExceptionOptionType<
|
|
539
|
+
InvalidRepositoryTriggerNameException,
|
|
540
|
+
__BaseException
|
|
541
|
+
>
|
|
542
|
+
);
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export declare class InvalidRepositoryTriggerRegionException extends __BaseException {
|
|
546
|
+
readonly name: "InvalidRepositoryTriggerRegionException";
|
|
547
|
+
readonly $fault: "client";
|
|
548
|
+
|
|
549
|
+
constructor(
|
|
550
|
+
opts: __ExceptionOptionType<
|
|
551
|
+
InvalidRepositoryTriggerRegionException,
|
|
552
|
+
__BaseException
|
|
553
|
+
>
|
|
554
|
+
);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
export declare class MaximumBranchesExceededException extends __BaseException {
|
|
558
|
+
readonly name: "MaximumBranchesExceededException";
|
|
559
|
+
readonly $fault: "client";
|
|
560
|
+
|
|
561
|
+
constructor(
|
|
562
|
+
opts: __ExceptionOptionType<
|
|
563
|
+
MaximumBranchesExceededException,
|
|
564
|
+
__BaseException
|
|
565
|
+
>
|
|
566
|
+
);
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
export declare class MaximumRepositoryTriggersExceededException extends __BaseException {
|
|
570
|
+
readonly name: "MaximumRepositoryTriggersExceededException";
|
|
571
|
+
readonly $fault: "client";
|
|
572
|
+
|
|
573
|
+
constructor(
|
|
574
|
+
opts: __ExceptionOptionType<
|
|
575
|
+
MaximumRepositoryTriggersExceededException,
|
|
576
|
+
__BaseException
|
|
577
|
+
>
|
|
578
|
+
);
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
export interface PutRepositoryTriggersInput {
|
|
582
|
+
repositoryName: string | undefined;
|
|
583
|
+
|
|
584
|
+
triggers: RepositoryTrigger[] | undefined;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
export interface PutRepositoryTriggersOutput {
|
|
588
|
+
configurationId?: string;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
export declare class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
|
|
592
|
+
readonly name: "RepositoryTriggerBranchNameListRequiredException";
|
|
593
|
+
readonly $fault: "client";
|
|
594
|
+
|
|
595
|
+
constructor(
|
|
596
|
+
opts: __ExceptionOptionType<
|
|
597
|
+
RepositoryTriggerBranchNameListRequiredException,
|
|
598
|
+
__BaseException
|
|
599
|
+
>
|
|
600
|
+
);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export declare class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
|
|
604
|
+
readonly name: "RepositoryTriggerDestinationArnRequiredException";
|
|
605
|
+
readonly $fault: "client";
|
|
606
|
+
|
|
607
|
+
constructor(
|
|
608
|
+
opts: __ExceptionOptionType<
|
|
609
|
+
RepositoryTriggerDestinationArnRequiredException,
|
|
610
|
+
__BaseException
|
|
611
|
+
>
|
|
612
|
+
);
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export declare class RepositoryTriggerEventsListRequiredException extends __BaseException {
|
|
616
|
+
readonly name: "RepositoryTriggerEventsListRequiredException";
|
|
617
|
+
readonly $fault: "client";
|
|
618
|
+
|
|
619
|
+
constructor(
|
|
620
|
+
opts: __ExceptionOptionType<
|
|
621
|
+
RepositoryTriggerEventsListRequiredException,
|
|
622
|
+
__BaseException
|
|
623
|
+
>
|
|
624
|
+
);
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
export declare class RepositoryTriggerNameRequiredException extends __BaseException {
|
|
628
|
+
readonly name: "RepositoryTriggerNameRequiredException";
|
|
629
|
+
readonly $fault: "client";
|
|
630
|
+
|
|
631
|
+
constructor(
|
|
632
|
+
opts: __ExceptionOptionType<
|
|
633
|
+
RepositoryTriggerNameRequiredException,
|
|
634
|
+
__BaseException
|
|
635
|
+
>
|
|
636
|
+
);
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
export declare class RepositoryTriggersListRequiredException extends __BaseException {
|
|
640
|
+
readonly name: "RepositoryTriggersListRequiredException";
|
|
641
|
+
readonly $fault: "client";
|
|
642
|
+
|
|
643
|
+
constructor(
|
|
644
|
+
opts: __ExceptionOptionType<
|
|
645
|
+
RepositoryTriggersListRequiredException,
|
|
646
|
+
__BaseException
|
|
647
|
+
>
|
|
648
|
+
);
|
|
649
|
+
}
|
|
650
|
+
export interface TagResourceInput {
|
|
651
|
+
resourceArn: string | undefined;
|
|
652
|
+
|
|
653
|
+
tags: Record<string, string> | undefined;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
export declare class TagsMapRequiredException extends __BaseException {
|
|
657
|
+
readonly name: "TagsMapRequiredException";
|
|
658
|
+
readonly $fault: "client";
|
|
659
|
+
|
|
660
|
+
constructor(
|
|
661
|
+
opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>
|
|
662
|
+
);
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
export interface TestRepositoryTriggersInput {
|
|
666
|
+
repositoryName: string | undefined;
|
|
667
|
+
|
|
668
|
+
triggers: RepositoryTrigger[] | undefined;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
export interface RepositoryTriggerExecutionFailure {
|
|
672
|
+
trigger?: string;
|
|
673
|
+
|
|
674
|
+
failureMessage?: string;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
export interface TestRepositoryTriggersOutput {
|
|
678
|
+
successfulExecutions?: string[];
|
|
679
|
+
|
|
680
|
+
failedExecutions?: RepositoryTriggerExecutionFailure[];
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
export declare class InvalidTagKeysListException extends __BaseException {
|
|
684
|
+
readonly name: "InvalidTagKeysListException";
|
|
685
|
+
readonly $fault: "client";
|
|
686
|
+
|
|
687
|
+
constructor(
|
|
688
|
+
opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>
|
|
689
|
+
);
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
export declare class TagKeysListRequiredException extends __BaseException {
|
|
693
|
+
readonly name: "TagKeysListRequiredException";
|
|
694
|
+
readonly $fault: "client";
|
|
695
|
+
|
|
696
|
+
constructor(
|
|
697
|
+
opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>
|
|
698
|
+
);
|
|
699
|
+
}
|
|
700
|
+
export interface UntagResourceInput {
|
|
701
|
+
resourceArn: string | undefined;
|
|
702
|
+
|
|
703
|
+
tagKeys: string[] | undefined;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
export declare class InvalidRuleContentSha256Exception extends __BaseException {
|
|
707
|
+
readonly name: "InvalidRuleContentSha256Exception";
|
|
708
|
+
readonly $fault: "client";
|
|
709
|
+
|
|
710
|
+
constructor(
|
|
711
|
+
opts: __ExceptionOptionType<
|
|
712
|
+
InvalidRuleContentSha256Exception,
|
|
713
|
+
__BaseException
|
|
714
|
+
>
|
|
715
|
+
);
|
|
716
|
+
}
|
|
717
|
+
export interface UpdateApprovalRuleTemplateContentInput {
|
|
718
|
+
approvalRuleTemplateName: string | undefined;
|
|
719
|
+
|
|
720
|
+
newRuleContent: string | undefined;
|
|
721
|
+
|
|
722
|
+
existingRuleContentSha256?: string;
|
|
723
|
+
}
|
|
724
|
+
export interface UpdateApprovalRuleTemplateContentOutput {
|
|
725
|
+
approvalRuleTemplate: ApprovalRuleTemplate | undefined;
|
|
726
|
+
}
|
|
727
|
+
export interface UpdateApprovalRuleTemplateDescriptionInput {
|
|
728
|
+
approvalRuleTemplateName: string | undefined;
|
|
729
|
+
|
|
730
|
+
approvalRuleTemplateDescription: string | undefined;
|
|
731
|
+
}
|
|
732
|
+
export interface UpdateApprovalRuleTemplateDescriptionOutput {
|
|
733
|
+
approvalRuleTemplate: ApprovalRuleTemplate | undefined;
|
|
734
|
+
}
|
|
735
|
+
export interface UpdateApprovalRuleTemplateNameInput {
|
|
736
|
+
oldApprovalRuleTemplateName: string | undefined;
|
|
737
|
+
|
|
738
|
+
newApprovalRuleTemplateName: string | undefined;
|
|
739
|
+
}
|
|
740
|
+
export interface UpdateApprovalRuleTemplateNameOutput {
|
|
741
|
+
approvalRuleTemplate: ApprovalRuleTemplate | undefined;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
export declare class CommentNotCreatedByCallerException extends __BaseException {
|
|
745
|
+
readonly name: "CommentNotCreatedByCallerException";
|
|
746
|
+
readonly $fault: "client";
|
|
747
|
+
|
|
748
|
+
constructor(
|
|
749
|
+
opts: __ExceptionOptionType<
|
|
750
|
+
CommentNotCreatedByCallerException,
|
|
751
|
+
__BaseException
|
|
752
|
+
>
|
|
753
|
+
);
|
|
754
|
+
}
|
|
755
|
+
export interface UpdateCommentInput {
|
|
756
|
+
commentId: string | undefined;
|
|
757
|
+
|
|
758
|
+
content: string | undefined;
|
|
759
|
+
}
|
|
760
|
+
export interface UpdateCommentOutput {
|
|
761
|
+
comment?: Comment;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export interface UpdateDefaultBranchInput {
|
|
765
|
+
repositoryName: string | undefined;
|
|
766
|
+
|
|
767
|
+
defaultBranchName: string | undefined;
|
|
768
|
+
}
|
|
769
|
+
export interface UpdatePullRequestApprovalRuleContentInput {
|
|
770
|
+
pullRequestId: string | undefined;
|
|
771
|
+
|
|
772
|
+
approvalRuleName: string | undefined;
|
|
773
|
+
|
|
774
|
+
existingRuleContentSha256?: string;
|
|
775
|
+
|
|
776
|
+
newRuleContent: string | undefined;
|
|
777
|
+
}
|
|
778
|
+
export interface UpdatePullRequestApprovalRuleContentOutput {
|
|
779
|
+
approvalRule: ApprovalRule | undefined;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
export declare class InvalidApprovalStateException extends __BaseException {
|
|
783
|
+
readonly name: "InvalidApprovalStateException";
|
|
784
|
+
readonly $fault: "client";
|
|
785
|
+
|
|
786
|
+
constructor(
|
|
787
|
+
opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>
|
|
788
|
+
);
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
export declare class MaximumNumberOfApprovalsExceededException extends __BaseException {
|
|
792
|
+
readonly name: "MaximumNumberOfApprovalsExceededException";
|
|
793
|
+
readonly $fault: "client";
|
|
794
|
+
|
|
795
|
+
constructor(
|
|
796
|
+
opts: __ExceptionOptionType<
|
|
797
|
+
MaximumNumberOfApprovalsExceededException,
|
|
798
|
+
__BaseException
|
|
799
|
+
>
|
|
800
|
+
);
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
export declare class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
|
|
804
|
+
readonly name: "PullRequestCannotBeApprovedByAuthorException";
|
|
805
|
+
readonly $fault: "client";
|
|
806
|
+
|
|
807
|
+
constructor(
|
|
808
|
+
opts: __ExceptionOptionType<
|
|
809
|
+
PullRequestCannotBeApprovedByAuthorException,
|
|
810
|
+
__BaseException
|
|
811
|
+
>
|
|
812
|
+
);
|
|
813
|
+
}
|
|
814
|
+
export interface UpdatePullRequestApprovalStateInput {
|
|
815
|
+
pullRequestId: string | undefined;
|
|
816
|
+
|
|
817
|
+
revisionId: string | undefined;
|
|
818
|
+
|
|
819
|
+
approvalState: ApprovalState | string | undefined;
|
|
820
|
+
}
|
|
821
|
+
export interface UpdatePullRequestDescriptionInput {
|
|
822
|
+
pullRequestId: string | undefined;
|
|
823
|
+
|
|
824
|
+
description: string | undefined;
|
|
825
|
+
}
|
|
826
|
+
export interface UpdatePullRequestDescriptionOutput {
|
|
827
|
+
pullRequest: PullRequest | undefined;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
|
|
831
|
+
readonly name: "InvalidPullRequestStatusUpdateException";
|
|
832
|
+
readonly $fault: "client";
|
|
833
|
+
|
|
834
|
+
constructor(
|
|
835
|
+
opts: __ExceptionOptionType<
|
|
836
|
+
InvalidPullRequestStatusUpdateException,
|
|
837
|
+
__BaseException
|
|
838
|
+
>
|
|
839
|
+
);
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
export declare class PullRequestStatusRequiredException extends __BaseException {
|
|
843
|
+
readonly name: "PullRequestStatusRequiredException";
|
|
844
|
+
readonly $fault: "client";
|
|
845
|
+
|
|
846
|
+
constructor(
|
|
847
|
+
opts: __ExceptionOptionType<
|
|
848
|
+
PullRequestStatusRequiredException,
|
|
849
|
+
__BaseException
|
|
850
|
+
>
|
|
851
|
+
);
|
|
852
|
+
}
|
|
853
|
+
export interface UpdatePullRequestStatusInput {
|
|
854
|
+
pullRequestId: string | undefined;
|
|
855
|
+
|
|
856
|
+
pullRequestStatus: PullRequestStatusEnum | string | undefined;
|
|
857
|
+
}
|
|
858
|
+
export interface UpdatePullRequestStatusOutput {
|
|
859
|
+
pullRequest: PullRequest | undefined;
|
|
860
|
+
}
|
|
861
|
+
export interface UpdatePullRequestTitleInput {
|
|
862
|
+
pullRequestId: string | undefined;
|
|
863
|
+
|
|
864
|
+
title: string | undefined;
|
|
865
|
+
}
|
|
866
|
+
export interface UpdatePullRequestTitleOutput {
|
|
867
|
+
pullRequest: PullRequest | undefined;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
export interface UpdateRepositoryDescriptionInput {
|
|
871
|
+
repositoryName: string | undefined;
|
|
872
|
+
|
|
873
|
+
repositoryDescription?: string;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
export interface UpdateRepositoryNameInput {
|
|
877
|
+
oldName: string | undefined;
|
|
878
|
+
|
|
879
|
+
newName: string | undefined;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
export declare const ListRepositoriesInputFilterSensitiveLog: (
|
|
883
|
+
obj: ListRepositoriesInput
|
|
884
|
+
) => any;
|
|
885
|
+
|
|
886
|
+
export declare const RepositoryNameIdPairFilterSensitiveLog: (
|
|
887
|
+
obj: RepositoryNameIdPair
|
|
888
|
+
) => any;
|
|
889
|
+
|
|
890
|
+
export declare const ListRepositoriesOutputFilterSensitiveLog: (
|
|
891
|
+
obj: ListRepositoriesOutput
|
|
892
|
+
) => any;
|
|
893
|
+
|
|
894
|
+
export declare const ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog: (
|
|
895
|
+
obj: ListRepositoriesForApprovalRuleTemplateInput
|
|
896
|
+
) => any;
|
|
897
|
+
|
|
898
|
+
export declare const ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog: (
|
|
899
|
+
obj: ListRepositoriesForApprovalRuleTemplateOutput
|
|
900
|
+
) => any;
|
|
901
|
+
|
|
902
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
903
|
+
obj: ListTagsForResourceInput
|
|
904
|
+
) => any;
|
|
905
|
+
|
|
906
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
907
|
+
obj: ListTagsForResourceOutput
|
|
908
|
+
) => any;
|
|
909
|
+
|
|
910
|
+
export declare const MergeBranchesByFastForwardInputFilterSensitiveLog: (
|
|
911
|
+
obj: MergeBranchesByFastForwardInput
|
|
912
|
+
) => any;
|
|
913
|
+
|
|
914
|
+
export declare const MergeBranchesByFastForwardOutputFilterSensitiveLog: (
|
|
915
|
+
obj: MergeBranchesByFastForwardOutput
|
|
916
|
+
) => any;
|
|
917
|
+
|
|
918
|
+
export declare const MergeBranchesBySquashInputFilterSensitiveLog: (
|
|
919
|
+
obj: MergeBranchesBySquashInput
|
|
920
|
+
) => any;
|
|
921
|
+
|
|
922
|
+
export declare const MergeBranchesBySquashOutputFilterSensitiveLog: (
|
|
923
|
+
obj: MergeBranchesBySquashOutput
|
|
924
|
+
) => any;
|
|
925
|
+
|
|
926
|
+
export declare const MergeBranchesByThreeWayInputFilterSensitiveLog: (
|
|
927
|
+
obj: MergeBranchesByThreeWayInput
|
|
928
|
+
) => any;
|
|
929
|
+
|
|
930
|
+
export declare const MergeBranchesByThreeWayOutputFilterSensitiveLog: (
|
|
931
|
+
obj: MergeBranchesByThreeWayOutput
|
|
932
|
+
) => any;
|
|
933
|
+
|
|
934
|
+
export declare const MergePullRequestByFastForwardInputFilterSensitiveLog: (
|
|
935
|
+
obj: MergePullRequestByFastForwardInput
|
|
936
|
+
) => any;
|
|
937
|
+
|
|
938
|
+
export declare const MergePullRequestByFastForwardOutputFilterSensitiveLog: (
|
|
939
|
+
obj: MergePullRequestByFastForwardOutput
|
|
940
|
+
) => any;
|
|
941
|
+
|
|
942
|
+
export declare const MergePullRequestBySquashInputFilterSensitiveLog: (
|
|
943
|
+
obj: MergePullRequestBySquashInput
|
|
944
|
+
) => any;
|
|
945
|
+
|
|
946
|
+
export declare const MergePullRequestBySquashOutputFilterSensitiveLog: (
|
|
947
|
+
obj: MergePullRequestBySquashOutput
|
|
948
|
+
) => any;
|
|
949
|
+
|
|
950
|
+
export declare const MergePullRequestByThreeWayInputFilterSensitiveLog: (
|
|
951
|
+
obj: MergePullRequestByThreeWayInput
|
|
952
|
+
) => any;
|
|
953
|
+
|
|
954
|
+
export declare const MergePullRequestByThreeWayOutputFilterSensitiveLog: (
|
|
955
|
+
obj: MergePullRequestByThreeWayOutput
|
|
956
|
+
) => any;
|
|
957
|
+
|
|
958
|
+
export declare const OverridePullRequestApprovalRulesInputFilterSensitiveLog: (
|
|
959
|
+
obj: OverridePullRequestApprovalRulesInput
|
|
960
|
+
) => any;
|
|
961
|
+
|
|
962
|
+
export declare const PostCommentForComparedCommitInputFilterSensitiveLog: (
|
|
963
|
+
obj: PostCommentForComparedCommitInput
|
|
964
|
+
) => any;
|
|
965
|
+
|
|
966
|
+
export declare const PostCommentForComparedCommitOutputFilterSensitiveLog: (
|
|
967
|
+
obj: PostCommentForComparedCommitOutput
|
|
968
|
+
) => any;
|
|
969
|
+
|
|
970
|
+
export declare const PostCommentForPullRequestInputFilterSensitiveLog: (
|
|
971
|
+
obj: PostCommentForPullRequestInput
|
|
972
|
+
) => any;
|
|
973
|
+
|
|
974
|
+
export declare const PostCommentForPullRequestOutputFilterSensitiveLog: (
|
|
975
|
+
obj: PostCommentForPullRequestOutput
|
|
976
|
+
) => any;
|
|
977
|
+
|
|
978
|
+
export declare const PostCommentReplyInputFilterSensitiveLog: (
|
|
979
|
+
obj: PostCommentReplyInput
|
|
980
|
+
) => any;
|
|
981
|
+
|
|
982
|
+
export declare const PostCommentReplyOutputFilterSensitiveLog: (
|
|
983
|
+
obj: PostCommentReplyOutput
|
|
984
|
+
) => any;
|
|
985
|
+
|
|
986
|
+
export declare const PutCommentReactionInputFilterSensitiveLog: (
|
|
987
|
+
obj: PutCommentReactionInput
|
|
988
|
+
) => any;
|
|
989
|
+
|
|
990
|
+
export declare const PutFileInputFilterSensitiveLog: (obj: PutFileInput) => any;
|
|
991
|
+
|
|
992
|
+
export declare const PutFileOutputFilterSensitiveLog: (
|
|
993
|
+
obj: PutFileOutput
|
|
994
|
+
) => any;
|
|
995
|
+
|
|
996
|
+
export declare const PutRepositoryTriggersInputFilterSensitiveLog: (
|
|
997
|
+
obj: PutRepositoryTriggersInput
|
|
998
|
+
) => any;
|
|
999
|
+
|
|
1000
|
+
export declare const PutRepositoryTriggersOutputFilterSensitiveLog: (
|
|
1001
|
+
obj: PutRepositoryTriggersOutput
|
|
1002
|
+
) => any;
|
|
1003
|
+
|
|
1004
|
+
export declare const TagResourceInputFilterSensitiveLog: (
|
|
1005
|
+
obj: TagResourceInput
|
|
1006
|
+
) => any;
|
|
1007
|
+
|
|
1008
|
+
export declare const TestRepositoryTriggersInputFilterSensitiveLog: (
|
|
1009
|
+
obj: TestRepositoryTriggersInput
|
|
1010
|
+
) => any;
|
|
1011
|
+
|
|
1012
|
+
export declare const RepositoryTriggerExecutionFailureFilterSensitiveLog: (
|
|
1013
|
+
obj: RepositoryTriggerExecutionFailure
|
|
1014
|
+
) => any;
|
|
1015
|
+
|
|
1016
|
+
export declare const TestRepositoryTriggersOutputFilterSensitiveLog: (
|
|
1017
|
+
obj: TestRepositoryTriggersOutput
|
|
1018
|
+
) => any;
|
|
1019
|
+
|
|
1020
|
+
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
1021
|
+
obj: UntagResourceInput
|
|
1022
|
+
) => any;
|
|
1023
|
+
|
|
1024
|
+
export declare const UpdateApprovalRuleTemplateContentInputFilterSensitiveLog: (
|
|
1025
|
+
obj: UpdateApprovalRuleTemplateContentInput
|
|
1026
|
+
) => any;
|
|
1027
|
+
|
|
1028
|
+
export declare const UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog: (
|
|
1029
|
+
obj: UpdateApprovalRuleTemplateContentOutput
|
|
1030
|
+
) => any;
|
|
1031
|
+
|
|
1032
|
+
export declare const UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog: (
|
|
1033
|
+
obj: UpdateApprovalRuleTemplateDescriptionInput
|
|
1034
|
+
) => any;
|
|
1035
|
+
|
|
1036
|
+
export declare const UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog: (
|
|
1037
|
+
obj: UpdateApprovalRuleTemplateDescriptionOutput
|
|
1038
|
+
) => any;
|
|
1039
|
+
|
|
1040
|
+
export declare const UpdateApprovalRuleTemplateNameInputFilterSensitiveLog: (
|
|
1041
|
+
obj: UpdateApprovalRuleTemplateNameInput
|
|
1042
|
+
) => any;
|
|
1043
|
+
|
|
1044
|
+
export declare const UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog: (
|
|
1045
|
+
obj: UpdateApprovalRuleTemplateNameOutput
|
|
1046
|
+
) => any;
|
|
1047
|
+
|
|
1048
|
+
export declare const UpdateCommentInputFilterSensitiveLog: (
|
|
1049
|
+
obj: UpdateCommentInput
|
|
1050
|
+
) => any;
|
|
1051
|
+
|
|
1052
|
+
export declare const UpdateCommentOutputFilterSensitiveLog: (
|
|
1053
|
+
obj: UpdateCommentOutput
|
|
1054
|
+
) => any;
|
|
1055
|
+
|
|
1056
|
+
export declare const UpdateDefaultBranchInputFilterSensitiveLog: (
|
|
1057
|
+
obj: UpdateDefaultBranchInput
|
|
1058
|
+
) => any;
|
|
1059
|
+
|
|
1060
|
+
export declare const UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog: (
|
|
1061
|
+
obj: UpdatePullRequestApprovalRuleContentInput
|
|
1062
|
+
) => any;
|
|
1063
|
+
|
|
1064
|
+
export declare const UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog: (
|
|
1065
|
+
obj: UpdatePullRequestApprovalRuleContentOutput
|
|
1066
|
+
) => any;
|
|
1067
|
+
|
|
1068
|
+
export declare const UpdatePullRequestApprovalStateInputFilterSensitiveLog: (
|
|
1069
|
+
obj: UpdatePullRequestApprovalStateInput
|
|
1070
|
+
) => any;
|
|
1071
|
+
|
|
1072
|
+
export declare const UpdatePullRequestDescriptionInputFilterSensitiveLog: (
|
|
1073
|
+
obj: UpdatePullRequestDescriptionInput
|
|
1074
|
+
) => any;
|
|
1075
|
+
|
|
1076
|
+
export declare const UpdatePullRequestDescriptionOutputFilterSensitiveLog: (
|
|
1077
|
+
obj: UpdatePullRequestDescriptionOutput
|
|
1078
|
+
) => any;
|
|
1079
|
+
|
|
1080
|
+
export declare const UpdatePullRequestStatusInputFilterSensitiveLog: (
|
|
1081
|
+
obj: UpdatePullRequestStatusInput
|
|
1082
|
+
) => any;
|
|
1083
|
+
|
|
1084
|
+
export declare const UpdatePullRequestStatusOutputFilterSensitiveLog: (
|
|
1085
|
+
obj: UpdatePullRequestStatusOutput
|
|
1086
|
+
) => any;
|
|
1087
|
+
|
|
1088
|
+
export declare const UpdatePullRequestTitleInputFilterSensitiveLog: (
|
|
1089
|
+
obj: UpdatePullRequestTitleInput
|
|
1090
|
+
) => any;
|
|
1091
|
+
|
|
1092
|
+
export declare const UpdatePullRequestTitleOutputFilterSensitiveLog: (
|
|
1093
|
+
obj: UpdatePullRequestTitleOutput
|
|
1094
|
+
) => any;
|
|
1095
|
+
|
|
1096
|
+
export declare const UpdateRepositoryDescriptionInputFilterSensitiveLog: (
|
|
1097
|
+
obj: UpdateRepositoryDescriptionInput
|
|
1098
|
+
) => any;
|
|
1099
|
+
|
|
1100
|
+
export declare const UpdateRepositoryNameInputFilterSensitiveLog: (
|
|
1101
|
+
obj: UpdateRepositoryNameInput
|
|
1102
|
+
) => any;
|