@aws-sdk/client-codecommit 3.169.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 +8 -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,390 +1,1444 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { CodeCommitClient } from "./CodeCommitClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
import {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
import {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
import {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
import {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
import {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
import {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
import {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
import {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
import {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
import {
|
|
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
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { CodeCommitClient } from "./CodeCommitClient";
|
|
3
|
+
import {
|
|
4
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
5
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
|
|
6
|
+
} from "./commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
|
|
7
|
+
import {
|
|
8
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
9
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
|
|
10
|
+
} from "./commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
|
|
11
|
+
import {
|
|
12
|
+
BatchDescribeMergeConflictsCommandInput,
|
|
13
|
+
BatchDescribeMergeConflictsCommandOutput,
|
|
14
|
+
} from "./commands/BatchDescribeMergeConflictsCommand";
|
|
15
|
+
import {
|
|
16
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
17
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
|
|
18
|
+
} from "./commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
|
|
19
|
+
import {
|
|
20
|
+
BatchGetCommitsCommandInput,
|
|
21
|
+
BatchGetCommitsCommandOutput,
|
|
22
|
+
} from "./commands/BatchGetCommitsCommand";
|
|
23
|
+
import {
|
|
24
|
+
BatchGetRepositoriesCommandInput,
|
|
25
|
+
BatchGetRepositoriesCommandOutput,
|
|
26
|
+
} from "./commands/BatchGetRepositoriesCommand";
|
|
27
|
+
import {
|
|
28
|
+
CreateApprovalRuleTemplateCommandInput,
|
|
29
|
+
CreateApprovalRuleTemplateCommandOutput,
|
|
30
|
+
} from "./commands/CreateApprovalRuleTemplateCommand";
|
|
31
|
+
import {
|
|
32
|
+
CreateBranchCommandInput,
|
|
33
|
+
CreateBranchCommandOutput,
|
|
34
|
+
} from "./commands/CreateBranchCommand";
|
|
35
|
+
import {
|
|
36
|
+
CreateCommitCommandInput,
|
|
37
|
+
CreateCommitCommandOutput,
|
|
38
|
+
} from "./commands/CreateCommitCommand";
|
|
39
|
+
import {
|
|
40
|
+
CreatePullRequestApprovalRuleCommandInput,
|
|
41
|
+
CreatePullRequestApprovalRuleCommandOutput,
|
|
42
|
+
} from "./commands/CreatePullRequestApprovalRuleCommand";
|
|
43
|
+
import {
|
|
44
|
+
CreatePullRequestCommandInput,
|
|
45
|
+
CreatePullRequestCommandOutput,
|
|
46
|
+
} from "./commands/CreatePullRequestCommand";
|
|
47
|
+
import {
|
|
48
|
+
CreateRepositoryCommandInput,
|
|
49
|
+
CreateRepositoryCommandOutput,
|
|
50
|
+
} from "./commands/CreateRepositoryCommand";
|
|
51
|
+
import {
|
|
52
|
+
CreateUnreferencedMergeCommitCommandInput,
|
|
53
|
+
CreateUnreferencedMergeCommitCommandOutput,
|
|
54
|
+
} from "./commands/CreateUnreferencedMergeCommitCommand";
|
|
55
|
+
import {
|
|
56
|
+
DeleteApprovalRuleTemplateCommandInput,
|
|
57
|
+
DeleteApprovalRuleTemplateCommandOutput,
|
|
58
|
+
} from "./commands/DeleteApprovalRuleTemplateCommand";
|
|
59
|
+
import {
|
|
60
|
+
DeleteBranchCommandInput,
|
|
61
|
+
DeleteBranchCommandOutput,
|
|
62
|
+
} from "./commands/DeleteBranchCommand";
|
|
63
|
+
import {
|
|
64
|
+
DeleteCommentContentCommandInput,
|
|
65
|
+
DeleteCommentContentCommandOutput,
|
|
66
|
+
} from "./commands/DeleteCommentContentCommand";
|
|
67
|
+
import {
|
|
68
|
+
DeleteFileCommandInput,
|
|
69
|
+
DeleteFileCommandOutput,
|
|
70
|
+
} from "./commands/DeleteFileCommand";
|
|
71
|
+
import {
|
|
72
|
+
DeletePullRequestApprovalRuleCommandInput,
|
|
73
|
+
DeletePullRequestApprovalRuleCommandOutput,
|
|
74
|
+
} from "./commands/DeletePullRequestApprovalRuleCommand";
|
|
75
|
+
import {
|
|
76
|
+
DeleteRepositoryCommandInput,
|
|
77
|
+
DeleteRepositoryCommandOutput,
|
|
78
|
+
} from "./commands/DeleteRepositoryCommand";
|
|
79
|
+
import {
|
|
80
|
+
DescribeMergeConflictsCommandInput,
|
|
81
|
+
DescribeMergeConflictsCommandOutput,
|
|
82
|
+
} from "./commands/DescribeMergeConflictsCommand";
|
|
83
|
+
import {
|
|
84
|
+
DescribePullRequestEventsCommandInput,
|
|
85
|
+
DescribePullRequestEventsCommandOutput,
|
|
86
|
+
} from "./commands/DescribePullRequestEventsCommand";
|
|
87
|
+
import {
|
|
88
|
+
DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
|
|
89
|
+
DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
|
|
90
|
+
} from "./commands/DisassociateApprovalRuleTemplateFromRepositoryCommand";
|
|
91
|
+
import {
|
|
92
|
+
EvaluatePullRequestApprovalRulesCommandInput,
|
|
93
|
+
EvaluatePullRequestApprovalRulesCommandOutput,
|
|
94
|
+
} from "./commands/EvaluatePullRequestApprovalRulesCommand";
|
|
95
|
+
import {
|
|
96
|
+
GetApprovalRuleTemplateCommandInput,
|
|
97
|
+
GetApprovalRuleTemplateCommandOutput,
|
|
98
|
+
} from "./commands/GetApprovalRuleTemplateCommand";
|
|
99
|
+
import {
|
|
100
|
+
GetBlobCommandInput,
|
|
101
|
+
GetBlobCommandOutput,
|
|
102
|
+
} from "./commands/GetBlobCommand";
|
|
103
|
+
import {
|
|
104
|
+
GetBranchCommandInput,
|
|
105
|
+
GetBranchCommandOutput,
|
|
106
|
+
} from "./commands/GetBranchCommand";
|
|
107
|
+
import {
|
|
108
|
+
GetCommentCommandInput,
|
|
109
|
+
GetCommentCommandOutput,
|
|
110
|
+
} from "./commands/GetCommentCommand";
|
|
111
|
+
import {
|
|
112
|
+
GetCommentReactionsCommandInput,
|
|
113
|
+
GetCommentReactionsCommandOutput,
|
|
114
|
+
} from "./commands/GetCommentReactionsCommand";
|
|
115
|
+
import {
|
|
116
|
+
GetCommentsForComparedCommitCommandInput,
|
|
117
|
+
GetCommentsForComparedCommitCommandOutput,
|
|
118
|
+
} from "./commands/GetCommentsForComparedCommitCommand";
|
|
119
|
+
import {
|
|
120
|
+
GetCommentsForPullRequestCommandInput,
|
|
121
|
+
GetCommentsForPullRequestCommandOutput,
|
|
122
|
+
} from "./commands/GetCommentsForPullRequestCommand";
|
|
123
|
+
import {
|
|
124
|
+
GetCommitCommandInput,
|
|
125
|
+
GetCommitCommandOutput,
|
|
126
|
+
} from "./commands/GetCommitCommand";
|
|
127
|
+
import {
|
|
128
|
+
GetDifferencesCommandInput,
|
|
129
|
+
GetDifferencesCommandOutput,
|
|
130
|
+
} from "./commands/GetDifferencesCommand";
|
|
131
|
+
import {
|
|
132
|
+
GetFileCommandInput,
|
|
133
|
+
GetFileCommandOutput,
|
|
134
|
+
} from "./commands/GetFileCommand";
|
|
135
|
+
import {
|
|
136
|
+
GetFolderCommandInput,
|
|
137
|
+
GetFolderCommandOutput,
|
|
138
|
+
} from "./commands/GetFolderCommand";
|
|
139
|
+
import {
|
|
140
|
+
GetMergeCommitCommandInput,
|
|
141
|
+
GetMergeCommitCommandOutput,
|
|
142
|
+
} from "./commands/GetMergeCommitCommand";
|
|
143
|
+
import {
|
|
144
|
+
GetMergeConflictsCommandInput,
|
|
145
|
+
GetMergeConflictsCommandOutput,
|
|
146
|
+
} from "./commands/GetMergeConflictsCommand";
|
|
147
|
+
import {
|
|
148
|
+
GetMergeOptionsCommandInput,
|
|
149
|
+
GetMergeOptionsCommandOutput,
|
|
150
|
+
} from "./commands/GetMergeOptionsCommand";
|
|
151
|
+
import {
|
|
152
|
+
GetPullRequestApprovalStatesCommandInput,
|
|
153
|
+
GetPullRequestApprovalStatesCommandOutput,
|
|
154
|
+
} from "./commands/GetPullRequestApprovalStatesCommand";
|
|
155
|
+
import {
|
|
156
|
+
GetPullRequestCommandInput,
|
|
157
|
+
GetPullRequestCommandOutput,
|
|
158
|
+
} from "./commands/GetPullRequestCommand";
|
|
159
|
+
import {
|
|
160
|
+
GetPullRequestOverrideStateCommandInput,
|
|
161
|
+
GetPullRequestOverrideStateCommandOutput,
|
|
162
|
+
} from "./commands/GetPullRequestOverrideStateCommand";
|
|
163
|
+
import {
|
|
164
|
+
GetRepositoryCommandInput,
|
|
165
|
+
GetRepositoryCommandOutput,
|
|
166
|
+
} from "./commands/GetRepositoryCommand";
|
|
167
|
+
import {
|
|
168
|
+
GetRepositoryTriggersCommandInput,
|
|
169
|
+
GetRepositoryTriggersCommandOutput,
|
|
170
|
+
} from "./commands/GetRepositoryTriggersCommand";
|
|
171
|
+
import {
|
|
172
|
+
ListApprovalRuleTemplatesCommandInput,
|
|
173
|
+
ListApprovalRuleTemplatesCommandOutput,
|
|
174
|
+
} from "./commands/ListApprovalRuleTemplatesCommand";
|
|
175
|
+
import {
|
|
176
|
+
ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
177
|
+
ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
|
|
178
|
+
} from "./commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
|
|
179
|
+
import {
|
|
180
|
+
ListBranchesCommandInput,
|
|
181
|
+
ListBranchesCommandOutput,
|
|
182
|
+
} from "./commands/ListBranchesCommand";
|
|
183
|
+
import {
|
|
184
|
+
ListPullRequestsCommandInput,
|
|
185
|
+
ListPullRequestsCommandOutput,
|
|
186
|
+
} from "./commands/ListPullRequestsCommand";
|
|
187
|
+
import {
|
|
188
|
+
ListRepositoriesCommandInput,
|
|
189
|
+
ListRepositoriesCommandOutput,
|
|
190
|
+
} from "./commands/ListRepositoriesCommand";
|
|
191
|
+
import {
|
|
192
|
+
ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
193
|
+
ListRepositoriesForApprovalRuleTemplateCommandOutput,
|
|
194
|
+
} from "./commands/ListRepositoriesForApprovalRuleTemplateCommand";
|
|
195
|
+
import {
|
|
196
|
+
ListTagsForResourceCommandInput,
|
|
197
|
+
ListTagsForResourceCommandOutput,
|
|
198
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
199
|
+
import {
|
|
200
|
+
MergeBranchesByFastForwardCommandInput,
|
|
201
|
+
MergeBranchesByFastForwardCommandOutput,
|
|
202
|
+
} from "./commands/MergeBranchesByFastForwardCommand";
|
|
203
|
+
import {
|
|
204
|
+
MergeBranchesBySquashCommandInput,
|
|
205
|
+
MergeBranchesBySquashCommandOutput,
|
|
206
|
+
} from "./commands/MergeBranchesBySquashCommand";
|
|
207
|
+
import {
|
|
208
|
+
MergeBranchesByThreeWayCommandInput,
|
|
209
|
+
MergeBranchesByThreeWayCommandOutput,
|
|
210
|
+
} from "./commands/MergeBranchesByThreeWayCommand";
|
|
211
|
+
import {
|
|
212
|
+
MergePullRequestByFastForwardCommandInput,
|
|
213
|
+
MergePullRequestByFastForwardCommandOutput,
|
|
214
|
+
} from "./commands/MergePullRequestByFastForwardCommand";
|
|
215
|
+
import {
|
|
216
|
+
MergePullRequestBySquashCommandInput,
|
|
217
|
+
MergePullRequestBySquashCommandOutput,
|
|
218
|
+
} from "./commands/MergePullRequestBySquashCommand";
|
|
219
|
+
import {
|
|
220
|
+
MergePullRequestByThreeWayCommandInput,
|
|
221
|
+
MergePullRequestByThreeWayCommandOutput,
|
|
222
|
+
} from "./commands/MergePullRequestByThreeWayCommand";
|
|
223
|
+
import {
|
|
224
|
+
OverridePullRequestApprovalRulesCommandInput,
|
|
225
|
+
OverridePullRequestApprovalRulesCommandOutput,
|
|
226
|
+
} from "./commands/OverridePullRequestApprovalRulesCommand";
|
|
227
|
+
import {
|
|
228
|
+
PostCommentForComparedCommitCommandInput,
|
|
229
|
+
PostCommentForComparedCommitCommandOutput,
|
|
230
|
+
} from "./commands/PostCommentForComparedCommitCommand";
|
|
231
|
+
import {
|
|
232
|
+
PostCommentForPullRequestCommandInput,
|
|
233
|
+
PostCommentForPullRequestCommandOutput,
|
|
234
|
+
} from "./commands/PostCommentForPullRequestCommand";
|
|
235
|
+
import {
|
|
236
|
+
PostCommentReplyCommandInput,
|
|
237
|
+
PostCommentReplyCommandOutput,
|
|
238
|
+
} from "./commands/PostCommentReplyCommand";
|
|
239
|
+
import {
|
|
240
|
+
PutCommentReactionCommandInput,
|
|
241
|
+
PutCommentReactionCommandOutput,
|
|
242
|
+
} from "./commands/PutCommentReactionCommand";
|
|
243
|
+
import {
|
|
244
|
+
PutFileCommandInput,
|
|
245
|
+
PutFileCommandOutput,
|
|
246
|
+
} from "./commands/PutFileCommand";
|
|
247
|
+
import {
|
|
248
|
+
PutRepositoryTriggersCommandInput,
|
|
249
|
+
PutRepositoryTriggersCommandOutput,
|
|
250
|
+
} from "./commands/PutRepositoryTriggersCommand";
|
|
251
|
+
import {
|
|
252
|
+
TagResourceCommandInput,
|
|
253
|
+
TagResourceCommandOutput,
|
|
254
|
+
} from "./commands/TagResourceCommand";
|
|
255
|
+
import {
|
|
256
|
+
TestRepositoryTriggersCommandInput,
|
|
257
|
+
TestRepositoryTriggersCommandOutput,
|
|
258
|
+
} from "./commands/TestRepositoryTriggersCommand";
|
|
259
|
+
import {
|
|
260
|
+
UntagResourceCommandInput,
|
|
261
|
+
UntagResourceCommandOutput,
|
|
262
|
+
} from "./commands/UntagResourceCommand";
|
|
263
|
+
import {
|
|
264
|
+
UpdateApprovalRuleTemplateContentCommandInput,
|
|
265
|
+
UpdateApprovalRuleTemplateContentCommandOutput,
|
|
266
|
+
} from "./commands/UpdateApprovalRuleTemplateContentCommand";
|
|
267
|
+
import {
|
|
268
|
+
UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
269
|
+
UpdateApprovalRuleTemplateDescriptionCommandOutput,
|
|
270
|
+
} from "./commands/UpdateApprovalRuleTemplateDescriptionCommand";
|
|
271
|
+
import {
|
|
272
|
+
UpdateApprovalRuleTemplateNameCommandInput,
|
|
273
|
+
UpdateApprovalRuleTemplateNameCommandOutput,
|
|
274
|
+
} from "./commands/UpdateApprovalRuleTemplateNameCommand";
|
|
275
|
+
import {
|
|
276
|
+
UpdateCommentCommandInput,
|
|
277
|
+
UpdateCommentCommandOutput,
|
|
278
|
+
} from "./commands/UpdateCommentCommand";
|
|
279
|
+
import {
|
|
280
|
+
UpdateDefaultBranchCommandInput,
|
|
281
|
+
UpdateDefaultBranchCommandOutput,
|
|
282
|
+
} from "./commands/UpdateDefaultBranchCommand";
|
|
283
|
+
import {
|
|
284
|
+
UpdatePullRequestApprovalRuleContentCommandInput,
|
|
285
|
+
UpdatePullRequestApprovalRuleContentCommandOutput,
|
|
286
|
+
} from "./commands/UpdatePullRequestApprovalRuleContentCommand";
|
|
287
|
+
import {
|
|
288
|
+
UpdatePullRequestApprovalStateCommandInput,
|
|
289
|
+
UpdatePullRequestApprovalStateCommandOutput,
|
|
290
|
+
} from "./commands/UpdatePullRequestApprovalStateCommand";
|
|
291
|
+
import {
|
|
292
|
+
UpdatePullRequestDescriptionCommandInput,
|
|
293
|
+
UpdatePullRequestDescriptionCommandOutput,
|
|
294
|
+
} from "./commands/UpdatePullRequestDescriptionCommand";
|
|
295
|
+
import {
|
|
296
|
+
UpdatePullRequestStatusCommandInput,
|
|
297
|
+
UpdatePullRequestStatusCommandOutput,
|
|
298
|
+
} from "./commands/UpdatePullRequestStatusCommand";
|
|
299
|
+
import {
|
|
300
|
+
UpdatePullRequestTitleCommandInput,
|
|
301
|
+
UpdatePullRequestTitleCommandOutput,
|
|
302
|
+
} from "./commands/UpdatePullRequestTitleCommand";
|
|
303
|
+
import {
|
|
304
|
+
UpdateRepositoryDescriptionCommandInput,
|
|
305
|
+
UpdateRepositoryDescriptionCommandOutput,
|
|
306
|
+
} from "./commands/UpdateRepositoryDescriptionCommand";
|
|
307
|
+
import {
|
|
308
|
+
UpdateRepositoryNameCommandInput,
|
|
309
|
+
UpdateRepositoryNameCommandOutput,
|
|
310
|
+
} from "./commands/UpdateRepositoryNameCommand";
|
|
311
|
+
|
|
312
|
+
export declare class CodeCommit extends CodeCommitClient {
|
|
313
|
+
associateApprovalRuleTemplateWithRepository(
|
|
314
|
+
args: AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
315
|
+
options?: __HttpHandlerOptions
|
|
316
|
+
): Promise<AssociateApprovalRuleTemplateWithRepositoryCommandOutput>;
|
|
317
|
+
associateApprovalRuleTemplateWithRepository(
|
|
318
|
+
args: AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
319
|
+
cb: (
|
|
320
|
+
err: any,
|
|
321
|
+
data?: AssociateApprovalRuleTemplateWithRepositoryCommandOutput
|
|
322
|
+
) => void
|
|
323
|
+
): void;
|
|
324
|
+
associateApprovalRuleTemplateWithRepository(
|
|
325
|
+
args: AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
326
|
+
options: __HttpHandlerOptions,
|
|
327
|
+
cb: (
|
|
328
|
+
err: any,
|
|
329
|
+
data?: AssociateApprovalRuleTemplateWithRepositoryCommandOutput
|
|
330
|
+
) => void
|
|
331
|
+
): void;
|
|
332
|
+
|
|
333
|
+
batchAssociateApprovalRuleTemplateWithRepositories(
|
|
334
|
+
args: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
335
|
+
options?: __HttpHandlerOptions
|
|
336
|
+
): Promise<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput>;
|
|
337
|
+
batchAssociateApprovalRuleTemplateWithRepositories(
|
|
338
|
+
args: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
339
|
+
cb: (
|
|
340
|
+
err: any,
|
|
341
|
+
data?: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
342
|
+
) => void
|
|
343
|
+
): void;
|
|
344
|
+
batchAssociateApprovalRuleTemplateWithRepositories(
|
|
345
|
+
args: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
346
|
+
options: __HttpHandlerOptions,
|
|
347
|
+
cb: (
|
|
348
|
+
err: any,
|
|
349
|
+
data?: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput
|
|
350
|
+
) => void
|
|
351
|
+
): void;
|
|
352
|
+
|
|
353
|
+
batchDescribeMergeConflicts(
|
|
354
|
+
args: BatchDescribeMergeConflictsCommandInput,
|
|
355
|
+
options?: __HttpHandlerOptions
|
|
356
|
+
): Promise<BatchDescribeMergeConflictsCommandOutput>;
|
|
357
|
+
batchDescribeMergeConflicts(
|
|
358
|
+
args: BatchDescribeMergeConflictsCommandInput,
|
|
359
|
+
cb: (err: any, data?: BatchDescribeMergeConflictsCommandOutput) => void
|
|
360
|
+
): void;
|
|
361
|
+
batchDescribeMergeConflicts(
|
|
362
|
+
args: BatchDescribeMergeConflictsCommandInput,
|
|
363
|
+
options: __HttpHandlerOptions,
|
|
364
|
+
cb: (err: any, data?: BatchDescribeMergeConflictsCommandOutput) => void
|
|
365
|
+
): void;
|
|
366
|
+
|
|
367
|
+
batchDisassociateApprovalRuleTemplateFromRepositories(
|
|
368
|
+
args: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
369
|
+
options?: __HttpHandlerOptions
|
|
370
|
+
): Promise<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput>;
|
|
371
|
+
batchDisassociateApprovalRuleTemplateFromRepositories(
|
|
372
|
+
args: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
373
|
+
cb: (
|
|
374
|
+
err: any,
|
|
375
|
+
data?: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput
|
|
376
|
+
) => void
|
|
377
|
+
): void;
|
|
378
|
+
batchDisassociateApprovalRuleTemplateFromRepositories(
|
|
379
|
+
args: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
380
|
+
options: __HttpHandlerOptions,
|
|
381
|
+
cb: (
|
|
382
|
+
err: any,
|
|
383
|
+
data?: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput
|
|
384
|
+
) => void
|
|
385
|
+
): void;
|
|
386
|
+
|
|
387
|
+
batchGetCommits(
|
|
388
|
+
args: BatchGetCommitsCommandInput,
|
|
389
|
+
options?: __HttpHandlerOptions
|
|
390
|
+
): Promise<BatchGetCommitsCommandOutput>;
|
|
391
|
+
batchGetCommits(
|
|
392
|
+
args: BatchGetCommitsCommandInput,
|
|
393
|
+
cb: (err: any, data?: BatchGetCommitsCommandOutput) => void
|
|
394
|
+
): void;
|
|
395
|
+
batchGetCommits(
|
|
396
|
+
args: BatchGetCommitsCommandInput,
|
|
397
|
+
options: __HttpHandlerOptions,
|
|
398
|
+
cb: (err: any, data?: BatchGetCommitsCommandOutput) => void
|
|
399
|
+
): void;
|
|
400
|
+
|
|
401
|
+
batchGetRepositories(
|
|
402
|
+
args: BatchGetRepositoriesCommandInput,
|
|
403
|
+
options?: __HttpHandlerOptions
|
|
404
|
+
): Promise<BatchGetRepositoriesCommandOutput>;
|
|
405
|
+
batchGetRepositories(
|
|
406
|
+
args: BatchGetRepositoriesCommandInput,
|
|
407
|
+
cb: (err: any, data?: BatchGetRepositoriesCommandOutput) => void
|
|
408
|
+
): void;
|
|
409
|
+
batchGetRepositories(
|
|
410
|
+
args: BatchGetRepositoriesCommandInput,
|
|
411
|
+
options: __HttpHandlerOptions,
|
|
412
|
+
cb: (err: any, data?: BatchGetRepositoriesCommandOutput) => void
|
|
413
|
+
): void;
|
|
414
|
+
|
|
415
|
+
createApprovalRuleTemplate(
|
|
416
|
+
args: CreateApprovalRuleTemplateCommandInput,
|
|
417
|
+
options?: __HttpHandlerOptions
|
|
418
|
+
): Promise<CreateApprovalRuleTemplateCommandOutput>;
|
|
419
|
+
createApprovalRuleTemplate(
|
|
420
|
+
args: CreateApprovalRuleTemplateCommandInput,
|
|
421
|
+
cb: (err: any, data?: CreateApprovalRuleTemplateCommandOutput) => void
|
|
422
|
+
): void;
|
|
423
|
+
createApprovalRuleTemplate(
|
|
424
|
+
args: CreateApprovalRuleTemplateCommandInput,
|
|
425
|
+
options: __HttpHandlerOptions,
|
|
426
|
+
cb: (err: any, data?: CreateApprovalRuleTemplateCommandOutput) => void
|
|
427
|
+
): void;
|
|
428
|
+
|
|
429
|
+
createBranch(
|
|
430
|
+
args: CreateBranchCommandInput,
|
|
431
|
+
options?: __HttpHandlerOptions
|
|
432
|
+
): Promise<CreateBranchCommandOutput>;
|
|
433
|
+
createBranch(
|
|
434
|
+
args: CreateBranchCommandInput,
|
|
435
|
+
cb: (err: any, data?: CreateBranchCommandOutput) => void
|
|
436
|
+
): void;
|
|
437
|
+
createBranch(
|
|
438
|
+
args: CreateBranchCommandInput,
|
|
439
|
+
options: __HttpHandlerOptions,
|
|
440
|
+
cb: (err: any, data?: CreateBranchCommandOutput) => void
|
|
441
|
+
): void;
|
|
442
|
+
|
|
443
|
+
createCommit(
|
|
444
|
+
args: CreateCommitCommandInput,
|
|
445
|
+
options?: __HttpHandlerOptions
|
|
446
|
+
): Promise<CreateCommitCommandOutput>;
|
|
447
|
+
createCommit(
|
|
448
|
+
args: CreateCommitCommandInput,
|
|
449
|
+
cb: (err: any, data?: CreateCommitCommandOutput) => void
|
|
450
|
+
): void;
|
|
451
|
+
createCommit(
|
|
452
|
+
args: CreateCommitCommandInput,
|
|
453
|
+
options: __HttpHandlerOptions,
|
|
454
|
+
cb: (err: any, data?: CreateCommitCommandOutput) => void
|
|
455
|
+
): void;
|
|
456
|
+
|
|
457
|
+
createPullRequest(
|
|
458
|
+
args: CreatePullRequestCommandInput,
|
|
459
|
+
options?: __HttpHandlerOptions
|
|
460
|
+
): Promise<CreatePullRequestCommandOutput>;
|
|
461
|
+
createPullRequest(
|
|
462
|
+
args: CreatePullRequestCommandInput,
|
|
463
|
+
cb: (err: any, data?: CreatePullRequestCommandOutput) => void
|
|
464
|
+
): void;
|
|
465
|
+
createPullRequest(
|
|
466
|
+
args: CreatePullRequestCommandInput,
|
|
467
|
+
options: __HttpHandlerOptions,
|
|
468
|
+
cb: (err: any, data?: CreatePullRequestCommandOutput) => void
|
|
469
|
+
): void;
|
|
470
|
+
|
|
471
|
+
createPullRequestApprovalRule(
|
|
472
|
+
args: CreatePullRequestApprovalRuleCommandInput,
|
|
473
|
+
options?: __HttpHandlerOptions
|
|
474
|
+
): Promise<CreatePullRequestApprovalRuleCommandOutput>;
|
|
475
|
+
createPullRequestApprovalRule(
|
|
476
|
+
args: CreatePullRequestApprovalRuleCommandInput,
|
|
477
|
+
cb: (err: any, data?: CreatePullRequestApprovalRuleCommandOutput) => void
|
|
478
|
+
): void;
|
|
479
|
+
createPullRequestApprovalRule(
|
|
480
|
+
args: CreatePullRequestApprovalRuleCommandInput,
|
|
481
|
+
options: __HttpHandlerOptions,
|
|
482
|
+
cb: (err: any, data?: CreatePullRequestApprovalRuleCommandOutput) => void
|
|
483
|
+
): void;
|
|
484
|
+
|
|
485
|
+
createRepository(
|
|
486
|
+
args: CreateRepositoryCommandInput,
|
|
487
|
+
options?: __HttpHandlerOptions
|
|
488
|
+
): Promise<CreateRepositoryCommandOutput>;
|
|
489
|
+
createRepository(
|
|
490
|
+
args: CreateRepositoryCommandInput,
|
|
491
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
492
|
+
): void;
|
|
493
|
+
createRepository(
|
|
494
|
+
args: CreateRepositoryCommandInput,
|
|
495
|
+
options: __HttpHandlerOptions,
|
|
496
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
497
|
+
): void;
|
|
498
|
+
|
|
499
|
+
createUnreferencedMergeCommit(
|
|
500
|
+
args: CreateUnreferencedMergeCommitCommandInput,
|
|
501
|
+
options?: __HttpHandlerOptions
|
|
502
|
+
): Promise<CreateUnreferencedMergeCommitCommandOutput>;
|
|
503
|
+
createUnreferencedMergeCommit(
|
|
504
|
+
args: CreateUnreferencedMergeCommitCommandInput,
|
|
505
|
+
cb: (err: any, data?: CreateUnreferencedMergeCommitCommandOutput) => void
|
|
506
|
+
): void;
|
|
507
|
+
createUnreferencedMergeCommit(
|
|
508
|
+
args: CreateUnreferencedMergeCommitCommandInput,
|
|
509
|
+
options: __HttpHandlerOptions,
|
|
510
|
+
cb: (err: any, data?: CreateUnreferencedMergeCommitCommandOutput) => void
|
|
511
|
+
): void;
|
|
512
|
+
|
|
513
|
+
deleteApprovalRuleTemplate(
|
|
514
|
+
args: DeleteApprovalRuleTemplateCommandInput,
|
|
515
|
+
options?: __HttpHandlerOptions
|
|
516
|
+
): Promise<DeleteApprovalRuleTemplateCommandOutput>;
|
|
517
|
+
deleteApprovalRuleTemplate(
|
|
518
|
+
args: DeleteApprovalRuleTemplateCommandInput,
|
|
519
|
+
cb: (err: any, data?: DeleteApprovalRuleTemplateCommandOutput) => void
|
|
520
|
+
): void;
|
|
521
|
+
deleteApprovalRuleTemplate(
|
|
522
|
+
args: DeleteApprovalRuleTemplateCommandInput,
|
|
523
|
+
options: __HttpHandlerOptions,
|
|
524
|
+
cb: (err: any, data?: DeleteApprovalRuleTemplateCommandOutput) => void
|
|
525
|
+
): void;
|
|
526
|
+
|
|
527
|
+
deleteBranch(
|
|
528
|
+
args: DeleteBranchCommandInput,
|
|
529
|
+
options?: __HttpHandlerOptions
|
|
530
|
+
): Promise<DeleteBranchCommandOutput>;
|
|
531
|
+
deleteBranch(
|
|
532
|
+
args: DeleteBranchCommandInput,
|
|
533
|
+
cb: (err: any, data?: DeleteBranchCommandOutput) => void
|
|
534
|
+
): void;
|
|
535
|
+
deleteBranch(
|
|
536
|
+
args: DeleteBranchCommandInput,
|
|
537
|
+
options: __HttpHandlerOptions,
|
|
538
|
+
cb: (err: any, data?: DeleteBranchCommandOutput) => void
|
|
539
|
+
): void;
|
|
540
|
+
|
|
541
|
+
deleteCommentContent(
|
|
542
|
+
args: DeleteCommentContentCommandInput,
|
|
543
|
+
options?: __HttpHandlerOptions
|
|
544
|
+
): Promise<DeleteCommentContentCommandOutput>;
|
|
545
|
+
deleteCommentContent(
|
|
546
|
+
args: DeleteCommentContentCommandInput,
|
|
547
|
+
cb: (err: any, data?: DeleteCommentContentCommandOutput) => void
|
|
548
|
+
): void;
|
|
549
|
+
deleteCommentContent(
|
|
550
|
+
args: DeleteCommentContentCommandInput,
|
|
551
|
+
options: __HttpHandlerOptions,
|
|
552
|
+
cb: (err: any, data?: DeleteCommentContentCommandOutput) => void
|
|
553
|
+
): void;
|
|
554
|
+
|
|
555
|
+
deleteFile(
|
|
556
|
+
args: DeleteFileCommandInput,
|
|
557
|
+
options?: __HttpHandlerOptions
|
|
558
|
+
): Promise<DeleteFileCommandOutput>;
|
|
559
|
+
deleteFile(
|
|
560
|
+
args: DeleteFileCommandInput,
|
|
561
|
+
cb: (err: any, data?: DeleteFileCommandOutput) => void
|
|
562
|
+
): void;
|
|
563
|
+
deleteFile(
|
|
564
|
+
args: DeleteFileCommandInput,
|
|
565
|
+
options: __HttpHandlerOptions,
|
|
566
|
+
cb: (err: any, data?: DeleteFileCommandOutput) => void
|
|
567
|
+
): void;
|
|
568
|
+
|
|
569
|
+
deletePullRequestApprovalRule(
|
|
570
|
+
args: DeletePullRequestApprovalRuleCommandInput,
|
|
571
|
+
options?: __HttpHandlerOptions
|
|
572
|
+
): Promise<DeletePullRequestApprovalRuleCommandOutput>;
|
|
573
|
+
deletePullRequestApprovalRule(
|
|
574
|
+
args: DeletePullRequestApprovalRuleCommandInput,
|
|
575
|
+
cb: (err: any, data?: DeletePullRequestApprovalRuleCommandOutput) => void
|
|
576
|
+
): void;
|
|
577
|
+
deletePullRequestApprovalRule(
|
|
578
|
+
args: DeletePullRequestApprovalRuleCommandInput,
|
|
579
|
+
options: __HttpHandlerOptions,
|
|
580
|
+
cb: (err: any, data?: DeletePullRequestApprovalRuleCommandOutput) => void
|
|
581
|
+
): void;
|
|
582
|
+
|
|
583
|
+
deleteRepository(
|
|
584
|
+
args: DeleteRepositoryCommandInput,
|
|
585
|
+
options?: __HttpHandlerOptions
|
|
586
|
+
): Promise<DeleteRepositoryCommandOutput>;
|
|
587
|
+
deleteRepository(
|
|
588
|
+
args: DeleteRepositoryCommandInput,
|
|
589
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
590
|
+
): void;
|
|
591
|
+
deleteRepository(
|
|
592
|
+
args: DeleteRepositoryCommandInput,
|
|
593
|
+
options: __HttpHandlerOptions,
|
|
594
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
595
|
+
): void;
|
|
596
|
+
|
|
597
|
+
describeMergeConflicts(
|
|
598
|
+
args: DescribeMergeConflictsCommandInput,
|
|
599
|
+
options?: __HttpHandlerOptions
|
|
600
|
+
): Promise<DescribeMergeConflictsCommandOutput>;
|
|
601
|
+
describeMergeConflicts(
|
|
602
|
+
args: DescribeMergeConflictsCommandInput,
|
|
603
|
+
cb: (err: any, data?: DescribeMergeConflictsCommandOutput) => void
|
|
604
|
+
): void;
|
|
605
|
+
describeMergeConflicts(
|
|
606
|
+
args: DescribeMergeConflictsCommandInput,
|
|
607
|
+
options: __HttpHandlerOptions,
|
|
608
|
+
cb: (err: any, data?: DescribeMergeConflictsCommandOutput) => void
|
|
609
|
+
): void;
|
|
610
|
+
|
|
611
|
+
describePullRequestEvents(
|
|
612
|
+
args: DescribePullRequestEventsCommandInput,
|
|
613
|
+
options?: __HttpHandlerOptions
|
|
614
|
+
): Promise<DescribePullRequestEventsCommandOutput>;
|
|
615
|
+
describePullRequestEvents(
|
|
616
|
+
args: DescribePullRequestEventsCommandInput,
|
|
617
|
+
cb: (err: any, data?: DescribePullRequestEventsCommandOutput) => void
|
|
618
|
+
): void;
|
|
619
|
+
describePullRequestEvents(
|
|
620
|
+
args: DescribePullRequestEventsCommandInput,
|
|
621
|
+
options: __HttpHandlerOptions,
|
|
622
|
+
cb: (err: any, data?: DescribePullRequestEventsCommandOutput) => void
|
|
623
|
+
): void;
|
|
624
|
+
|
|
625
|
+
disassociateApprovalRuleTemplateFromRepository(
|
|
626
|
+
args: DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
|
|
627
|
+
options?: __HttpHandlerOptions
|
|
628
|
+
): Promise<DisassociateApprovalRuleTemplateFromRepositoryCommandOutput>;
|
|
629
|
+
disassociateApprovalRuleTemplateFromRepository(
|
|
630
|
+
args: DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
|
|
631
|
+
cb: (
|
|
632
|
+
err: any,
|
|
633
|
+
data?: DisassociateApprovalRuleTemplateFromRepositoryCommandOutput
|
|
634
|
+
) => void
|
|
635
|
+
): void;
|
|
636
|
+
disassociateApprovalRuleTemplateFromRepository(
|
|
637
|
+
args: DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
|
|
638
|
+
options: __HttpHandlerOptions,
|
|
639
|
+
cb: (
|
|
640
|
+
err: any,
|
|
641
|
+
data?: DisassociateApprovalRuleTemplateFromRepositoryCommandOutput
|
|
642
|
+
) => void
|
|
643
|
+
): void;
|
|
644
|
+
|
|
645
|
+
evaluatePullRequestApprovalRules(
|
|
646
|
+
args: EvaluatePullRequestApprovalRulesCommandInput,
|
|
647
|
+
options?: __HttpHandlerOptions
|
|
648
|
+
): Promise<EvaluatePullRequestApprovalRulesCommandOutput>;
|
|
649
|
+
evaluatePullRequestApprovalRules(
|
|
650
|
+
args: EvaluatePullRequestApprovalRulesCommandInput,
|
|
651
|
+
cb: (err: any, data?: EvaluatePullRequestApprovalRulesCommandOutput) => void
|
|
652
|
+
): void;
|
|
653
|
+
evaluatePullRequestApprovalRules(
|
|
654
|
+
args: EvaluatePullRequestApprovalRulesCommandInput,
|
|
655
|
+
options: __HttpHandlerOptions,
|
|
656
|
+
cb: (err: any, data?: EvaluatePullRequestApprovalRulesCommandOutput) => void
|
|
657
|
+
): void;
|
|
658
|
+
|
|
659
|
+
getApprovalRuleTemplate(
|
|
660
|
+
args: GetApprovalRuleTemplateCommandInput,
|
|
661
|
+
options?: __HttpHandlerOptions
|
|
662
|
+
): Promise<GetApprovalRuleTemplateCommandOutput>;
|
|
663
|
+
getApprovalRuleTemplate(
|
|
664
|
+
args: GetApprovalRuleTemplateCommandInput,
|
|
665
|
+
cb: (err: any, data?: GetApprovalRuleTemplateCommandOutput) => void
|
|
666
|
+
): void;
|
|
667
|
+
getApprovalRuleTemplate(
|
|
668
|
+
args: GetApprovalRuleTemplateCommandInput,
|
|
669
|
+
options: __HttpHandlerOptions,
|
|
670
|
+
cb: (err: any, data?: GetApprovalRuleTemplateCommandOutput) => void
|
|
671
|
+
): void;
|
|
672
|
+
|
|
673
|
+
getBlob(
|
|
674
|
+
args: GetBlobCommandInput,
|
|
675
|
+
options?: __HttpHandlerOptions
|
|
676
|
+
): Promise<GetBlobCommandOutput>;
|
|
677
|
+
getBlob(
|
|
678
|
+
args: GetBlobCommandInput,
|
|
679
|
+
cb: (err: any, data?: GetBlobCommandOutput) => void
|
|
680
|
+
): void;
|
|
681
|
+
getBlob(
|
|
682
|
+
args: GetBlobCommandInput,
|
|
683
|
+
options: __HttpHandlerOptions,
|
|
684
|
+
cb: (err: any, data?: GetBlobCommandOutput) => void
|
|
685
|
+
): void;
|
|
686
|
+
|
|
687
|
+
getBranch(
|
|
688
|
+
args: GetBranchCommandInput,
|
|
689
|
+
options?: __HttpHandlerOptions
|
|
690
|
+
): Promise<GetBranchCommandOutput>;
|
|
691
|
+
getBranch(
|
|
692
|
+
args: GetBranchCommandInput,
|
|
693
|
+
cb: (err: any, data?: GetBranchCommandOutput) => void
|
|
694
|
+
): void;
|
|
695
|
+
getBranch(
|
|
696
|
+
args: GetBranchCommandInput,
|
|
697
|
+
options: __HttpHandlerOptions,
|
|
698
|
+
cb: (err: any, data?: GetBranchCommandOutput) => void
|
|
699
|
+
): void;
|
|
700
|
+
|
|
701
|
+
getComment(
|
|
702
|
+
args: GetCommentCommandInput,
|
|
703
|
+
options?: __HttpHandlerOptions
|
|
704
|
+
): Promise<GetCommentCommandOutput>;
|
|
705
|
+
getComment(
|
|
706
|
+
args: GetCommentCommandInput,
|
|
707
|
+
cb: (err: any, data?: GetCommentCommandOutput) => void
|
|
708
|
+
): void;
|
|
709
|
+
getComment(
|
|
710
|
+
args: GetCommentCommandInput,
|
|
711
|
+
options: __HttpHandlerOptions,
|
|
712
|
+
cb: (err: any, data?: GetCommentCommandOutput) => void
|
|
713
|
+
): void;
|
|
714
|
+
|
|
715
|
+
getCommentReactions(
|
|
716
|
+
args: GetCommentReactionsCommandInput,
|
|
717
|
+
options?: __HttpHandlerOptions
|
|
718
|
+
): Promise<GetCommentReactionsCommandOutput>;
|
|
719
|
+
getCommentReactions(
|
|
720
|
+
args: GetCommentReactionsCommandInput,
|
|
721
|
+
cb: (err: any, data?: GetCommentReactionsCommandOutput) => void
|
|
722
|
+
): void;
|
|
723
|
+
getCommentReactions(
|
|
724
|
+
args: GetCommentReactionsCommandInput,
|
|
725
|
+
options: __HttpHandlerOptions,
|
|
726
|
+
cb: (err: any, data?: GetCommentReactionsCommandOutput) => void
|
|
727
|
+
): void;
|
|
728
|
+
|
|
729
|
+
getCommentsForComparedCommit(
|
|
730
|
+
args: GetCommentsForComparedCommitCommandInput,
|
|
731
|
+
options?: __HttpHandlerOptions
|
|
732
|
+
): Promise<GetCommentsForComparedCommitCommandOutput>;
|
|
733
|
+
getCommentsForComparedCommit(
|
|
734
|
+
args: GetCommentsForComparedCommitCommandInput,
|
|
735
|
+
cb: (err: any, data?: GetCommentsForComparedCommitCommandOutput) => void
|
|
736
|
+
): void;
|
|
737
|
+
getCommentsForComparedCommit(
|
|
738
|
+
args: GetCommentsForComparedCommitCommandInput,
|
|
739
|
+
options: __HttpHandlerOptions,
|
|
740
|
+
cb: (err: any, data?: GetCommentsForComparedCommitCommandOutput) => void
|
|
741
|
+
): void;
|
|
742
|
+
|
|
743
|
+
getCommentsForPullRequest(
|
|
744
|
+
args: GetCommentsForPullRequestCommandInput,
|
|
745
|
+
options?: __HttpHandlerOptions
|
|
746
|
+
): Promise<GetCommentsForPullRequestCommandOutput>;
|
|
747
|
+
getCommentsForPullRequest(
|
|
748
|
+
args: GetCommentsForPullRequestCommandInput,
|
|
749
|
+
cb: (err: any, data?: GetCommentsForPullRequestCommandOutput) => void
|
|
750
|
+
): void;
|
|
751
|
+
getCommentsForPullRequest(
|
|
752
|
+
args: GetCommentsForPullRequestCommandInput,
|
|
753
|
+
options: __HttpHandlerOptions,
|
|
754
|
+
cb: (err: any, data?: GetCommentsForPullRequestCommandOutput) => void
|
|
755
|
+
): void;
|
|
756
|
+
|
|
757
|
+
getCommit(
|
|
758
|
+
args: GetCommitCommandInput,
|
|
759
|
+
options?: __HttpHandlerOptions
|
|
760
|
+
): Promise<GetCommitCommandOutput>;
|
|
761
|
+
getCommit(
|
|
762
|
+
args: GetCommitCommandInput,
|
|
763
|
+
cb: (err: any, data?: GetCommitCommandOutput) => void
|
|
764
|
+
): void;
|
|
765
|
+
getCommit(
|
|
766
|
+
args: GetCommitCommandInput,
|
|
767
|
+
options: __HttpHandlerOptions,
|
|
768
|
+
cb: (err: any, data?: GetCommitCommandOutput) => void
|
|
769
|
+
): void;
|
|
770
|
+
|
|
771
|
+
getDifferences(
|
|
772
|
+
args: GetDifferencesCommandInput,
|
|
773
|
+
options?: __HttpHandlerOptions
|
|
774
|
+
): Promise<GetDifferencesCommandOutput>;
|
|
775
|
+
getDifferences(
|
|
776
|
+
args: GetDifferencesCommandInput,
|
|
777
|
+
cb: (err: any, data?: GetDifferencesCommandOutput) => void
|
|
778
|
+
): void;
|
|
779
|
+
getDifferences(
|
|
780
|
+
args: GetDifferencesCommandInput,
|
|
781
|
+
options: __HttpHandlerOptions,
|
|
782
|
+
cb: (err: any, data?: GetDifferencesCommandOutput) => void
|
|
783
|
+
): void;
|
|
784
|
+
|
|
785
|
+
getFile(
|
|
786
|
+
args: GetFileCommandInput,
|
|
787
|
+
options?: __HttpHandlerOptions
|
|
788
|
+
): Promise<GetFileCommandOutput>;
|
|
789
|
+
getFile(
|
|
790
|
+
args: GetFileCommandInput,
|
|
791
|
+
cb: (err: any, data?: GetFileCommandOutput) => void
|
|
792
|
+
): void;
|
|
793
|
+
getFile(
|
|
794
|
+
args: GetFileCommandInput,
|
|
795
|
+
options: __HttpHandlerOptions,
|
|
796
|
+
cb: (err: any, data?: GetFileCommandOutput) => void
|
|
797
|
+
): void;
|
|
798
|
+
|
|
799
|
+
getFolder(
|
|
800
|
+
args: GetFolderCommandInput,
|
|
801
|
+
options?: __HttpHandlerOptions
|
|
802
|
+
): Promise<GetFolderCommandOutput>;
|
|
803
|
+
getFolder(
|
|
804
|
+
args: GetFolderCommandInput,
|
|
805
|
+
cb: (err: any, data?: GetFolderCommandOutput) => void
|
|
806
|
+
): void;
|
|
807
|
+
getFolder(
|
|
808
|
+
args: GetFolderCommandInput,
|
|
809
|
+
options: __HttpHandlerOptions,
|
|
810
|
+
cb: (err: any, data?: GetFolderCommandOutput) => void
|
|
811
|
+
): void;
|
|
812
|
+
|
|
813
|
+
getMergeCommit(
|
|
814
|
+
args: GetMergeCommitCommandInput,
|
|
815
|
+
options?: __HttpHandlerOptions
|
|
816
|
+
): Promise<GetMergeCommitCommandOutput>;
|
|
817
|
+
getMergeCommit(
|
|
818
|
+
args: GetMergeCommitCommandInput,
|
|
819
|
+
cb: (err: any, data?: GetMergeCommitCommandOutput) => void
|
|
820
|
+
): void;
|
|
821
|
+
getMergeCommit(
|
|
822
|
+
args: GetMergeCommitCommandInput,
|
|
823
|
+
options: __HttpHandlerOptions,
|
|
824
|
+
cb: (err: any, data?: GetMergeCommitCommandOutput) => void
|
|
825
|
+
): void;
|
|
826
|
+
|
|
827
|
+
getMergeConflicts(
|
|
828
|
+
args: GetMergeConflictsCommandInput,
|
|
829
|
+
options?: __HttpHandlerOptions
|
|
830
|
+
): Promise<GetMergeConflictsCommandOutput>;
|
|
831
|
+
getMergeConflicts(
|
|
832
|
+
args: GetMergeConflictsCommandInput,
|
|
833
|
+
cb: (err: any, data?: GetMergeConflictsCommandOutput) => void
|
|
834
|
+
): void;
|
|
835
|
+
getMergeConflicts(
|
|
836
|
+
args: GetMergeConflictsCommandInput,
|
|
837
|
+
options: __HttpHandlerOptions,
|
|
838
|
+
cb: (err: any, data?: GetMergeConflictsCommandOutput) => void
|
|
839
|
+
): void;
|
|
840
|
+
|
|
841
|
+
getMergeOptions(
|
|
842
|
+
args: GetMergeOptionsCommandInput,
|
|
843
|
+
options?: __HttpHandlerOptions
|
|
844
|
+
): Promise<GetMergeOptionsCommandOutput>;
|
|
845
|
+
getMergeOptions(
|
|
846
|
+
args: GetMergeOptionsCommandInput,
|
|
847
|
+
cb: (err: any, data?: GetMergeOptionsCommandOutput) => void
|
|
848
|
+
): void;
|
|
849
|
+
getMergeOptions(
|
|
850
|
+
args: GetMergeOptionsCommandInput,
|
|
851
|
+
options: __HttpHandlerOptions,
|
|
852
|
+
cb: (err: any, data?: GetMergeOptionsCommandOutput) => void
|
|
853
|
+
): void;
|
|
854
|
+
|
|
855
|
+
getPullRequest(
|
|
856
|
+
args: GetPullRequestCommandInput,
|
|
857
|
+
options?: __HttpHandlerOptions
|
|
858
|
+
): Promise<GetPullRequestCommandOutput>;
|
|
859
|
+
getPullRequest(
|
|
860
|
+
args: GetPullRequestCommandInput,
|
|
861
|
+
cb: (err: any, data?: GetPullRequestCommandOutput) => void
|
|
862
|
+
): void;
|
|
863
|
+
getPullRequest(
|
|
864
|
+
args: GetPullRequestCommandInput,
|
|
865
|
+
options: __HttpHandlerOptions,
|
|
866
|
+
cb: (err: any, data?: GetPullRequestCommandOutput) => void
|
|
867
|
+
): void;
|
|
868
|
+
|
|
869
|
+
getPullRequestApprovalStates(
|
|
870
|
+
args: GetPullRequestApprovalStatesCommandInput,
|
|
871
|
+
options?: __HttpHandlerOptions
|
|
872
|
+
): Promise<GetPullRequestApprovalStatesCommandOutput>;
|
|
873
|
+
getPullRequestApprovalStates(
|
|
874
|
+
args: GetPullRequestApprovalStatesCommandInput,
|
|
875
|
+
cb: (err: any, data?: GetPullRequestApprovalStatesCommandOutput) => void
|
|
876
|
+
): void;
|
|
877
|
+
getPullRequestApprovalStates(
|
|
878
|
+
args: GetPullRequestApprovalStatesCommandInput,
|
|
879
|
+
options: __HttpHandlerOptions,
|
|
880
|
+
cb: (err: any, data?: GetPullRequestApprovalStatesCommandOutput) => void
|
|
881
|
+
): void;
|
|
882
|
+
|
|
883
|
+
getPullRequestOverrideState(
|
|
884
|
+
args: GetPullRequestOverrideStateCommandInput,
|
|
885
|
+
options?: __HttpHandlerOptions
|
|
886
|
+
): Promise<GetPullRequestOverrideStateCommandOutput>;
|
|
887
|
+
getPullRequestOverrideState(
|
|
888
|
+
args: GetPullRequestOverrideStateCommandInput,
|
|
889
|
+
cb: (err: any, data?: GetPullRequestOverrideStateCommandOutput) => void
|
|
890
|
+
): void;
|
|
891
|
+
getPullRequestOverrideState(
|
|
892
|
+
args: GetPullRequestOverrideStateCommandInput,
|
|
893
|
+
options: __HttpHandlerOptions,
|
|
894
|
+
cb: (err: any, data?: GetPullRequestOverrideStateCommandOutput) => void
|
|
895
|
+
): void;
|
|
896
|
+
|
|
897
|
+
getRepository(
|
|
898
|
+
args: GetRepositoryCommandInput,
|
|
899
|
+
options?: __HttpHandlerOptions
|
|
900
|
+
): Promise<GetRepositoryCommandOutput>;
|
|
901
|
+
getRepository(
|
|
902
|
+
args: GetRepositoryCommandInput,
|
|
903
|
+
cb: (err: any, data?: GetRepositoryCommandOutput) => void
|
|
904
|
+
): void;
|
|
905
|
+
getRepository(
|
|
906
|
+
args: GetRepositoryCommandInput,
|
|
907
|
+
options: __HttpHandlerOptions,
|
|
908
|
+
cb: (err: any, data?: GetRepositoryCommandOutput) => void
|
|
909
|
+
): void;
|
|
910
|
+
|
|
911
|
+
getRepositoryTriggers(
|
|
912
|
+
args: GetRepositoryTriggersCommandInput,
|
|
913
|
+
options?: __HttpHandlerOptions
|
|
914
|
+
): Promise<GetRepositoryTriggersCommandOutput>;
|
|
915
|
+
getRepositoryTriggers(
|
|
916
|
+
args: GetRepositoryTriggersCommandInput,
|
|
917
|
+
cb: (err: any, data?: GetRepositoryTriggersCommandOutput) => void
|
|
918
|
+
): void;
|
|
919
|
+
getRepositoryTriggers(
|
|
920
|
+
args: GetRepositoryTriggersCommandInput,
|
|
921
|
+
options: __HttpHandlerOptions,
|
|
922
|
+
cb: (err: any, data?: GetRepositoryTriggersCommandOutput) => void
|
|
923
|
+
): void;
|
|
924
|
+
|
|
925
|
+
listApprovalRuleTemplates(
|
|
926
|
+
args: ListApprovalRuleTemplatesCommandInput,
|
|
927
|
+
options?: __HttpHandlerOptions
|
|
928
|
+
): Promise<ListApprovalRuleTemplatesCommandOutput>;
|
|
929
|
+
listApprovalRuleTemplates(
|
|
930
|
+
args: ListApprovalRuleTemplatesCommandInput,
|
|
931
|
+
cb: (err: any, data?: ListApprovalRuleTemplatesCommandOutput) => void
|
|
932
|
+
): void;
|
|
933
|
+
listApprovalRuleTemplates(
|
|
934
|
+
args: ListApprovalRuleTemplatesCommandInput,
|
|
935
|
+
options: __HttpHandlerOptions,
|
|
936
|
+
cb: (err: any, data?: ListApprovalRuleTemplatesCommandOutput) => void
|
|
937
|
+
): void;
|
|
938
|
+
|
|
939
|
+
listAssociatedApprovalRuleTemplatesForRepository(
|
|
940
|
+
args: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
941
|
+
options?: __HttpHandlerOptions
|
|
942
|
+
): Promise<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
|
|
943
|
+
listAssociatedApprovalRuleTemplatesForRepository(
|
|
944
|
+
args: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
945
|
+
cb: (
|
|
946
|
+
err: any,
|
|
947
|
+
data?: ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput
|
|
948
|
+
) => void
|
|
949
|
+
): void;
|
|
950
|
+
listAssociatedApprovalRuleTemplatesForRepository(
|
|
951
|
+
args: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
952
|
+
options: __HttpHandlerOptions,
|
|
953
|
+
cb: (
|
|
954
|
+
err: any,
|
|
955
|
+
data?: ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput
|
|
956
|
+
) => void
|
|
957
|
+
): void;
|
|
958
|
+
|
|
959
|
+
listBranches(
|
|
960
|
+
args: ListBranchesCommandInput,
|
|
961
|
+
options?: __HttpHandlerOptions
|
|
962
|
+
): Promise<ListBranchesCommandOutput>;
|
|
963
|
+
listBranches(
|
|
964
|
+
args: ListBranchesCommandInput,
|
|
965
|
+
cb: (err: any, data?: ListBranchesCommandOutput) => void
|
|
966
|
+
): void;
|
|
967
|
+
listBranches(
|
|
968
|
+
args: ListBranchesCommandInput,
|
|
969
|
+
options: __HttpHandlerOptions,
|
|
970
|
+
cb: (err: any, data?: ListBranchesCommandOutput) => void
|
|
971
|
+
): void;
|
|
972
|
+
|
|
973
|
+
listPullRequests(
|
|
974
|
+
args: ListPullRequestsCommandInput,
|
|
975
|
+
options?: __HttpHandlerOptions
|
|
976
|
+
): Promise<ListPullRequestsCommandOutput>;
|
|
977
|
+
listPullRequests(
|
|
978
|
+
args: ListPullRequestsCommandInput,
|
|
979
|
+
cb: (err: any, data?: ListPullRequestsCommandOutput) => void
|
|
980
|
+
): void;
|
|
981
|
+
listPullRequests(
|
|
982
|
+
args: ListPullRequestsCommandInput,
|
|
983
|
+
options: __HttpHandlerOptions,
|
|
984
|
+
cb: (err: any, data?: ListPullRequestsCommandOutput) => void
|
|
985
|
+
): void;
|
|
986
|
+
|
|
987
|
+
listRepositories(
|
|
988
|
+
args: ListRepositoriesCommandInput,
|
|
989
|
+
options?: __HttpHandlerOptions
|
|
990
|
+
): Promise<ListRepositoriesCommandOutput>;
|
|
991
|
+
listRepositories(
|
|
992
|
+
args: ListRepositoriesCommandInput,
|
|
993
|
+
cb: (err: any, data?: ListRepositoriesCommandOutput) => void
|
|
994
|
+
): void;
|
|
995
|
+
listRepositories(
|
|
996
|
+
args: ListRepositoriesCommandInput,
|
|
997
|
+
options: __HttpHandlerOptions,
|
|
998
|
+
cb: (err: any, data?: ListRepositoriesCommandOutput) => void
|
|
999
|
+
): void;
|
|
1000
|
+
|
|
1001
|
+
listRepositoriesForApprovalRuleTemplate(
|
|
1002
|
+
args: ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
1003
|
+
options?: __HttpHandlerOptions
|
|
1004
|
+
): Promise<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
|
|
1005
|
+
listRepositoriesForApprovalRuleTemplate(
|
|
1006
|
+
args: ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
1007
|
+
cb: (
|
|
1008
|
+
err: any,
|
|
1009
|
+
data?: ListRepositoriesForApprovalRuleTemplateCommandOutput
|
|
1010
|
+
) => void
|
|
1011
|
+
): void;
|
|
1012
|
+
listRepositoriesForApprovalRuleTemplate(
|
|
1013
|
+
args: ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
1014
|
+
options: __HttpHandlerOptions,
|
|
1015
|
+
cb: (
|
|
1016
|
+
err: any,
|
|
1017
|
+
data?: ListRepositoriesForApprovalRuleTemplateCommandOutput
|
|
1018
|
+
) => void
|
|
1019
|
+
): void;
|
|
1020
|
+
|
|
1021
|
+
listTagsForResource(
|
|
1022
|
+
args: ListTagsForResourceCommandInput,
|
|
1023
|
+
options?: __HttpHandlerOptions
|
|
1024
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1025
|
+
listTagsForResource(
|
|
1026
|
+
args: ListTagsForResourceCommandInput,
|
|
1027
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1028
|
+
): void;
|
|
1029
|
+
listTagsForResource(
|
|
1030
|
+
args: ListTagsForResourceCommandInput,
|
|
1031
|
+
options: __HttpHandlerOptions,
|
|
1032
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1033
|
+
): void;
|
|
1034
|
+
|
|
1035
|
+
mergeBranchesByFastForward(
|
|
1036
|
+
args: MergeBranchesByFastForwardCommandInput,
|
|
1037
|
+
options?: __HttpHandlerOptions
|
|
1038
|
+
): Promise<MergeBranchesByFastForwardCommandOutput>;
|
|
1039
|
+
mergeBranchesByFastForward(
|
|
1040
|
+
args: MergeBranchesByFastForwardCommandInput,
|
|
1041
|
+
cb: (err: any, data?: MergeBranchesByFastForwardCommandOutput) => void
|
|
1042
|
+
): void;
|
|
1043
|
+
mergeBranchesByFastForward(
|
|
1044
|
+
args: MergeBranchesByFastForwardCommandInput,
|
|
1045
|
+
options: __HttpHandlerOptions,
|
|
1046
|
+
cb: (err: any, data?: MergeBranchesByFastForwardCommandOutput) => void
|
|
1047
|
+
): void;
|
|
1048
|
+
|
|
1049
|
+
mergeBranchesBySquash(
|
|
1050
|
+
args: MergeBranchesBySquashCommandInput,
|
|
1051
|
+
options?: __HttpHandlerOptions
|
|
1052
|
+
): Promise<MergeBranchesBySquashCommandOutput>;
|
|
1053
|
+
mergeBranchesBySquash(
|
|
1054
|
+
args: MergeBranchesBySquashCommandInput,
|
|
1055
|
+
cb: (err: any, data?: MergeBranchesBySquashCommandOutput) => void
|
|
1056
|
+
): void;
|
|
1057
|
+
mergeBranchesBySquash(
|
|
1058
|
+
args: MergeBranchesBySquashCommandInput,
|
|
1059
|
+
options: __HttpHandlerOptions,
|
|
1060
|
+
cb: (err: any, data?: MergeBranchesBySquashCommandOutput) => void
|
|
1061
|
+
): void;
|
|
1062
|
+
|
|
1063
|
+
mergeBranchesByThreeWay(
|
|
1064
|
+
args: MergeBranchesByThreeWayCommandInput,
|
|
1065
|
+
options?: __HttpHandlerOptions
|
|
1066
|
+
): Promise<MergeBranchesByThreeWayCommandOutput>;
|
|
1067
|
+
mergeBranchesByThreeWay(
|
|
1068
|
+
args: MergeBranchesByThreeWayCommandInput,
|
|
1069
|
+
cb: (err: any, data?: MergeBranchesByThreeWayCommandOutput) => void
|
|
1070
|
+
): void;
|
|
1071
|
+
mergeBranchesByThreeWay(
|
|
1072
|
+
args: MergeBranchesByThreeWayCommandInput,
|
|
1073
|
+
options: __HttpHandlerOptions,
|
|
1074
|
+
cb: (err: any, data?: MergeBranchesByThreeWayCommandOutput) => void
|
|
1075
|
+
): void;
|
|
1076
|
+
|
|
1077
|
+
mergePullRequestByFastForward(
|
|
1078
|
+
args: MergePullRequestByFastForwardCommandInput,
|
|
1079
|
+
options?: __HttpHandlerOptions
|
|
1080
|
+
): Promise<MergePullRequestByFastForwardCommandOutput>;
|
|
1081
|
+
mergePullRequestByFastForward(
|
|
1082
|
+
args: MergePullRequestByFastForwardCommandInput,
|
|
1083
|
+
cb: (err: any, data?: MergePullRequestByFastForwardCommandOutput) => void
|
|
1084
|
+
): void;
|
|
1085
|
+
mergePullRequestByFastForward(
|
|
1086
|
+
args: MergePullRequestByFastForwardCommandInput,
|
|
1087
|
+
options: __HttpHandlerOptions,
|
|
1088
|
+
cb: (err: any, data?: MergePullRequestByFastForwardCommandOutput) => void
|
|
1089
|
+
): void;
|
|
1090
|
+
|
|
1091
|
+
mergePullRequestBySquash(
|
|
1092
|
+
args: MergePullRequestBySquashCommandInput,
|
|
1093
|
+
options?: __HttpHandlerOptions
|
|
1094
|
+
): Promise<MergePullRequestBySquashCommandOutput>;
|
|
1095
|
+
mergePullRequestBySquash(
|
|
1096
|
+
args: MergePullRequestBySquashCommandInput,
|
|
1097
|
+
cb: (err: any, data?: MergePullRequestBySquashCommandOutput) => void
|
|
1098
|
+
): void;
|
|
1099
|
+
mergePullRequestBySquash(
|
|
1100
|
+
args: MergePullRequestBySquashCommandInput,
|
|
1101
|
+
options: __HttpHandlerOptions,
|
|
1102
|
+
cb: (err: any, data?: MergePullRequestBySquashCommandOutput) => void
|
|
1103
|
+
): void;
|
|
1104
|
+
|
|
1105
|
+
mergePullRequestByThreeWay(
|
|
1106
|
+
args: MergePullRequestByThreeWayCommandInput,
|
|
1107
|
+
options?: __HttpHandlerOptions
|
|
1108
|
+
): Promise<MergePullRequestByThreeWayCommandOutput>;
|
|
1109
|
+
mergePullRequestByThreeWay(
|
|
1110
|
+
args: MergePullRequestByThreeWayCommandInput,
|
|
1111
|
+
cb: (err: any, data?: MergePullRequestByThreeWayCommandOutput) => void
|
|
1112
|
+
): void;
|
|
1113
|
+
mergePullRequestByThreeWay(
|
|
1114
|
+
args: MergePullRequestByThreeWayCommandInput,
|
|
1115
|
+
options: __HttpHandlerOptions,
|
|
1116
|
+
cb: (err: any, data?: MergePullRequestByThreeWayCommandOutput) => void
|
|
1117
|
+
): void;
|
|
1118
|
+
|
|
1119
|
+
overridePullRequestApprovalRules(
|
|
1120
|
+
args: OverridePullRequestApprovalRulesCommandInput,
|
|
1121
|
+
options?: __HttpHandlerOptions
|
|
1122
|
+
): Promise<OverridePullRequestApprovalRulesCommandOutput>;
|
|
1123
|
+
overridePullRequestApprovalRules(
|
|
1124
|
+
args: OverridePullRequestApprovalRulesCommandInput,
|
|
1125
|
+
cb: (err: any, data?: OverridePullRequestApprovalRulesCommandOutput) => void
|
|
1126
|
+
): void;
|
|
1127
|
+
overridePullRequestApprovalRules(
|
|
1128
|
+
args: OverridePullRequestApprovalRulesCommandInput,
|
|
1129
|
+
options: __HttpHandlerOptions,
|
|
1130
|
+
cb: (err: any, data?: OverridePullRequestApprovalRulesCommandOutput) => void
|
|
1131
|
+
): void;
|
|
1132
|
+
|
|
1133
|
+
postCommentForComparedCommit(
|
|
1134
|
+
args: PostCommentForComparedCommitCommandInput,
|
|
1135
|
+
options?: __HttpHandlerOptions
|
|
1136
|
+
): Promise<PostCommentForComparedCommitCommandOutput>;
|
|
1137
|
+
postCommentForComparedCommit(
|
|
1138
|
+
args: PostCommentForComparedCommitCommandInput,
|
|
1139
|
+
cb: (err: any, data?: PostCommentForComparedCommitCommandOutput) => void
|
|
1140
|
+
): void;
|
|
1141
|
+
postCommentForComparedCommit(
|
|
1142
|
+
args: PostCommentForComparedCommitCommandInput,
|
|
1143
|
+
options: __HttpHandlerOptions,
|
|
1144
|
+
cb: (err: any, data?: PostCommentForComparedCommitCommandOutput) => void
|
|
1145
|
+
): void;
|
|
1146
|
+
|
|
1147
|
+
postCommentForPullRequest(
|
|
1148
|
+
args: PostCommentForPullRequestCommandInput,
|
|
1149
|
+
options?: __HttpHandlerOptions
|
|
1150
|
+
): Promise<PostCommentForPullRequestCommandOutput>;
|
|
1151
|
+
postCommentForPullRequest(
|
|
1152
|
+
args: PostCommentForPullRequestCommandInput,
|
|
1153
|
+
cb: (err: any, data?: PostCommentForPullRequestCommandOutput) => void
|
|
1154
|
+
): void;
|
|
1155
|
+
postCommentForPullRequest(
|
|
1156
|
+
args: PostCommentForPullRequestCommandInput,
|
|
1157
|
+
options: __HttpHandlerOptions,
|
|
1158
|
+
cb: (err: any, data?: PostCommentForPullRequestCommandOutput) => void
|
|
1159
|
+
): void;
|
|
1160
|
+
|
|
1161
|
+
postCommentReply(
|
|
1162
|
+
args: PostCommentReplyCommandInput,
|
|
1163
|
+
options?: __HttpHandlerOptions
|
|
1164
|
+
): Promise<PostCommentReplyCommandOutput>;
|
|
1165
|
+
postCommentReply(
|
|
1166
|
+
args: PostCommentReplyCommandInput,
|
|
1167
|
+
cb: (err: any, data?: PostCommentReplyCommandOutput) => void
|
|
1168
|
+
): void;
|
|
1169
|
+
postCommentReply(
|
|
1170
|
+
args: PostCommentReplyCommandInput,
|
|
1171
|
+
options: __HttpHandlerOptions,
|
|
1172
|
+
cb: (err: any, data?: PostCommentReplyCommandOutput) => void
|
|
1173
|
+
): void;
|
|
1174
|
+
|
|
1175
|
+
putCommentReaction(
|
|
1176
|
+
args: PutCommentReactionCommandInput,
|
|
1177
|
+
options?: __HttpHandlerOptions
|
|
1178
|
+
): Promise<PutCommentReactionCommandOutput>;
|
|
1179
|
+
putCommentReaction(
|
|
1180
|
+
args: PutCommentReactionCommandInput,
|
|
1181
|
+
cb: (err: any, data?: PutCommentReactionCommandOutput) => void
|
|
1182
|
+
): void;
|
|
1183
|
+
putCommentReaction(
|
|
1184
|
+
args: PutCommentReactionCommandInput,
|
|
1185
|
+
options: __HttpHandlerOptions,
|
|
1186
|
+
cb: (err: any, data?: PutCommentReactionCommandOutput) => void
|
|
1187
|
+
): void;
|
|
1188
|
+
|
|
1189
|
+
putFile(
|
|
1190
|
+
args: PutFileCommandInput,
|
|
1191
|
+
options?: __HttpHandlerOptions
|
|
1192
|
+
): Promise<PutFileCommandOutput>;
|
|
1193
|
+
putFile(
|
|
1194
|
+
args: PutFileCommandInput,
|
|
1195
|
+
cb: (err: any, data?: PutFileCommandOutput) => void
|
|
1196
|
+
): void;
|
|
1197
|
+
putFile(
|
|
1198
|
+
args: PutFileCommandInput,
|
|
1199
|
+
options: __HttpHandlerOptions,
|
|
1200
|
+
cb: (err: any, data?: PutFileCommandOutput) => void
|
|
1201
|
+
): void;
|
|
1202
|
+
|
|
1203
|
+
putRepositoryTriggers(
|
|
1204
|
+
args: PutRepositoryTriggersCommandInput,
|
|
1205
|
+
options?: __HttpHandlerOptions
|
|
1206
|
+
): Promise<PutRepositoryTriggersCommandOutput>;
|
|
1207
|
+
putRepositoryTriggers(
|
|
1208
|
+
args: PutRepositoryTriggersCommandInput,
|
|
1209
|
+
cb: (err: any, data?: PutRepositoryTriggersCommandOutput) => void
|
|
1210
|
+
): void;
|
|
1211
|
+
putRepositoryTriggers(
|
|
1212
|
+
args: PutRepositoryTriggersCommandInput,
|
|
1213
|
+
options: __HttpHandlerOptions,
|
|
1214
|
+
cb: (err: any, data?: PutRepositoryTriggersCommandOutput) => void
|
|
1215
|
+
): void;
|
|
1216
|
+
|
|
1217
|
+
tagResource(
|
|
1218
|
+
args: TagResourceCommandInput,
|
|
1219
|
+
options?: __HttpHandlerOptions
|
|
1220
|
+
): Promise<TagResourceCommandOutput>;
|
|
1221
|
+
tagResource(
|
|
1222
|
+
args: TagResourceCommandInput,
|
|
1223
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1224
|
+
): void;
|
|
1225
|
+
tagResource(
|
|
1226
|
+
args: TagResourceCommandInput,
|
|
1227
|
+
options: __HttpHandlerOptions,
|
|
1228
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1229
|
+
): void;
|
|
1230
|
+
|
|
1231
|
+
testRepositoryTriggers(
|
|
1232
|
+
args: TestRepositoryTriggersCommandInput,
|
|
1233
|
+
options?: __HttpHandlerOptions
|
|
1234
|
+
): Promise<TestRepositoryTriggersCommandOutput>;
|
|
1235
|
+
testRepositoryTriggers(
|
|
1236
|
+
args: TestRepositoryTriggersCommandInput,
|
|
1237
|
+
cb: (err: any, data?: TestRepositoryTriggersCommandOutput) => void
|
|
1238
|
+
): void;
|
|
1239
|
+
testRepositoryTriggers(
|
|
1240
|
+
args: TestRepositoryTriggersCommandInput,
|
|
1241
|
+
options: __HttpHandlerOptions,
|
|
1242
|
+
cb: (err: any, data?: TestRepositoryTriggersCommandOutput) => void
|
|
1243
|
+
): void;
|
|
1244
|
+
|
|
1245
|
+
untagResource(
|
|
1246
|
+
args: UntagResourceCommandInput,
|
|
1247
|
+
options?: __HttpHandlerOptions
|
|
1248
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1249
|
+
untagResource(
|
|
1250
|
+
args: UntagResourceCommandInput,
|
|
1251
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1252
|
+
): void;
|
|
1253
|
+
untagResource(
|
|
1254
|
+
args: UntagResourceCommandInput,
|
|
1255
|
+
options: __HttpHandlerOptions,
|
|
1256
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1257
|
+
): void;
|
|
1258
|
+
|
|
1259
|
+
updateApprovalRuleTemplateContent(
|
|
1260
|
+
args: UpdateApprovalRuleTemplateContentCommandInput,
|
|
1261
|
+
options?: __HttpHandlerOptions
|
|
1262
|
+
): Promise<UpdateApprovalRuleTemplateContentCommandOutput>;
|
|
1263
|
+
updateApprovalRuleTemplateContent(
|
|
1264
|
+
args: UpdateApprovalRuleTemplateContentCommandInput,
|
|
1265
|
+
cb: (
|
|
1266
|
+
err: any,
|
|
1267
|
+
data?: UpdateApprovalRuleTemplateContentCommandOutput
|
|
1268
|
+
) => void
|
|
1269
|
+
): void;
|
|
1270
|
+
updateApprovalRuleTemplateContent(
|
|
1271
|
+
args: UpdateApprovalRuleTemplateContentCommandInput,
|
|
1272
|
+
options: __HttpHandlerOptions,
|
|
1273
|
+
cb: (
|
|
1274
|
+
err: any,
|
|
1275
|
+
data?: UpdateApprovalRuleTemplateContentCommandOutput
|
|
1276
|
+
) => void
|
|
1277
|
+
): void;
|
|
1278
|
+
|
|
1279
|
+
updateApprovalRuleTemplateDescription(
|
|
1280
|
+
args: UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
1281
|
+
options?: __HttpHandlerOptions
|
|
1282
|
+
): Promise<UpdateApprovalRuleTemplateDescriptionCommandOutput>;
|
|
1283
|
+
updateApprovalRuleTemplateDescription(
|
|
1284
|
+
args: UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
1285
|
+
cb: (
|
|
1286
|
+
err: any,
|
|
1287
|
+
data?: UpdateApprovalRuleTemplateDescriptionCommandOutput
|
|
1288
|
+
) => void
|
|
1289
|
+
): void;
|
|
1290
|
+
updateApprovalRuleTemplateDescription(
|
|
1291
|
+
args: UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
1292
|
+
options: __HttpHandlerOptions,
|
|
1293
|
+
cb: (
|
|
1294
|
+
err: any,
|
|
1295
|
+
data?: UpdateApprovalRuleTemplateDescriptionCommandOutput
|
|
1296
|
+
) => void
|
|
1297
|
+
): void;
|
|
1298
|
+
|
|
1299
|
+
updateApprovalRuleTemplateName(
|
|
1300
|
+
args: UpdateApprovalRuleTemplateNameCommandInput,
|
|
1301
|
+
options?: __HttpHandlerOptions
|
|
1302
|
+
): Promise<UpdateApprovalRuleTemplateNameCommandOutput>;
|
|
1303
|
+
updateApprovalRuleTemplateName(
|
|
1304
|
+
args: UpdateApprovalRuleTemplateNameCommandInput,
|
|
1305
|
+
cb: (err: any, data?: UpdateApprovalRuleTemplateNameCommandOutput) => void
|
|
1306
|
+
): void;
|
|
1307
|
+
updateApprovalRuleTemplateName(
|
|
1308
|
+
args: UpdateApprovalRuleTemplateNameCommandInput,
|
|
1309
|
+
options: __HttpHandlerOptions,
|
|
1310
|
+
cb: (err: any, data?: UpdateApprovalRuleTemplateNameCommandOutput) => void
|
|
1311
|
+
): void;
|
|
1312
|
+
|
|
1313
|
+
updateComment(
|
|
1314
|
+
args: UpdateCommentCommandInput,
|
|
1315
|
+
options?: __HttpHandlerOptions
|
|
1316
|
+
): Promise<UpdateCommentCommandOutput>;
|
|
1317
|
+
updateComment(
|
|
1318
|
+
args: UpdateCommentCommandInput,
|
|
1319
|
+
cb: (err: any, data?: UpdateCommentCommandOutput) => void
|
|
1320
|
+
): void;
|
|
1321
|
+
updateComment(
|
|
1322
|
+
args: UpdateCommentCommandInput,
|
|
1323
|
+
options: __HttpHandlerOptions,
|
|
1324
|
+
cb: (err: any, data?: UpdateCommentCommandOutput) => void
|
|
1325
|
+
): void;
|
|
1326
|
+
|
|
1327
|
+
updateDefaultBranch(
|
|
1328
|
+
args: UpdateDefaultBranchCommandInput,
|
|
1329
|
+
options?: __HttpHandlerOptions
|
|
1330
|
+
): Promise<UpdateDefaultBranchCommandOutput>;
|
|
1331
|
+
updateDefaultBranch(
|
|
1332
|
+
args: UpdateDefaultBranchCommandInput,
|
|
1333
|
+
cb: (err: any, data?: UpdateDefaultBranchCommandOutput) => void
|
|
1334
|
+
): void;
|
|
1335
|
+
updateDefaultBranch(
|
|
1336
|
+
args: UpdateDefaultBranchCommandInput,
|
|
1337
|
+
options: __HttpHandlerOptions,
|
|
1338
|
+
cb: (err: any, data?: UpdateDefaultBranchCommandOutput) => void
|
|
1339
|
+
): void;
|
|
1340
|
+
|
|
1341
|
+
updatePullRequestApprovalRuleContent(
|
|
1342
|
+
args: UpdatePullRequestApprovalRuleContentCommandInput,
|
|
1343
|
+
options?: __HttpHandlerOptions
|
|
1344
|
+
): Promise<UpdatePullRequestApprovalRuleContentCommandOutput>;
|
|
1345
|
+
updatePullRequestApprovalRuleContent(
|
|
1346
|
+
args: UpdatePullRequestApprovalRuleContentCommandInput,
|
|
1347
|
+
cb: (
|
|
1348
|
+
err: any,
|
|
1349
|
+
data?: UpdatePullRequestApprovalRuleContentCommandOutput
|
|
1350
|
+
) => void
|
|
1351
|
+
): void;
|
|
1352
|
+
updatePullRequestApprovalRuleContent(
|
|
1353
|
+
args: UpdatePullRequestApprovalRuleContentCommandInput,
|
|
1354
|
+
options: __HttpHandlerOptions,
|
|
1355
|
+
cb: (
|
|
1356
|
+
err: any,
|
|
1357
|
+
data?: UpdatePullRequestApprovalRuleContentCommandOutput
|
|
1358
|
+
) => void
|
|
1359
|
+
): void;
|
|
1360
|
+
|
|
1361
|
+
updatePullRequestApprovalState(
|
|
1362
|
+
args: UpdatePullRequestApprovalStateCommandInput,
|
|
1363
|
+
options?: __HttpHandlerOptions
|
|
1364
|
+
): Promise<UpdatePullRequestApprovalStateCommandOutput>;
|
|
1365
|
+
updatePullRequestApprovalState(
|
|
1366
|
+
args: UpdatePullRequestApprovalStateCommandInput,
|
|
1367
|
+
cb: (err: any, data?: UpdatePullRequestApprovalStateCommandOutput) => void
|
|
1368
|
+
): void;
|
|
1369
|
+
updatePullRequestApprovalState(
|
|
1370
|
+
args: UpdatePullRequestApprovalStateCommandInput,
|
|
1371
|
+
options: __HttpHandlerOptions,
|
|
1372
|
+
cb: (err: any, data?: UpdatePullRequestApprovalStateCommandOutput) => void
|
|
1373
|
+
): void;
|
|
1374
|
+
|
|
1375
|
+
updatePullRequestDescription(
|
|
1376
|
+
args: UpdatePullRequestDescriptionCommandInput,
|
|
1377
|
+
options?: __HttpHandlerOptions
|
|
1378
|
+
): Promise<UpdatePullRequestDescriptionCommandOutput>;
|
|
1379
|
+
updatePullRequestDescription(
|
|
1380
|
+
args: UpdatePullRequestDescriptionCommandInput,
|
|
1381
|
+
cb: (err: any, data?: UpdatePullRequestDescriptionCommandOutput) => void
|
|
1382
|
+
): void;
|
|
1383
|
+
updatePullRequestDescription(
|
|
1384
|
+
args: UpdatePullRequestDescriptionCommandInput,
|
|
1385
|
+
options: __HttpHandlerOptions,
|
|
1386
|
+
cb: (err: any, data?: UpdatePullRequestDescriptionCommandOutput) => void
|
|
1387
|
+
): void;
|
|
1388
|
+
|
|
1389
|
+
updatePullRequestStatus(
|
|
1390
|
+
args: UpdatePullRequestStatusCommandInput,
|
|
1391
|
+
options?: __HttpHandlerOptions
|
|
1392
|
+
): Promise<UpdatePullRequestStatusCommandOutput>;
|
|
1393
|
+
updatePullRequestStatus(
|
|
1394
|
+
args: UpdatePullRequestStatusCommandInput,
|
|
1395
|
+
cb: (err: any, data?: UpdatePullRequestStatusCommandOutput) => void
|
|
1396
|
+
): void;
|
|
1397
|
+
updatePullRequestStatus(
|
|
1398
|
+
args: UpdatePullRequestStatusCommandInput,
|
|
1399
|
+
options: __HttpHandlerOptions,
|
|
1400
|
+
cb: (err: any, data?: UpdatePullRequestStatusCommandOutput) => void
|
|
1401
|
+
): void;
|
|
1402
|
+
|
|
1403
|
+
updatePullRequestTitle(
|
|
1404
|
+
args: UpdatePullRequestTitleCommandInput,
|
|
1405
|
+
options?: __HttpHandlerOptions
|
|
1406
|
+
): Promise<UpdatePullRequestTitleCommandOutput>;
|
|
1407
|
+
updatePullRequestTitle(
|
|
1408
|
+
args: UpdatePullRequestTitleCommandInput,
|
|
1409
|
+
cb: (err: any, data?: UpdatePullRequestTitleCommandOutput) => void
|
|
1410
|
+
): void;
|
|
1411
|
+
updatePullRequestTitle(
|
|
1412
|
+
args: UpdatePullRequestTitleCommandInput,
|
|
1413
|
+
options: __HttpHandlerOptions,
|
|
1414
|
+
cb: (err: any, data?: UpdatePullRequestTitleCommandOutput) => void
|
|
1415
|
+
): void;
|
|
1416
|
+
|
|
1417
|
+
updateRepositoryDescription(
|
|
1418
|
+
args: UpdateRepositoryDescriptionCommandInput,
|
|
1419
|
+
options?: __HttpHandlerOptions
|
|
1420
|
+
): Promise<UpdateRepositoryDescriptionCommandOutput>;
|
|
1421
|
+
updateRepositoryDescription(
|
|
1422
|
+
args: UpdateRepositoryDescriptionCommandInput,
|
|
1423
|
+
cb: (err: any, data?: UpdateRepositoryDescriptionCommandOutput) => void
|
|
1424
|
+
): void;
|
|
1425
|
+
updateRepositoryDescription(
|
|
1426
|
+
args: UpdateRepositoryDescriptionCommandInput,
|
|
1427
|
+
options: __HttpHandlerOptions,
|
|
1428
|
+
cb: (err: any, data?: UpdateRepositoryDescriptionCommandOutput) => void
|
|
1429
|
+
): void;
|
|
1430
|
+
|
|
1431
|
+
updateRepositoryName(
|
|
1432
|
+
args: UpdateRepositoryNameCommandInput,
|
|
1433
|
+
options?: __HttpHandlerOptions
|
|
1434
|
+
): Promise<UpdateRepositoryNameCommandOutput>;
|
|
1435
|
+
updateRepositoryName(
|
|
1436
|
+
args: UpdateRepositoryNameCommandInput,
|
|
1437
|
+
cb: (err: any, data?: UpdateRepositoryNameCommandOutput) => void
|
|
1438
|
+
): void;
|
|
1439
|
+
updateRepositoryName(
|
|
1440
|
+
args: UpdateRepositoryNameCommandInput,
|
|
1441
|
+
options: __HttpHandlerOptions,
|
|
1442
|
+
cb: (err: any, data?: UpdateRepositoryNameCommandOutput) => void
|
|
1443
|
+
): void;
|
|
1444
|
+
}
|