@aws-sdk/client-codecommit 3.186.0 → 3.190.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-es/CodeCommit.js +310 -317
- package/dist-es/CodeCommitClient.js +22 -28
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +22 -29
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +21 -28
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +21 -28
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +21 -28
- package/dist-es/commands/BatchGetCommitsCommand.js +21 -28
- package/dist-es/commands/BatchGetRepositoriesCommand.js +21 -28
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +21 -28
- package/dist-es/commands/CreateBranchCommand.js +22 -29
- package/dist-es/commands/CreateCommitCommand.js +21 -28
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +21 -28
- package/dist-es/commands/CreatePullRequestCommand.js +21 -28
- package/dist-es/commands/CreateRepositoryCommand.js +21 -28
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +21 -28
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +21 -28
- package/dist-es/commands/DeleteBranchCommand.js +21 -28
- package/dist-es/commands/DeleteCommentContentCommand.js +21 -28
- package/dist-es/commands/DeleteFileCommand.js +21 -28
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +21 -28
- package/dist-es/commands/DeleteRepositoryCommand.js +21 -28
- package/dist-es/commands/DescribeMergeConflictsCommand.js +21 -28
- package/dist-es/commands/DescribePullRequestEventsCommand.js +21 -28
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +22 -29
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +21 -28
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +21 -28
- package/dist-es/commands/GetBlobCommand.js +21 -28
- package/dist-es/commands/GetBranchCommand.js +21 -28
- package/dist-es/commands/GetCommentCommand.js +21 -28
- package/dist-es/commands/GetCommentReactionsCommand.js +21 -28
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +21 -28
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +21 -28
- package/dist-es/commands/GetCommitCommand.js +21 -28
- package/dist-es/commands/GetDifferencesCommand.js +21 -28
- package/dist-es/commands/GetFileCommand.js +21 -28
- package/dist-es/commands/GetFolderCommand.js +21 -28
- package/dist-es/commands/GetMergeCommitCommand.js +21 -28
- package/dist-es/commands/GetMergeConflictsCommand.js +21 -28
- package/dist-es/commands/GetMergeOptionsCommand.js +21 -28
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +21 -28
- package/dist-es/commands/GetPullRequestCommand.js +21 -28
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +21 -28
- package/dist-es/commands/GetRepositoryCommand.js +21 -28
- package/dist-es/commands/GetRepositoryTriggersCommand.js +21 -28
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +21 -28
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +21 -28
- package/dist-es/commands/ListBranchesCommand.js +21 -28
- package/dist-es/commands/ListPullRequestsCommand.js +21 -28
- package/dist-es/commands/ListRepositoriesCommand.js +21 -28
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +21 -28
- package/dist-es/commands/MergeBranchesBySquashCommand.js +21 -28
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +21 -28
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +21 -28
- package/dist-es/commands/MergePullRequestBySquashCommand.js +21 -28
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +21 -28
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +22 -29
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +21 -28
- package/dist-es/commands/PostCommentForPullRequestCommand.js +21 -28
- package/dist-es/commands/PostCommentReplyCommand.js +21 -28
- package/dist-es/commands/PutCommentReactionCommand.js +22 -29
- package/dist-es/commands/PutFileCommand.js +21 -28
- package/dist-es/commands/PutRepositoryTriggersCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +22 -29
- package/dist-es/commands/TestRepositoryTriggersCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +22 -29
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +21 -28
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +21 -28
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +21 -28
- package/dist-es/commands/UpdateCommentCommand.js +21 -28
- package/dist-es/commands/UpdateDefaultBranchCommand.js +22 -29
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +21 -28
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +22 -29
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +21 -28
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +21 -28
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +21 -28
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +22 -29
- package/dist-es/commands/UpdateRepositoryNameCommand.js +22 -29
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CodeCommitServiceException.js +5 -10
- package/dist-es/models/models_0.js +2157 -1872
- package/dist-es/models/models_1.js +660 -549
- package/dist-es/pagination/DescribeMergeConflictsPaginator.js +25 -68
- package/dist-es/pagination/DescribePullRequestEventsPaginator.js +25 -68
- package/dist-es/pagination/GetCommentReactionsPaginator.js +25 -68
- package/dist-es/pagination/GetCommentsForComparedCommitPaginator.js +25 -68
- package/dist-es/pagination/GetCommentsForPullRequestPaginator.js +25 -68
- package/dist-es/pagination/GetDifferencesPaginator.js +25 -68
- package/dist-es/pagination/GetMergeConflictsPaginator.js +25 -68
- package/dist-es/pagination/ListApprovalRuleTemplatesPaginator.js +25 -68
- package/dist-es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +25 -68
- package/dist-es/pagination/ListBranchesPaginator.js +24 -67
- package/dist-es/pagination/ListPullRequestsPaginator.js +25 -68
- package/dist-es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +25 -68
- package/dist-es/pagination/ListRepositoriesPaginator.js +24 -67
- package/dist-es/protocols/Aws_json1_1.js +9002 -11195
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
|
@@ -1,303 +1,302 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
2
|
+
export class ActorDoesNotExistException extends __BaseException {
|
|
3
|
+
constructor(opts) {
|
|
4
|
+
super({
|
|
5
|
+
name: "ActorDoesNotExistException",
|
|
6
|
+
$fault: "client",
|
|
7
|
+
...opts,
|
|
8
|
+
});
|
|
9
|
+
this.name = "ActorDoesNotExistException";
|
|
10
|
+
this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(this, ActorDoesNotExistException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
15
14
|
export var ApprovalState;
|
|
16
15
|
(function (ApprovalState) {
|
|
17
16
|
ApprovalState["APPROVE"] = "APPROVE";
|
|
18
17
|
ApprovalState["REVOKE"] = "REVOKE";
|
|
19
18
|
})(ApprovalState || (ApprovalState = {}));
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
|
|
19
|
+
export class ApprovalRuleContentRequiredException extends __BaseException {
|
|
20
|
+
constructor(opts) {
|
|
21
|
+
super({
|
|
22
|
+
name: "ApprovalRuleContentRequiredException",
|
|
23
|
+
$fault: "client",
|
|
24
|
+
...opts,
|
|
25
|
+
});
|
|
26
|
+
this.name = "ApprovalRuleContentRequiredException";
|
|
27
|
+
this.$fault = "client";
|
|
28
|
+
Object.setPrototypeOf(this, ApprovalRuleContentRequiredException.prototype);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
export class ApprovalRuleDoesNotExistException extends __BaseException {
|
|
32
|
+
constructor(opts) {
|
|
33
|
+
super({
|
|
34
|
+
name: "ApprovalRuleDoesNotExistException",
|
|
35
|
+
$fault: "client",
|
|
36
|
+
...opts,
|
|
37
|
+
});
|
|
38
|
+
this.name = "ApprovalRuleDoesNotExistException";
|
|
39
|
+
this.$fault = "client";
|
|
40
|
+
Object.setPrototypeOf(this, ApprovalRuleDoesNotExistException.prototype);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
export class ApprovalRuleNameAlreadyExistsException extends __BaseException {
|
|
44
|
+
constructor(opts) {
|
|
45
|
+
super({
|
|
46
|
+
name: "ApprovalRuleNameAlreadyExistsException",
|
|
47
|
+
$fault: "client",
|
|
48
|
+
...opts,
|
|
49
|
+
});
|
|
50
|
+
this.name = "ApprovalRuleNameAlreadyExistsException";
|
|
51
|
+
this.$fault = "client";
|
|
52
|
+
Object.setPrototypeOf(this, ApprovalRuleNameAlreadyExistsException.prototype);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
export class ApprovalRuleNameRequiredException extends __BaseException {
|
|
56
|
+
constructor(opts) {
|
|
57
|
+
super({
|
|
58
|
+
name: "ApprovalRuleNameRequiredException",
|
|
59
|
+
$fault: "client",
|
|
60
|
+
...opts,
|
|
61
|
+
});
|
|
62
|
+
this.name = "ApprovalRuleNameRequiredException";
|
|
63
|
+
this.$fault = "client";
|
|
64
|
+
Object.setPrototypeOf(this, ApprovalRuleNameRequiredException.prototype);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
68
67
|
export var OverrideStatus;
|
|
69
68
|
(function (OverrideStatus) {
|
|
70
69
|
OverrideStatus["OVERRIDE"] = "OVERRIDE";
|
|
71
70
|
OverrideStatus["REVOKE"] = "REVOKE";
|
|
72
71
|
})(OverrideStatus || (OverrideStatus = {}));
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
}
|
|
300
|
-
|
|
72
|
+
export class ApprovalRuleTemplateContentRequiredException extends __BaseException {
|
|
73
|
+
constructor(opts) {
|
|
74
|
+
super({
|
|
75
|
+
name: "ApprovalRuleTemplateContentRequiredException",
|
|
76
|
+
$fault: "client",
|
|
77
|
+
...opts,
|
|
78
|
+
});
|
|
79
|
+
this.name = "ApprovalRuleTemplateContentRequiredException";
|
|
80
|
+
this.$fault = "client";
|
|
81
|
+
Object.setPrototypeOf(this, ApprovalRuleTemplateContentRequiredException.prototype);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
export class ApprovalRuleTemplateDoesNotExistException extends __BaseException {
|
|
85
|
+
constructor(opts) {
|
|
86
|
+
super({
|
|
87
|
+
name: "ApprovalRuleTemplateDoesNotExistException",
|
|
88
|
+
$fault: "client",
|
|
89
|
+
...opts,
|
|
90
|
+
});
|
|
91
|
+
this.name = "ApprovalRuleTemplateDoesNotExistException";
|
|
92
|
+
this.$fault = "client";
|
|
93
|
+
Object.setPrototypeOf(this, ApprovalRuleTemplateDoesNotExistException.prototype);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
export class ApprovalRuleTemplateInUseException extends __BaseException {
|
|
97
|
+
constructor(opts) {
|
|
98
|
+
super({
|
|
99
|
+
name: "ApprovalRuleTemplateInUseException",
|
|
100
|
+
$fault: "client",
|
|
101
|
+
...opts,
|
|
102
|
+
});
|
|
103
|
+
this.name = "ApprovalRuleTemplateInUseException";
|
|
104
|
+
this.$fault = "client";
|
|
105
|
+
Object.setPrototypeOf(this, ApprovalRuleTemplateInUseException.prototype);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
export class ApprovalRuleTemplateNameAlreadyExistsException extends __BaseException {
|
|
109
|
+
constructor(opts) {
|
|
110
|
+
super({
|
|
111
|
+
name: "ApprovalRuleTemplateNameAlreadyExistsException",
|
|
112
|
+
$fault: "client",
|
|
113
|
+
...opts,
|
|
114
|
+
});
|
|
115
|
+
this.name = "ApprovalRuleTemplateNameAlreadyExistsException";
|
|
116
|
+
this.$fault = "client";
|
|
117
|
+
Object.setPrototypeOf(this, ApprovalRuleTemplateNameAlreadyExistsException.prototype);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
export class ApprovalRuleTemplateNameRequiredException extends __BaseException {
|
|
121
|
+
constructor(opts) {
|
|
122
|
+
super({
|
|
123
|
+
name: "ApprovalRuleTemplateNameRequiredException",
|
|
124
|
+
$fault: "client",
|
|
125
|
+
...opts,
|
|
126
|
+
});
|
|
127
|
+
this.name = "ApprovalRuleTemplateNameRequiredException";
|
|
128
|
+
this.$fault = "client";
|
|
129
|
+
Object.setPrototypeOf(this, ApprovalRuleTemplateNameRequiredException.prototype);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
export class ApprovalStateRequiredException extends __BaseException {
|
|
133
|
+
constructor(opts) {
|
|
134
|
+
super({
|
|
135
|
+
name: "ApprovalStateRequiredException",
|
|
136
|
+
$fault: "client",
|
|
137
|
+
...opts,
|
|
138
|
+
});
|
|
139
|
+
this.name = "ApprovalStateRequiredException";
|
|
140
|
+
this.$fault = "client";
|
|
141
|
+
Object.setPrototypeOf(this, ApprovalStateRequiredException.prototype);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
export class EncryptionIntegrityChecksFailedException extends __BaseException {
|
|
145
|
+
constructor(opts) {
|
|
146
|
+
super({
|
|
147
|
+
name: "EncryptionIntegrityChecksFailedException",
|
|
148
|
+
$fault: "server",
|
|
149
|
+
...opts,
|
|
150
|
+
});
|
|
151
|
+
this.name = "EncryptionIntegrityChecksFailedException";
|
|
152
|
+
this.$fault = "server";
|
|
153
|
+
Object.setPrototypeOf(this, EncryptionIntegrityChecksFailedException.prototype);
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
export class EncryptionKeyAccessDeniedException extends __BaseException {
|
|
157
|
+
constructor(opts) {
|
|
158
|
+
super({
|
|
159
|
+
name: "EncryptionKeyAccessDeniedException",
|
|
160
|
+
$fault: "client",
|
|
161
|
+
...opts,
|
|
162
|
+
});
|
|
163
|
+
this.name = "EncryptionKeyAccessDeniedException";
|
|
164
|
+
this.$fault = "client";
|
|
165
|
+
Object.setPrototypeOf(this, EncryptionKeyAccessDeniedException.prototype);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
export class EncryptionKeyDisabledException extends __BaseException {
|
|
169
|
+
constructor(opts) {
|
|
170
|
+
super({
|
|
171
|
+
name: "EncryptionKeyDisabledException",
|
|
172
|
+
$fault: "client",
|
|
173
|
+
...opts,
|
|
174
|
+
});
|
|
175
|
+
this.name = "EncryptionKeyDisabledException";
|
|
176
|
+
this.$fault = "client";
|
|
177
|
+
Object.setPrototypeOf(this, EncryptionKeyDisabledException.prototype);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
export class EncryptionKeyNotFoundException extends __BaseException {
|
|
181
|
+
constructor(opts) {
|
|
182
|
+
super({
|
|
183
|
+
name: "EncryptionKeyNotFoundException",
|
|
184
|
+
$fault: "client",
|
|
185
|
+
...opts,
|
|
186
|
+
});
|
|
187
|
+
this.name = "EncryptionKeyNotFoundException";
|
|
188
|
+
this.$fault = "client";
|
|
189
|
+
Object.setPrototypeOf(this, EncryptionKeyNotFoundException.prototype);
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
export class EncryptionKeyUnavailableException extends __BaseException {
|
|
193
|
+
constructor(opts) {
|
|
194
|
+
super({
|
|
195
|
+
name: "EncryptionKeyUnavailableException",
|
|
196
|
+
$fault: "client",
|
|
197
|
+
...opts,
|
|
198
|
+
});
|
|
199
|
+
this.name = "EncryptionKeyUnavailableException";
|
|
200
|
+
this.$fault = "client";
|
|
201
|
+
Object.setPrototypeOf(this, EncryptionKeyUnavailableException.prototype);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
export class InvalidApprovalRuleTemplateNameException extends __BaseException {
|
|
205
|
+
constructor(opts) {
|
|
206
|
+
super({
|
|
207
|
+
name: "InvalidApprovalRuleTemplateNameException",
|
|
208
|
+
$fault: "client",
|
|
209
|
+
...opts,
|
|
210
|
+
});
|
|
211
|
+
this.name = "InvalidApprovalRuleTemplateNameException";
|
|
212
|
+
this.$fault = "client";
|
|
213
|
+
Object.setPrototypeOf(this, InvalidApprovalRuleTemplateNameException.prototype);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
export class InvalidRepositoryNameException extends __BaseException {
|
|
217
|
+
constructor(opts) {
|
|
218
|
+
super({
|
|
219
|
+
name: "InvalidRepositoryNameException",
|
|
220
|
+
$fault: "client",
|
|
221
|
+
...opts,
|
|
222
|
+
});
|
|
223
|
+
this.name = "InvalidRepositoryNameException";
|
|
224
|
+
this.$fault = "client";
|
|
225
|
+
Object.setPrototypeOf(this, InvalidRepositoryNameException.prototype);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
export class MaximumRuleTemplatesAssociatedWithRepositoryException extends __BaseException {
|
|
229
|
+
constructor(opts) {
|
|
230
|
+
super({
|
|
231
|
+
name: "MaximumRuleTemplatesAssociatedWithRepositoryException",
|
|
232
|
+
$fault: "client",
|
|
233
|
+
...opts,
|
|
234
|
+
});
|
|
235
|
+
this.name = "MaximumRuleTemplatesAssociatedWithRepositoryException";
|
|
236
|
+
this.$fault = "client";
|
|
237
|
+
Object.setPrototypeOf(this, MaximumRuleTemplatesAssociatedWithRepositoryException.prototype);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
export class RepositoryDoesNotExistException extends __BaseException {
|
|
241
|
+
constructor(opts) {
|
|
242
|
+
super({
|
|
243
|
+
name: "RepositoryDoesNotExistException",
|
|
244
|
+
$fault: "client",
|
|
245
|
+
...opts,
|
|
246
|
+
});
|
|
247
|
+
this.name = "RepositoryDoesNotExistException";
|
|
248
|
+
this.$fault = "client";
|
|
249
|
+
Object.setPrototypeOf(this, RepositoryDoesNotExistException.prototype);
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
export class RepositoryNameRequiredException extends __BaseException {
|
|
253
|
+
constructor(opts) {
|
|
254
|
+
super({
|
|
255
|
+
name: "RepositoryNameRequiredException",
|
|
256
|
+
$fault: "client",
|
|
257
|
+
...opts,
|
|
258
|
+
});
|
|
259
|
+
this.name = "RepositoryNameRequiredException";
|
|
260
|
+
this.$fault = "client";
|
|
261
|
+
Object.setPrototypeOf(this, RepositoryNameRequiredException.prototype);
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
export class AuthorDoesNotExistException extends __BaseException {
|
|
265
|
+
constructor(opts) {
|
|
266
|
+
super({
|
|
267
|
+
name: "AuthorDoesNotExistException",
|
|
268
|
+
$fault: "client",
|
|
269
|
+
...opts,
|
|
270
|
+
});
|
|
271
|
+
this.name = "AuthorDoesNotExistException";
|
|
272
|
+
this.$fault = "client";
|
|
273
|
+
Object.setPrototypeOf(this, AuthorDoesNotExistException.prototype);
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
export class MaximumRepositoryNamesExceededException extends __BaseException {
|
|
277
|
+
constructor(opts) {
|
|
278
|
+
super({
|
|
279
|
+
name: "MaximumRepositoryNamesExceededException",
|
|
280
|
+
$fault: "client",
|
|
281
|
+
...opts,
|
|
282
|
+
});
|
|
283
|
+
this.name = "MaximumRepositoryNamesExceededException";
|
|
284
|
+
this.$fault = "client";
|
|
285
|
+
Object.setPrototypeOf(this, MaximumRepositoryNamesExceededException.prototype);
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
export class RepositoryNamesRequiredException extends __BaseException {
|
|
289
|
+
constructor(opts) {
|
|
290
|
+
super({
|
|
291
|
+
name: "RepositoryNamesRequiredException",
|
|
292
|
+
$fault: "client",
|
|
293
|
+
...opts,
|
|
294
|
+
});
|
|
295
|
+
this.name = "RepositoryNamesRequiredException";
|
|
296
|
+
this.$fault = "client";
|
|
297
|
+
Object.setPrototypeOf(this, RepositoryNamesRequiredException.prototype);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
301
300
|
export var ConflictDetailLevelTypeEnum;
|
|
302
301
|
(function (ConflictDetailLevelTypeEnum) {
|
|
303
302
|
ConflictDetailLevelTypeEnum["FILE_LEVEL"] = "FILE_LEVEL";
|
|
@@ -335,1067 +334,1067 @@ export var ObjectTypeEnum;
|
|
|
335
334
|
ObjectTypeEnum["GIT_LINK"] = "GIT_LINK";
|
|
336
335
|
ObjectTypeEnum["SYMBOLIC_LINK"] = "SYMBOLIC_LINK";
|
|
337
336
|
})(ObjectTypeEnum || (ObjectTypeEnum = {}));
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
}
|
|
1021
|
-
|
|
337
|
+
export class CommitDoesNotExistException extends __BaseException {
|
|
338
|
+
constructor(opts) {
|
|
339
|
+
super({
|
|
340
|
+
name: "CommitDoesNotExistException",
|
|
341
|
+
$fault: "client",
|
|
342
|
+
...opts,
|
|
343
|
+
});
|
|
344
|
+
this.name = "CommitDoesNotExistException";
|
|
345
|
+
this.$fault = "client";
|
|
346
|
+
Object.setPrototypeOf(this, CommitDoesNotExistException.prototype);
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
export class CommitRequiredException extends __BaseException {
|
|
350
|
+
constructor(opts) {
|
|
351
|
+
super({
|
|
352
|
+
name: "CommitRequiredException",
|
|
353
|
+
$fault: "client",
|
|
354
|
+
...opts,
|
|
355
|
+
});
|
|
356
|
+
this.name = "CommitRequiredException";
|
|
357
|
+
this.$fault = "client";
|
|
358
|
+
Object.setPrototypeOf(this, CommitRequiredException.prototype);
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
export class InvalidCommitException extends __BaseException {
|
|
362
|
+
constructor(opts) {
|
|
363
|
+
super({
|
|
364
|
+
name: "InvalidCommitException",
|
|
365
|
+
$fault: "client",
|
|
366
|
+
...opts,
|
|
367
|
+
});
|
|
368
|
+
this.name = "InvalidCommitException";
|
|
369
|
+
this.$fault = "client";
|
|
370
|
+
Object.setPrototypeOf(this, InvalidCommitException.prototype);
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
export class InvalidConflictDetailLevelException extends __BaseException {
|
|
374
|
+
constructor(opts) {
|
|
375
|
+
super({
|
|
376
|
+
name: "InvalidConflictDetailLevelException",
|
|
377
|
+
$fault: "client",
|
|
378
|
+
...opts,
|
|
379
|
+
});
|
|
380
|
+
this.name = "InvalidConflictDetailLevelException";
|
|
381
|
+
this.$fault = "client";
|
|
382
|
+
Object.setPrototypeOf(this, InvalidConflictDetailLevelException.prototype);
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
export class InvalidConflictResolutionStrategyException extends __BaseException {
|
|
386
|
+
constructor(opts) {
|
|
387
|
+
super({
|
|
388
|
+
name: "InvalidConflictResolutionStrategyException",
|
|
389
|
+
$fault: "client",
|
|
390
|
+
...opts,
|
|
391
|
+
});
|
|
392
|
+
this.name = "InvalidConflictResolutionStrategyException";
|
|
393
|
+
this.$fault = "client";
|
|
394
|
+
Object.setPrototypeOf(this, InvalidConflictResolutionStrategyException.prototype);
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
export class InvalidContinuationTokenException extends __BaseException {
|
|
398
|
+
constructor(opts) {
|
|
399
|
+
super({
|
|
400
|
+
name: "InvalidContinuationTokenException",
|
|
401
|
+
$fault: "client",
|
|
402
|
+
...opts,
|
|
403
|
+
});
|
|
404
|
+
this.name = "InvalidContinuationTokenException";
|
|
405
|
+
this.$fault = "client";
|
|
406
|
+
Object.setPrototypeOf(this, InvalidContinuationTokenException.prototype);
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
export class InvalidMaxConflictFilesException extends __BaseException {
|
|
410
|
+
constructor(opts) {
|
|
411
|
+
super({
|
|
412
|
+
name: "InvalidMaxConflictFilesException",
|
|
413
|
+
$fault: "client",
|
|
414
|
+
...opts,
|
|
415
|
+
});
|
|
416
|
+
this.name = "InvalidMaxConflictFilesException";
|
|
417
|
+
this.$fault = "client";
|
|
418
|
+
Object.setPrototypeOf(this, InvalidMaxConflictFilesException.prototype);
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
export class InvalidMaxMergeHunksException extends __BaseException {
|
|
422
|
+
constructor(opts) {
|
|
423
|
+
super({
|
|
424
|
+
name: "InvalidMaxMergeHunksException",
|
|
425
|
+
$fault: "client",
|
|
426
|
+
...opts,
|
|
427
|
+
});
|
|
428
|
+
this.name = "InvalidMaxMergeHunksException";
|
|
429
|
+
this.$fault = "client";
|
|
430
|
+
Object.setPrototypeOf(this, InvalidMaxMergeHunksException.prototype);
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
export class InvalidMergeOptionException extends __BaseException {
|
|
434
|
+
constructor(opts) {
|
|
435
|
+
super({
|
|
436
|
+
name: "InvalidMergeOptionException",
|
|
437
|
+
$fault: "client",
|
|
438
|
+
...opts,
|
|
439
|
+
});
|
|
440
|
+
this.name = "InvalidMergeOptionException";
|
|
441
|
+
this.$fault = "client";
|
|
442
|
+
Object.setPrototypeOf(this, InvalidMergeOptionException.prototype);
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
export class MaximumFileContentToLoadExceededException extends __BaseException {
|
|
446
|
+
constructor(opts) {
|
|
447
|
+
super({
|
|
448
|
+
name: "MaximumFileContentToLoadExceededException",
|
|
449
|
+
$fault: "client",
|
|
450
|
+
...opts,
|
|
451
|
+
});
|
|
452
|
+
this.name = "MaximumFileContentToLoadExceededException";
|
|
453
|
+
this.$fault = "client";
|
|
454
|
+
Object.setPrototypeOf(this, MaximumFileContentToLoadExceededException.prototype);
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
export class MaximumItemsToCompareExceededException extends __BaseException {
|
|
458
|
+
constructor(opts) {
|
|
459
|
+
super({
|
|
460
|
+
name: "MaximumItemsToCompareExceededException",
|
|
461
|
+
$fault: "client",
|
|
462
|
+
...opts,
|
|
463
|
+
});
|
|
464
|
+
this.name = "MaximumItemsToCompareExceededException";
|
|
465
|
+
this.$fault = "client";
|
|
466
|
+
Object.setPrototypeOf(this, MaximumItemsToCompareExceededException.prototype);
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
export class MergeOptionRequiredException extends __BaseException {
|
|
470
|
+
constructor(opts) {
|
|
471
|
+
super({
|
|
472
|
+
name: "MergeOptionRequiredException",
|
|
473
|
+
$fault: "client",
|
|
474
|
+
...opts,
|
|
475
|
+
});
|
|
476
|
+
this.name = "MergeOptionRequiredException";
|
|
477
|
+
this.$fault = "client";
|
|
478
|
+
Object.setPrototypeOf(this, MergeOptionRequiredException.prototype);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
export class TipsDivergenceExceededException extends __BaseException {
|
|
482
|
+
constructor(opts) {
|
|
483
|
+
super({
|
|
484
|
+
name: "TipsDivergenceExceededException",
|
|
485
|
+
$fault: "client",
|
|
486
|
+
...opts,
|
|
487
|
+
});
|
|
488
|
+
this.name = "TipsDivergenceExceededException";
|
|
489
|
+
this.$fault = "client";
|
|
490
|
+
Object.setPrototypeOf(this, TipsDivergenceExceededException.prototype);
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
export class CommitIdsLimitExceededException extends __BaseException {
|
|
494
|
+
constructor(opts) {
|
|
495
|
+
super({
|
|
496
|
+
name: "CommitIdsLimitExceededException",
|
|
497
|
+
$fault: "client",
|
|
498
|
+
...opts,
|
|
499
|
+
});
|
|
500
|
+
this.name = "CommitIdsLimitExceededException";
|
|
501
|
+
this.$fault = "client";
|
|
502
|
+
Object.setPrototypeOf(this, CommitIdsLimitExceededException.prototype);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
export class CommitIdsListRequiredException extends __BaseException {
|
|
506
|
+
constructor(opts) {
|
|
507
|
+
super({
|
|
508
|
+
name: "CommitIdsListRequiredException",
|
|
509
|
+
$fault: "client",
|
|
510
|
+
...opts,
|
|
511
|
+
});
|
|
512
|
+
this.name = "CommitIdsListRequiredException";
|
|
513
|
+
this.$fault = "client";
|
|
514
|
+
Object.setPrototypeOf(this, CommitIdsListRequiredException.prototype);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
export class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
|
|
518
|
+
constructor(opts) {
|
|
519
|
+
super({
|
|
520
|
+
name: "BeforeCommitIdAndAfterCommitIdAreSameException",
|
|
521
|
+
$fault: "client",
|
|
522
|
+
...opts,
|
|
523
|
+
});
|
|
524
|
+
this.name = "BeforeCommitIdAndAfterCommitIdAreSameException";
|
|
525
|
+
this.$fault = "client";
|
|
526
|
+
Object.setPrototypeOf(this, BeforeCommitIdAndAfterCommitIdAreSameException.prototype);
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
export class BlobIdDoesNotExistException extends __BaseException {
|
|
530
|
+
constructor(opts) {
|
|
531
|
+
super({
|
|
532
|
+
name: "BlobIdDoesNotExistException",
|
|
533
|
+
$fault: "client",
|
|
534
|
+
...opts,
|
|
535
|
+
});
|
|
536
|
+
this.name = "BlobIdDoesNotExistException";
|
|
537
|
+
this.$fault = "client";
|
|
538
|
+
Object.setPrototypeOf(this, BlobIdDoesNotExistException.prototype);
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
export class BlobIdRequiredException extends __BaseException {
|
|
542
|
+
constructor(opts) {
|
|
543
|
+
super({
|
|
544
|
+
name: "BlobIdRequiredException",
|
|
545
|
+
$fault: "client",
|
|
546
|
+
...opts,
|
|
547
|
+
});
|
|
548
|
+
this.name = "BlobIdRequiredException";
|
|
549
|
+
this.$fault = "client";
|
|
550
|
+
Object.setPrototypeOf(this, BlobIdRequiredException.prototype);
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
export class BranchDoesNotExistException extends __BaseException {
|
|
554
|
+
constructor(opts) {
|
|
555
|
+
super({
|
|
556
|
+
name: "BranchDoesNotExistException",
|
|
557
|
+
$fault: "client",
|
|
558
|
+
...opts,
|
|
559
|
+
});
|
|
560
|
+
this.name = "BranchDoesNotExistException";
|
|
561
|
+
this.$fault = "client";
|
|
562
|
+
Object.setPrototypeOf(this, BranchDoesNotExistException.prototype);
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
export class BranchNameExistsException extends __BaseException {
|
|
566
|
+
constructor(opts) {
|
|
567
|
+
super({
|
|
568
|
+
name: "BranchNameExistsException",
|
|
569
|
+
$fault: "client",
|
|
570
|
+
...opts,
|
|
571
|
+
});
|
|
572
|
+
this.name = "BranchNameExistsException";
|
|
573
|
+
this.$fault = "client";
|
|
574
|
+
Object.setPrototypeOf(this, BranchNameExistsException.prototype);
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
export class BranchNameIsTagNameException extends __BaseException {
|
|
578
|
+
constructor(opts) {
|
|
579
|
+
super({
|
|
580
|
+
name: "BranchNameIsTagNameException",
|
|
581
|
+
$fault: "client",
|
|
582
|
+
...opts,
|
|
583
|
+
});
|
|
584
|
+
this.name = "BranchNameIsTagNameException";
|
|
585
|
+
this.$fault = "client";
|
|
586
|
+
Object.setPrototypeOf(this, BranchNameIsTagNameException.prototype);
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
export class BranchNameRequiredException extends __BaseException {
|
|
590
|
+
constructor(opts) {
|
|
591
|
+
super({
|
|
592
|
+
name: "BranchNameRequiredException",
|
|
593
|
+
$fault: "client",
|
|
594
|
+
...opts,
|
|
595
|
+
});
|
|
596
|
+
this.name = "BranchNameRequiredException";
|
|
597
|
+
this.$fault = "client";
|
|
598
|
+
Object.setPrototypeOf(this, BranchNameRequiredException.prototype);
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
export class CannotDeleteApprovalRuleFromTemplateException extends __BaseException {
|
|
602
|
+
constructor(opts) {
|
|
603
|
+
super({
|
|
604
|
+
name: "CannotDeleteApprovalRuleFromTemplateException",
|
|
605
|
+
$fault: "client",
|
|
606
|
+
...opts,
|
|
607
|
+
});
|
|
608
|
+
this.name = "CannotDeleteApprovalRuleFromTemplateException";
|
|
609
|
+
this.$fault = "client";
|
|
610
|
+
Object.setPrototypeOf(this, CannotDeleteApprovalRuleFromTemplateException.prototype);
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
export class CannotModifyApprovalRuleFromTemplateException extends __BaseException {
|
|
614
|
+
constructor(opts) {
|
|
615
|
+
super({
|
|
616
|
+
name: "CannotModifyApprovalRuleFromTemplateException",
|
|
617
|
+
$fault: "client",
|
|
618
|
+
...opts,
|
|
619
|
+
});
|
|
620
|
+
this.name = "CannotModifyApprovalRuleFromTemplateException";
|
|
621
|
+
this.$fault = "client";
|
|
622
|
+
Object.setPrototypeOf(this, CannotModifyApprovalRuleFromTemplateException.prototype);
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
export class ClientRequestTokenRequiredException extends __BaseException {
|
|
626
|
+
constructor(opts) {
|
|
627
|
+
super({
|
|
628
|
+
name: "ClientRequestTokenRequiredException",
|
|
629
|
+
$fault: "client",
|
|
630
|
+
...opts,
|
|
631
|
+
});
|
|
632
|
+
this.name = "ClientRequestTokenRequiredException";
|
|
633
|
+
this.$fault = "client";
|
|
634
|
+
Object.setPrototypeOf(this, ClientRequestTokenRequiredException.prototype);
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
export class InvalidApprovalRuleTemplateContentException extends __BaseException {
|
|
638
|
+
constructor(opts) {
|
|
639
|
+
super({
|
|
640
|
+
name: "InvalidApprovalRuleTemplateContentException",
|
|
641
|
+
$fault: "client",
|
|
642
|
+
...opts,
|
|
643
|
+
});
|
|
644
|
+
this.name = "InvalidApprovalRuleTemplateContentException";
|
|
645
|
+
this.$fault = "client";
|
|
646
|
+
Object.setPrototypeOf(this, InvalidApprovalRuleTemplateContentException.prototype);
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
export class InvalidApprovalRuleTemplateDescriptionException extends __BaseException {
|
|
650
|
+
constructor(opts) {
|
|
651
|
+
super({
|
|
652
|
+
name: "InvalidApprovalRuleTemplateDescriptionException",
|
|
653
|
+
$fault: "client",
|
|
654
|
+
...opts,
|
|
655
|
+
});
|
|
656
|
+
this.name = "InvalidApprovalRuleTemplateDescriptionException";
|
|
657
|
+
this.$fault = "client";
|
|
658
|
+
Object.setPrototypeOf(this, InvalidApprovalRuleTemplateDescriptionException.prototype);
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
export class NumberOfRuleTemplatesExceededException extends __BaseException {
|
|
662
|
+
constructor(opts) {
|
|
663
|
+
super({
|
|
664
|
+
name: "NumberOfRuleTemplatesExceededException",
|
|
665
|
+
$fault: "client",
|
|
666
|
+
...opts,
|
|
667
|
+
});
|
|
668
|
+
this.name = "NumberOfRuleTemplatesExceededException";
|
|
669
|
+
this.$fault = "client";
|
|
670
|
+
Object.setPrototypeOf(this, NumberOfRuleTemplatesExceededException.prototype);
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
export class CommitIdRequiredException extends __BaseException {
|
|
674
|
+
constructor(opts) {
|
|
675
|
+
super({
|
|
676
|
+
name: "CommitIdRequiredException",
|
|
677
|
+
$fault: "client",
|
|
678
|
+
...opts,
|
|
679
|
+
});
|
|
680
|
+
this.name = "CommitIdRequiredException";
|
|
681
|
+
this.$fault = "client";
|
|
682
|
+
Object.setPrototypeOf(this, CommitIdRequiredException.prototype);
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
export class InvalidBranchNameException extends __BaseException {
|
|
686
|
+
constructor(opts) {
|
|
687
|
+
super({
|
|
688
|
+
name: "InvalidBranchNameException",
|
|
689
|
+
$fault: "client",
|
|
690
|
+
...opts,
|
|
691
|
+
});
|
|
692
|
+
this.name = "InvalidBranchNameException";
|
|
693
|
+
this.$fault = "client";
|
|
694
|
+
Object.setPrototypeOf(this, InvalidBranchNameException.prototype);
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
export class InvalidCommitIdException extends __BaseException {
|
|
698
|
+
constructor(opts) {
|
|
699
|
+
super({
|
|
700
|
+
name: "InvalidCommitIdException",
|
|
701
|
+
$fault: "client",
|
|
702
|
+
...opts,
|
|
703
|
+
});
|
|
704
|
+
this.name = "InvalidCommitIdException";
|
|
705
|
+
this.$fault = "client";
|
|
706
|
+
Object.setPrototypeOf(this, InvalidCommitIdException.prototype);
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
export class CommitMessageLengthExceededException extends __BaseException {
|
|
710
|
+
constructor(opts) {
|
|
711
|
+
super({
|
|
712
|
+
name: "CommitMessageLengthExceededException",
|
|
713
|
+
$fault: "client",
|
|
714
|
+
...opts,
|
|
715
|
+
});
|
|
716
|
+
this.name = "CommitMessageLengthExceededException";
|
|
717
|
+
this.$fault = "client";
|
|
718
|
+
Object.setPrototypeOf(this, CommitMessageLengthExceededException.prototype);
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
export class DirectoryNameConflictsWithFileNameException extends __BaseException {
|
|
722
|
+
constructor(opts) {
|
|
723
|
+
super({
|
|
724
|
+
name: "DirectoryNameConflictsWithFileNameException",
|
|
725
|
+
$fault: "client",
|
|
726
|
+
...opts,
|
|
727
|
+
});
|
|
728
|
+
this.name = "DirectoryNameConflictsWithFileNameException";
|
|
729
|
+
this.$fault = "client";
|
|
730
|
+
Object.setPrototypeOf(this, DirectoryNameConflictsWithFileNameException.prototype);
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
export class FileContentAndSourceFileSpecifiedException extends __BaseException {
|
|
734
|
+
constructor(opts) {
|
|
735
|
+
super({
|
|
736
|
+
name: "FileContentAndSourceFileSpecifiedException",
|
|
737
|
+
$fault: "client",
|
|
738
|
+
...opts,
|
|
739
|
+
});
|
|
740
|
+
this.name = "FileContentAndSourceFileSpecifiedException";
|
|
741
|
+
this.$fault = "client";
|
|
742
|
+
Object.setPrototypeOf(this, FileContentAndSourceFileSpecifiedException.prototype);
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
export class FileContentSizeLimitExceededException extends __BaseException {
|
|
746
|
+
constructor(opts) {
|
|
747
|
+
super({
|
|
748
|
+
name: "FileContentSizeLimitExceededException",
|
|
749
|
+
$fault: "client",
|
|
750
|
+
...opts,
|
|
751
|
+
});
|
|
752
|
+
this.name = "FileContentSizeLimitExceededException";
|
|
753
|
+
this.$fault = "client";
|
|
754
|
+
Object.setPrototypeOf(this, FileContentSizeLimitExceededException.prototype);
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
export class FileDoesNotExistException extends __BaseException {
|
|
758
|
+
constructor(opts) {
|
|
759
|
+
super({
|
|
760
|
+
name: "FileDoesNotExistException",
|
|
761
|
+
$fault: "client",
|
|
762
|
+
...opts,
|
|
763
|
+
});
|
|
764
|
+
this.name = "FileDoesNotExistException";
|
|
765
|
+
this.$fault = "client";
|
|
766
|
+
Object.setPrototypeOf(this, FileDoesNotExistException.prototype);
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
export class FileEntryRequiredException extends __BaseException {
|
|
770
|
+
constructor(opts) {
|
|
771
|
+
super({
|
|
772
|
+
name: "FileEntryRequiredException",
|
|
773
|
+
$fault: "client",
|
|
774
|
+
...opts,
|
|
775
|
+
});
|
|
776
|
+
this.name = "FileEntryRequiredException";
|
|
777
|
+
this.$fault = "client";
|
|
778
|
+
Object.setPrototypeOf(this, FileEntryRequiredException.prototype);
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
export class FileModeRequiredException extends __BaseException {
|
|
782
|
+
constructor(opts) {
|
|
783
|
+
super({
|
|
784
|
+
name: "FileModeRequiredException",
|
|
785
|
+
$fault: "client",
|
|
786
|
+
...opts,
|
|
787
|
+
});
|
|
788
|
+
this.name = "FileModeRequiredException";
|
|
789
|
+
this.$fault = "client";
|
|
790
|
+
Object.setPrototypeOf(this, FileModeRequiredException.prototype);
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
export class FileNameConflictsWithDirectoryNameException extends __BaseException {
|
|
794
|
+
constructor(opts) {
|
|
795
|
+
super({
|
|
796
|
+
name: "FileNameConflictsWithDirectoryNameException",
|
|
797
|
+
$fault: "client",
|
|
798
|
+
...opts,
|
|
799
|
+
});
|
|
800
|
+
this.name = "FileNameConflictsWithDirectoryNameException";
|
|
801
|
+
this.$fault = "client";
|
|
802
|
+
Object.setPrototypeOf(this, FileNameConflictsWithDirectoryNameException.prototype);
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
export class FilePathConflictsWithSubmodulePathException extends __BaseException {
|
|
806
|
+
constructor(opts) {
|
|
807
|
+
super({
|
|
808
|
+
name: "FilePathConflictsWithSubmodulePathException",
|
|
809
|
+
$fault: "client",
|
|
810
|
+
...opts,
|
|
811
|
+
});
|
|
812
|
+
this.name = "FilePathConflictsWithSubmodulePathException";
|
|
813
|
+
this.$fault = "client";
|
|
814
|
+
Object.setPrototypeOf(this, FilePathConflictsWithSubmodulePathException.prototype);
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
export class FolderContentSizeLimitExceededException extends __BaseException {
|
|
818
|
+
constructor(opts) {
|
|
819
|
+
super({
|
|
820
|
+
name: "FolderContentSizeLimitExceededException",
|
|
821
|
+
$fault: "client",
|
|
822
|
+
...opts,
|
|
823
|
+
});
|
|
824
|
+
this.name = "FolderContentSizeLimitExceededException";
|
|
825
|
+
this.$fault = "client";
|
|
826
|
+
Object.setPrototypeOf(this, FolderContentSizeLimitExceededException.prototype);
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
export class InvalidDeletionParameterException extends __BaseException {
|
|
830
|
+
constructor(opts) {
|
|
831
|
+
super({
|
|
832
|
+
name: "InvalidDeletionParameterException",
|
|
833
|
+
$fault: "client",
|
|
834
|
+
...opts,
|
|
835
|
+
});
|
|
836
|
+
this.name = "InvalidDeletionParameterException";
|
|
837
|
+
this.$fault = "client";
|
|
838
|
+
Object.setPrototypeOf(this, InvalidDeletionParameterException.prototype);
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
export class InvalidEmailException extends __BaseException {
|
|
842
|
+
constructor(opts) {
|
|
843
|
+
super({
|
|
844
|
+
name: "InvalidEmailException",
|
|
845
|
+
$fault: "client",
|
|
846
|
+
...opts,
|
|
847
|
+
});
|
|
848
|
+
this.name = "InvalidEmailException";
|
|
849
|
+
this.$fault = "client";
|
|
850
|
+
Object.setPrototypeOf(this, InvalidEmailException.prototype);
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
export class InvalidFileModeException extends __BaseException {
|
|
854
|
+
constructor(opts) {
|
|
855
|
+
super({
|
|
856
|
+
name: "InvalidFileModeException",
|
|
857
|
+
$fault: "client",
|
|
858
|
+
...opts,
|
|
859
|
+
});
|
|
860
|
+
this.name = "InvalidFileModeException";
|
|
861
|
+
this.$fault = "client";
|
|
862
|
+
Object.setPrototypeOf(this, InvalidFileModeException.prototype);
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
export class InvalidParentCommitIdException extends __BaseException {
|
|
866
|
+
constructor(opts) {
|
|
867
|
+
super({
|
|
868
|
+
name: "InvalidParentCommitIdException",
|
|
869
|
+
$fault: "client",
|
|
870
|
+
...opts,
|
|
871
|
+
});
|
|
872
|
+
this.name = "InvalidParentCommitIdException";
|
|
873
|
+
this.$fault = "client";
|
|
874
|
+
Object.setPrototypeOf(this, InvalidParentCommitIdException.prototype);
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
export class InvalidPathException extends __BaseException {
|
|
878
|
+
constructor(opts) {
|
|
879
|
+
super({
|
|
880
|
+
name: "InvalidPathException",
|
|
881
|
+
$fault: "client",
|
|
882
|
+
...opts,
|
|
883
|
+
});
|
|
884
|
+
this.name = "InvalidPathException";
|
|
885
|
+
this.$fault = "client";
|
|
886
|
+
Object.setPrototypeOf(this, InvalidPathException.prototype);
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
export class MaximumFileEntriesExceededException extends __BaseException {
|
|
890
|
+
constructor(opts) {
|
|
891
|
+
super({
|
|
892
|
+
name: "MaximumFileEntriesExceededException",
|
|
893
|
+
$fault: "client",
|
|
894
|
+
...opts,
|
|
895
|
+
});
|
|
896
|
+
this.name = "MaximumFileEntriesExceededException";
|
|
897
|
+
this.$fault = "client";
|
|
898
|
+
Object.setPrototypeOf(this, MaximumFileEntriesExceededException.prototype);
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
export class NameLengthExceededException extends __BaseException {
|
|
902
|
+
constructor(opts) {
|
|
903
|
+
super({
|
|
904
|
+
name: "NameLengthExceededException",
|
|
905
|
+
$fault: "client",
|
|
906
|
+
...opts,
|
|
907
|
+
});
|
|
908
|
+
this.name = "NameLengthExceededException";
|
|
909
|
+
this.$fault = "client";
|
|
910
|
+
Object.setPrototypeOf(this, NameLengthExceededException.prototype);
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
export class NoChangeException extends __BaseException {
|
|
914
|
+
constructor(opts) {
|
|
915
|
+
super({
|
|
916
|
+
name: "NoChangeException",
|
|
917
|
+
$fault: "client",
|
|
918
|
+
...opts,
|
|
919
|
+
});
|
|
920
|
+
this.name = "NoChangeException";
|
|
921
|
+
this.$fault = "client";
|
|
922
|
+
Object.setPrototypeOf(this, NoChangeException.prototype);
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
export class ParentCommitDoesNotExistException extends __BaseException {
|
|
926
|
+
constructor(opts) {
|
|
927
|
+
super({
|
|
928
|
+
name: "ParentCommitDoesNotExistException",
|
|
929
|
+
$fault: "client",
|
|
930
|
+
...opts,
|
|
931
|
+
});
|
|
932
|
+
this.name = "ParentCommitDoesNotExistException";
|
|
933
|
+
this.$fault = "client";
|
|
934
|
+
Object.setPrototypeOf(this, ParentCommitDoesNotExistException.prototype);
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
export class ParentCommitIdOutdatedException extends __BaseException {
|
|
938
|
+
constructor(opts) {
|
|
939
|
+
super({
|
|
940
|
+
name: "ParentCommitIdOutdatedException",
|
|
941
|
+
$fault: "client",
|
|
942
|
+
...opts,
|
|
943
|
+
});
|
|
944
|
+
this.name = "ParentCommitIdOutdatedException";
|
|
945
|
+
this.$fault = "client";
|
|
946
|
+
Object.setPrototypeOf(this, ParentCommitIdOutdatedException.prototype);
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
export class ParentCommitIdRequiredException extends __BaseException {
|
|
950
|
+
constructor(opts) {
|
|
951
|
+
super({
|
|
952
|
+
name: "ParentCommitIdRequiredException",
|
|
953
|
+
$fault: "client",
|
|
954
|
+
...opts,
|
|
955
|
+
});
|
|
956
|
+
this.name = "ParentCommitIdRequiredException";
|
|
957
|
+
this.$fault = "client";
|
|
958
|
+
Object.setPrototypeOf(this, ParentCommitIdRequiredException.prototype);
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
export class PathRequiredException extends __BaseException {
|
|
962
|
+
constructor(opts) {
|
|
963
|
+
super({
|
|
964
|
+
name: "PathRequiredException",
|
|
965
|
+
$fault: "client",
|
|
966
|
+
...opts,
|
|
967
|
+
});
|
|
968
|
+
this.name = "PathRequiredException";
|
|
969
|
+
this.$fault = "client";
|
|
970
|
+
Object.setPrototypeOf(this, PathRequiredException.prototype);
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
export class PutFileEntryConflictException extends __BaseException {
|
|
974
|
+
constructor(opts) {
|
|
975
|
+
super({
|
|
976
|
+
name: "PutFileEntryConflictException",
|
|
977
|
+
$fault: "client",
|
|
978
|
+
...opts,
|
|
979
|
+
});
|
|
980
|
+
this.name = "PutFileEntryConflictException";
|
|
981
|
+
this.$fault = "client";
|
|
982
|
+
Object.setPrototypeOf(this, PutFileEntryConflictException.prototype);
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
export class RestrictedSourceFileException extends __BaseException {
|
|
986
|
+
constructor(opts) {
|
|
987
|
+
super({
|
|
988
|
+
name: "RestrictedSourceFileException",
|
|
989
|
+
$fault: "client",
|
|
990
|
+
...opts,
|
|
991
|
+
});
|
|
992
|
+
this.name = "RestrictedSourceFileException";
|
|
993
|
+
this.$fault = "client";
|
|
994
|
+
Object.setPrototypeOf(this, RestrictedSourceFileException.prototype);
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
export class SamePathRequestException extends __BaseException {
|
|
998
|
+
constructor(opts) {
|
|
999
|
+
super({
|
|
1000
|
+
name: "SamePathRequestException",
|
|
1001
|
+
$fault: "client",
|
|
1002
|
+
...opts,
|
|
1003
|
+
});
|
|
1004
|
+
this.name = "SamePathRequestException";
|
|
1005
|
+
this.$fault = "client";
|
|
1006
|
+
Object.setPrototypeOf(this, SamePathRequestException.prototype);
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
export class SourceFileOrContentRequiredException extends __BaseException {
|
|
1010
|
+
constructor(opts) {
|
|
1011
|
+
super({
|
|
1012
|
+
name: "SourceFileOrContentRequiredException",
|
|
1013
|
+
$fault: "client",
|
|
1014
|
+
...opts,
|
|
1015
|
+
});
|
|
1016
|
+
this.name = "SourceFileOrContentRequiredException";
|
|
1017
|
+
this.$fault = "client";
|
|
1018
|
+
Object.setPrototypeOf(this, SourceFileOrContentRequiredException.prototype);
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1022
1021
|
export var PullRequestStatusEnum;
|
|
1023
1022
|
(function (PullRequestStatusEnum) {
|
|
1024
1023
|
PullRequestStatusEnum["CLOSED"] = "CLOSED";
|
|
1025
1024
|
PullRequestStatusEnum["OPEN"] = "OPEN";
|
|
1026
1025
|
})(PullRequestStatusEnum || (PullRequestStatusEnum = {}));
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1026
|
+
export class IdempotencyParameterMismatchException extends __BaseException {
|
|
1027
|
+
constructor(opts) {
|
|
1028
|
+
super({
|
|
1029
|
+
name: "IdempotencyParameterMismatchException",
|
|
1030
|
+
$fault: "client",
|
|
1031
|
+
...opts,
|
|
1032
|
+
});
|
|
1033
|
+
this.name = "IdempotencyParameterMismatchException";
|
|
1034
|
+
this.$fault = "client";
|
|
1035
|
+
Object.setPrototypeOf(this, IdempotencyParameterMismatchException.prototype);
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
export class InvalidClientRequestTokenException extends __BaseException {
|
|
1039
|
+
constructor(opts) {
|
|
1040
|
+
super({
|
|
1041
|
+
name: "InvalidClientRequestTokenException",
|
|
1042
|
+
$fault: "client",
|
|
1043
|
+
...opts,
|
|
1044
|
+
});
|
|
1045
|
+
this.name = "InvalidClientRequestTokenException";
|
|
1046
|
+
this.$fault = "client";
|
|
1047
|
+
Object.setPrototypeOf(this, InvalidClientRequestTokenException.prototype);
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
export class InvalidDescriptionException extends __BaseException {
|
|
1051
|
+
constructor(opts) {
|
|
1052
|
+
super({
|
|
1053
|
+
name: "InvalidDescriptionException",
|
|
1054
|
+
$fault: "client",
|
|
1055
|
+
...opts,
|
|
1056
|
+
});
|
|
1057
|
+
this.name = "InvalidDescriptionException";
|
|
1058
|
+
this.$fault = "client";
|
|
1059
|
+
Object.setPrototypeOf(this, InvalidDescriptionException.prototype);
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
export class InvalidReferenceNameException extends __BaseException {
|
|
1063
|
+
constructor(opts) {
|
|
1064
|
+
super({
|
|
1065
|
+
name: "InvalidReferenceNameException",
|
|
1066
|
+
$fault: "client",
|
|
1067
|
+
...opts,
|
|
1068
|
+
});
|
|
1069
|
+
this.name = "InvalidReferenceNameException";
|
|
1070
|
+
this.$fault = "client";
|
|
1071
|
+
Object.setPrototypeOf(this, InvalidReferenceNameException.prototype);
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
export class InvalidTargetException extends __BaseException {
|
|
1075
|
+
constructor(opts) {
|
|
1076
|
+
super({
|
|
1077
|
+
name: "InvalidTargetException",
|
|
1078
|
+
$fault: "client",
|
|
1079
|
+
...opts,
|
|
1080
|
+
});
|
|
1081
|
+
this.name = "InvalidTargetException";
|
|
1082
|
+
this.$fault = "client";
|
|
1083
|
+
Object.setPrototypeOf(this, InvalidTargetException.prototype);
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
export class InvalidTargetsException extends __BaseException {
|
|
1087
|
+
constructor(opts) {
|
|
1088
|
+
super({
|
|
1089
|
+
name: "InvalidTargetsException",
|
|
1090
|
+
$fault: "client",
|
|
1091
|
+
...opts,
|
|
1092
|
+
});
|
|
1093
|
+
this.name = "InvalidTargetsException";
|
|
1094
|
+
this.$fault = "client";
|
|
1095
|
+
Object.setPrototypeOf(this, InvalidTargetsException.prototype);
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
export class InvalidTitleException extends __BaseException {
|
|
1099
|
+
constructor(opts) {
|
|
1100
|
+
super({
|
|
1101
|
+
name: "InvalidTitleException",
|
|
1102
|
+
$fault: "client",
|
|
1103
|
+
...opts,
|
|
1104
|
+
});
|
|
1105
|
+
this.name = "InvalidTitleException";
|
|
1106
|
+
this.$fault = "client";
|
|
1107
|
+
Object.setPrototypeOf(this, InvalidTitleException.prototype);
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
export class MaximumOpenPullRequestsExceededException extends __BaseException {
|
|
1111
|
+
constructor(opts) {
|
|
1112
|
+
super({
|
|
1113
|
+
name: "MaximumOpenPullRequestsExceededException",
|
|
1114
|
+
$fault: "client",
|
|
1115
|
+
...opts,
|
|
1116
|
+
});
|
|
1117
|
+
this.name = "MaximumOpenPullRequestsExceededException";
|
|
1118
|
+
this.$fault = "client";
|
|
1119
|
+
Object.setPrototypeOf(this, MaximumOpenPullRequestsExceededException.prototype);
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
export class MultipleRepositoriesInPullRequestException extends __BaseException {
|
|
1123
|
+
constructor(opts) {
|
|
1124
|
+
super({
|
|
1125
|
+
name: "MultipleRepositoriesInPullRequestException",
|
|
1126
|
+
$fault: "client",
|
|
1127
|
+
...opts,
|
|
1128
|
+
});
|
|
1129
|
+
this.name = "MultipleRepositoriesInPullRequestException";
|
|
1130
|
+
this.$fault = "client";
|
|
1131
|
+
Object.setPrototypeOf(this, MultipleRepositoriesInPullRequestException.prototype);
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
export class ReferenceDoesNotExistException extends __BaseException {
|
|
1135
|
+
constructor(opts) {
|
|
1136
|
+
super({
|
|
1137
|
+
name: "ReferenceDoesNotExistException",
|
|
1138
|
+
$fault: "client",
|
|
1139
|
+
...opts,
|
|
1140
|
+
});
|
|
1141
|
+
this.name = "ReferenceDoesNotExistException";
|
|
1142
|
+
this.$fault = "client";
|
|
1143
|
+
Object.setPrototypeOf(this, ReferenceDoesNotExistException.prototype);
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
export class ReferenceNameRequiredException extends __BaseException {
|
|
1147
|
+
constructor(opts) {
|
|
1148
|
+
super({
|
|
1149
|
+
name: "ReferenceNameRequiredException",
|
|
1150
|
+
$fault: "client",
|
|
1151
|
+
...opts,
|
|
1152
|
+
});
|
|
1153
|
+
this.name = "ReferenceNameRequiredException";
|
|
1154
|
+
this.$fault = "client";
|
|
1155
|
+
Object.setPrototypeOf(this, ReferenceNameRequiredException.prototype);
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
export class ReferenceTypeNotSupportedException extends __BaseException {
|
|
1159
|
+
constructor(opts) {
|
|
1160
|
+
super({
|
|
1161
|
+
name: "ReferenceTypeNotSupportedException",
|
|
1162
|
+
$fault: "client",
|
|
1163
|
+
...opts,
|
|
1164
|
+
});
|
|
1165
|
+
this.name = "ReferenceTypeNotSupportedException";
|
|
1166
|
+
this.$fault = "client";
|
|
1167
|
+
Object.setPrototypeOf(this, ReferenceTypeNotSupportedException.prototype);
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
export class SourceAndDestinationAreSameException extends __BaseException {
|
|
1171
|
+
constructor(opts) {
|
|
1172
|
+
super({
|
|
1173
|
+
name: "SourceAndDestinationAreSameException",
|
|
1174
|
+
$fault: "client",
|
|
1175
|
+
...opts,
|
|
1176
|
+
});
|
|
1177
|
+
this.name = "SourceAndDestinationAreSameException";
|
|
1178
|
+
this.$fault = "client";
|
|
1179
|
+
Object.setPrototypeOf(this, SourceAndDestinationAreSameException.prototype);
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1182
|
+
export class TargetRequiredException extends __BaseException {
|
|
1183
|
+
constructor(opts) {
|
|
1184
|
+
super({
|
|
1185
|
+
name: "TargetRequiredException",
|
|
1186
|
+
$fault: "client",
|
|
1187
|
+
...opts,
|
|
1188
|
+
});
|
|
1189
|
+
this.name = "TargetRequiredException";
|
|
1190
|
+
this.$fault = "client";
|
|
1191
|
+
Object.setPrototypeOf(this, TargetRequiredException.prototype);
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
export class TargetsRequiredException extends __BaseException {
|
|
1195
|
+
constructor(opts) {
|
|
1196
|
+
super({
|
|
1197
|
+
name: "TargetsRequiredException",
|
|
1198
|
+
$fault: "client",
|
|
1199
|
+
...opts,
|
|
1200
|
+
});
|
|
1201
|
+
this.name = "TargetsRequiredException";
|
|
1202
|
+
this.$fault = "client";
|
|
1203
|
+
Object.setPrototypeOf(this, TargetsRequiredException.prototype);
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
export class TitleRequiredException extends __BaseException {
|
|
1207
|
+
constructor(opts) {
|
|
1208
|
+
super({
|
|
1209
|
+
name: "TitleRequiredException",
|
|
1210
|
+
$fault: "client",
|
|
1211
|
+
...opts,
|
|
1212
|
+
});
|
|
1213
|
+
this.name = "TitleRequiredException";
|
|
1214
|
+
this.$fault = "client";
|
|
1215
|
+
Object.setPrototypeOf(this, TitleRequiredException.prototype);
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
export class InvalidApprovalRuleContentException extends __BaseException {
|
|
1219
|
+
constructor(opts) {
|
|
1220
|
+
super({
|
|
1221
|
+
name: "InvalidApprovalRuleContentException",
|
|
1222
|
+
$fault: "client",
|
|
1223
|
+
...opts,
|
|
1224
|
+
});
|
|
1225
|
+
this.name = "InvalidApprovalRuleContentException";
|
|
1226
|
+
this.$fault = "client";
|
|
1227
|
+
Object.setPrototypeOf(this, InvalidApprovalRuleContentException.prototype);
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
export class InvalidApprovalRuleNameException extends __BaseException {
|
|
1231
|
+
constructor(opts) {
|
|
1232
|
+
super({
|
|
1233
|
+
name: "InvalidApprovalRuleNameException",
|
|
1234
|
+
$fault: "client",
|
|
1235
|
+
...opts,
|
|
1236
|
+
});
|
|
1237
|
+
this.name = "InvalidApprovalRuleNameException";
|
|
1238
|
+
this.$fault = "client";
|
|
1239
|
+
Object.setPrototypeOf(this, InvalidApprovalRuleNameException.prototype);
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
export class InvalidPullRequestIdException extends __BaseException {
|
|
1243
|
+
constructor(opts) {
|
|
1244
|
+
super({
|
|
1245
|
+
name: "InvalidPullRequestIdException",
|
|
1246
|
+
$fault: "client",
|
|
1247
|
+
...opts,
|
|
1248
|
+
});
|
|
1249
|
+
this.name = "InvalidPullRequestIdException";
|
|
1250
|
+
this.$fault = "client";
|
|
1251
|
+
Object.setPrototypeOf(this, InvalidPullRequestIdException.prototype);
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
export class NumberOfRulesExceededException extends __BaseException {
|
|
1255
|
+
constructor(opts) {
|
|
1256
|
+
super({
|
|
1257
|
+
name: "NumberOfRulesExceededException",
|
|
1258
|
+
$fault: "client",
|
|
1259
|
+
...opts,
|
|
1260
|
+
});
|
|
1261
|
+
this.name = "NumberOfRulesExceededException";
|
|
1262
|
+
this.$fault = "client";
|
|
1263
|
+
Object.setPrototypeOf(this, NumberOfRulesExceededException.prototype);
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
export class PullRequestAlreadyClosedException extends __BaseException {
|
|
1267
|
+
constructor(opts) {
|
|
1268
|
+
super({
|
|
1269
|
+
name: "PullRequestAlreadyClosedException",
|
|
1270
|
+
$fault: "client",
|
|
1271
|
+
...opts,
|
|
1272
|
+
});
|
|
1273
|
+
this.name = "PullRequestAlreadyClosedException";
|
|
1274
|
+
this.$fault = "client";
|
|
1275
|
+
Object.setPrototypeOf(this, PullRequestAlreadyClosedException.prototype);
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
export class PullRequestDoesNotExistException extends __BaseException {
|
|
1279
|
+
constructor(opts) {
|
|
1280
|
+
super({
|
|
1281
|
+
name: "PullRequestDoesNotExistException",
|
|
1282
|
+
$fault: "client",
|
|
1283
|
+
...opts,
|
|
1284
|
+
});
|
|
1285
|
+
this.name = "PullRequestDoesNotExistException";
|
|
1286
|
+
this.$fault = "client";
|
|
1287
|
+
Object.setPrototypeOf(this, PullRequestDoesNotExistException.prototype);
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
export class PullRequestIdRequiredException extends __BaseException {
|
|
1291
|
+
constructor(opts) {
|
|
1292
|
+
super({
|
|
1293
|
+
name: "PullRequestIdRequiredException",
|
|
1294
|
+
$fault: "client",
|
|
1295
|
+
...opts,
|
|
1296
|
+
});
|
|
1297
|
+
this.name = "PullRequestIdRequiredException";
|
|
1298
|
+
this.$fault = "client";
|
|
1299
|
+
Object.setPrototypeOf(this, PullRequestIdRequiredException.prototype);
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
export class InvalidRepositoryDescriptionException extends __BaseException {
|
|
1303
|
+
constructor(opts) {
|
|
1304
|
+
super({
|
|
1305
|
+
name: "InvalidRepositoryDescriptionException",
|
|
1306
|
+
$fault: "client",
|
|
1307
|
+
...opts,
|
|
1308
|
+
});
|
|
1309
|
+
this.name = "InvalidRepositoryDescriptionException";
|
|
1310
|
+
this.$fault = "client";
|
|
1311
|
+
Object.setPrototypeOf(this, InvalidRepositoryDescriptionException.prototype);
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
export class InvalidSystemTagUsageException extends __BaseException {
|
|
1315
|
+
constructor(opts) {
|
|
1316
|
+
super({
|
|
1317
|
+
name: "InvalidSystemTagUsageException",
|
|
1318
|
+
$fault: "client",
|
|
1319
|
+
...opts,
|
|
1320
|
+
});
|
|
1321
|
+
this.name = "InvalidSystemTagUsageException";
|
|
1322
|
+
this.$fault = "client";
|
|
1323
|
+
Object.setPrototypeOf(this, InvalidSystemTagUsageException.prototype);
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
export class InvalidTagsMapException extends __BaseException {
|
|
1327
|
+
constructor(opts) {
|
|
1328
|
+
super({
|
|
1329
|
+
name: "InvalidTagsMapException",
|
|
1330
|
+
$fault: "client",
|
|
1331
|
+
...opts,
|
|
1332
|
+
});
|
|
1333
|
+
this.name = "InvalidTagsMapException";
|
|
1334
|
+
this.$fault = "client";
|
|
1335
|
+
Object.setPrototypeOf(this, InvalidTagsMapException.prototype);
|
|
1336
|
+
}
|
|
1337
|
+
}
|
|
1338
|
+
export class RepositoryLimitExceededException extends __BaseException {
|
|
1339
|
+
constructor(opts) {
|
|
1340
|
+
super({
|
|
1341
|
+
name: "RepositoryLimitExceededException",
|
|
1342
|
+
$fault: "client",
|
|
1343
|
+
...opts,
|
|
1344
|
+
});
|
|
1345
|
+
this.name = "RepositoryLimitExceededException";
|
|
1346
|
+
this.$fault = "client";
|
|
1347
|
+
Object.setPrototypeOf(this, RepositoryLimitExceededException.prototype);
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
export class RepositoryNameExistsException extends __BaseException {
|
|
1351
|
+
constructor(opts) {
|
|
1352
|
+
super({
|
|
1353
|
+
name: "RepositoryNameExistsException",
|
|
1354
|
+
$fault: "client",
|
|
1355
|
+
...opts,
|
|
1356
|
+
});
|
|
1357
|
+
this.name = "RepositoryNameExistsException";
|
|
1358
|
+
this.$fault = "client";
|
|
1359
|
+
Object.setPrototypeOf(this, RepositoryNameExistsException.prototype);
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
export class TagPolicyException extends __BaseException {
|
|
1363
|
+
constructor(opts) {
|
|
1364
|
+
super({
|
|
1365
|
+
name: "TagPolicyException",
|
|
1366
|
+
$fault: "client",
|
|
1367
|
+
...opts,
|
|
1368
|
+
});
|
|
1369
|
+
this.name = "TagPolicyException";
|
|
1370
|
+
this.$fault = "client";
|
|
1371
|
+
Object.setPrototypeOf(this, TagPolicyException.prototype);
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
export class TooManyTagsException extends __BaseException {
|
|
1375
|
+
constructor(opts) {
|
|
1376
|
+
super({
|
|
1377
|
+
name: "TooManyTagsException",
|
|
1378
|
+
$fault: "client",
|
|
1379
|
+
...opts,
|
|
1380
|
+
});
|
|
1381
|
+
this.name = "TooManyTagsException";
|
|
1382
|
+
this.$fault = "client";
|
|
1383
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
export class ConcurrentReferenceUpdateException extends __BaseException {
|
|
1387
|
+
constructor(opts) {
|
|
1388
|
+
super({
|
|
1389
|
+
name: "ConcurrentReferenceUpdateException",
|
|
1390
|
+
$fault: "client",
|
|
1391
|
+
...opts,
|
|
1392
|
+
});
|
|
1393
|
+
this.name = "ConcurrentReferenceUpdateException";
|
|
1394
|
+
this.$fault = "client";
|
|
1395
|
+
Object.setPrototypeOf(this, ConcurrentReferenceUpdateException.prototype);
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1399
1398
|
export var ReplacementTypeEnum;
|
|
1400
1399
|
(function (ReplacementTypeEnum) {
|
|
1401
1400
|
ReplacementTypeEnum["KEEP_BASE"] = "KEEP_BASE";
|
|
@@ -1403,162 +1402,162 @@ export var ReplacementTypeEnum;
|
|
|
1403
1402
|
ReplacementTypeEnum["KEEP_SOURCE"] = "KEEP_SOURCE";
|
|
1404
1403
|
ReplacementTypeEnum["USE_NEW_CONTENT"] = "USE_NEW_CONTENT";
|
|
1405
1404
|
})(ReplacementTypeEnum || (ReplacementTypeEnum = {}));
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
}
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
}
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1405
|
+
export class InvalidConflictResolutionException extends __BaseException {
|
|
1406
|
+
constructor(opts) {
|
|
1407
|
+
super({
|
|
1408
|
+
name: "InvalidConflictResolutionException",
|
|
1409
|
+
$fault: "client",
|
|
1410
|
+
...opts,
|
|
1411
|
+
});
|
|
1412
|
+
this.name = "InvalidConflictResolutionException";
|
|
1413
|
+
this.$fault = "client";
|
|
1414
|
+
Object.setPrototypeOf(this, InvalidConflictResolutionException.prototype);
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
export class InvalidReplacementContentException extends __BaseException {
|
|
1418
|
+
constructor(opts) {
|
|
1419
|
+
super({
|
|
1420
|
+
name: "InvalidReplacementContentException",
|
|
1421
|
+
$fault: "client",
|
|
1422
|
+
...opts,
|
|
1423
|
+
});
|
|
1424
|
+
this.name = "InvalidReplacementContentException";
|
|
1425
|
+
this.$fault = "client";
|
|
1426
|
+
Object.setPrototypeOf(this, InvalidReplacementContentException.prototype);
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
export class InvalidReplacementTypeException extends __BaseException {
|
|
1430
|
+
constructor(opts) {
|
|
1431
|
+
super({
|
|
1432
|
+
name: "InvalidReplacementTypeException",
|
|
1433
|
+
$fault: "client",
|
|
1434
|
+
...opts,
|
|
1435
|
+
});
|
|
1436
|
+
this.name = "InvalidReplacementTypeException";
|
|
1437
|
+
this.$fault = "client";
|
|
1438
|
+
Object.setPrototypeOf(this, InvalidReplacementTypeException.prototype);
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
export class ManualMergeRequiredException extends __BaseException {
|
|
1442
|
+
constructor(opts) {
|
|
1443
|
+
super({
|
|
1444
|
+
name: "ManualMergeRequiredException",
|
|
1445
|
+
$fault: "client",
|
|
1446
|
+
...opts,
|
|
1447
|
+
});
|
|
1448
|
+
this.name = "ManualMergeRequiredException";
|
|
1449
|
+
this.$fault = "client";
|
|
1450
|
+
Object.setPrototypeOf(this, ManualMergeRequiredException.prototype);
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
export class MaximumConflictResolutionEntriesExceededException extends __BaseException {
|
|
1454
|
+
constructor(opts) {
|
|
1455
|
+
super({
|
|
1456
|
+
name: "MaximumConflictResolutionEntriesExceededException",
|
|
1457
|
+
$fault: "client",
|
|
1458
|
+
...opts,
|
|
1459
|
+
});
|
|
1460
|
+
this.name = "MaximumConflictResolutionEntriesExceededException";
|
|
1461
|
+
this.$fault = "client";
|
|
1462
|
+
Object.setPrototypeOf(this, MaximumConflictResolutionEntriesExceededException.prototype);
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
export class MultipleConflictResolutionEntriesException extends __BaseException {
|
|
1466
|
+
constructor(opts) {
|
|
1467
|
+
super({
|
|
1468
|
+
name: "MultipleConflictResolutionEntriesException",
|
|
1469
|
+
$fault: "client",
|
|
1470
|
+
...opts,
|
|
1471
|
+
});
|
|
1472
|
+
this.name = "MultipleConflictResolutionEntriesException";
|
|
1473
|
+
this.$fault = "client";
|
|
1474
|
+
Object.setPrototypeOf(this, MultipleConflictResolutionEntriesException.prototype);
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
export class ReplacementContentRequiredException extends __BaseException {
|
|
1478
|
+
constructor(opts) {
|
|
1479
|
+
super({
|
|
1480
|
+
name: "ReplacementContentRequiredException",
|
|
1481
|
+
$fault: "client",
|
|
1482
|
+
...opts,
|
|
1483
|
+
});
|
|
1484
|
+
this.name = "ReplacementContentRequiredException";
|
|
1485
|
+
this.$fault = "client";
|
|
1486
|
+
Object.setPrototypeOf(this, ReplacementContentRequiredException.prototype);
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
export class ReplacementTypeRequiredException extends __BaseException {
|
|
1490
|
+
constructor(opts) {
|
|
1491
|
+
super({
|
|
1492
|
+
name: "ReplacementTypeRequiredException",
|
|
1493
|
+
$fault: "client",
|
|
1494
|
+
...opts,
|
|
1495
|
+
});
|
|
1496
|
+
this.name = "ReplacementTypeRequiredException";
|
|
1497
|
+
this.$fault = "client";
|
|
1498
|
+
Object.setPrototypeOf(this, ReplacementTypeRequiredException.prototype);
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
export class DefaultBranchCannotBeDeletedException extends __BaseException {
|
|
1502
|
+
constructor(opts) {
|
|
1503
|
+
super({
|
|
1504
|
+
name: "DefaultBranchCannotBeDeletedException",
|
|
1505
|
+
$fault: "client",
|
|
1506
|
+
...opts,
|
|
1507
|
+
});
|
|
1508
|
+
this.name = "DefaultBranchCannotBeDeletedException";
|
|
1509
|
+
this.$fault = "client";
|
|
1510
|
+
Object.setPrototypeOf(this, DefaultBranchCannotBeDeletedException.prototype);
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
export class CommentDeletedException extends __BaseException {
|
|
1514
|
+
constructor(opts) {
|
|
1515
|
+
super({
|
|
1516
|
+
name: "CommentDeletedException",
|
|
1517
|
+
$fault: "client",
|
|
1518
|
+
...opts,
|
|
1519
|
+
});
|
|
1520
|
+
this.name = "CommentDeletedException";
|
|
1521
|
+
this.$fault = "client";
|
|
1522
|
+
Object.setPrototypeOf(this, CommentDeletedException.prototype);
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
export class CommentDoesNotExistException extends __BaseException {
|
|
1526
|
+
constructor(opts) {
|
|
1527
|
+
super({
|
|
1528
|
+
name: "CommentDoesNotExistException",
|
|
1529
|
+
$fault: "client",
|
|
1530
|
+
...opts,
|
|
1531
|
+
});
|
|
1532
|
+
this.name = "CommentDoesNotExistException";
|
|
1533
|
+
this.$fault = "client";
|
|
1534
|
+
Object.setPrototypeOf(this, CommentDoesNotExistException.prototype);
|
|
1535
|
+
}
|
|
1536
|
+
}
|
|
1537
|
+
export class CommentIdRequiredException extends __BaseException {
|
|
1538
|
+
constructor(opts) {
|
|
1539
|
+
super({
|
|
1540
|
+
name: "CommentIdRequiredException",
|
|
1541
|
+
$fault: "client",
|
|
1542
|
+
...opts,
|
|
1543
|
+
});
|
|
1544
|
+
this.name = "CommentIdRequiredException";
|
|
1545
|
+
this.$fault = "client";
|
|
1546
|
+
Object.setPrototypeOf(this, CommentIdRequiredException.prototype);
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
export class InvalidCommentIdException extends __BaseException {
|
|
1550
|
+
constructor(opts) {
|
|
1551
|
+
super({
|
|
1552
|
+
name: "InvalidCommentIdException",
|
|
1553
|
+
$fault: "client",
|
|
1554
|
+
...opts,
|
|
1555
|
+
});
|
|
1556
|
+
this.name = "InvalidCommentIdException";
|
|
1557
|
+
this.$fault = "client";
|
|
1558
|
+
Object.setPrototypeOf(this, InvalidCommentIdException.prototype);
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1562
1561
|
export var PullRequestEventType;
|
|
1563
1562
|
(function (PullRequestEventType) {
|
|
1564
1563
|
PullRequestEventType["PULL_REQUEST_APPROVAL_RULE_CREATED"] = "PULL_REQUEST_APPROVAL_RULE_CREATED";
|
|
@@ -1571,191 +1570,191 @@ export var PullRequestEventType;
|
|
|
1571
1570
|
PullRequestEventType["PULL_REQUEST_SOURCE_REFERENCE_UPDATED"] = "PULL_REQUEST_SOURCE_REFERENCE_UPDATED";
|
|
1572
1571
|
PullRequestEventType["PULL_REQUEST_STATUS_CHANGED"] = "PULL_REQUEST_STATUS_CHANGED";
|
|
1573
1572
|
})(PullRequestEventType || (PullRequestEventType = {}));
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
}
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
}
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1573
|
+
export class InvalidActorArnException extends __BaseException {
|
|
1574
|
+
constructor(opts) {
|
|
1575
|
+
super({
|
|
1576
|
+
name: "InvalidActorArnException",
|
|
1577
|
+
$fault: "client",
|
|
1578
|
+
...opts,
|
|
1579
|
+
});
|
|
1580
|
+
this.name = "InvalidActorArnException";
|
|
1581
|
+
this.$fault = "client";
|
|
1582
|
+
Object.setPrototypeOf(this, InvalidActorArnException.prototype);
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
export class InvalidMaxResultsException extends __BaseException {
|
|
1586
|
+
constructor(opts) {
|
|
1587
|
+
super({
|
|
1588
|
+
name: "InvalidMaxResultsException",
|
|
1589
|
+
$fault: "client",
|
|
1590
|
+
...opts,
|
|
1591
|
+
});
|
|
1592
|
+
this.name = "InvalidMaxResultsException";
|
|
1593
|
+
this.$fault = "client";
|
|
1594
|
+
Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
export class InvalidPullRequestEventTypeException extends __BaseException {
|
|
1598
|
+
constructor(opts) {
|
|
1599
|
+
super({
|
|
1600
|
+
name: "InvalidPullRequestEventTypeException",
|
|
1601
|
+
$fault: "client",
|
|
1602
|
+
...opts,
|
|
1603
|
+
});
|
|
1604
|
+
this.name = "InvalidPullRequestEventTypeException";
|
|
1605
|
+
this.$fault = "client";
|
|
1606
|
+
Object.setPrototypeOf(this, InvalidPullRequestEventTypeException.prototype);
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
export class InvalidRevisionIdException extends __BaseException {
|
|
1610
|
+
constructor(opts) {
|
|
1611
|
+
super({
|
|
1612
|
+
name: "InvalidRevisionIdException",
|
|
1613
|
+
$fault: "client",
|
|
1614
|
+
...opts,
|
|
1615
|
+
});
|
|
1616
|
+
this.name = "InvalidRevisionIdException";
|
|
1617
|
+
this.$fault = "client";
|
|
1618
|
+
Object.setPrototypeOf(this, InvalidRevisionIdException.prototype);
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
export class RevisionIdRequiredException extends __BaseException {
|
|
1622
|
+
constructor(opts) {
|
|
1623
|
+
super({
|
|
1624
|
+
name: "RevisionIdRequiredException",
|
|
1625
|
+
$fault: "client",
|
|
1626
|
+
...opts,
|
|
1627
|
+
});
|
|
1628
|
+
this.name = "RevisionIdRequiredException";
|
|
1629
|
+
this.$fault = "client";
|
|
1630
|
+
Object.setPrototypeOf(this, RevisionIdRequiredException.prototype);
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
export class RevisionNotCurrentException extends __BaseException {
|
|
1634
|
+
constructor(opts) {
|
|
1635
|
+
super({
|
|
1636
|
+
name: "RevisionNotCurrentException",
|
|
1637
|
+
$fault: "client",
|
|
1638
|
+
...opts,
|
|
1639
|
+
});
|
|
1640
|
+
this.name = "RevisionNotCurrentException";
|
|
1641
|
+
this.$fault = "client";
|
|
1642
|
+
Object.setPrototypeOf(this, RevisionNotCurrentException.prototype);
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
export class FileTooLargeException extends __BaseException {
|
|
1646
|
+
constructor(opts) {
|
|
1647
|
+
super({
|
|
1648
|
+
name: "FileTooLargeException",
|
|
1649
|
+
$fault: "client",
|
|
1650
|
+
...opts,
|
|
1651
|
+
});
|
|
1652
|
+
this.name = "FileTooLargeException";
|
|
1653
|
+
this.$fault = "client";
|
|
1654
|
+
Object.setPrototypeOf(this, FileTooLargeException.prototype);
|
|
1655
|
+
}
|
|
1656
|
+
}
|
|
1657
|
+
export class InvalidBlobIdException extends __BaseException {
|
|
1658
|
+
constructor(opts) {
|
|
1659
|
+
super({
|
|
1660
|
+
name: "InvalidBlobIdException",
|
|
1661
|
+
$fault: "client",
|
|
1662
|
+
...opts,
|
|
1663
|
+
});
|
|
1664
|
+
this.name = "InvalidBlobIdException";
|
|
1665
|
+
this.$fault = "client";
|
|
1666
|
+
Object.setPrototypeOf(this, InvalidBlobIdException.prototype);
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
export class InvalidReactionUserArnException extends __BaseException {
|
|
1670
|
+
constructor(opts) {
|
|
1671
|
+
super({
|
|
1672
|
+
name: "InvalidReactionUserArnException",
|
|
1673
|
+
$fault: "client",
|
|
1674
|
+
...opts,
|
|
1675
|
+
});
|
|
1676
|
+
this.name = "InvalidReactionUserArnException";
|
|
1677
|
+
this.$fault = "client";
|
|
1678
|
+
Object.setPrototypeOf(this, InvalidReactionUserArnException.prototype);
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1682
1681
|
export var RelativeFileVersionEnum;
|
|
1683
1682
|
(function (RelativeFileVersionEnum) {
|
|
1684
1683
|
RelativeFileVersionEnum["AFTER"] = "AFTER";
|
|
1685
1684
|
RelativeFileVersionEnum["BEFORE"] = "BEFORE";
|
|
1686
1685
|
})(RelativeFileVersionEnum || (RelativeFileVersionEnum = {}));
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1686
|
+
export class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
|
|
1687
|
+
constructor(opts) {
|
|
1688
|
+
super({
|
|
1689
|
+
name: "RepositoryNotAssociatedWithPullRequestException",
|
|
1690
|
+
$fault: "client",
|
|
1691
|
+
...opts,
|
|
1692
|
+
});
|
|
1693
|
+
this.name = "RepositoryNotAssociatedWithPullRequestException";
|
|
1694
|
+
this.$fault = "client";
|
|
1695
|
+
Object.setPrototypeOf(this, RepositoryNotAssociatedWithPullRequestException.prototype);
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1698
|
+
export class CommitIdDoesNotExistException extends __BaseException {
|
|
1699
|
+
constructor(opts) {
|
|
1700
|
+
super({
|
|
1701
|
+
name: "CommitIdDoesNotExistException",
|
|
1702
|
+
$fault: "client",
|
|
1703
|
+
...opts,
|
|
1704
|
+
});
|
|
1705
|
+
this.name = "CommitIdDoesNotExistException";
|
|
1706
|
+
this.$fault = "client";
|
|
1707
|
+
Object.setPrototypeOf(this, CommitIdDoesNotExistException.prototype);
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
export class PathDoesNotExistException extends __BaseException {
|
|
1711
|
+
constructor(opts) {
|
|
1712
|
+
super({
|
|
1713
|
+
name: "PathDoesNotExistException",
|
|
1714
|
+
$fault: "client",
|
|
1715
|
+
...opts,
|
|
1716
|
+
});
|
|
1717
|
+
this.name = "PathDoesNotExistException";
|
|
1718
|
+
this.$fault = "client";
|
|
1719
|
+
Object.setPrototypeOf(this, PathDoesNotExistException.prototype);
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1722
|
+
export class FolderDoesNotExistException extends __BaseException {
|
|
1723
|
+
constructor(opts) {
|
|
1724
|
+
super({
|
|
1725
|
+
name: "FolderDoesNotExistException",
|
|
1726
|
+
$fault: "client",
|
|
1727
|
+
...opts,
|
|
1728
|
+
});
|
|
1729
|
+
this.name = "FolderDoesNotExistException";
|
|
1730
|
+
this.$fault = "client";
|
|
1731
|
+
Object.setPrototypeOf(this, FolderDoesNotExistException.prototype);
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
export class InvalidDestinationCommitSpecifierException extends __BaseException {
|
|
1735
|
+
constructor(opts) {
|
|
1736
|
+
super({
|
|
1737
|
+
name: "InvalidDestinationCommitSpecifierException",
|
|
1738
|
+
$fault: "client",
|
|
1739
|
+
...opts,
|
|
1740
|
+
});
|
|
1741
|
+
this.name = "InvalidDestinationCommitSpecifierException";
|
|
1742
|
+
this.$fault = "client";
|
|
1743
|
+
Object.setPrototypeOf(this, InvalidDestinationCommitSpecifierException.prototype);
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
export class InvalidSourceCommitSpecifierException extends __BaseException {
|
|
1747
|
+
constructor(opts) {
|
|
1748
|
+
super({
|
|
1749
|
+
name: "InvalidSourceCommitSpecifierException",
|
|
1750
|
+
$fault: "client",
|
|
1751
|
+
...opts,
|
|
1752
|
+
});
|
|
1753
|
+
this.name = "InvalidSourceCommitSpecifierException";
|
|
1754
|
+
this.$fault = "client";
|
|
1755
|
+
Object.setPrototypeOf(this, InvalidSourceCommitSpecifierException.prototype);
|
|
1756
|
+
}
|
|
1757
|
+
}
|
|
1759
1758
|
export var RepositoryTriggerEventEnum;
|
|
1760
1759
|
(function (RepositoryTriggerEventEnum) {
|
|
1761
1760
|
RepositoryTriggerEventEnum["ALL"] = "all";
|
|
@@ -1763,194 +1762,480 @@ export var RepositoryTriggerEventEnum;
|
|
|
1763
1762
|
RepositoryTriggerEventEnum["DELETE_REFERENCE"] = "deleteReference";
|
|
1764
1763
|
RepositoryTriggerEventEnum["UPDATE_REFERENCE"] = "updateReference";
|
|
1765
1764
|
})(RepositoryTriggerEventEnum || (RepositoryTriggerEventEnum = {}));
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
}
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
export
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
export
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
export
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
export
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
export
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
export
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
export
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
export
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
export
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
export
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
export
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
export
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
export
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
export
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
export
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
export
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
export
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
export
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
export
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
export
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
export
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
export
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
export
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
export
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
export
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
export
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
export
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
export
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
export
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
export
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
export
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
export
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
export
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
export
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
export
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
export
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
export
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
export
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
export
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
export
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
export
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
export
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
export
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
export
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
export
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
export
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
export
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
export
|
|
1956
|
-
|
|
1765
|
+
export class InvalidAuthorArnException extends __BaseException {
|
|
1766
|
+
constructor(opts) {
|
|
1767
|
+
super({
|
|
1768
|
+
name: "InvalidAuthorArnException",
|
|
1769
|
+
$fault: "client",
|
|
1770
|
+
...opts,
|
|
1771
|
+
});
|
|
1772
|
+
this.name = "InvalidAuthorArnException";
|
|
1773
|
+
this.$fault = "client";
|
|
1774
|
+
Object.setPrototypeOf(this, InvalidAuthorArnException.prototype);
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1777
|
+
export class InvalidPullRequestStatusException extends __BaseException {
|
|
1778
|
+
constructor(opts) {
|
|
1779
|
+
super({
|
|
1780
|
+
name: "InvalidPullRequestStatusException",
|
|
1781
|
+
$fault: "client",
|
|
1782
|
+
...opts,
|
|
1783
|
+
});
|
|
1784
|
+
this.name = "InvalidPullRequestStatusException";
|
|
1785
|
+
this.$fault = "client";
|
|
1786
|
+
Object.setPrototypeOf(this, InvalidPullRequestStatusException.prototype);
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
export class InvalidOrderException extends __BaseException {
|
|
1790
|
+
constructor(opts) {
|
|
1791
|
+
super({
|
|
1792
|
+
name: "InvalidOrderException",
|
|
1793
|
+
$fault: "client",
|
|
1794
|
+
...opts,
|
|
1795
|
+
});
|
|
1796
|
+
this.name = "InvalidOrderException";
|
|
1797
|
+
this.$fault = "client";
|
|
1798
|
+
Object.setPrototypeOf(this, InvalidOrderException.prototype);
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
export class InvalidSortByException extends __BaseException {
|
|
1802
|
+
constructor(opts) {
|
|
1803
|
+
super({
|
|
1804
|
+
name: "InvalidSortByException",
|
|
1805
|
+
$fault: "client",
|
|
1806
|
+
...opts,
|
|
1807
|
+
});
|
|
1808
|
+
this.name = "InvalidSortByException";
|
|
1809
|
+
this.$fault = "client";
|
|
1810
|
+
Object.setPrototypeOf(this, InvalidSortByException.prototype);
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
export const ApprovalFilterSensitiveLog = (obj) => ({
|
|
1814
|
+
...obj,
|
|
1815
|
+
});
|
|
1816
|
+
export const OriginApprovalRuleTemplateFilterSensitiveLog = (obj) => ({
|
|
1817
|
+
...obj,
|
|
1818
|
+
});
|
|
1819
|
+
export const ApprovalRuleFilterSensitiveLog = (obj) => ({
|
|
1820
|
+
...obj,
|
|
1821
|
+
});
|
|
1822
|
+
export const ApprovalRuleEventMetadataFilterSensitiveLog = (obj) => ({
|
|
1823
|
+
...obj,
|
|
1824
|
+
});
|
|
1825
|
+
export const ApprovalRuleOverriddenEventMetadataFilterSensitiveLog = (obj) => ({
|
|
1826
|
+
...obj,
|
|
1827
|
+
});
|
|
1828
|
+
export const ApprovalRuleTemplateFilterSensitiveLog = (obj) => ({
|
|
1829
|
+
...obj,
|
|
1830
|
+
});
|
|
1831
|
+
export const ApprovalStateChangedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
1832
|
+
...obj,
|
|
1833
|
+
});
|
|
1834
|
+
export const AssociateApprovalRuleTemplateWithRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
1835
|
+
...obj,
|
|
1836
|
+
});
|
|
1837
|
+
export const BatchAssociateApprovalRuleTemplateWithRepositoriesInputFilterSensitiveLog = (obj) => ({
|
|
1838
|
+
...obj,
|
|
1839
|
+
});
|
|
1840
|
+
export const BatchAssociateApprovalRuleTemplateWithRepositoriesErrorFilterSensitiveLog = (obj) => ({
|
|
1841
|
+
...obj,
|
|
1842
|
+
});
|
|
1843
|
+
export const BatchAssociateApprovalRuleTemplateWithRepositoriesOutputFilterSensitiveLog = (obj) => ({
|
|
1844
|
+
...obj,
|
|
1845
|
+
});
|
|
1846
|
+
export const BatchDescribeMergeConflictsInputFilterSensitiveLog = (obj) => ({
|
|
1847
|
+
...obj,
|
|
1848
|
+
});
|
|
1849
|
+
export const FileModesFilterSensitiveLog = (obj) => ({
|
|
1850
|
+
...obj,
|
|
1851
|
+
});
|
|
1852
|
+
export const FileSizesFilterSensitiveLog = (obj) => ({
|
|
1853
|
+
...obj,
|
|
1854
|
+
});
|
|
1855
|
+
export const IsBinaryFileFilterSensitiveLog = (obj) => ({
|
|
1856
|
+
...obj,
|
|
1857
|
+
});
|
|
1858
|
+
export const MergeOperationsFilterSensitiveLog = (obj) => ({
|
|
1859
|
+
...obj,
|
|
1860
|
+
});
|
|
1861
|
+
export const ObjectTypesFilterSensitiveLog = (obj) => ({
|
|
1862
|
+
...obj,
|
|
1863
|
+
});
|
|
1864
|
+
export const ConflictMetadataFilterSensitiveLog = (obj) => ({
|
|
1865
|
+
...obj,
|
|
1866
|
+
});
|
|
1867
|
+
export const MergeHunkDetailFilterSensitiveLog = (obj) => ({
|
|
1868
|
+
...obj,
|
|
1869
|
+
});
|
|
1870
|
+
export const MergeHunkFilterSensitiveLog = (obj) => ({
|
|
1871
|
+
...obj,
|
|
1872
|
+
});
|
|
1873
|
+
export const ConflictFilterSensitiveLog = (obj) => ({
|
|
1874
|
+
...obj,
|
|
1875
|
+
});
|
|
1876
|
+
export const BatchDescribeMergeConflictsErrorFilterSensitiveLog = (obj) => ({
|
|
1877
|
+
...obj,
|
|
1878
|
+
});
|
|
1879
|
+
export const BatchDescribeMergeConflictsOutputFilterSensitiveLog = (obj) => ({
|
|
1880
|
+
...obj,
|
|
1881
|
+
});
|
|
1882
|
+
export const BatchDisassociateApprovalRuleTemplateFromRepositoriesInputFilterSensitiveLog = (obj) => ({
|
|
1883
|
+
...obj,
|
|
1884
|
+
});
|
|
1885
|
+
export const BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorFilterSensitiveLog = (obj) => ({
|
|
1886
|
+
...obj,
|
|
1887
|
+
});
|
|
1888
|
+
export const BatchDisassociateApprovalRuleTemplateFromRepositoriesOutputFilterSensitiveLog = (obj) => ({
|
|
1889
|
+
...obj,
|
|
1890
|
+
});
|
|
1891
|
+
export const BatchGetCommitsInputFilterSensitiveLog = (obj) => ({
|
|
1892
|
+
...obj,
|
|
1893
|
+
});
|
|
1894
|
+
export const UserInfoFilterSensitiveLog = (obj) => ({
|
|
1895
|
+
...obj,
|
|
1896
|
+
});
|
|
1897
|
+
export const CommitFilterSensitiveLog = (obj) => ({
|
|
1898
|
+
...obj,
|
|
1899
|
+
});
|
|
1900
|
+
export const BatchGetCommitsErrorFilterSensitiveLog = (obj) => ({
|
|
1901
|
+
...obj,
|
|
1902
|
+
});
|
|
1903
|
+
export const BatchGetCommitsOutputFilterSensitiveLog = (obj) => ({
|
|
1904
|
+
...obj,
|
|
1905
|
+
});
|
|
1906
|
+
export const BatchGetRepositoriesInputFilterSensitiveLog = (obj) => ({
|
|
1907
|
+
...obj,
|
|
1908
|
+
});
|
|
1909
|
+
export const RepositoryMetadataFilterSensitiveLog = (obj) => ({
|
|
1910
|
+
...obj,
|
|
1911
|
+
});
|
|
1912
|
+
export const BatchGetRepositoriesOutputFilterSensitiveLog = (obj) => ({
|
|
1913
|
+
...obj,
|
|
1914
|
+
});
|
|
1915
|
+
export const BlobMetadataFilterSensitiveLog = (obj) => ({
|
|
1916
|
+
...obj,
|
|
1917
|
+
});
|
|
1918
|
+
export const BranchInfoFilterSensitiveLog = (obj) => ({
|
|
1919
|
+
...obj,
|
|
1920
|
+
});
|
|
1921
|
+
export const CreateApprovalRuleTemplateInputFilterSensitiveLog = (obj) => ({
|
|
1922
|
+
...obj,
|
|
1923
|
+
});
|
|
1924
|
+
export const CreateApprovalRuleTemplateOutputFilterSensitiveLog = (obj) => ({
|
|
1925
|
+
...obj,
|
|
1926
|
+
});
|
|
1927
|
+
export const CreateBranchInputFilterSensitiveLog = (obj) => ({
|
|
1928
|
+
...obj,
|
|
1929
|
+
});
|
|
1930
|
+
export const DeleteFileEntryFilterSensitiveLog = (obj) => ({
|
|
1931
|
+
...obj,
|
|
1932
|
+
});
|
|
1933
|
+
export const SourceFileSpecifierFilterSensitiveLog = (obj) => ({
|
|
1934
|
+
...obj,
|
|
1935
|
+
});
|
|
1936
|
+
export const PutFileEntryFilterSensitiveLog = (obj) => ({
|
|
1937
|
+
...obj,
|
|
1938
|
+
});
|
|
1939
|
+
export const SetFileModeEntryFilterSensitiveLog = (obj) => ({
|
|
1940
|
+
...obj,
|
|
1941
|
+
});
|
|
1942
|
+
export const CreateCommitInputFilterSensitiveLog = (obj) => ({
|
|
1943
|
+
...obj,
|
|
1944
|
+
});
|
|
1945
|
+
export const FileMetadataFilterSensitiveLog = (obj) => ({
|
|
1946
|
+
...obj,
|
|
1947
|
+
});
|
|
1948
|
+
export const CreateCommitOutputFilterSensitiveLog = (obj) => ({
|
|
1949
|
+
...obj,
|
|
1950
|
+
});
|
|
1951
|
+
export const TargetFilterSensitiveLog = (obj) => ({
|
|
1952
|
+
...obj,
|
|
1953
|
+
});
|
|
1954
|
+
export const CreatePullRequestInputFilterSensitiveLog = (obj) => ({
|
|
1955
|
+
...obj,
|
|
1956
|
+
});
|
|
1957
|
+
export const MergeMetadataFilterSensitiveLog = (obj) => ({
|
|
1958
|
+
...obj,
|
|
1959
|
+
});
|
|
1960
|
+
export const PullRequestTargetFilterSensitiveLog = (obj) => ({
|
|
1961
|
+
...obj,
|
|
1962
|
+
});
|
|
1963
|
+
export const PullRequestFilterSensitiveLog = (obj) => ({
|
|
1964
|
+
...obj,
|
|
1965
|
+
});
|
|
1966
|
+
export const CreatePullRequestOutputFilterSensitiveLog = (obj) => ({
|
|
1967
|
+
...obj,
|
|
1968
|
+
});
|
|
1969
|
+
export const CreatePullRequestApprovalRuleInputFilterSensitiveLog = (obj) => ({
|
|
1970
|
+
...obj,
|
|
1971
|
+
});
|
|
1972
|
+
export const CreatePullRequestApprovalRuleOutputFilterSensitiveLog = (obj) => ({
|
|
1973
|
+
...obj,
|
|
1974
|
+
});
|
|
1975
|
+
export const CreateRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
1976
|
+
...obj,
|
|
1977
|
+
});
|
|
1978
|
+
export const CreateRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
1979
|
+
...obj,
|
|
1980
|
+
});
|
|
1981
|
+
export const ReplaceContentEntryFilterSensitiveLog = (obj) => ({
|
|
1982
|
+
...obj,
|
|
1983
|
+
});
|
|
1984
|
+
export const ConflictResolutionFilterSensitiveLog = (obj) => ({
|
|
1985
|
+
...obj,
|
|
1986
|
+
});
|
|
1987
|
+
export const CreateUnreferencedMergeCommitInputFilterSensitiveLog = (obj) => ({
|
|
1988
|
+
...obj,
|
|
1989
|
+
});
|
|
1990
|
+
export const CreateUnreferencedMergeCommitOutputFilterSensitiveLog = (obj) => ({
|
|
1991
|
+
...obj,
|
|
1992
|
+
});
|
|
1993
|
+
export const DeleteApprovalRuleTemplateInputFilterSensitiveLog = (obj) => ({
|
|
1994
|
+
...obj,
|
|
1995
|
+
});
|
|
1996
|
+
export const DeleteApprovalRuleTemplateOutputFilterSensitiveLog = (obj) => ({
|
|
1997
|
+
...obj,
|
|
1998
|
+
});
|
|
1999
|
+
export const DeleteBranchInputFilterSensitiveLog = (obj) => ({
|
|
2000
|
+
...obj,
|
|
2001
|
+
});
|
|
2002
|
+
export const DeleteBranchOutputFilterSensitiveLog = (obj) => ({
|
|
2003
|
+
...obj,
|
|
2004
|
+
});
|
|
2005
|
+
export const DeleteCommentContentInputFilterSensitiveLog = (obj) => ({
|
|
2006
|
+
...obj,
|
|
2007
|
+
});
|
|
2008
|
+
export const CommentFilterSensitiveLog = (obj) => ({
|
|
2009
|
+
...obj,
|
|
2010
|
+
});
|
|
2011
|
+
export const DeleteCommentContentOutputFilterSensitiveLog = (obj) => ({
|
|
2012
|
+
...obj,
|
|
2013
|
+
});
|
|
2014
|
+
export const DeleteFileInputFilterSensitiveLog = (obj) => ({
|
|
2015
|
+
...obj,
|
|
2016
|
+
});
|
|
2017
|
+
export const DeleteFileOutputFilterSensitiveLog = (obj) => ({
|
|
2018
|
+
...obj,
|
|
2019
|
+
});
|
|
2020
|
+
export const DeletePullRequestApprovalRuleInputFilterSensitiveLog = (obj) => ({
|
|
2021
|
+
...obj,
|
|
2022
|
+
});
|
|
2023
|
+
export const DeletePullRequestApprovalRuleOutputFilterSensitiveLog = (obj) => ({
|
|
2024
|
+
...obj,
|
|
2025
|
+
});
|
|
2026
|
+
export const DeleteRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
2027
|
+
...obj,
|
|
2028
|
+
});
|
|
2029
|
+
export const DeleteRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
2030
|
+
...obj,
|
|
2031
|
+
});
|
|
2032
|
+
export const DescribeMergeConflictsInputFilterSensitiveLog = (obj) => ({
|
|
2033
|
+
...obj,
|
|
2034
|
+
});
|
|
2035
|
+
export const DescribeMergeConflictsOutputFilterSensitiveLog = (obj) => ({
|
|
2036
|
+
...obj,
|
|
2037
|
+
});
|
|
2038
|
+
export const DescribePullRequestEventsInputFilterSensitiveLog = (obj) => ({
|
|
2039
|
+
...obj,
|
|
2040
|
+
});
|
|
2041
|
+
export const PullRequestCreatedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
2042
|
+
...obj,
|
|
2043
|
+
});
|
|
2044
|
+
export const PullRequestMergedStateChangedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
2045
|
+
...obj,
|
|
2046
|
+
});
|
|
2047
|
+
export const PullRequestSourceReferenceUpdatedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
2048
|
+
...obj,
|
|
2049
|
+
});
|
|
2050
|
+
export const PullRequestStatusChangedEventMetadataFilterSensitiveLog = (obj) => ({
|
|
2051
|
+
...obj,
|
|
2052
|
+
});
|
|
2053
|
+
export const PullRequestEventFilterSensitiveLog = (obj) => ({
|
|
2054
|
+
...obj,
|
|
2055
|
+
});
|
|
2056
|
+
export const DescribePullRequestEventsOutputFilterSensitiveLog = (obj) => ({
|
|
2057
|
+
...obj,
|
|
2058
|
+
});
|
|
2059
|
+
export const DisassociateApprovalRuleTemplateFromRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
2060
|
+
...obj,
|
|
2061
|
+
});
|
|
2062
|
+
export const EvaluatePullRequestApprovalRulesInputFilterSensitiveLog = (obj) => ({
|
|
2063
|
+
...obj,
|
|
2064
|
+
});
|
|
2065
|
+
export const EvaluationFilterSensitiveLog = (obj) => ({
|
|
2066
|
+
...obj,
|
|
2067
|
+
});
|
|
2068
|
+
export const EvaluatePullRequestApprovalRulesOutputFilterSensitiveLog = (obj) => ({
|
|
2069
|
+
...obj,
|
|
2070
|
+
});
|
|
2071
|
+
export const GetApprovalRuleTemplateInputFilterSensitiveLog = (obj) => ({
|
|
2072
|
+
...obj,
|
|
2073
|
+
});
|
|
2074
|
+
export const GetApprovalRuleTemplateOutputFilterSensitiveLog = (obj) => ({
|
|
2075
|
+
...obj,
|
|
2076
|
+
});
|
|
2077
|
+
export const GetBlobInputFilterSensitiveLog = (obj) => ({
|
|
2078
|
+
...obj,
|
|
2079
|
+
});
|
|
2080
|
+
export const GetBlobOutputFilterSensitiveLog = (obj) => ({
|
|
2081
|
+
...obj,
|
|
2082
|
+
});
|
|
2083
|
+
export const GetBranchInputFilterSensitiveLog = (obj) => ({
|
|
2084
|
+
...obj,
|
|
2085
|
+
});
|
|
2086
|
+
export const GetBranchOutputFilterSensitiveLog = (obj) => ({
|
|
2087
|
+
...obj,
|
|
2088
|
+
});
|
|
2089
|
+
export const GetCommentInputFilterSensitiveLog = (obj) => ({
|
|
2090
|
+
...obj,
|
|
2091
|
+
});
|
|
2092
|
+
export const GetCommentOutputFilterSensitiveLog = (obj) => ({
|
|
2093
|
+
...obj,
|
|
2094
|
+
});
|
|
2095
|
+
export const GetCommentReactionsInputFilterSensitiveLog = (obj) => ({
|
|
2096
|
+
...obj,
|
|
2097
|
+
});
|
|
2098
|
+
export const ReactionValueFormatsFilterSensitiveLog = (obj) => ({
|
|
2099
|
+
...obj,
|
|
2100
|
+
});
|
|
2101
|
+
export const ReactionForCommentFilterSensitiveLog = (obj) => ({
|
|
2102
|
+
...obj,
|
|
2103
|
+
});
|
|
2104
|
+
export const GetCommentReactionsOutputFilterSensitiveLog = (obj) => ({
|
|
2105
|
+
...obj,
|
|
2106
|
+
});
|
|
2107
|
+
export const GetCommentsForComparedCommitInputFilterSensitiveLog = (obj) => ({
|
|
2108
|
+
...obj,
|
|
2109
|
+
});
|
|
2110
|
+
export const LocationFilterSensitiveLog = (obj) => ({
|
|
2111
|
+
...obj,
|
|
2112
|
+
});
|
|
2113
|
+
export const CommentsForComparedCommitFilterSensitiveLog = (obj) => ({
|
|
2114
|
+
...obj,
|
|
2115
|
+
});
|
|
2116
|
+
export const GetCommentsForComparedCommitOutputFilterSensitiveLog = (obj) => ({
|
|
2117
|
+
...obj,
|
|
2118
|
+
});
|
|
2119
|
+
export const GetCommentsForPullRequestInputFilterSensitiveLog = (obj) => ({
|
|
2120
|
+
...obj,
|
|
2121
|
+
});
|
|
2122
|
+
export const CommentsForPullRequestFilterSensitiveLog = (obj) => ({
|
|
2123
|
+
...obj,
|
|
2124
|
+
});
|
|
2125
|
+
export const GetCommentsForPullRequestOutputFilterSensitiveLog = (obj) => ({
|
|
2126
|
+
...obj,
|
|
2127
|
+
});
|
|
2128
|
+
export const GetCommitInputFilterSensitiveLog = (obj) => ({
|
|
2129
|
+
...obj,
|
|
2130
|
+
});
|
|
2131
|
+
export const GetCommitOutputFilterSensitiveLog = (obj) => ({
|
|
2132
|
+
...obj,
|
|
2133
|
+
});
|
|
2134
|
+
export const GetDifferencesInputFilterSensitiveLog = (obj) => ({
|
|
2135
|
+
...obj,
|
|
2136
|
+
});
|
|
2137
|
+
export const DifferenceFilterSensitiveLog = (obj) => ({
|
|
2138
|
+
...obj,
|
|
2139
|
+
});
|
|
2140
|
+
export const GetDifferencesOutputFilterSensitiveLog = (obj) => ({
|
|
2141
|
+
...obj,
|
|
2142
|
+
});
|
|
2143
|
+
export const GetFileInputFilterSensitiveLog = (obj) => ({
|
|
2144
|
+
...obj,
|
|
2145
|
+
});
|
|
2146
|
+
export const GetFileOutputFilterSensitiveLog = (obj) => ({
|
|
2147
|
+
...obj,
|
|
2148
|
+
});
|
|
2149
|
+
export const GetFolderInputFilterSensitiveLog = (obj) => ({
|
|
2150
|
+
...obj,
|
|
2151
|
+
});
|
|
2152
|
+
export const FileFilterSensitiveLog = (obj) => ({
|
|
2153
|
+
...obj,
|
|
2154
|
+
});
|
|
2155
|
+
export const FolderFilterSensitiveLog = (obj) => ({
|
|
2156
|
+
...obj,
|
|
2157
|
+
});
|
|
2158
|
+
export const SubModuleFilterSensitiveLog = (obj) => ({
|
|
2159
|
+
...obj,
|
|
2160
|
+
});
|
|
2161
|
+
export const SymbolicLinkFilterSensitiveLog = (obj) => ({
|
|
2162
|
+
...obj,
|
|
2163
|
+
});
|
|
2164
|
+
export const GetFolderOutputFilterSensitiveLog = (obj) => ({
|
|
2165
|
+
...obj,
|
|
2166
|
+
});
|
|
2167
|
+
export const GetMergeCommitInputFilterSensitiveLog = (obj) => ({
|
|
2168
|
+
...obj,
|
|
2169
|
+
});
|
|
2170
|
+
export const GetMergeCommitOutputFilterSensitiveLog = (obj) => ({
|
|
2171
|
+
...obj,
|
|
2172
|
+
});
|
|
2173
|
+
export const GetMergeConflictsInputFilterSensitiveLog = (obj) => ({
|
|
2174
|
+
...obj,
|
|
2175
|
+
});
|
|
2176
|
+
export const GetMergeConflictsOutputFilterSensitiveLog = (obj) => ({
|
|
2177
|
+
...obj,
|
|
2178
|
+
});
|
|
2179
|
+
export const GetMergeOptionsInputFilterSensitiveLog = (obj) => ({
|
|
2180
|
+
...obj,
|
|
2181
|
+
});
|
|
2182
|
+
export const GetMergeOptionsOutputFilterSensitiveLog = (obj) => ({
|
|
2183
|
+
...obj,
|
|
2184
|
+
});
|
|
2185
|
+
export const GetPullRequestInputFilterSensitiveLog = (obj) => ({
|
|
2186
|
+
...obj,
|
|
2187
|
+
});
|
|
2188
|
+
export const GetPullRequestOutputFilterSensitiveLog = (obj) => ({
|
|
2189
|
+
...obj,
|
|
2190
|
+
});
|
|
2191
|
+
export const GetPullRequestApprovalStatesInputFilterSensitiveLog = (obj) => ({
|
|
2192
|
+
...obj,
|
|
2193
|
+
});
|
|
2194
|
+
export const GetPullRequestApprovalStatesOutputFilterSensitiveLog = (obj) => ({
|
|
2195
|
+
...obj,
|
|
2196
|
+
});
|
|
2197
|
+
export const GetPullRequestOverrideStateInputFilterSensitiveLog = (obj) => ({
|
|
2198
|
+
...obj,
|
|
2199
|
+
});
|
|
2200
|
+
export const GetPullRequestOverrideStateOutputFilterSensitiveLog = (obj) => ({
|
|
2201
|
+
...obj,
|
|
2202
|
+
});
|
|
2203
|
+
export const GetRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
2204
|
+
...obj,
|
|
2205
|
+
});
|
|
2206
|
+
export const GetRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
2207
|
+
...obj,
|
|
2208
|
+
});
|
|
2209
|
+
export const GetRepositoryTriggersInputFilterSensitiveLog = (obj) => ({
|
|
2210
|
+
...obj,
|
|
2211
|
+
});
|
|
2212
|
+
export const RepositoryTriggerFilterSensitiveLog = (obj) => ({
|
|
2213
|
+
...obj,
|
|
2214
|
+
});
|
|
2215
|
+
export const GetRepositoryTriggersOutputFilterSensitiveLog = (obj) => ({
|
|
2216
|
+
...obj,
|
|
2217
|
+
});
|
|
2218
|
+
export const ListApprovalRuleTemplatesInputFilterSensitiveLog = (obj) => ({
|
|
2219
|
+
...obj,
|
|
2220
|
+
});
|
|
2221
|
+
export const ListApprovalRuleTemplatesOutputFilterSensitiveLog = (obj) => ({
|
|
2222
|
+
...obj,
|
|
2223
|
+
});
|
|
2224
|
+
export const ListAssociatedApprovalRuleTemplatesForRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
2225
|
+
...obj,
|
|
2226
|
+
});
|
|
2227
|
+
export const ListAssociatedApprovalRuleTemplatesForRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
2228
|
+
...obj,
|
|
2229
|
+
});
|
|
2230
|
+
export const ListBranchesInputFilterSensitiveLog = (obj) => ({
|
|
2231
|
+
...obj,
|
|
2232
|
+
});
|
|
2233
|
+
export const ListBranchesOutputFilterSensitiveLog = (obj) => ({
|
|
2234
|
+
...obj,
|
|
2235
|
+
});
|
|
2236
|
+
export const ListPullRequestsInputFilterSensitiveLog = (obj) => ({
|
|
2237
|
+
...obj,
|
|
2238
|
+
});
|
|
2239
|
+
export const ListPullRequestsOutputFilterSensitiveLog = (obj) => ({
|
|
2240
|
+
...obj,
|
|
2241
|
+
});
|