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