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