@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CodeCommit.d.ts +1367 -390
- package/dist-types/ts3.4/CodeCommitClient.d.ts +566 -150
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2444 -2695
- package/dist-types/ts3.4/models/models_1.d.ts +837 -877
- package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +14 -14
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,233 +1,929 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
8
|
+
AssociateApprovalRuleTemplateWithRepositoryCommandOutput,
|
|
9
|
+
} from "../commands/AssociateApprovalRuleTemplateWithRepositoryCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
12
|
+
BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput,
|
|
13
|
+
} from "../commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchDescribeMergeConflictsCommandInput,
|
|
16
|
+
BatchDescribeMergeConflictsCommandOutput,
|
|
17
|
+
} from "../commands/BatchDescribeMergeConflictsCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
20
|
+
BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput,
|
|
21
|
+
} from "../commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchGetCommitsCommandInput,
|
|
24
|
+
BatchGetCommitsCommandOutput,
|
|
25
|
+
} from "../commands/BatchGetCommitsCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchGetRepositoriesCommandInput,
|
|
28
|
+
BatchGetRepositoriesCommandOutput,
|
|
29
|
+
} from "../commands/BatchGetRepositoriesCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateApprovalRuleTemplateCommandInput,
|
|
32
|
+
CreateApprovalRuleTemplateCommandOutput,
|
|
33
|
+
} from "../commands/CreateApprovalRuleTemplateCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateBranchCommandInput,
|
|
36
|
+
CreateBranchCommandOutput,
|
|
37
|
+
} from "../commands/CreateBranchCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateCommitCommandInput,
|
|
40
|
+
CreateCommitCommandOutput,
|
|
41
|
+
} from "../commands/CreateCommitCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreatePullRequestApprovalRuleCommandInput,
|
|
44
|
+
CreatePullRequestApprovalRuleCommandOutput,
|
|
45
|
+
} from "../commands/CreatePullRequestApprovalRuleCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreatePullRequestCommandInput,
|
|
48
|
+
CreatePullRequestCommandOutput,
|
|
49
|
+
} from "../commands/CreatePullRequestCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateRepositoryCommandInput,
|
|
52
|
+
CreateRepositoryCommandOutput,
|
|
53
|
+
} from "../commands/CreateRepositoryCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateUnreferencedMergeCommitCommandInput,
|
|
56
|
+
CreateUnreferencedMergeCommitCommandOutput,
|
|
57
|
+
} from "../commands/CreateUnreferencedMergeCommitCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteApprovalRuleTemplateCommandInput,
|
|
60
|
+
DeleteApprovalRuleTemplateCommandOutput,
|
|
61
|
+
} from "../commands/DeleteApprovalRuleTemplateCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteBranchCommandInput,
|
|
64
|
+
DeleteBranchCommandOutput,
|
|
65
|
+
} from "../commands/DeleteBranchCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteCommentContentCommandInput,
|
|
68
|
+
DeleteCommentContentCommandOutput,
|
|
69
|
+
} from "../commands/DeleteCommentContentCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteFileCommandInput,
|
|
72
|
+
DeleteFileCommandOutput,
|
|
73
|
+
} from "../commands/DeleteFileCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeletePullRequestApprovalRuleCommandInput,
|
|
76
|
+
DeletePullRequestApprovalRuleCommandOutput,
|
|
77
|
+
} from "../commands/DeletePullRequestApprovalRuleCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteRepositoryCommandInput,
|
|
80
|
+
DeleteRepositoryCommandOutput,
|
|
81
|
+
} from "../commands/DeleteRepositoryCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeMergeConflictsCommandInput,
|
|
84
|
+
DescribeMergeConflictsCommandOutput,
|
|
85
|
+
} from "../commands/DescribeMergeConflictsCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribePullRequestEventsCommandInput,
|
|
88
|
+
DescribePullRequestEventsCommandOutput,
|
|
89
|
+
} from "../commands/DescribePullRequestEventsCommand";
|
|
90
|
+
import {
|
|
91
|
+
DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
|
|
92
|
+
DisassociateApprovalRuleTemplateFromRepositoryCommandOutput,
|
|
93
|
+
} from "../commands/DisassociateApprovalRuleTemplateFromRepositoryCommand";
|
|
94
|
+
import {
|
|
95
|
+
EvaluatePullRequestApprovalRulesCommandInput,
|
|
96
|
+
EvaluatePullRequestApprovalRulesCommandOutput,
|
|
97
|
+
} from "../commands/EvaluatePullRequestApprovalRulesCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetApprovalRuleTemplateCommandInput,
|
|
100
|
+
GetApprovalRuleTemplateCommandOutput,
|
|
101
|
+
} from "../commands/GetApprovalRuleTemplateCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetBlobCommandInput,
|
|
104
|
+
GetBlobCommandOutput,
|
|
105
|
+
} from "../commands/GetBlobCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetBranchCommandInput,
|
|
108
|
+
GetBranchCommandOutput,
|
|
109
|
+
} from "../commands/GetBranchCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetCommentCommandInput,
|
|
112
|
+
GetCommentCommandOutput,
|
|
113
|
+
} from "../commands/GetCommentCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetCommentReactionsCommandInput,
|
|
116
|
+
GetCommentReactionsCommandOutput,
|
|
117
|
+
} from "../commands/GetCommentReactionsCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetCommentsForComparedCommitCommandInput,
|
|
120
|
+
GetCommentsForComparedCommitCommandOutput,
|
|
121
|
+
} from "../commands/GetCommentsForComparedCommitCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetCommentsForPullRequestCommandInput,
|
|
124
|
+
GetCommentsForPullRequestCommandOutput,
|
|
125
|
+
} from "../commands/GetCommentsForPullRequestCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetCommitCommandInput,
|
|
128
|
+
GetCommitCommandOutput,
|
|
129
|
+
} from "../commands/GetCommitCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetDifferencesCommandInput,
|
|
132
|
+
GetDifferencesCommandOutput,
|
|
133
|
+
} from "../commands/GetDifferencesCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetFileCommandInput,
|
|
136
|
+
GetFileCommandOutput,
|
|
137
|
+
} from "../commands/GetFileCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetFolderCommandInput,
|
|
140
|
+
GetFolderCommandOutput,
|
|
141
|
+
} from "../commands/GetFolderCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetMergeCommitCommandInput,
|
|
144
|
+
GetMergeCommitCommandOutput,
|
|
145
|
+
} from "../commands/GetMergeCommitCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetMergeConflictsCommandInput,
|
|
148
|
+
GetMergeConflictsCommandOutput,
|
|
149
|
+
} from "../commands/GetMergeConflictsCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetMergeOptionsCommandInput,
|
|
152
|
+
GetMergeOptionsCommandOutput,
|
|
153
|
+
} from "../commands/GetMergeOptionsCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetPullRequestApprovalStatesCommandInput,
|
|
156
|
+
GetPullRequestApprovalStatesCommandOutput,
|
|
157
|
+
} from "../commands/GetPullRequestApprovalStatesCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetPullRequestCommandInput,
|
|
160
|
+
GetPullRequestCommandOutput,
|
|
161
|
+
} from "../commands/GetPullRequestCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetPullRequestOverrideStateCommandInput,
|
|
164
|
+
GetPullRequestOverrideStateCommandOutput,
|
|
165
|
+
} from "../commands/GetPullRequestOverrideStateCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetRepositoryCommandInput,
|
|
168
|
+
GetRepositoryCommandOutput,
|
|
169
|
+
} from "../commands/GetRepositoryCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetRepositoryTriggersCommandInput,
|
|
172
|
+
GetRepositoryTriggersCommandOutput,
|
|
173
|
+
} from "../commands/GetRepositoryTriggersCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListApprovalRuleTemplatesCommandInput,
|
|
176
|
+
ListApprovalRuleTemplatesCommandOutput,
|
|
177
|
+
} from "../commands/ListApprovalRuleTemplatesCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
180
|
+
ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
|
|
181
|
+
} from "../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListBranchesCommandInput,
|
|
184
|
+
ListBranchesCommandOutput,
|
|
185
|
+
} from "../commands/ListBranchesCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListPullRequestsCommandInput,
|
|
188
|
+
ListPullRequestsCommandOutput,
|
|
189
|
+
} from "../commands/ListPullRequestsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListRepositoriesCommandInput,
|
|
192
|
+
ListRepositoriesCommandOutput,
|
|
193
|
+
} from "../commands/ListRepositoriesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
196
|
+
ListRepositoriesForApprovalRuleTemplateCommandOutput,
|
|
197
|
+
} from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListTagsForResourceCommandInput,
|
|
200
|
+
ListTagsForResourceCommandOutput,
|
|
201
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
202
|
+
import {
|
|
203
|
+
MergeBranchesByFastForwardCommandInput,
|
|
204
|
+
MergeBranchesByFastForwardCommandOutput,
|
|
205
|
+
} from "../commands/MergeBranchesByFastForwardCommand";
|
|
206
|
+
import {
|
|
207
|
+
MergeBranchesBySquashCommandInput,
|
|
208
|
+
MergeBranchesBySquashCommandOutput,
|
|
209
|
+
} from "../commands/MergeBranchesBySquashCommand";
|
|
210
|
+
import {
|
|
211
|
+
MergeBranchesByThreeWayCommandInput,
|
|
212
|
+
MergeBranchesByThreeWayCommandOutput,
|
|
213
|
+
} from "../commands/MergeBranchesByThreeWayCommand";
|
|
214
|
+
import {
|
|
215
|
+
MergePullRequestByFastForwardCommandInput,
|
|
216
|
+
MergePullRequestByFastForwardCommandOutput,
|
|
217
|
+
} from "../commands/MergePullRequestByFastForwardCommand";
|
|
218
|
+
import {
|
|
219
|
+
MergePullRequestBySquashCommandInput,
|
|
220
|
+
MergePullRequestBySquashCommandOutput,
|
|
221
|
+
} from "../commands/MergePullRequestBySquashCommand";
|
|
222
|
+
import {
|
|
223
|
+
MergePullRequestByThreeWayCommandInput,
|
|
224
|
+
MergePullRequestByThreeWayCommandOutput,
|
|
225
|
+
} from "../commands/MergePullRequestByThreeWayCommand";
|
|
226
|
+
import {
|
|
227
|
+
OverridePullRequestApprovalRulesCommandInput,
|
|
228
|
+
OverridePullRequestApprovalRulesCommandOutput,
|
|
229
|
+
} from "../commands/OverridePullRequestApprovalRulesCommand";
|
|
230
|
+
import {
|
|
231
|
+
PostCommentForComparedCommitCommandInput,
|
|
232
|
+
PostCommentForComparedCommitCommandOutput,
|
|
233
|
+
} from "../commands/PostCommentForComparedCommitCommand";
|
|
234
|
+
import {
|
|
235
|
+
PostCommentForPullRequestCommandInput,
|
|
236
|
+
PostCommentForPullRequestCommandOutput,
|
|
237
|
+
} from "../commands/PostCommentForPullRequestCommand";
|
|
238
|
+
import {
|
|
239
|
+
PostCommentReplyCommandInput,
|
|
240
|
+
PostCommentReplyCommandOutput,
|
|
241
|
+
} from "../commands/PostCommentReplyCommand";
|
|
242
|
+
import {
|
|
243
|
+
PutCommentReactionCommandInput,
|
|
244
|
+
PutCommentReactionCommandOutput,
|
|
245
|
+
} from "../commands/PutCommentReactionCommand";
|
|
246
|
+
import {
|
|
247
|
+
PutFileCommandInput,
|
|
248
|
+
PutFileCommandOutput,
|
|
249
|
+
} from "../commands/PutFileCommand";
|
|
250
|
+
import {
|
|
251
|
+
PutRepositoryTriggersCommandInput,
|
|
252
|
+
PutRepositoryTriggersCommandOutput,
|
|
253
|
+
} from "../commands/PutRepositoryTriggersCommand";
|
|
254
|
+
import {
|
|
255
|
+
TagResourceCommandInput,
|
|
256
|
+
TagResourceCommandOutput,
|
|
257
|
+
} from "../commands/TagResourceCommand";
|
|
258
|
+
import {
|
|
259
|
+
TestRepositoryTriggersCommandInput,
|
|
260
|
+
TestRepositoryTriggersCommandOutput,
|
|
261
|
+
} from "../commands/TestRepositoryTriggersCommand";
|
|
262
|
+
import {
|
|
263
|
+
UntagResourceCommandInput,
|
|
264
|
+
UntagResourceCommandOutput,
|
|
265
|
+
} from "../commands/UntagResourceCommand";
|
|
266
|
+
import {
|
|
267
|
+
UpdateApprovalRuleTemplateContentCommandInput,
|
|
268
|
+
UpdateApprovalRuleTemplateContentCommandOutput,
|
|
269
|
+
} from "../commands/UpdateApprovalRuleTemplateContentCommand";
|
|
270
|
+
import {
|
|
271
|
+
UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
272
|
+
UpdateApprovalRuleTemplateDescriptionCommandOutput,
|
|
273
|
+
} from "../commands/UpdateApprovalRuleTemplateDescriptionCommand";
|
|
274
|
+
import {
|
|
275
|
+
UpdateApprovalRuleTemplateNameCommandInput,
|
|
276
|
+
UpdateApprovalRuleTemplateNameCommandOutput,
|
|
277
|
+
} from "../commands/UpdateApprovalRuleTemplateNameCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateCommentCommandInput,
|
|
280
|
+
UpdateCommentCommandOutput,
|
|
281
|
+
} from "../commands/UpdateCommentCommand";
|
|
282
|
+
import {
|
|
283
|
+
UpdateDefaultBranchCommandInput,
|
|
284
|
+
UpdateDefaultBranchCommandOutput,
|
|
285
|
+
} from "../commands/UpdateDefaultBranchCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdatePullRequestApprovalRuleContentCommandInput,
|
|
288
|
+
UpdatePullRequestApprovalRuleContentCommandOutput,
|
|
289
|
+
} from "../commands/UpdatePullRequestApprovalRuleContentCommand";
|
|
290
|
+
import {
|
|
291
|
+
UpdatePullRequestApprovalStateCommandInput,
|
|
292
|
+
UpdatePullRequestApprovalStateCommandOutput,
|
|
293
|
+
} from "../commands/UpdatePullRequestApprovalStateCommand";
|
|
294
|
+
import {
|
|
295
|
+
UpdatePullRequestDescriptionCommandInput,
|
|
296
|
+
UpdatePullRequestDescriptionCommandOutput,
|
|
297
|
+
} from "../commands/UpdatePullRequestDescriptionCommand";
|
|
298
|
+
import {
|
|
299
|
+
UpdatePullRequestStatusCommandInput,
|
|
300
|
+
UpdatePullRequestStatusCommandOutput,
|
|
301
|
+
} from "../commands/UpdatePullRequestStatusCommand";
|
|
302
|
+
import {
|
|
303
|
+
UpdatePullRequestTitleCommandInput,
|
|
304
|
+
UpdatePullRequestTitleCommandOutput,
|
|
305
|
+
} from "../commands/UpdatePullRequestTitleCommand";
|
|
306
|
+
import {
|
|
307
|
+
UpdateRepositoryDescriptionCommandInput,
|
|
308
|
+
UpdateRepositoryDescriptionCommandOutput,
|
|
309
|
+
} from "../commands/UpdateRepositoryDescriptionCommand";
|
|
310
|
+
import {
|
|
311
|
+
UpdateRepositoryNameCommandInput,
|
|
312
|
+
UpdateRepositoryNameCommandOutput,
|
|
313
|
+
} from "../commands/UpdateRepositoryNameCommand";
|
|
314
|
+
export declare const serializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand: (
|
|
315
|
+
input: AssociateApprovalRuleTemplateWithRepositoryCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (
|
|
319
|
+
input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1BatchDescribeMergeConflictsCommand: (
|
|
323
|
+
input: BatchDescribeMergeConflictsCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (
|
|
327
|
+
input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1BatchGetCommitsCommand: (
|
|
331
|
+
input: BatchGetCommitsCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1BatchGetRepositoriesCommand: (
|
|
335
|
+
input: BatchGetRepositoriesCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1CreateApprovalRuleTemplateCommand: (
|
|
339
|
+
input: CreateApprovalRuleTemplateCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1CreateBranchCommand: (
|
|
343
|
+
input: CreateBranchCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1CreateCommitCommand: (
|
|
347
|
+
input: CreateCommitCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1CreatePullRequestCommand: (
|
|
351
|
+
input: CreatePullRequestCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1CreatePullRequestApprovalRuleCommand: (
|
|
355
|
+
input: CreatePullRequestApprovalRuleCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1CreateRepositoryCommand: (
|
|
359
|
+
input: CreateRepositoryCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1CreateUnreferencedMergeCommitCommand: (
|
|
363
|
+
input: CreateUnreferencedMergeCommitCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1DeleteApprovalRuleTemplateCommand: (
|
|
367
|
+
input: DeleteApprovalRuleTemplateCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1DeleteBranchCommand: (
|
|
371
|
+
input: DeleteBranchCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1DeleteCommentContentCommand: (
|
|
375
|
+
input: DeleteCommentContentCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1DeleteFileCommand: (
|
|
379
|
+
input: DeleteFileCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1DeletePullRequestApprovalRuleCommand: (
|
|
383
|
+
input: DeletePullRequestApprovalRuleCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1DeleteRepositoryCommand: (
|
|
387
|
+
input: DeleteRepositoryCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_1DescribeMergeConflictsCommand: (
|
|
391
|
+
input: DescribeMergeConflictsCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_1DescribePullRequestEventsCommand: (
|
|
395
|
+
input: DescribePullRequestEventsCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand: (
|
|
399
|
+
input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_1EvaluatePullRequestApprovalRulesCommand: (
|
|
403
|
+
input: EvaluatePullRequestApprovalRulesCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_1GetApprovalRuleTemplateCommand: (
|
|
407
|
+
input: GetApprovalRuleTemplateCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_json1_1GetBlobCommand: (
|
|
411
|
+
input: GetBlobCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_json1_1GetBranchCommand: (
|
|
415
|
+
input: GetBranchCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_json1_1GetCommentCommand: (
|
|
419
|
+
input: GetCommentCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_json1_1GetCommentReactionsCommand: (
|
|
423
|
+
input: GetCommentReactionsCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_json1_1GetCommentsForComparedCommitCommand: (
|
|
427
|
+
input: GetCommentsForComparedCommitCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_json1_1GetCommentsForPullRequestCommand: (
|
|
431
|
+
input: GetCommentsForPullRequestCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_json1_1GetCommitCommand: (
|
|
435
|
+
input: GetCommitCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_json1_1GetDifferencesCommand: (
|
|
439
|
+
input: GetDifferencesCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_json1_1GetFileCommand: (
|
|
443
|
+
input: GetFileCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_json1_1GetFolderCommand: (
|
|
447
|
+
input: GetFolderCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_json1_1GetMergeCommitCommand: (
|
|
451
|
+
input: GetMergeCommitCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_json1_1GetMergeConflictsCommand: (
|
|
455
|
+
input: GetMergeConflictsCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_json1_1GetMergeOptionsCommand: (
|
|
459
|
+
input: GetMergeOptionsCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_json1_1GetPullRequestCommand: (
|
|
463
|
+
input: GetPullRequestCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_json1_1GetPullRequestApprovalStatesCommand: (
|
|
467
|
+
input: GetPullRequestApprovalStatesCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_json1_1GetPullRequestOverrideStateCommand: (
|
|
471
|
+
input: GetPullRequestOverrideStateCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_json1_1GetRepositoryCommand: (
|
|
475
|
+
input: GetRepositoryCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_json1_1GetRepositoryTriggersCommand: (
|
|
479
|
+
input: GetRepositoryTriggersCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_json1_1ListApprovalRuleTemplatesCommand: (
|
|
483
|
+
input: ListApprovalRuleTemplatesCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (
|
|
487
|
+
input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_json1_1ListBranchesCommand: (
|
|
491
|
+
input: ListBranchesCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_json1_1ListPullRequestsCommand: (
|
|
495
|
+
input: ListPullRequestsCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_json1_1ListRepositoriesCommand: (
|
|
499
|
+
input: ListRepositoriesCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand: (
|
|
503
|
+
input: ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
507
|
+
input: ListTagsForResourceCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const serializeAws_json1_1MergeBranchesByFastForwardCommand: (
|
|
511
|
+
input: MergeBranchesByFastForwardCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_json1_1MergeBranchesBySquashCommand: (
|
|
515
|
+
input: MergeBranchesBySquashCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_json1_1MergeBranchesByThreeWayCommand: (
|
|
519
|
+
input: MergeBranchesByThreeWayCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const serializeAws_json1_1MergePullRequestByFastForwardCommand: (
|
|
523
|
+
input: MergePullRequestByFastForwardCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const serializeAws_json1_1MergePullRequestBySquashCommand: (
|
|
527
|
+
input: MergePullRequestBySquashCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const serializeAws_json1_1MergePullRequestByThreeWayCommand: (
|
|
531
|
+
input: MergePullRequestByThreeWayCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const serializeAws_json1_1OverridePullRequestApprovalRulesCommand: (
|
|
535
|
+
input: OverridePullRequestApprovalRulesCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const serializeAws_json1_1PostCommentForComparedCommitCommand: (
|
|
539
|
+
input: PostCommentForComparedCommitCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const serializeAws_json1_1PostCommentForPullRequestCommand: (
|
|
543
|
+
input: PostCommentForPullRequestCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const serializeAws_json1_1PostCommentReplyCommand: (
|
|
547
|
+
input: PostCommentReplyCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const serializeAws_json1_1PutCommentReactionCommand: (
|
|
551
|
+
input: PutCommentReactionCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const serializeAws_json1_1PutFileCommand: (
|
|
555
|
+
input: PutFileCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_json1_1PutRepositoryTriggersCommand: (
|
|
559
|
+
input: PutRepositoryTriggersCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
563
|
+
input: TagResourceCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const serializeAws_json1_1TestRepositoryTriggersCommand: (
|
|
567
|
+
input: TestRepositoryTriggersCommandInput,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
571
|
+
input: UntagResourceCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const serializeAws_json1_1UpdateApprovalRuleTemplateContentCommand: (
|
|
575
|
+
input: UpdateApprovalRuleTemplateContentCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const serializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand: (
|
|
579
|
+
input: UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
582
|
+
export declare const serializeAws_json1_1UpdateApprovalRuleTemplateNameCommand: (
|
|
583
|
+
input: UpdateApprovalRuleTemplateNameCommandInput,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const serializeAws_json1_1UpdateCommentCommand: (
|
|
587
|
+
input: UpdateCommentCommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
590
|
+
export declare const serializeAws_json1_1UpdateDefaultBranchCommand: (
|
|
591
|
+
input: UpdateDefaultBranchCommandInput,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const serializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand: (
|
|
595
|
+
input: UpdatePullRequestApprovalRuleContentCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const serializeAws_json1_1UpdatePullRequestApprovalStateCommand: (
|
|
599
|
+
input: UpdatePullRequestApprovalStateCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const serializeAws_json1_1UpdatePullRequestDescriptionCommand: (
|
|
603
|
+
input: UpdatePullRequestDescriptionCommandInput,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<__HttpRequest>;
|
|
606
|
+
export declare const serializeAws_json1_1UpdatePullRequestStatusCommand: (
|
|
607
|
+
input: UpdatePullRequestStatusCommandInput,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<__HttpRequest>;
|
|
610
|
+
export declare const serializeAws_json1_1UpdatePullRequestTitleCommand: (
|
|
611
|
+
input: UpdatePullRequestTitleCommandInput,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const serializeAws_json1_1UpdateRepositoryDescriptionCommand: (
|
|
615
|
+
input: UpdateRepositoryDescriptionCommandInput,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<__HttpRequest>;
|
|
618
|
+
export declare const serializeAws_json1_1UpdateRepositoryNameCommand: (
|
|
619
|
+
input: UpdateRepositoryNameCommandInput,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const deserializeAws_json1_1AssociateApprovalRuleTemplateWithRepositoryCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<AssociateApprovalRuleTemplateWithRepositoryCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_json1_1BatchAssociateApprovalRuleTemplateWithRepositoriesCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_json1_1BatchDescribeMergeConflictsCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<BatchDescribeMergeConflictsCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_json1_1BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_json1_1BatchGetCommitsCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<BatchGetCommitsCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_json1_1BatchGetRepositoriesCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<BatchGetRepositoriesCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_json1_1CreateApprovalRuleTemplateCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<CreateApprovalRuleTemplateCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_json1_1CreateBranchCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<CreateBranchCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_json1_1CreateCommitCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<CreateCommitCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_json1_1CreatePullRequestCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<CreatePullRequestCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_json1_1CreatePullRequestApprovalRuleCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<CreatePullRequestApprovalRuleCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_json1_1CreateRepositoryCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<CreateRepositoryCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_json1_1CreateUnreferencedMergeCommitCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<CreateUnreferencedMergeCommitCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_json1_1DeleteApprovalRuleTemplateCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<DeleteApprovalRuleTemplateCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_json1_1DeleteBranchCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<DeleteBranchCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_json1_1DeleteCommentContentCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<DeleteCommentContentCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_json1_1DeleteFileCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<DeleteFileCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_json1_1DeletePullRequestApprovalRuleCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<DeletePullRequestApprovalRuleCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_json1_1DeleteRepositoryCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<DeleteRepositoryCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_json1_1DescribeMergeConflictsCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<DescribeMergeConflictsCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_json1_1DescribePullRequestEventsCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<DescribePullRequestEventsCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_json1_1DisassociateApprovalRuleTemplateFromRepositoryCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<DisassociateApprovalRuleTemplateFromRepositoryCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_json1_1EvaluatePullRequestApprovalRulesCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<EvaluatePullRequestApprovalRulesCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_json1_1GetApprovalRuleTemplateCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<GetApprovalRuleTemplateCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_json1_1GetBlobCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<GetBlobCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_json1_1GetBranchCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<GetBranchCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_json1_1GetCommentCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<GetCommentCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_json1_1GetCommentReactionsCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<GetCommentReactionsCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_json1_1GetCommentsForComparedCommitCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<GetCommentsForComparedCommitCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_json1_1GetCommentsForPullRequestCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<GetCommentsForPullRequestCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_json1_1GetCommitCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<GetCommitCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_json1_1GetDifferencesCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<GetDifferencesCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_json1_1GetFileCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<GetFileCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_json1_1GetFolderCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<GetFolderCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_json1_1GetMergeCommitCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<GetMergeCommitCommandOutput>;
|
|
762
|
+
export declare const deserializeAws_json1_1GetMergeConflictsCommand: (
|
|
763
|
+
output: __HttpResponse,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<GetMergeConflictsCommandOutput>;
|
|
766
|
+
export declare const deserializeAws_json1_1GetMergeOptionsCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<GetMergeOptionsCommandOutput>;
|
|
770
|
+
export declare const deserializeAws_json1_1GetPullRequestCommand: (
|
|
771
|
+
output: __HttpResponse,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<GetPullRequestCommandOutput>;
|
|
774
|
+
export declare const deserializeAws_json1_1GetPullRequestApprovalStatesCommand: (
|
|
775
|
+
output: __HttpResponse,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<GetPullRequestApprovalStatesCommandOutput>;
|
|
778
|
+
export declare const deserializeAws_json1_1GetPullRequestOverrideStateCommand: (
|
|
779
|
+
output: __HttpResponse,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<GetPullRequestOverrideStateCommandOutput>;
|
|
782
|
+
export declare const deserializeAws_json1_1GetRepositoryCommand: (
|
|
783
|
+
output: __HttpResponse,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<GetRepositoryCommandOutput>;
|
|
786
|
+
export declare const deserializeAws_json1_1GetRepositoryTriggersCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<GetRepositoryTriggersCommandOutput>;
|
|
790
|
+
export declare const deserializeAws_json1_1ListApprovalRuleTemplatesCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<ListApprovalRuleTemplatesCommandOutput>;
|
|
794
|
+
export declare const deserializeAws_json1_1ListAssociatedApprovalRuleTemplatesForRepositoryCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
|
|
798
|
+
export declare const deserializeAws_json1_1ListBranchesCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<ListBranchesCommandOutput>;
|
|
802
|
+
export declare const deserializeAws_json1_1ListPullRequestsCommand: (
|
|
803
|
+
output: __HttpResponse,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<ListPullRequestsCommandOutput>;
|
|
806
|
+
export declare const deserializeAws_json1_1ListRepositoriesCommand: (
|
|
807
|
+
output: __HttpResponse,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<ListRepositoriesCommandOutput>;
|
|
810
|
+
export declare const deserializeAws_json1_1ListRepositoriesForApprovalRuleTemplateCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
|
|
814
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
815
|
+
output: __HttpResponse,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
818
|
+
export declare const deserializeAws_json1_1MergeBranchesByFastForwardCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<MergeBranchesByFastForwardCommandOutput>;
|
|
822
|
+
export declare const deserializeAws_json1_1MergeBranchesBySquashCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<MergeBranchesBySquashCommandOutput>;
|
|
826
|
+
export declare const deserializeAws_json1_1MergeBranchesByThreeWayCommand: (
|
|
827
|
+
output: __HttpResponse,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<MergeBranchesByThreeWayCommandOutput>;
|
|
830
|
+
export declare const deserializeAws_json1_1MergePullRequestByFastForwardCommand: (
|
|
831
|
+
output: __HttpResponse,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<MergePullRequestByFastForwardCommandOutput>;
|
|
834
|
+
export declare const deserializeAws_json1_1MergePullRequestBySquashCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<MergePullRequestBySquashCommandOutput>;
|
|
838
|
+
export declare const deserializeAws_json1_1MergePullRequestByThreeWayCommand: (
|
|
839
|
+
output: __HttpResponse,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<MergePullRequestByThreeWayCommandOutput>;
|
|
842
|
+
export declare const deserializeAws_json1_1OverridePullRequestApprovalRulesCommand: (
|
|
843
|
+
output: __HttpResponse,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<OverridePullRequestApprovalRulesCommandOutput>;
|
|
846
|
+
export declare const deserializeAws_json1_1PostCommentForComparedCommitCommand: (
|
|
847
|
+
output: __HttpResponse,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<PostCommentForComparedCommitCommandOutput>;
|
|
850
|
+
export declare const deserializeAws_json1_1PostCommentForPullRequestCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<PostCommentForPullRequestCommandOutput>;
|
|
854
|
+
export declare const deserializeAws_json1_1PostCommentReplyCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<PostCommentReplyCommandOutput>;
|
|
858
|
+
export declare const deserializeAws_json1_1PutCommentReactionCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<PutCommentReactionCommandOutput>;
|
|
862
|
+
export declare const deserializeAws_json1_1PutFileCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<PutFileCommandOutput>;
|
|
866
|
+
export declare const deserializeAws_json1_1PutRepositoryTriggersCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<PutRepositoryTriggersCommandOutput>;
|
|
870
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<TagResourceCommandOutput>;
|
|
874
|
+
export declare const deserializeAws_json1_1TestRepositoryTriggersCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<TestRepositoryTriggersCommandOutput>;
|
|
878
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
879
|
+
output: __HttpResponse,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
882
|
+
export declare const deserializeAws_json1_1UpdateApprovalRuleTemplateContentCommand: (
|
|
883
|
+
output: __HttpResponse,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<UpdateApprovalRuleTemplateContentCommandOutput>;
|
|
886
|
+
export declare const deserializeAws_json1_1UpdateApprovalRuleTemplateDescriptionCommand: (
|
|
887
|
+
output: __HttpResponse,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<UpdateApprovalRuleTemplateDescriptionCommandOutput>;
|
|
890
|
+
export declare const deserializeAws_json1_1UpdateApprovalRuleTemplateNameCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<UpdateApprovalRuleTemplateNameCommandOutput>;
|
|
894
|
+
export declare const deserializeAws_json1_1UpdateCommentCommand: (
|
|
895
|
+
output: __HttpResponse,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<UpdateCommentCommandOutput>;
|
|
898
|
+
export declare const deserializeAws_json1_1UpdateDefaultBranchCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<UpdateDefaultBranchCommandOutput>;
|
|
902
|
+
export declare const deserializeAws_json1_1UpdatePullRequestApprovalRuleContentCommand: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<UpdatePullRequestApprovalRuleContentCommandOutput>;
|
|
906
|
+
export declare const deserializeAws_json1_1UpdatePullRequestApprovalStateCommand: (
|
|
907
|
+
output: __HttpResponse,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<UpdatePullRequestApprovalStateCommandOutput>;
|
|
910
|
+
export declare const deserializeAws_json1_1UpdatePullRequestDescriptionCommand: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<UpdatePullRequestDescriptionCommandOutput>;
|
|
914
|
+
export declare const deserializeAws_json1_1UpdatePullRequestStatusCommand: (
|
|
915
|
+
output: __HttpResponse,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<UpdatePullRequestStatusCommandOutput>;
|
|
918
|
+
export declare const deserializeAws_json1_1UpdatePullRequestTitleCommand: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<UpdatePullRequestTitleCommandOutput>;
|
|
922
|
+
export declare const deserializeAws_json1_1UpdateRepositoryDescriptionCommand: (
|
|
923
|
+
output: __HttpResponse,
|
|
924
|
+
context: __SerdeContext
|
|
925
|
+
) => Promise<UpdateRepositoryDescriptionCommandOutput>;
|
|
926
|
+
export declare const deserializeAws_json1_1UpdateRepositoryNameCommand: (
|
|
927
|
+
output: __HttpResponse,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<UpdateRepositoryNameCommandOutput>;
|