@aws-sdk/client-codecommit 3.927.0 → 3.928.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.
Files changed (100) hide show
  1. package/dist-cjs/index.js +4997 -5401
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodeCommitClient.js +2 -0
  4. package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +3 -9
  5. package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -9
  6. package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +3 -9
  7. package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -9
  8. package/dist-es/commands/BatchGetCommitsCommand.js +3 -9
  9. package/dist-es/commands/BatchGetRepositoriesCommand.js +3 -9
  10. package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +3 -9
  11. package/dist-es/commands/CreateBranchCommand.js +3 -9
  12. package/dist-es/commands/CreateCommitCommand.js +3 -9
  13. package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +3 -9
  14. package/dist-es/commands/CreatePullRequestCommand.js +3 -9
  15. package/dist-es/commands/CreateRepositoryCommand.js +3 -9
  16. package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +3 -9
  17. package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +3 -9
  18. package/dist-es/commands/DeleteBranchCommand.js +3 -9
  19. package/dist-es/commands/DeleteCommentContentCommand.js +3 -9
  20. package/dist-es/commands/DeleteFileCommand.js +3 -9
  21. package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +3 -9
  22. package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
  23. package/dist-es/commands/DescribeMergeConflictsCommand.js +3 -9
  24. package/dist-es/commands/DescribePullRequestEventsCommand.js +3 -9
  25. package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +3 -9
  26. package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -9
  27. package/dist-es/commands/GetApprovalRuleTemplateCommand.js +3 -9
  28. package/dist-es/commands/GetBlobCommand.js +3 -9
  29. package/dist-es/commands/GetBranchCommand.js +3 -9
  30. package/dist-es/commands/GetCommentCommand.js +3 -9
  31. package/dist-es/commands/GetCommentReactionsCommand.js +3 -9
  32. package/dist-es/commands/GetCommentsForComparedCommitCommand.js +3 -9
  33. package/dist-es/commands/GetCommentsForPullRequestCommand.js +3 -9
  34. package/dist-es/commands/GetCommitCommand.js +3 -9
  35. package/dist-es/commands/GetDifferencesCommand.js +3 -9
  36. package/dist-es/commands/GetFileCommand.js +3 -9
  37. package/dist-es/commands/GetFolderCommand.js +3 -9
  38. package/dist-es/commands/GetMergeCommitCommand.js +3 -9
  39. package/dist-es/commands/GetMergeConflictsCommand.js +3 -9
  40. package/dist-es/commands/GetMergeOptionsCommand.js +3 -9
  41. package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +3 -9
  42. package/dist-es/commands/GetPullRequestCommand.js +3 -9
  43. package/dist-es/commands/GetPullRequestOverrideStateCommand.js +3 -9
  44. package/dist-es/commands/GetRepositoryCommand.js +3 -9
  45. package/dist-es/commands/GetRepositoryTriggersCommand.js +3 -9
  46. package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +3 -9
  47. package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -9
  48. package/dist-es/commands/ListBranchesCommand.js +3 -9
  49. package/dist-es/commands/ListFileCommitHistoryCommand.js +3 -9
  50. package/dist-es/commands/ListPullRequestsCommand.js +3 -9
  51. package/dist-es/commands/ListRepositoriesCommand.js +3 -9
  52. package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -9
  53. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  54. package/dist-es/commands/MergeBranchesByFastForwardCommand.js +3 -9
  55. package/dist-es/commands/MergeBranchesBySquashCommand.js +3 -9
  56. package/dist-es/commands/MergeBranchesByThreeWayCommand.js +3 -9
  57. package/dist-es/commands/MergePullRequestByFastForwardCommand.js +3 -9
  58. package/dist-es/commands/MergePullRequestBySquashCommand.js +3 -9
  59. package/dist-es/commands/MergePullRequestByThreeWayCommand.js +3 -9
  60. package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +3 -9
  61. package/dist-es/commands/PostCommentForComparedCommitCommand.js +3 -9
  62. package/dist-es/commands/PostCommentForPullRequestCommand.js +3 -9
  63. package/dist-es/commands/PostCommentReplyCommand.js +3 -9
  64. package/dist-es/commands/PutCommentReactionCommand.js +3 -9
  65. package/dist-es/commands/PutFileCommand.js +3 -9
  66. package/dist-es/commands/PutRepositoryTriggersCommand.js +3 -9
  67. package/dist-es/commands/TagResourceCommand.js +3 -9
  68. package/dist-es/commands/TestRepositoryTriggersCommand.js +3 -9
  69. package/dist-es/commands/UntagResourceCommand.js +3 -9
  70. package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -9
  71. package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -9
  72. package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -9
  73. package/dist-es/commands/UpdateCommentCommand.js +3 -9
  74. package/dist-es/commands/UpdateDefaultBranchCommand.js +3 -9
  75. package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -9
  76. package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +3 -9
  77. package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +3 -9
  78. package/dist-es/commands/UpdatePullRequestStatusCommand.js +3 -9
  79. package/dist-es/commands/UpdatePullRequestTitleCommand.js +3 -9
  80. package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +3 -9
  81. package/dist-es/commands/UpdateRepositoryEncryptionKeyCommand.js +3 -9
  82. package/dist-es/commands/UpdateRepositoryNameCommand.js +3 -9
  83. package/dist-es/runtimeConfig.shared.js +7 -0
  84. package/dist-es/schemas/schemas_0.js +4289 -0
  85. package/dist-types/CodeCommitClient.d.ts +10 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  87. package/dist-types/runtimeConfig.d.ts +1 -0
  88. package/dist-types/runtimeConfig.native.d.ts +1 -0
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/schemas/schemas_0.d.ts +528 -0
  91. package/dist-types/ts3.4/CodeCommitClient.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  96. package/dist-types/ts3.4/schemas/schemas_0.d.ts +533 -0
  97. package/package.json +5 -6
  98. package/dist-es/protocols/Aws_json1_1.js +0 -4286
  99. package/dist-types/protocols/Aws_json1_1.d.ts +0 -713
  100. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -953
@@ -1,953 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateApprovalRuleTemplateWithRepositoryCommandInput,
8
- AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
9
- } from "../commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
10
- import {
11
- BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
12
- BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
13
- } from "../commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
14
- import {
15
- BatchDescribeMergeConflictsCommandInput,
16
- BatchDescribeMergeConflictsCommandOutput,
17
- } from "../commands/BatchDescribeMergeConflictsCommand";
18
- import {
19
- BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
20
- BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
21
- } from "../commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
22
- import {
23
- BatchGetCommitsCommandInput,
24
- BatchGetCommitsCommandOutput,
25
- } from "../commands/BatchGetCommitsCommand";
26
- import {
27
- BatchGetRepositoriesCommandInput,
28
- BatchGetRepositoriesCommandOutput,
29
- } from "../commands/BatchGetRepositoriesCommand";
30
- import {
31
- CreateApprovalRuleTemplateCommandInput,
32
- CreateApprovalRuleTemplateCommandOutput,
33
- } from "../commands/CreateApprovalRuleTemplateCommand";
34
- import {
35
- CreateBranchCommandInput,
36
- CreateBranchCommandOutput,
37
- } from "../commands/CreateBranchCommand";
38
- import {
39
- CreateCommitCommandInput,
40
- CreateCommitCommandOutput,
41
- } from "../commands/CreateCommitCommand";
42
- import {
43
- CreatePullRequestApprovalRuleCommandInput,
44
- CreatePullRequestApprovalRuleCommandOutput,
45
- } from "../commands/CreatePullRequestApprovalRuleCommand";
46
- import {
47
- CreatePullRequestCommandInput,
48
- CreatePullRequestCommandOutput,
49
- } from "../commands/CreatePullRequestCommand";
50
- import {
51
- CreateRepositoryCommandInput,
52
- CreateRepositoryCommandOutput,
53
- } from "../commands/CreateRepositoryCommand";
54
- import {
55
- CreateUnreferencedMergeCommitCommandInput,
56
- CreateUnreferencedMergeCommitCommandOutput,
57
- } from "../commands/CreateUnreferencedMergeCommitCommand";
58
- import {
59
- DeleteApprovalRuleTemplateCommandInput,
60
- DeleteApprovalRuleTemplateCommandOutput,
61
- } from "../commands/DeleteApprovalRuleTemplateCommand";
62
- import {
63
- DeleteBranchCommandInput,
64
- DeleteBranchCommandOutput,
65
- } from "../commands/DeleteBranchCommand";
66
- import {
67
- DeleteCommentContentCommandInput,
68
- DeleteCommentContentCommandOutput,
69
- } from "../commands/DeleteCommentContentCommand";
70
- import {
71
- DeleteFileCommandInput,
72
- DeleteFileCommandOutput,
73
- } from "../commands/DeleteFileCommand";
74
- import {
75
- DeletePullRequestApprovalRuleCommandInput,
76
- DeletePullRequestApprovalRuleCommandOutput,
77
- } from "../commands/DeletePullRequestApprovalRuleCommand";
78
- import {
79
- DeleteRepositoryCommandInput,
80
- DeleteRepositoryCommandOutput,
81
- } from "../commands/DeleteRepositoryCommand";
82
- import {
83
- DescribeMergeConflictsCommandInput,
84
- DescribeMergeConflictsCommandOutput,
85
- } from "../commands/DescribeMergeConflictsCommand";
86
- import {
87
- DescribePullRequestEventsCommandInput,
88
- DescribePullRequestEventsCommandOutput,
89
- } from "../commands/DescribePullRequestEventsCommand";
90
- import {
91
- DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
92
- DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
93
- } from "../commands/DisassociateApprovalRuleTemplateFromRepositoryCommand";
94
- import {
95
- EvaluatePullRequestApprovalRulesCommandInput,
96
- EvaluatePullRequestApprovalRulesCommandOutput,
97
- } from "../commands/EvaluatePullRequestApprovalRulesCommand";
98
- import {
99
- GetApprovalRuleTemplateCommandInput,
100
- GetApprovalRuleTemplateCommandOutput,
101
- } from "../commands/GetApprovalRuleTemplateCommand";
102
- import {
103
- GetBlobCommandInput,
104
- GetBlobCommandOutput,
105
- } from "../commands/GetBlobCommand";
106
- import {
107
- GetBranchCommandInput,
108
- GetBranchCommandOutput,
109
- } from "../commands/GetBranchCommand";
110
- import {
111
- GetCommentCommandInput,
112
- GetCommentCommandOutput,
113
- } from "../commands/GetCommentCommand";
114
- import {
115
- GetCommentReactionsCommandInput,
116
- GetCommentReactionsCommandOutput,
117
- } from "../commands/GetCommentReactionsCommand";
118
- import {
119
- GetCommentsForComparedCommitCommandInput,
120
- GetCommentsForComparedCommitCommandOutput,
121
- } from "../commands/GetCommentsForComparedCommitCommand";
122
- import {
123
- GetCommentsForPullRequestCommandInput,
124
- GetCommentsForPullRequestCommandOutput,
125
- } from "../commands/GetCommentsForPullRequestCommand";
126
- import {
127
- GetCommitCommandInput,
128
- GetCommitCommandOutput,
129
- } from "../commands/GetCommitCommand";
130
- import {
131
- GetDifferencesCommandInput,
132
- GetDifferencesCommandOutput,
133
- } from "../commands/GetDifferencesCommand";
134
- import {
135
- GetFileCommandInput,
136
- GetFileCommandOutput,
137
- } from "../commands/GetFileCommand";
138
- import {
139
- GetFolderCommandInput,
140
- GetFolderCommandOutput,
141
- } from "../commands/GetFolderCommand";
142
- import {
143
- GetMergeCommitCommandInput,
144
- GetMergeCommitCommandOutput,
145
- } from "../commands/GetMergeCommitCommand";
146
- import {
147
- GetMergeConflictsCommandInput,
148
- GetMergeConflictsCommandOutput,
149
- } from "../commands/GetMergeConflictsCommand";
150
- import {
151
- GetMergeOptionsCommandInput,
152
- GetMergeOptionsCommandOutput,
153
- } from "../commands/GetMergeOptionsCommand";
154
- import {
155
- GetPullRequestApprovalStatesCommandInput,
156
- GetPullRequestApprovalStatesCommandOutput,
157
- } from "../commands/GetPullRequestApprovalStatesCommand";
158
- import {
159
- GetPullRequestCommandInput,
160
- GetPullRequestCommandOutput,
161
- } from "../commands/GetPullRequestCommand";
162
- import {
163
- GetPullRequestOverrideStateCommandInput,
164
- GetPullRequestOverrideStateCommandOutput,
165
- } from "../commands/GetPullRequestOverrideStateCommand";
166
- import {
167
- GetRepositoryCommandInput,
168
- GetRepositoryCommandOutput,
169
- } from "../commands/GetRepositoryCommand";
170
- import {
171
- GetRepositoryTriggersCommandInput,
172
- GetRepositoryTriggersCommandOutput,
173
- } from "../commands/GetRepositoryTriggersCommand";
174
- import {
175
- ListApprovalRuleTemplatesCommandInput,
176
- ListApprovalRuleTemplatesCommandOutput,
177
- } from "../commands/ListApprovalRuleTemplatesCommand";
178
- import {
179
- ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
180
- ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
181
- } from "../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
182
- import {
183
- ListBranchesCommandInput,
184
- ListBranchesCommandOutput,
185
- } from "../commands/ListBranchesCommand";
186
- import {
187
- ListFileCommitHistoryCommandInput,
188
- ListFileCommitHistoryCommandOutput,
189
- } from "../commands/ListFileCommitHistoryCommand";
190
- import {
191
- ListPullRequestsCommandInput,
192
- ListPullRequestsCommandOutput,
193
- } from "../commands/ListPullRequestsCommand";
194
- import {
195
- ListRepositoriesCommandInput,
196
- ListRepositoriesCommandOutput,
197
- } from "../commands/ListRepositoriesCommand";
198
- import {
199
- ListRepositoriesForApprovalRuleTemplateCommandInput,
200
- ListRepositoriesForApprovalRuleTemplateCommandOutput,
201
- } from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
202
- import {
203
- ListTagsForResourceCommandInput,
204
- ListTagsForResourceCommandOutput,
205
- } from "../commands/ListTagsForResourceCommand";
206
- import {
207
- MergeBranchesByFastForwardCommandInput,
208
- MergeBranchesByFastForwardCommandOutput,
209
- } from "../commands/MergeBranchesByFastForwardCommand";
210
- import {
211
- MergeBranchesBySquashCommandInput,
212
- MergeBranchesBySquashCommandOutput,
213
- } from "../commands/MergeBranchesBySquashCommand";
214
- import {
215
- MergeBranchesByThreeWayCommandInput,
216
- MergeBranchesByThreeWayCommandOutput,
217
- } from "../commands/MergeBranchesByThreeWayCommand";
218
- import {
219
- MergePullRequestByFastForwardCommandInput,
220
- MergePullRequestByFastForwardCommandOutput,
221
- } from "../commands/MergePullRequestByFastForwardCommand";
222
- import {
223
- MergePullRequestBySquashCommandInput,
224
- MergePullRequestBySquashCommandOutput,
225
- } from "../commands/MergePullRequestBySquashCommand";
226
- import {
227
- MergePullRequestByThreeWayCommandInput,
228
- MergePullRequestByThreeWayCommandOutput,
229
- } from "../commands/MergePullRequestByThreeWayCommand";
230
- import {
231
- OverridePullRequestApprovalRulesCommandInput,
232
- OverridePullRequestApprovalRulesCommandOutput,
233
- } from "../commands/OverridePullRequestApprovalRulesCommand";
234
- import {
235
- PostCommentForComparedCommitCommandInput,
236
- PostCommentForComparedCommitCommandOutput,
237
- } from "../commands/PostCommentForComparedCommitCommand";
238
- import {
239
- PostCommentForPullRequestCommandInput,
240
- PostCommentForPullRequestCommandOutput,
241
- } from "../commands/PostCommentForPullRequestCommand";
242
- import {
243
- PostCommentReplyCommandInput,
244
- PostCommentReplyCommandOutput,
245
- } from "../commands/PostCommentReplyCommand";
246
- import {
247
- PutCommentReactionCommandInput,
248
- PutCommentReactionCommandOutput,
249
- } from "../commands/PutCommentReactionCommand";
250
- import {
251
- PutFileCommandInput,
252
- PutFileCommandOutput,
253
- } from "../commands/PutFileCommand";
254
- import {
255
- PutRepositoryTriggersCommandInput,
256
- PutRepositoryTriggersCommandOutput,
257
- } from "../commands/PutRepositoryTriggersCommand";
258
- import {
259
- TagResourceCommandInput,
260
- TagResourceCommandOutput,
261
- } from "../commands/TagResourceCommand";
262
- import {
263
- TestRepositoryTriggersCommandInput,
264
- TestRepositoryTriggersCommandOutput,
265
- } from "../commands/TestRepositoryTriggersCommand";
266
- import {
267
- UntagResourceCommandInput,
268
- UntagResourceCommandOutput,
269
- } from "../commands/UntagResourceCommand";
270
- import {
271
- UpdateApprovalRuleTemplateContentCommandInput,
272
- UpdateApprovalRuleTemplateContentCommandOutput,
273
- } from "../commands/UpdateApprovalRuleTemplateContentCommand";
274
- import {
275
- UpdateApprovalRuleTemplateDescriptionCommandInput,
276
- UpdateApprovalRuleTemplateDescriptionCommandOutput,
277
- } from "../commands/UpdateApprovalRuleTemplateDescriptionCommand";
278
- import {
279
- UpdateApprovalRuleTemplateNameCommandInput,
280
- UpdateApprovalRuleTemplateNameCommandOutput,
281
- } from "../commands/UpdateApprovalRuleTemplateNameCommand";
282
- import {
283
- UpdateCommentCommandInput,
284
- UpdateCommentCommandOutput,
285
- } from "../commands/UpdateCommentCommand";
286
- import {
287
- UpdateDefaultBranchCommandInput,
288
- UpdateDefaultBranchCommandOutput,
289
- } from "../commands/UpdateDefaultBranchCommand";
290
- import {
291
- UpdatePullRequestApprovalRuleContentCommandInput,
292
- UpdatePullRequestApprovalRuleContentCommandOutput,
293
- } from "../commands/UpdatePullRequestApprovalRuleContentCommand";
294
- import {
295
- UpdatePullRequestApprovalStateCommandInput,
296
- UpdatePullRequestApprovalStateCommandOutput,
297
- } from "../commands/UpdatePullRequestApprovalStateCommand";
298
- import {
299
- UpdatePullRequestDescriptionCommandInput,
300
- UpdatePullRequestDescriptionCommandOutput,
301
- } from "../commands/UpdatePullRequestDescriptionCommand";
302
- import {
303
- UpdatePullRequestStatusCommandInput,
304
- UpdatePullRequestStatusCommandOutput,
305
- } from "../commands/UpdatePullRequestStatusCommand";
306
- import {
307
- UpdatePullRequestTitleCommandInput,
308
- UpdatePullRequestTitleCommandOutput,
309
- } from "../commands/UpdatePullRequestTitleCommand";
310
- import {
311
- UpdateRepositoryDescriptionCommandInput,
312
- UpdateRepositoryDescriptionCommandOutput,
313
- } from "../commands/UpdateRepositoryDescriptionCommand";
314
- import {
315
- UpdateRepositoryEncryptionKeyCommandInput,
316
- UpdateRepositoryEncryptionKeyCommandOutput,
317
- } from "../commands/UpdateRepositoryEncryptionKeyCommand";
318
- import {
319
- UpdateRepositoryNameCommandInput,
320
- UpdateRepositoryNameCommandOutput,
321
- } from "../commands/UpdateRepositoryNameCommand";
322
- export declare const se_AssociateApprovalRuleTemplateWithRepositoryCommand: (
323
- input: AssociateApprovalRuleTemplateWithRepositoryCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (
327
- input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_BatchDescribeMergeConflictsCommand: (
331
- input: BatchDescribeMergeConflictsCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (
335
- input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_BatchGetCommitsCommand: (
339
- input: BatchGetCommitsCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_BatchGetRepositoriesCommand: (
343
- input: BatchGetRepositoriesCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreateApprovalRuleTemplateCommand: (
347
- input: CreateApprovalRuleTemplateCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_CreateBranchCommand: (
351
- input: CreateBranchCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_CreateCommitCommand: (
355
- input: CreateCommitCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_CreatePullRequestCommand: (
359
- input: CreatePullRequestCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_CreatePullRequestApprovalRuleCommand: (
363
- input: CreatePullRequestApprovalRuleCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_CreateRepositoryCommand: (
367
- input: CreateRepositoryCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_CreateUnreferencedMergeCommitCommand: (
371
- input: CreateUnreferencedMergeCommitCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DeleteApprovalRuleTemplateCommand: (
375
- input: DeleteApprovalRuleTemplateCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteBranchCommand: (
379
- input: DeleteBranchCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteCommentContentCommand: (
383
- input: DeleteCommentContentCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DeleteFileCommand: (
387
- input: DeleteFileCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DeletePullRequestApprovalRuleCommand: (
391
- input: DeletePullRequestApprovalRuleCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DeleteRepositoryCommand: (
395
- input: DeleteRepositoryCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DescribeMergeConflictsCommand: (
399
- input: DescribeMergeConflictsCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DescribePullRequestEventsCommand: (
403
- input: DescribePullRequestEventsCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DisassociateApprovalRuleTemplateFromRepositoryCommand: (
407
- input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_EvaluatePullRequestApprovalRulesCommand: (
411
- input: EvaluatePullRequestApprovalRulesCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_GetApprovalRuleTemplateCommand: (
415
- input: GetApprovalRuleTemplateCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_GetBlobCommand: (
419
- input: GetBlobCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_GetBranchCommand: (
423
- input: GetBranchCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_GetCommentCommand: (
427
- input: GetCommentCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_GetCommentReactionsCommand: (
431
- input: GetCommentReactionsCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_GetCommentsForComparedCommitCommand: (
435
- input: GetCommentsForComparedCommitCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_GetCommentsForPullRequestCommand: (
439
- input: GetCommentsForPullRequestCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_GetCommitCommand: (
443
- input: GetCommitCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_GetDifferencesCommand: (
447
- input: GetDifferencesCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_GetFileCommand: (
451
- input: GetFileCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_GetFolderCommand: (
455
- input: GetFolderCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_GetMergeCommitCommand: (
459
- input: GetMergeCommitCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_GetMergeConflictsCommand: (
463
- input: GetMergeConflictsCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_GetMergeOptionsCommand: (
467
- input: GetMergeOptionsCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_GetPullRequestCommand: (
471
- input: GetPullRequestCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_GetPullRequestApprovalStatesCommand: (
475
- input: GetPullRequestApprovalStatesCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_GetPullRequestOverrideStateCommand: (
479
- input: GetPullRequestOverrideStateCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_GetRepositoryCommand: (
483
- input: GetRepositoryCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_GetRepositoryTriggersCommand: (
487
- input: GetRepositoryTriggersCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ListApprovalRuleTemplatesCommand: (
491
- input: ListApprovalRuleTemplatesCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (
495
- input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_ListBranchesCommand: (
499
- input: ListBranchesCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_ListFileCommitHistoryCommand: (
503
- input: ListFileCommitHistoryCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_ListPullRequestsCommand: (
507
- input: ListPullRequestsCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ListRepositoriesCommand: (
511
- input: ListRepositoriesCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_ListRepositoriesForApprovalRuleTemplateCommand: (
515
- input: ListRepositoriesForApprovalRuleTemplateCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_ListTagsForResourceCommand: (
519
- input: ListTagsForResourceCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_MergeBranchesByFastForwardCommand: (
523
- input: MergeBranchesByFastForwardCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_MergeBranchesBySquashCommand: (
527
- input: MergeBranchesBySquashCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_MergeBranchesByThreeWayCommand: (
531
- input: MergeBranchesByThreeWayCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_MergePullRequestByFastForwardCommand: (
535
- input: MergePullRequestByFastForwardCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_MergePullRequestBySquashCommand: (
539
- input: MergePullRequestBySquashCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_MergePullRequestByThreeWayCommand: (
543
- input: MergePullRequestByThreeWayCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_OverridePullRequestApprovalRulesCommand: (
547
- input: OverridePullRequestApprovalRulesCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_PostCommentForComparedCommitCommand: (
551
- input: PostCommentForComparedCommitCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_PostCommentForPullRequestCommand: (
555
- input: PostCommentForPullRequestCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_PostCommentReplyCommand: (
559
- input: PostCommentReplyCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_PutCommentReactionCommand: (
563
- input: PutCommentReactionCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_PutFileCommand: (
567
- input: PutFileCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_PutRepositoryTriggersCommand: (
571
- input: PutRepositoryTriggersCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_TagResourceCommand: (
575
- input: TagResourceCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_TestRepositoryTriggersCommand: (
579
- input: TestRepositoryTriggersCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_UntagResourceCommand: (
583
- input: UntagResourceCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_UpdateApprovalRuleTemplateContentCommand: (
587
- input: UpdateApprovalRuleTemplateContentCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_UpdateApprovalRuleTemplateDescriptionCommand: (
591
- input: UpdateApprovalRuleTemplateDescriptionCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_UpdateApprovalRuleTemplateNameCommand: (
595
- input: UpdateApprovalRuleTemplateNameCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_UpdateCommentCommand: (
599
- input: UpdateCommentCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_UpdateDefaultBranchCommand: (
603
- input: UpdateDefaultBranchCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const se_UpdatePullRequestApprovalRuleContentCommand: (
607
- input: UpdatePullRequestApprovalRuleContentCommandInput,
608
- context: __SerdeContext
609
- ) => Promise<__HttpRequest>;
610
- export declare const se_UpdatePullRequestApprovalStateCommand: (
611
- input: UpdatePullRequestApprovalStateCommandInput,
612
- context: __SerdeContext
613
- ) => Promise<__HttpRequest>;
614
- export declare const se_UpdatePullRequestDescriptionCommand: (
615
- input: UpdatePullRequestDescriptionCommandInput,
616
- context: __SerdeContext
617
- ) => Promise<__HttpRequest>;
618
- export declare const se_UpdatePullRequestStatusCommand: (
619
- input: UpdatePullRequestStatusCommandInput,
620
- context: __SerdeContext
621
- ) => Promise<__HttpRequest>;
622
- export declare const se_UpdatePullRequestTitleCommand: (
623
- input: UpdatePullRequestTitleCommandInput,
624
- context: __SerdeContext
625
- ) => Promise<__HttpRequest>;
626
- export declare const se_UpdateRepositoryDescriptionCommand: (
627
- input: UpdateRepositoryDescriptionCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_UpdateRepositoryEncryptionKeyCommand: (
631
- input: UpdateRepositoryEncryptionKeyCommandInput,
632
- context: __SerdeContext
633
- ) => Promise<__HttpRequest>;
634
- export declare const se_UpdateRepositoryNameCommand: (
635
- input: UpdateRepositoryNameCommandInput,
636
- context: __SerdeContext
637
- ) => Promise<__HttpRequest>;
638
- export declare const de_AssociateApprovalRuleTemplateWithRepositoryCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<AssociateApprovalRuleTemplateWithRepositoryCommandOutput>;
642
- export declare const de_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput>;
646
- export declare const de_BatchDescribeMergeConflictsCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<BatchDescribeMergeConflictsCommandOutput>;
650
- export declare const de_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput>;
654
- export declare const de_BatchGetCommitsCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<BatchGetCommitsCommandOutput>;
658
- export declare const de_BatchGetRepositoriesCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<BatchGetRepositoriesCommandOutput>;
662
- export declare const de_CreateApprovalRuleTemplateCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<CreateApprovalRuleTemplateCommandOutput>;
666
- export declare const de_CreateBranchCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<CreateBranchCommandOutput>;
670
- export declare const de_CreateCommitCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<CreateCommitCommandOutput>;
674
- export declare const de_CreatePullRequestCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<CreatePullRequestCommandOutput>;
678
- export declare const de_CreatePullRequestApprovalRuleCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<CreatePullRequestApprovalRuleCommandOutput>;
682
- export declare const de_CreateRepositoryCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<CreateRepositoryCommandOutput>;
686
- export declare const de_CreateUnreferencedMergeCommitCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<CreateUnreferencedMergeCommitCommandOutput>;
690
- export declare const de_DeleteApprovalRuleTemplateCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DeleteApprovalRuleTemplateCommandOutput>;
694
- export declare const de_DeleteBranchCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DeleteBranchCommandOutput>;
698
- export declare const de_DeleteCommentContentCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DeleteCommentContentCommandOutput>;
702
- export declare const de_DeleteFileCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<DeleteFileCommandOutput>;
706
- export declare const de_DeletePullRequestApprovalRuleCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<DeletePullRequestApprovalRuleCommandOutput>;
710
- export declare const de_DeleteRepositoryCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<DeleteRepositoryCommandOutput>;
714
- export declare const de_DescribeMergeConflictsCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<DescribeMergeConflictsCommandOutput>;
718
- export declare const de_DescribePullRequestEventsCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<DescribePullRequestEventsCommandOutput>;
722
- export declare const de_DisassociateApprovalRuleTemplateFromRepositoryCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<DisassociateApprovalRuleTemplateFromRepositoryCommandOutput>;
726
- export declare const de_EvaluatePullRequestApprovalRulesCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<EvaluatePullRequestApprovalRulesCommandOutput>;
730
- export declare const de_GetApprovalRuleTemplateCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<GetApprovalRuleTemplateCommandOutput>;
734
- export declare const de_GetBlobCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<GetBlobCommandOutput>;
738
- export declare const de_GetBranchCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<GetBranchCommandOutput>;
742
- export declare const de_GetCommentCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<GetCommentCommandOutput>;
746
- export declare const de_GetCommentReactionsCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<GetCommentReactionsCommandOutput>;
750
- export declare const de_GetCommentsForComparedCommitCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<GetCommentsForComparedCommitCommandOutput>;
754
- export declare const de_GetCommentsForPullRequestCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<GetCommentsForPullRequestCommandOutput>;
758
- export declare const de_GetCommitCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<GetCommitCommandOutput>;
762
- export declare const de_GetDifferencesCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<GetDifferencesCommandOutput>;
766
- export declare const de_GetFileCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<GetFileCommandOutput>;
770
- export declare const de_GetFolderCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<GetFolderCommandOutput>;
774
- export declare const de_GetMergeCommitCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<GetMergeCommitCommandOutput>;
778
- export declare const de_GetMergeConflictsCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<GetMergeConflictsCommandOutput>;
782
- export declare const de_GetMergeOptionsCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<GetMergeOptionsCommandOutput>;
786
- export declare const de_GetPullRequestCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<GetPullRequestCommandOutput>;
790
- export declare const de_GetPullRequestApprovalStatesCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<GetPullRequestApprovalStatesCommandOutput>;
794
- export declare const de_GetPullRequestOverrideStateCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<GetPullRequestOverrideStateCommandOutput>;
798
- export declare const de_GetRepositoryCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<GetRepositoryCommandOutput>;
802
- export declare const de_GetRepositoryTriggersCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<GetRepositoryTriggersCommandOutput>;
806
- export declare const de_ListApprovalRuleTemplatesCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<ListApprovalRuleTemplatesCommandOutput>;
810
- export declare const de_ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
814
- export declare const de_ListBranchesCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<ListBranchesCommandOutput>;
818
- export declare const de_ListFileCommitHistoryCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<ListFileCommitHistoryCommandOutput>;
822
- export declare const de_ListPullRequestsCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<ListPullRequestsCommandOutput>;
826
- export declare const de_ListRepositoriesCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<ListRepositoriesCommandOutput>;
830
- export declare const de_ListRepositoriesForApprovalRuleTemplateCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
834
- export declare const de_ListTagsForResourceCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<ListTagsForResourceCommandOutput>;
838
- export declare const de_MergeBranchesByFastForwardCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<MergeBranchesByFastForwardCommandOutput>;
842
- export declare const de_MergeBranchesBySquashCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<MergeBranchesBySquashCommandOutput>;
846
- export declare const de_MergeBranchesByThreeWayCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<MergeBranchesByThreeWayCommandOutput>;
850
- export declare const de_MergePullRequestByFastForwardCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<MergePullRequestByFastForwardCommandOutput>;
854
- export declare const de_MergePullRequestBySquashCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<MergePullRequestBySquashCommandOutput>;
858
- export declare const de_MergePullRequestByThreeWayCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<MergePullRequestByThreeWayCommandOutput>;
862
- export declare const de_OverridePullRequestApprovalRulesCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<OverridePullRequestApprovalRulesCommandOutput>;
866
- export declare const de_PostCommentForComparedCommitCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<PostCommentForComparedCommitCommandOutput>;
870
- export declare const de_PostCommentForPullRequestCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<PostCommentForPullRequestCommandOutput>;
874
- export declare const de_PostCommentReplyCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<PostCommentReplyCommandOutput>;
878
- export declare const de_PutCommentReactionCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<PutCommentReactionCommandOutput>;
882
- export declare const de_PutFileCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<PutFileCommandOutput>;
886
- export declare const de_PutRepositoryTriggersCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<PutRepositoryTriggersCommandOutput>;
890
- export declare const de_TagResourceCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<TagResourceCommandOutput>;
894
- export declare const de_TestRepositoryTriggersCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<TestRepositoryTriggersCommandOutput>;
898
- export declare const de_UntagResourceCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<UntagResourceCommandOutput>;
902
- export declare const de_UpdateApprovalRuleTemplateContentCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<UpdateApprovalRuleTemplateContentCommandOutput>;
906
- export declare const de_UpdateApprovalRuleTemplateDescriptionCommand: (
907
- output: __HttpResponse,
908
- context: __SerdeContext
909
- ) => Promise<UpdateApprovalRuleTemplateDescriptionCommandOutput>;
910
- export declare const de_UpdateApprovalRuleTemplateNameCommand: (
911
- output: __HttpResponse,
912
- context: __SerdeContext
913
- ) => Promise<UpdateApprovalRuleTemplateNameCommandOutput>;
914
- export declare const de_UpdateCommentCommand: (
915
- output: __HttpResponse,
916
- context: __SerdeContext
917
- ) => Promise<UpdateCommentCommandOutput>;
918
- export declare const de_UpdateDefaultBranchCommand: (
919
- output: __HttpResponse,
920
- context: __SerdeContext
921
- ) => Promise<UpdateDefaultBranchCommandOutput>;
922
- export declare const de_UpdatePullRequestApprovalRuleContentCommand: (
923
- output: __HttpResponse,
924
- context: __SerdeContext
925
- ) => Promise<UpdatePullRequestApprovalRuleContentCommandOutput>;
926
- export declare const de_UpdatePullRequestApprovalStateCommand: (
927
- output: __HttpResponse,
928
- context: __SerdeContext
929
- ) => Promise<UpdatePullRequestApprovalStateCommandOutput>;
930
- export declare const de_UpdatePullRequestDescriptionCommand: (
931
- output: __HttpResponse,
932
- context: __SerdeContext
933
- ) => Promise<UpdatePullRequestDescriptionCommandOutput>;
934
- export declare const de_UpdatePullRequestStatusCommand: (
935
- output: __HttpResponse,
936
- context: __SerdeContext
937
- ) => Promise<UpdatePullRequestStatusCommandOutput>;
938
- export declare const de_UpdatePullRequestTitleCommand: (
939
- output: __HttpResponse,
940
- context: __SerdeContext
941
- ) => Promise<UpdatePullRequestTitleCommandOutput>;
942
- export declare const de_UpdateRepositoryDescriptionCommand: (
943
- output: __HttpResponse,
944
- context: __SerdeContext
945
- ) => Promise<UpdateRepositoryDescriptionCommandOutput>;
946
- export declare const de_UpdateRepositoryEncryptionKeyCommand: (
947
- output: __HttpResponse,
948
- context: __SerdeContext
949
- ) => Promise<UpdateRepositoryEncryptionKeyCommandOutput>;
950
- export declare const de_UpdateRepositoryNameCommand: (
951
- output: __HttpResponse,
952
- context: __SerdeContext
953
- ) => Promise<UpdateRepositoryNameCommandOutput>;