@aws-sdk/client-codecommit 3.46.0 → 3.48.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 +35 -0
- package/dist-cjs/endpoints.js +0 -28
- package/dist-cjs/models/models_0.js +4 -870
- package/dist-cjs/models/models_1.js +2 -248
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -28
- package/dist-es/models/models_0.js +0 -576
- package/dist-es/models/models_1.js +0 -164
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/CodeCommitClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -864
- package/dist-types/models/models_1.d.ts +0 -246
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CodeCommitClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -576
- package/dist-types/ts3.4/models/models_1.d.ts +0 -164
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
export var ActorDoesNotExistException;
|
|
3
|
-
(function (ActorDoesNotExistException) {
|
|
4
|
-
ActorDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
-
})(ActorDoesNotExistException || (ActorDoesNotExistException = {}));
|
|
6
2
|
export var ApprovalState;
|
|
7
3
|
(function (ApprovalState) {
|
|
8
4
|
ApprovalState["APPROVE"] = "APPROVE";
|
|
@@ -20,26 +16,10 @@ export var ApprovalRule;
|
|
|
20
16
|
(function (ApprovalRule) {
|
|
21
17
|
ApprovalRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
18
|
})(ApprovalRule || (ApprovalRule = {}));
|
|
23
|
-
export var ApprovalRuleContentRequiredException;
|
|
24
|
-
(function (ApprovalRuleContentRequiredException) {
|
|
25
|
-
ApprovalRuleContentRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(ApprovalRuleContentRequiredException || (ApprovalRuleContentRequiredException = {}));
|
|
27
|
-
export var ApprovalRuleDoesNotExistException;
|
|
28
|
-
(function (ApprovalRuleDoesNotExistException) {
|
|
29
|
-
ApprovalRuleDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(ApprovalRuleDoesNotExistException || (ApprovalRuleDoesNotExistException = {}));
|
|
31
19
|
export var ApprovalRuleEventMetadata;
|
|
32
20
|
(function (ApprovalRuleEventMetadata) {
|
|
33
21
|
ApprovalRuleEventMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
22
|
})(ApprovalRuleEventMetadata || (ApprovalRuleEventMetadata = {}));
|
|
35
|
-
export var ApprovalRuleNameAlreadyExistsException;
|
|
36
|
-
(function (ApprovalRuleNameAlreadyExistsException) {
|
|
37
|
-
ApprovalRuleNameAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
-
})(ApprovalRuleNameAlreadyExistsException || (ApprovalRuleNameAlreadyExistsException = {}));
|
|
39
|
-
export var ApprovalRuleNameRequiredException;
|
|
40
|
-
(function (ApprovalRuleNameRequiredException) {
|
|
41
|
-
ApprovalRuleNameRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
-
})(ApprovalRuleNameRequiredException || (ApprovalRuleNameRequiredException = {}));
|
|
43
23
|
export var OverrideStatus;
|
|
44
24
|
(function (OverrideStatus) {
|
|
45
25
|
OverrideStatus["OVERRIDE"] = "OVERRIDE";
|
|
@@ -53,82 +33,14 @@ export var ApprovalRuleTemplate;
|
|
|
53
33
|
(function (ApprovalRuleTemplate) {
|
|
54
34
|
ApprovalRuleTemplate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
35
|
})(ApprovalRuleTemplate || (ApprovalRuleTemplate = {}));
|
|
56
|
-
export var ApprovalRuleTemplateContentRequiredException;
|
|
57
|
-
(function (ApprovalRuleTemplateContentRequiredException) {
|
|
58
|
-
ApprovalRuleTemplateContentRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
59
|
-
})(ApprovalRuleTemplateContentRequiredException || (ApprovalRuleTemplateContentRequiredException = {}));
|
|
60
|
-
export var ApprovalRuleTemplateDoesNotExistException;
|
|
61
|
-
(function (ApprovalRuleTemplateDoesNotExistException) {
|
|
62
|
-
ApprovalRuleTemplateDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
-
})(ApprovalRuleTemplateDoesNotExistException || (ApprovalRuleTemplateDoesNotExistException = {}));
|
|
64
|
-
export var ApprovalRuleTemplateInUseException;
|
|
65
|
-
(function (ApprovalRuleTemplateInUseException) {
|
|
66
|
-
ApprovalRuleTemplateInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
-
})(ApprovalRuleTemplateInUseException || (ApprovalRuleTemplateInUseException = {}));
|
|
68
|
-
export var ApprovalRuleTemplateNameAlreadyExistsException;
|
|
69
|
-
(function (ApprovalRuleTemplateNameAlreadyExistsException) {
|
|
70
|
-
ApprovalRuleTemplateNameAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
-
})(ApprovalRuleTemplateNameAlreadyExistsException || (ApprovalRuleTemplateNameAlreadyExistsException = {}));
|
|
72
|
-
export var ApprovalRuleTemplateNameRequiredException;
|
|
73
|
-
(function (ApprovalRuleTemplateNameRequiredException) {
|
|
74
|
-
ApprovalRuleTemplateNameRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
-
})(ApprovalRuleTemplateNameRequiredException || (ApprovalRuleTemplateNameRequiredException = {}));
|
|
76
36
|
export var ApprovalStateChangedEventMetadata;
|
|
77
37
|
(function (ApprovalStateChangedEventMetadata) {
|
|
78
38
|
ApprovalStateChangedEventMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
39
|
})(ApprovalStateChangedEventMetadata || (ApprovalStateChangedEventMetadata = {}));
|
|
80
|
-
export var ApprovalStateRequiredException;
|
|
81
|
-
(function (ApprovalStateRequiredException) {
|
|
82
|
-
ApprovalStateRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(ApprovalStateRequiredException || (ApprovalStateRequiredException = {}));
|
|
84
40
|
export var AssociateApprovalRuleTemplateWithRepositoryInput;
|
|
85
41
|
(function (AssociateApprovalRuleTemplateWithRepositoryInput) {
|
|
86
42
|
AssociateApprovalRuleTemplateWithRepositoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
43
|
})(AssociateApprovalRuleTemplateWithRepositoryInput || (AssociateApprovalRuleTemplateWithRepositoryInput = {}));
|
|
88
|
-
export var EncryptionIntegrityChecksFailedException;
|
|
89
|
-
(function (EncryptionIntegrityChecksFailedException) {
|
|
90
|
-
EncryptionIntegrityChecksFailedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
-
})(EncryptionIntegrityChecksFailedException || (EncryptionIntegrityChecksFailedException = {}));
|
|
92
|
-
export var EncryptionKeyAccessDeniedException;
|
|
93
|
-
(function (EncryptionKeyAccessDeniedException) {
|
|
94
|
-
EncryptionKeyAccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
-
})(EncryptionKeyAccessDeniedException || (EncryptionKeyAccessDeniedException = {}));
|
|
96
|
-
export var EncryptionKeyDisabledException;
|
|
97
|
-
(function (EncryptionKeyDisabledException) {
|
|
98
|
-
EncryptionKeyDisabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
-
})(EncryptionKeyDisabledException || (EncryptionKeyDisabledException = {}));
|
|
100
|
-
export var EncryptionKeyNotFoundException;
|
|
101
|
-
(function (EncryptionKeyNotFoundException) {
|
|
102
|
-
EncryptionKeyNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
-
})(EncryptionKeyNotFoundException || (EncryptionKeyNotFoundException = {}));
|
|
104
|
-
export var EncryptionKeyUnavailableException;
|
|
105
|
-
(function (EncryptionKeyUnavailableException) {
|
|
106
|
-
EncryptionKeyUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
-
})(EncryptionKeyUnavailableException || (EncryptionKeyUnavailableException = {}));
|
|
108
|
-
export var InvalidApprovalRuleTemplateNameException;
|
|
109
|
-
(function (InvalidApprovalRuleTemplateNameException) {
|
|
110
|
-
InvalidApprovalRuleTemplateNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
-
})(InvalidApprovalRuleTemplateNameException || (InvalidApprovalRuleTemplateNameException = {}));
|
|
112
|
-
export var InvalidRepositoryNameException;
|
|
113
|
-
(function (InvalidRepositoryNameException) {
|
|
114
|
-
InvalidRepositoryNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
-
})(InvalidRepositoryNameException || (InvalidRepositoryNameException = {}));
|
|
116
|
-
export var MaximumRuleTemplatesAssociatedWithRepositoryException;
|
|
117
|
-
(function (MaximumRuleTemplatesAssociatedWithRepositoryException) {
|
|
118
|
-
MaximumRuleTemplatesAssociatedWithRepositoryException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
-
})(MaximumRuleTemplatesAssociatedWithRepositoryException || (MaximumRuleTemplatesAssociatedWithRepositoryException = {}));
|
|
120
|
-
export var RepositoryDoesNotExistException;
|
|
121
|
-
(function (RepositoryDoesNotExistException) {
|
|
122
|
-
RepositoryDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(RepositoryDoesNotExistException || (RepositoryDoesNotExistException = {}));
|
|
124
|
-
export var RepositoryNameRequiredException;
|
|
125
|
-
(function (RepositoryNameRequiredException) {
|
|
126
|
-
RepositoryNameRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
-
})(RepositoryNameRequiredException || (RepositoryNameRequiredException = {}));
|
|
128
|
-
export var AuthorDoesNotExistException;
|
|
129
|
-
(function (AuthorDoesNotExistException) {
|
|
130
|
-
AuthorDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(AuthorDoesNotExistException || (AuthorDoesNotExistException = {}));
|
|
132
44
|
export var BatchAssociateApprovalRuleTemplateWithRepositoriesInput;
|
|
133
45
|
(function (BatchAssociateApprovalRuleTemplateWithRepositoriesInput) {
|
|
134
46
|
BatchAssociateApprovalRuleTemplateWithRepositoriesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -141,14 +53,6 @@ export var BatchAssociateApprovalRuleTemplateWithRepositoriesOutput;
|
|
|
141
53
|
(function (BatchAssociateApprovalRuleTemplateWithRepositoriesOutput) {
|
|
142
54
|
BatchAssociateApprovalRuleTemplateWithRepositoriesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
55
|
})(BatchAssociateApprovalRuleTemplateWithRepositoriesOutput || (BatchAssociateApprovalRuleTemplateWithRepositoriesOutput = {}));
|
|
144
|
-
export var MaximumRepositoryNamesExceededException;
|
|
145
|
-
(function (MaximumRepositoryNamesExceededException) {
|
|
146
|
-
MaximumRepositoryNamesExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
-
})(MaximumRepositoryNamesExceededException || (MaximumRepositoryNamesExceededException = {}));
|
|
148
|
-
export var RepositoryNamesRequiredException;
|
|
149
|
-
(function (RepositoryNamesRequiredException) {
|
|
150
|
-
RepositoryNamesRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
-
})(RepositoryNamesRequiredException || (RepositoryNamesRequiredException = {}));
|
|
152
56
|
export var ConflictDetailLevelTypeEnum;
|
|
153
57
|
(function (ConflictDetailLevelTypeEnum) {
|
|
154
58
|
ConflictDetailLevelTypeEnum["FILE_LEVEL"] = "FILE_LEVEL";
|
|
@@ -234,58 +138,6 @@ export var BatchDescribeMergeConflictsOutput;
|
|
|
234
138
|
(function (BatchDescribeMergeConflictsOutput) {
|
|
235
139
|
BatchDescribeMergeConflictsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
140
|
})(BatchDescribeMergeConflictsOutput || (BatchDescribeMergeConflictsOutput = {}));
|
|
237
|
-
export var CommitDoesNotExistException;
|
|
238
|
-
(function (CommitDoesNotExistException) {
|
|
239
|
-
CommitDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
-
})(CommitDoesNotExistException || (CommitDoesNotExistException = {}));
|
|
241
|
-
export var CommitRequiredException;
|
|
242
|
-
(function (CommitRequiredException) {
|
|
243
|
-
CommitRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
-
})(CommitRequiredException || (CommitRequiredException = {}));
|
|
245
|
-
export var InvalidCommitException;
|
|
246
|
-
(function (InvalidCommitException) {
|
|
247
|
-
InvalidCommitException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
-
})(InvalidCommitException || (InvalidCommitException = {}));
|
|
249
|
-
export var InvalidConflictDetailLevelException;
|
|
250
|
-
(function (InvalidConflictDetailLevelException) {
|
|
251
|
-
InvalidConflictDetailLevelException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
-
})(InvalidConflictDetailLevelException || (InvalidConflictDetailLevelException = {}));
|
|
253
|
-
export var InvalidConflictResolutionStrategyException;
|
|
254
|
-
(function (InvalidConflictResolutionStrategyException) {
|
|
255
|
-
InvalidConflictResolutionStrategyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
-
})(InvalidConflictResolutionStrategyException || (InvalidConflictResolutionStrategyException = {}));
|
|
257
|
-
export var InvalidContinuationTokenException;
|
|
258
|
-
(function (InvalidContinuationTokenException) {
|
|
259
|
-
InvalidContinuationTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
-
})(InvalidContinuationTokenException || (InvalidContinuationTokenException = {}));
|
|
261
|
-
export var InvalidMaxConflictFilesException;
|
|
262
|
-
(function (InvalidMaxConflictFilesException) {
|
|
263
|
-
InvalidMaxConflictFilesException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
-
})(InvalidMaxConflictFilesException || (InvalidMaxConflictFilesException = {}));
|
|
265
|
-
export var InvalidMaxMergeHunksException;
|
|
266
|
-
(function (InvalidMaxMergeHunksException) {
|
|
267
|
-
InvalidMaxMergeHunksException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(InvalidMaxMergeHunksException || (InvalidMaxMergeHunksException = {}));
|
|
269
|
-
export var InvalidMergeOptionException;
|
|
270
|
-
(function (InvalidMergeOptionException) {
|
|
271
|
-
InvalidMergeOptionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(InvalidMergeOptionException || (InvalidMergeOptionException = {}));
|
|
273
|
-
export var MaximumFileContentToLoadExceededException;
|
|
274
|
-
(function (MaximumFileContentToLoadExceededException) {
|
|
275
|
-
MaximumFileContentToLoadExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(MaximumFileContentToLoadExceededException || (MaximumFileContentToLoadExceededException = {}));
|
|
277
|
-
export var MaximumItemsToCompareExceededException;
|
|
278
|
-
(function (MaximumItemsToCompareExceededException) {
|
|
279
|
-
MaximumItemsToCompareExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
-
})(MaximumItemsToCompareExceededException || (MaximumItemsToCompareExceededException = {}));
|
|
281
|
-
export var MergeOptionRequiredException;
|
|
282
|
-
(function (MergeOptionRequiredException) {
|
|
283
|
-
MergeOptionRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(MergeOptionRequiredException || (MergeOptionRequiredException = {}));
|
|
285
|
-
export var TipsDivergenceExceededException;
|
|
286
|
-
(function (TipsDivergenceExceededException) {
|
|
287
|
-
TipsDivergenceExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(TipsDivergenceExceededException || (TipsDivergenceExceededException = {}));
|
|
289
141
|
export var BatchDisassociateApprovalRuleTemplateFromRepositoriesInput;
|
|
290
142
|
(function (BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) {
|
|
291
143
|
BatchDisassociateApprovalRuleTemplateFromRepositoriesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -318,14 +170,6 @@ export var BatchGetCommitsOutput;
|
|
|
318
170
|
(function (BatchGetCommitsOutput) {
|
|
319
171
|
BatchGetCommitsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
172
|
})(BatchGetCommitsOutput || (BatchGetCommitsOutput = {}));
|
|
321
|
-
export var CommitIdsLimitExceededException;
|
|
322
|
-
(function (CommitIdsLimitExceededException) {
|
|
323
|
-
CommitIdsLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
-
})(CommitIdsLimitExceededException || (CommitIdsLimitExceededException = {}));
|
|
325
|
-
export var CommitIdsListRequiredException;
|
|
326
|
-
(function (CommitIdsListRequiredException) {
|
|
327
|
-
CommitIdsListRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
-
})(CommitIdsListRequiredException || (CommitIdsListRequiredException = {}));
|
|
329
173
|
export var BatchGetRepositoriesInput;
|
|
330
174
|
(function (BatchGetRepositoriesInput) {
|
|
331
175
|
BatchGetRepositoriesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -338,54 +182,14 @@ export var BatchGetRepositoriesOutput;
|
|
|
338
182
|
(function (BatchGetRepositoriesOutput) {
|
|
339
183
|
BatchGetRepositoriesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
184
|
})(BatchGetRepositoriesOutput || (BatchGetRepositoriesOutput = {}));
|
|
341
|
-
export var BeforeCommitIdAndAfterCommitIdAreSameException;
|
|
342
|
-
(function (BeforeCommitIdAndAfterCommitIdAreSameException) {
|
|
343
|
-
BeforeCommitIdAndAfterCommitIdAreSameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
-
})(BeforeCommitIdAndAfterCommitIdAreSameException || (BeforeCommitIdAndAfterCommitIdAreSameException = {}));
|
|
345
|
-
export var BlobIdDoesNotExistException;
|
|
346
|
-
(function (BlobIdDoesNotExistException) {
|
|
347
|
-
BlobIdDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
-
})(BlobIdDoesNotExistException || (BlobIdDoesNotExistException = {}));
|
|
349
|
-
export var BlobIdRequiredException;
|
|
350
|
-
(function (BlobIdRequiredException) {
|
|
351
|
-
BlobIdRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(BlobIdRequiredException || (BlobIdRequiredException = {}));
|
|
353
185
|
export var BlobMetadata;
|
|
354
186
|
(function (BlobMetadata) {
|
|
355
187
|
BlobMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
188
|
})(BlobMetadata || (BlobMetadata = {}));
|
|
357
|
-
export var BranchDoesNotExistException;
|
|
358
|
-
(function (BranchDoesNotExistException) {
|
|
359
|
-
BranchDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(BranchDoesNotExistException || (BranchDoesNotExistException = {}));
|
|
361
189
|
export var BranchInfo;
|
|
362
190
|
(function (BranchInfo) {
|
|
363
191
|
BranchInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
192
|
})(BranchInfo || (BranchInfo = {}));
|
|
365
|
-
export var BranchNameExistsException;
|
|
366
|
-
(function (BranchNameExistsException) {
|
|
367
|
-
BranchNameExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
-
})(BranchNameExistsException || (BranchNameExistsException = {}));
|
|
369
|
-
export var BranchNameIsTagNameException;
|
|
370
|
-
(function (BranchNameIsTagNameException) {
|
|
371
|
-
BranchNameIsTagNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(BranchNameIsTagNameException || (BranchNameIsTagNameException = {}));
|
|
373
|
-
export var BranchNameRequiredException;
|
|
374
|
-
(function (BranchNameRequiredException) {
|
|
375
|
-
BranchNameRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(BranchNameRequiredException || (BranchNameRequiredException = {}));
|
|
377
|
-
export var CannotDeleteApprovalRuleFromTemplateException;
|
|
378
|
-
(function (CannotDeleteApprovalRuleFromTemplateException) {
|
|
379
|
-
CannotDeleteApprovalRuleFromTemplateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(CannotDeleteApprovalRuleFromTemplateException || (CannotDeleteApprovalRuleFromTemplateException = {}));
|
|
381
|
-
export var CannotModifyApprovalRuleFromTemplateException;
|
|
382
|
-
(function (CannotModifyApprovalRuleFromTemplateException) {
|
|
383
|
-
CannotModifyApprovalRuleFromTemplateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(CannotModifyApprovalRuleFromTemplateException || (CannotModifyApprovalRuleFromTemplateException = {}));
|
|
385
|
-
export var ClientRequestTokenRequiredException;
|
|
386
|
-
(function (ClientRequestTokenRequiredException) {
|
|
387
|
-
ClientRequestTokenRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
})(ClientRequestTokenRequiredException || (ClientRequestTokenRequiredException = {}));
|
|
389
193
|
export var CreateApprovalRuleTemplateInput;
|
|
390
194
|
(function (CreateApprovalRuleTemplateInput) {
|
|
391
195
|
CreateApprovalRuleTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -394,38 +198,10 @@ export var CreateApprovalRuleTemplateOutput;
|
|
|
394
198
|
(function (CreateApprovalRuleTemplateOutput) {
|
|
395
199
|
CreateApprovalRuleTemplateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
200
|
})(CreateApprovalRuleTemplateOutput || (CreateApprovalRuleTemplateOutput = {}));
|
|
397
|
-
export var InvalidApprovalRuleTemplateContentException;
|
|
398
|
-
(function (InvalidApprovalRuleTemplateContentException) {
|
|
399
|
-
InvalidApprovalRuleTemplateContentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(InvalidApprovalRuleTemplateContentException || (InvalidApprovalRuleTemplateContentException = {}));
|
|
401
|
-
export var InvalidApprovalRuleTemplateDescriptionException;
|
|
402
|
-
(function (InvalidApprovalRuleTemplateDescriptionException) {
|
|
403
|
-
InvalidApprovalRuleTemplateDescriptionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(InvalidApprovalRuleTemplateDescriptionException || (InvalidApprovalRuleTemplateDescriptionException = {}));
|
|
405
|
-
export var NumberOfRuleTemplatesExceededException;
|
|
406
|
-
(function (NumberOfRuleTemplatesExceededException) {
|
|
407
|
-
NumberOfRuleTemplatesExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(NumberOfRuleTemplatesExceededException || (NumberOfRuleTemplatesExceededException = {}));
|
|
409
|
-
export var CommitIdRequiredException;
|
|
410
|
-
(function (CommitIdRequiredException) {
|
|
411
|
-
CommitIdRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(CommitIdRequiredException || (CommitIdRequiredException = {}));
|
|
413
201
|
export var CreateBranchInput;
|
|
414
202
|
(function (CreateBranchInput) {
|
|
415
203
|
CreateBranchInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
204
|
})(CreateBranchInput || (CreateBranchInput = {}));
|
|
417
|
-
export var InvalidBranchNameException;
|
|
418
|
-
(function (InvalidBranchNameException) {
|
|
419
|
-
InvalidBranchNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
-
})(InvalidBranchNameException || (InvalidBranchNameException = {}));
|
|
421
|
-
export var InvalidCommitIdException;
|
|
422
|
-
(function (InvalidCommitIdException) {
|
|
423
|
-
InvalidCommitIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
-
})(InvalidCommitIdException || (InvalidCommitIdException = {}));
|
|
425
|
-
export var CommitMessageLengthExceededException;
|
|
426
|
-
(function (CommitMessageLengthExceededException) {
|
|
427
|
-
CommitMessageLengthExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
-
})(CommitMessageLengthExceededException || (CommitMessageLengthExceededException = {}));
|
|
429
205
|
export var DeleteFileEntry;
|
|
430
206
|
(function (DeleteFileEntry) {
|
|
431
207
|
DeleteFileEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -454,106 +230,6 @@ export var CreateCommitOutput;
|
|
|
454
230
|
(function (CreateCommitOutput) {
|
|
455
231
|
CreateCommitOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
232
|
})(CreateCommitOutput || (CreateCommitOutput = {}));
|
|
457
|
-
export var DirectoryNameConflictsWithFileNameException;
|
|
458
|
-
(function (DirectoryNameConflictsWithFileNameException) {
|
|
459
|
-
DirectoryNameConflictsWithFileNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
-
})(DirectoryNameConflictsWithFileNameException || (DirectoryNameConflictsWithFileNameException = {}));
|
|
461
|
-
export var FileContentAndSourceFileSpecifiedException;
|
|
462
|
-
(function (FileContentAndSourceFileSpecifiedException) {
|
|
463
|
-
FileContentAndSourceFileSpecifiedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
-
})(FileContentAndSourceFileSpecifiedException || (FileContentAndSourceFileSpecifiedException = {}));
|
|
465
|
-
export var FileContentSizeLimitExceededException;
|
|
466
|
-
(function (FileContentSizeLimitExceededException) {
|
|
467
|
-
FileContentSizeLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
-
})(FileContentSizeLimitExceededException || (FileContentSizeLimitExceededException = {}));
|
|
469
|
-
export var FileDoesNotExistException;
|
|
470
|
-
(function (FileDoesNotExistException) {
|
|
471
|
-
FileDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
-
})(FileDoesNotExistException || (FileDoesNotExistException = {}));
|
|
473
|
-
export var FileEntryRequiredException;
|
|
474
|
-
(function (FileEntryRequiredException) {
|
|
475
|
-
FileEntryRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
-
})(FileEntryRequiredException || (FileEntryRequiredException = {}));
|
|
477
|
-
export var FileModeRequiredException;
|
|
478
|
-
(function (FileModeRequiredException) {
|
|
479
|
-
FileModeRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
-
})(FileModeRequiredException || (FileModeRequiredException = {}));
|
|
481
|
-
export var FileNameConflictsWithDirectoryNameException;
|
|
482
|
-
(function (FileNameConflictsWithDirectoryNameException) {
|
|
483
|
-
FileNameConflictsWithDirectoryNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
-
})(FileNameConflictsWithDirectoryNameException || (FileNameConflictsWithDirectoryNameException = {}));
|
|
485
|
-
export var FilePathConflictsWithSubmodulePathException;
|
|
486
|
-
(function (FilePathConflictsWithSubmodulePathException) {
|
|
487
|
-
FilePathConflictsWithSubmodulePathException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
-
})(FilePathConflictsWithSubmodulePathException || (FilePathConflictsWithSubmodulePathException = {}));
|
|
489
|
-
export var FolderContentSizeLimitExceededException;
|
|
490
|
-
(function (FolderContentSizeLimitExceededException) {
|
|
491
|
-
FolderContentSizeLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
-
})(FolderContentSizeLimitExceededException || (FolderContentSizeLimitExceededException = {}));
|
|
493
|
-
export var InvalidDeletionParameterException;
|
|
494
|
-
(function (InvalidDeletionParameterException) {
|
|
495
|
-
InvalidDeletionParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(InvalidDeletionParameterException || (InvalidDeletionParameterException = {}));
|
|
497
|
-
export var InvalidEmailException;
|
|
498
|
-
(function (InvalidEmailException) {
|
|
499
|
-
InvalidEmailException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
-
})(InvalidEmailException || (InvalidEmailException = {}));
|
|
501
|
-
export var InvalidFileModeException;
|
|
502
|
-
(function (InvalidFileModeException) {
|
|
503
|
-
InvalidFileModeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
-
})(InvalidFileModeException || (InvalidFileModeException = {}));
|
|
505
|
-
export var InvalidParentCommitIdException;
|
|
506
|
-
(function (InvalidParentCommitIdException) {
|
|
507
|
-
InvalidParentCommitIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
-
})(InvalidParentCommitIdException || (InvalidParentCommitIdException = {}));
|
|
509
|
-
export var InvalidPathException;
|
|
510
|
-
(function (InvalidPathException) {
|
|
511
|
-
InvalidPathException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
-
})(InvalidPathException || (InvalidPathException = {}));
|
|
513
|
-
export var MaximumFileEntriesExceededException;
|
|
514
|
-
(function (MaximumFileEntriesExceededException) {
|
|
515
|
-
MaximumFileEntriesExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
-
})(MaximumFileEntriesExceededException || (MaximumFileEntriesExceededException = {}));
|
|
517
|
-
export var NameLengthExceededException;
|
|
518
|
-
(function (NameLengthExceededException) {
|
|
519
|
-
NameLengthExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
-
})(NameLengthExceededException || (NameLengthExceededException = {}));
|
|
521
|
-
export var NoChangeException;
|
|
522
|
-
(function (NoChangeException) {
|
|
523
|
-
NoChangeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
-
})(NoChangeException || (NoChangeException = {}));
|
|
525
|
-
export var ParentCommitDoesNotExistException;
|
|
526
|
-
(function (ParentCommitDoesNotExistException) {
|
|
527
|
-
ParentCommitDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
-
})(ParentCommitDoesNotExistException || (ParentCommitDoesNotExistException = {}));
|
|
529
|
-
export var ParentCommitIdOutdatedException;
|
|
530
|
-
(function (ParentCommitIdOutdatedException) {
|
|
531
|
-
ParentCommitIdOutdatedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
-
})(ParentCommitIdOutdatedException || (ParentCommitIdOutdatedException = {}));
|
|
533
|
-
export var ParentCommitIdRequiredException;
|
|
534
|
-
(function (ParentCommitIdRequiredException) {
|
|
535
|
-
ParentCommitIdRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
-
})(ParentCommitIdRequiredException || (ParentCommitIdRequiredException = {}));
|
|
537
|
-
export var PathRequiredException;
|
|
538
|
-
(function (PathRequiredException) {
|
|
539
|
-
PathRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
-
})(PathRequiredException || (PathRequiredException = {}));
|
|
541
|
-
export var PutFileEntryConflictException;
|
|
542
|
-
(function (PutFileEntryConflictException) {
|
|
543
|
-
PutFileEntryConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
-
})(PutFileEntryConflictException || (PutFileEntryConflictException = {}));
|
|
545
|
-
export var RestrictedSourceFileException;
|
|
546
|
-
(function (RestrictedSourceFileException) {
|
|
547
|
-
RestrictedSourceFileException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
-
})(RestrictedSourceFileException || (RestrictedSourceFileException = {}));
|
|
549
|
-
export var SamePathRequestException;
|
|
550
|
-
(function (SamePathRequestException) {
|
|
551
|
-
SamePathRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
})(SamePathRequestException || (SamePathRequestException = {}));
|
|
553
|
-
export var SourceFileOrContentRequiredException;
|
|
554
|
-
(function (SourceFileOrContentRequiredException) {
|
|
555
|
-
SourceFileOrContentRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
-
})(SourceFileOrContentRequiredException || (SourceFileOrContentRequiredException = {}));
|
|
557
233
|
export var Target;
|
|
558
234
|
(function (Target) {
|
|
559
235
|
Target.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -583,70 +259,6 @@ export var CreatePullRequestOutput;
|
|
|
583
259
|
(function (CreatePullRequestOutput) {
|
|
584
260
|
CreatePullRequestOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
261
|
})(CreatePullRequestOutput || (CreatePullRequestOutput = {}));
|
|
586
|
-
export var IdempotencyParameterMismatchException;
|
|
587
|
-
(function (IdempotencyParameterMismatchException) {
|
|
588
|
-
IdempotencyParameterMismatchException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
-
})(IdempotencyParameterMismatchException || (IdempotencyParameterMismatchException = {}));
|
|
590
|
-
export var InvalidClientRequestTokenException;
|
|
591
|
-
(function (InvalidClientRequestTokenException) {
|
|
592
|
-
InvalidClientRequestTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
-
})(InvalidClientRequestTokenException || (InvalidClientRequestTokenException = {}));
|
|
594
|
-
export var InvalidDescriptionException;
|
|
595
|
-
(function (InvalidDescriptionException) {
|
|
596
|
-
InvalidDescriptionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
-
})(InvalidDescriptionException || (InvalidDescriptionException = {}));
|
|
598
|
-
export var InvalidReferenceNameException;
|
|
599
|
-
(function (InvalidReferenceNameException) {
|
|
600
|
-
InvalidReferenceNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
-
})(InvalidReferenceNameException || (InvalidReferenceNameException = {}));
|
|
602
|
-
export var InvalidTargetException;
|
|
603
|
-
(function (InvalidTargetException) {
|
|
604
|
-
InvalidTargetException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
-
})(InvalidTargetException || (InvalidTargetException = {}));
|
|
606
|
-
export var InvalidTargetsException;
|
|
607
|
-
(function (InvalidTargetsException) {
|
|
608
|
-
InvalidTargetsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
-
})(InvalidTargetsException || (InvalidTargetsException = {}));
|
|
610
|
-
export var InvalidTitleException;
|
|
611
|
-
(function (InvalidTitleException) {
|
|
612
|
-
InvalidTitleException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
-
})(InvalidTitleException || (InvalidTitleException = {}));
|
|
614
|
-
export var MaximumOpenPullRequestsExceededException;
|
|
615
|
-
(function (MaximumOpenPullRequestsExceededException) {
|
|
616
|
-
MaximumOpenPullRequestsExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
-
})(MaximumOpenPullRequestsExceededException || (MaximumOpenPullRequestsExceededException = {}));
|
|
618
|
-
export var MultipleRepositoriesInPullRequestException;
|
|
619
|
-
(function (MultipleRepositoriesInPullRequestException) {
|
|
620
|
-
MultipleRepositoriesInPullRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
-
})(MultipleRepositoriesInPullRequestException || (MultipleRepositoriesInPullRequestException = {}));
|
|
622
|
-
export var ReferenceDoesNotExistException;
|
|
623
|
-
(function (ReferenceDoesNotExistException) {
|
|
624
|
-
ReferenceDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
-
})(ReferenceDoesNotExistException || (ReferenceDoesNotExistException = {}));
|
|
626
|
-
export var ReferenceNameRequiredException;
|
|
627
|
-
(function (ReferenceNameRequiredException) {
|
|
628
|
-
ReferenceNameRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
-
})(ReferenceNameRequiredException || (ReferenceNameRequiredException = {}));
|
|
630
|
-
export var ReferenceTypeNotSupportedException;
|
|
631
|
-
(function (ReferenceTypeNotSupportedException) {
|
|
632
|
-
ReferenceTypeNotSupportedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
-
})(ReferenceTypeNotSupportedException || (ReferenceTypeNotSupportedException = {}));
|
|
634
|
-
export var SourceAndDestinationAreSameException;
|
|
635
|
-
(function (SourceAndDestinationAreSameException) {
|
|
636
|
-
SourceAndDestinationAreSameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
-
})(SourceAndDestinationAreSameException || (SourceAndDestinationAreSameException = {}));
|
|
638
|
-
export var TargetRequiredException;
|
|
639
|
-
(function (TargetRequiredException) {
|
|
640
|
-
TargetRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
-
})(TargetRequiredException || (TargetRequiredException = {}));
|
|
642
|
-
export var TargetsRequiredException;
|
|
643
|
-
(function (TargetsRequiredException) {
|
|
644
|
-
TargetsRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
-
})(TargetsRequiredException || (TargetsRequiredException = {}));
|
|
646
|
-
export var TitleRequiredException;
|
|
647
|
-
(function (TitleRequiredException) {
|
|
648
|
-
TitleRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
-
})(TitleRequiredException || (TitleRequiredException = {}));
|
|
650
262
|
export var CreatePullRequestApprovalRuleInput;
|
|
651
263
|
(function (CreatePullRequestApprovalRuleInput) {
|
|
652
264
|
CreatePullRequestApprovalRuleInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -655,34 +267,6 @@ export var CreatePullRequestApprovalRuleOutput;
|
|
|
655
267
|
(function (CreatePullRequestApprovalRuleOutput) {
|
|
656
268
|
CreatePullRequestApprovalRuleOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
269
|
})(CreatePullRequestApprovalRuleOutput || (CreatePullRequestApprovalRuleOutput = {}));
|
|
658
|
-
export var InvalidApprovalRuleContentException;
|
|
659
|
-
(function (InvalidApprovalRuleContentException) {
|
|
660
|
-
InvalidApprovalRuleContentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
-
})(InvalidApprovalRuleContentException || (InvalidApprovalRuleContentException = {}));
|
|
662
|
-
export var InvalidApprovalRuleNameException;
|
|
663
|
-
(function (InvalidApprovalRuleNameException) {
|
|
664
|
-
InvalidApprovalRuleNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
-
})(InvalidApprovalRuleNameException || (InvalidApprovalRuleNameException = {}));
|
|
666
|
-
export var InvalidPullRequestIdException;
|
|
667
|
-
(function (InvalidPullRequestIdException) {
|
|
668
|
-
InvalidPullRequestIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
-
})(InvalidPullRequestIdException || (InvalidPullRequestIdException = {}));
|
|
670
|
-
export var NumberOfRulesExceededException;
|
|
671
|
-
(function (NumberOfRulesExceededException) {
|
|
672
|
-
NumberOfRulesExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
-
})(NumberOfRulesExceededException || (NumberOfRulesExceededException = {}));
|
|
674
|
-
export var PullRequestAlreadyClosedException;
|
|
675
|
-
(function (PullRequestAlreadyClosedException) {
|
|
676
|
-
PullRequestAlreadyClosedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
-
})(PullRequestAlreadyClosedException || (PullRequestAlreadyClosedException = {}));
|
|
678
|
-
export var PullRequestDoesNotExistException;
|
|
679
|
-
(function (PullRequestDoesNotExistException) {
|
|
680
|
-
PullRequestDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
-
})(PullRequestDoesNotExistException || (PullRequestDoesNotExistException = {}));
|
|
682
|
-
export var PullRequestIdRequiredException;
|
|
683
|
-
(function (PullRequestIdRequiredException) {
|
|
684
|
-
PullRequestIdRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
-
})(PullRequestIdRequiredException || (PullRequestIdRequiredException = {}));
|
|
686
270
|
export var CreateRepositoryInput;
|
|
687
271
|
(function (CreateRepositoryInput) {
|
|
688
272
|
CreateRepositoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -691,38 +275,6 @@ export var CreateRepositoryOutput;
|
|
|
691
275
|
(function (CreateRepositoryOutput) {
|
|
692
276
|
CreateRepositoryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
277
|
})(CreateRepositoryOutput || (CreateRepositoryOutput = {}));
|
|
694
|
-
export var InvalidRepositoryDescriptionException;
|
|
695
|
-
(function (InvalidRepositoryDescriptionException) {
|
|
696
|
-
InvalidRepositoryDescriptionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
-
})(InvalidRepositoryDescriptionException || (InvalidRepositoryDescriptionException = {}));
|
|
698
|
-
export var InvalidSystemTagUsageException;
|
|
699
|
-
(function (InvalidSystemTagUsageException) {
|
|
700
|
-
InvalidSystemTagUsageException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
|
-
})(InvalidSystemTagUsageException || (InvalidSystemTagUsageException = {}));
|
|
702
|
-
export var InvalidTagsMapException;
|
|
703
|
-
(function (InvalidTagsMapException) {
|
|
704
|
-
InvalidTagsMapException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
-
})(InvalidTagsMapException || (InvalidTagsMapException = {}));
|
|
706
|
-
export var RepositoryLimitExceededException;
|
|
707
|
-
(function (RepositoryLimitExceededException) {
|
|
708
|
-
RepositoryLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
-
})(RepositoryLimitExceededException || (RepositoryLimitExceededException = {}));
|
|
710
|
-
export var RepositoryNameExistsException;
|
|
711
|
-
(function (RepositoryNameExistsException) {
|
|
712
|
-
RepositoryNameExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
-
})(RepositoryNameExistsException || (RepositoryNameExistsException = {}));
|
|
714
|
-
export var TagPolicyException;
|
|
715
|
-
(function (TagPolicyException) {
|
|
716
|
-
TagPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
-
})(TagPolicyException || (TagPolicyException = {}));
|
|
718
|
-
export var TooManyTagsException;
|
|
719
|
-
(function (TooManyTagsException) {
|
|
720
|
-
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
-
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
722
|
-
export var ConcurrentReferenceUpdateException;
|
|
723
|
-
(function (ConcurrentReferenceUpdateException) {
|
|
724
|
-
ConcurrentReferenceUpdateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
-
})(ConcurrentReferenceUpdateException || (ConcurrentReferenceUpdateException = {}));
|
|
726
278
|
export var ReplacementTypeEnum;
|
|
727
279
|
(function (ReplacementTypeEnum) {
|
|
728
280
|
ReplacementTypeEnum["KEEP_BASE"] = "KEEP_BASE";
|
|
@@ -746,38 +298,6 @@ export var CreateUnreferencedMergeCommitOutput;
|
|
|
746
298
|
(function (CreateUnreferencedMergeCommitOutput) {
|
|
747
299
|
CreateUnreferencedMergeCommitOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
300
|
})(CreateUnreferencedMergeCommitOutput || (CreateUnreferencedMergeCommitOutput = {}));
|
|
749
|
-
export var InvalidConflictResolutionException;
|
|
750
|
-
(function (InvalidConflictResolutionException) {
|
|
751
|
-
InvalidConflictResolutionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
-
})(InvalidConflictResolutionException || (InvalidConflictResolutionException = {}));
|
|
753
|
-
export var InvalidReplacementContentException;
|
|
754
|
-
(function (InvalidReplacementContentException) {
|
|
755
|
-
InvalidReplacementContentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
-
})(InvalidReplacementContentException || (InvalidReplacementContentException = {}));
|
|
757
|
-
export var InvalidReplacementTypeException;
|
|
758
|
-
(function (InvalidReplacementTypeException) {
|
|
759
|
-
InvalidReplacementTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
-
})(InvalidReplacementTypeException || (InvalidReplacementTypeException = {}));
|
|
761
|
-
export var ManualMergeRequiredException;
|
|
762
|
-
(function (ManualMergeRequiredException) {
|
|
763
|
-
ManualMergeRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
-
})(ManualMergeRequiredException || (ManualMergeRequiredException = {}));
|
|
765
|
-
export var MaximumConflictResolutionEntriesExceededException;
|
|
766
|
-
(function (MaximumConflictResolutionEntriesExceededException) {
|
|
767
|
-
MaximumConflictResolutionEntriesExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
-
})(MaximumConflictResolutionEntriesExceededException || (MaximumConflictResolutionEntriesExceededException = {}));
|
|
769
|
-
export var MultipleConflictResolutionEntriesException;
|
|
770
|
-
(function (MultipleConflictResolutionEntriesException) {
|
|
771
|
-
MultipleConflictResolutionEntriesException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
-
})(MultipleConflictResolutionEntriesException || (MultipleConflictResolutionEntriesException = {}));
|
|
773
|
-
export var ReplacementContentRequiredException;
|
|
774
|
-
(function (ReplacementContentRequiredException) {
|
|
775
|
-
ReplacementContentRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
-
})(ReplacementContentRequiredException || (ReplacementContentRequiredException = {}));
|
|
777
|
-
export var ReplacementTypeRequiredException;
|
|
778
|
-
(function (ReplacementTypeRequiredException) {
|
|
779
|
-
ReplacementTypeRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
-
})(ReplacementTypeRequiredException || (ReplacementTypeRequiredException = {}));
|
|
781
301
|
export var DeleteApprovalRuleTemplateInput;
|
|
782
302
|
(function (DeleteApprovalRuleTemplateInput) {
|
|
783
303
|
DeleteApprovalRuleTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -786,10 +306,6 @@ export var DeleteApprovalRuleTemplateOutput;
|
|
|
786
306
|
(function (DeleteApprovalRuleTemplateOutput) {
|
|
787
307
|
DeleteApprovalRuleTemplateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
308
|
})(DeleteApprovalRuleTemplateOutput || (DeleteApprovalRuleTemplateOutput = {}));
|
|
789
|
-
export var DefaultBranchCannotBeDeletedException;
|
|
790
|
-
(function (DefaultBranchCannotBeDeletedException) {
|
|
791
|
-
DefaultBranchCannotBeDeletedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
-
})(DefaultBranchCannotBeDeletedException || (DefaultBranchCannotBeDeletedException = {}));
|
|
793
309
|
export var DeleteBranchInput;
|
|
794
310
|
(function (DeleteBranchInput) {
|
|
795
311
|
DeleteBranchInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -798,18 +314,6 @@ export var DeleteBranchOutput;
|
|
|
798
314
|
(function (DeleteBranchOutput) {
|
|
799
315
|
DeleteBranchOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
316
|
})(DeleteBranchOutput || (DeleteBranchOutput = {}));
|
|
801
|
-
export var CommentDeletedException;
|
|
802
|
-
(function (CommentDeletedException) {
|
|
803
|
-
CommentDeletedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
-
})(CommentDeletedException || (CommentDeletedException = {}));
|
|
805
|
-
export var CommentDoesNotExistException;
|
|
806
|
-
(function (CommentDoesNotExistException) {
|
|
807
|
-
CommentDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
-
})(CommentDoesNotExistException || (CommentDoesNotExistException = {}));
|
|
809
|
-
export var CommentIdRequiredException;
|
|
810
|
-
(function (CommentIdRequiredException) {
|
|
811
|
-
CommentIdRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
-
})(CommentIdRequiredException || (CommentIdRequiredException = {}));
|
|
813
317
|
export var DeleteCommentContentInput;
|
|
814
318
|
(function (DeleteCommentContentInput) {
|
|
815
319
|
DeleteCommentContentInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -822,10 +326,6 @@ export var DeleteCommentContentOutput;
|
|
|
822
326
|
(function (DeleteCommentContentOutput) {
|
|
823
327
|
DeleteCommentContentOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
328
|
})(DeleteCommentContentOutput || (DeleteCommentContentOutput = {}));
|
|
825
|
-
export var InvalidCommentIdException;
|
|
826
|
-
(function (InvalidCommentIdException) {
|
|
827
|
-
InvalidCommentIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
-
})(InvalidCommentIdException || (InvalidCommentIdException = {}));
|
|
829
329
|
export var DeleteFileInput;
|
|
830
330
|
(function (DeleteFileInput) {
|
|
831
331
|
DeleteFileInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -898,18 +398,6 @@ export var DescribePullRequestEventsOutput;
|
|
|
898
398
|
(function (DescribePullRequestEventsOutput) {
|
|
899
399
|
DescribePullRequestEventsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
900
400
|
})(DescribePullRequestEventsOutput || (DescribePullRequestEventsOutput = {}));
|
|
901
|
-
export var InvalidActorArnException;
|
|
902
|
-
(function (InvalidActorArnException) {
|
|
903
|
-
InvalidActorArnException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
|
-
})(InvalidActorArnException || (InvalidActorArnException = {}));
|
|
905
|
-
export var InvalidMaxResultsException;
|
|
906
|
-
(function (InvalidMaxResultsException) {
|
|
907
|
-
InvalidMaxResultsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
|
-
})(InvalidMaxResultsException || (InvalidMaxResultsException = {}));
|
|
909
|
-
export var InvalidPullRequestEventTypeException;
|
|
910
|
-
(function (InvalidPullRequestEventTypeException) {
|
|
911
|
-
InvalidPullRequestEventTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
912
|
-
})(InvalidPullRequestEventTypeException || (InvalidPullRequestEventTypeException = {}));
|
|
913
401
|
export var DisassociateApprovalRuleTemplateFromRepositoryInput;
|
|
914
402
|
(function (DisassociateApprovalRuleTemplateFromRepositoryInput) {
|
|
915
403
|
DisassociateApprovalRuleTemplateFromRepositoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -926,18 +414,6 @@ export var EvaluatePullRequestApprovalRulesOutput;
|
|
|
926
414
|
(function (EvaluatePullRequestApprovalRulesOutput) {
|
|
927
415
|
EvaluatePullRequestApprovalRulesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
928
416
|
})(EvaluatePullRequestApprovalRulesOutput || (EvaluatePullRequestApprovalRulesOutput = {}));
|
|
929
|
-
export var InvalidRevisionIdException;
|
|
930
|
-
(function (InvalidRevisionIdException) {
|
|
931
|
-
InvalidRevisionIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
-
})(InvalidRevisionIdException || (InvalidRevisionIdException = {}));
|
|
933
|
-
export var RevisionIdRequiredException;
|
|
934
|
-
(function (RevisionIdRequiredException) {
|
|
935
|
-
RevisionIdRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
|
-
})(RevisionIdRequiredException || (RevisionIdRequiredException = {}));
|
|
937
|
-
export var RevisionNotCurrentException;
|
|
938
|
-
(function (RevisionNotCurrentException) {
|
|
939
|
-
RevisionNotCurrentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
940
|
-
})(RevisionNotCurrentException || (RevisionNotCurrentException = {}));
|
|
941
417
|
export var GetApprovalRuleTemplateInput;
|
|
942
418
|
(function (GetApprovalRuleTemplateInput) {
|
|
943
419
|
GetApprovalRuleTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -946,10 +422,6 @@ export var GetApprovalRuleTemplateOutput;
|
|
|
946
422
|
(function (GetApprovalRuleTemplateOutput) {
|
|
947
423
|
GetApprovalRuleTemplateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
424
|
})(GetApprovalRuleTemplateOutput || (GetApprovalRuleTemplateOutput = {}));
|
|
949
|
-
export var FileTooLargeException;
|
|
950
|
-
(function (FileTooLargeException) {
|
|
951
|
-
FileTooLargeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
952
|
-
})(FileTooLargeException || (FileTooLargeException = {}));
|
|
953
425
|
export var GetBlobInput;
|
|
954
426
|
(function (GetBlobInput) {
|
|
955
427
|
GetBlobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -958,10 +430,6 @@ export var GetBlobOutput;
|
|
|
958
430
|
(function (GetBlobOutput) {
|
|
959
431
|
GetBlobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
432
|
})(GetBlobOutput || (GetBlobOutput = {}));
|
|
961
|
-
export var InvalidBlobIdException;
|
|
962
|
-
(function (InvalidBlobIdException) {
|
|
963
|
-
InvalidBlobIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
964
|
-
})(InvalidBlobIdException || (InvalidBlobIdException = {}));
|
|
965
433
|
export var GetBranchInput;
|
|
966
434
|
(function (GetBranchInput) {
|
|
967
435
|
GetBranchInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -994,10 +462,6 @@ export var GetCommentReactionsOutput;
|
|
|
994
462
|
(function (GetCommentReactionsOutput) {
|
|
995
463
|
GetCommentReactionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
996
464
|
})(GetCommentReactionsOutput || (GetCommentReactionsOutput = {}));
|
|
997
|
-
export var InvalidReactionUserArnException;
|
|
998
|
-
(function (InvalidReactionUserArnException) {
|
|
999
|
-
InvalidReactionUserArnException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1000
|
-
})(InvalidReactionUserArnException || (InvalidReactionUserArnException = {}));
|
|
1001
465
|
export var GetCommentsForComparedCommitInput;
|
|
1002
466
|
(function (GetCommentsForComparedCommitInput) {
|
|
1003
467
|
GetCommentsForComparedCommitInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1031,14 +495,6 @@ export var GetCommentsForPullRequestOutput;
|
|
|
1031
495
|
(function (GetCommentsForPullRequestOutput) {
|
|
1032
496
|
GetCommentsForPullRequestOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
497
|
})(GetCommentsForPullRequestOutput || (GetCommentsForPullRequestOutput = {}));
|
|
1034
|
-
export var RepositoryNotAssociatedWithPullRequestException;
|
|
1035
|
-
(function (RepositoryNotAssociatedWithPullRequestException) {
|
|
1036
|
-
RepositoryNotAssociatedWithPullRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
-
})(RepositoryNotAssociatedWithPullRequestException || (RepositoryNotAssociatedWithPullRequestException = {}));
|
|
1038
|
-
export var CommitIdDoesNotExistException;
|
|
1039
|
-
(function (CommitIdDoesNotExistException) {
|
|
1040
|
-
CommitIdDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
-
})(CommitIdDoesNotExistException || (CommitIdDoesNotExistException = {}));
|
|
1042
498
|
export var GetCommitInput;
|
|
1043
499
|
(function (GetCommitInput) {
|
|
1044
500
|
GetCommitInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1059,10 +515,6 @@ export var GetDifferencesOutput;
|
|
|
1059
515
|
(function (GetDifferencesOutput) {
|
|
1060
516
|
GetDifferencesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
517
|
})(GetDifferencesOutput || (GetDifferencesOutput = {}));
|
|
1062
|
-
export var PathDoesNotExistException;
|
|
1063
|
-
(function (PathDoesNotExistException) {
|
|
1064
|
-
PathDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
-
})(PathDoesNotExistException || (PathDoesNotExistException = {}));
|
|
1066
518
|
export var GetFileInput;
|
|
1067
519
|
(function (GetFileInput) {
|
|
1068
520
|
GetFileInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1071,10 +523,6 @@ export var GetFileOutput;
|
|
|
1071
523
|
(function (GetFileOutput) {
|
|
1072
524
|
GetFileOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
525
|
})(GetFileOutput || (GetFileOutput = {}));
|
|
1074
|
-
export var FolderDoesNotExistException;
|
|
1075
|
-
(function (FolderDoesNotExistException) {
|
|
1076
|
-
FolderDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
-
})(FolderDoesNotExistException || (FolderDoesNotExistException = {}));
|
|
1078
526
|
export var GetFolderInput;
|
|
1079
527
|
(function (GetFolderInput) {
|
|
1080
528
|
GetFolderInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1115,14 +563,6 @@ export var GetMergeConflictsOutput;
|
|
|
1115
563
|
(function (GetMergeConflictsOutput) {
|
|
1116
564
|
GetMergeConflictsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
565
|
})(GetMergeConflictsOutput || (GetMergeConflictsOutput = {}));
|
|
1118
|
-
export var InvalidDestinationCommitSpecifierException;
|
|
1119
|
-
(function (InvalidDestinationCommitSpecifierException) {
|
|
1120
|
-
InvalidDestinationCommitSpecifierException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1121
|
-
})(InvalidDestinationCommitSpecifierException || (InvalidDestinationCommitSpecifierException = {}));
|
|
1122
|
-
export var InvalidSourceCommitSpecifierException;
|
|
1123
|
-
(function (InvalidSourceCommitSpecifierException) {
|
|
1124
|
-
InvalidSourceCommitSpecifierException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
|
-
})(InvalidSourceCommitSpecifierException || (InvalidSourceCommitSpecifierException = {}));
|
|
1126
566
|
export var GetMergeOptionsInput;
|
|
1127
567
|
(function (GetMergeOptionsInput) {
|
|
1128
568
|
GetMergeOptionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1206,14 +646,6 @@ export var ListBranchesOutput;
|
|
|
1206
646
|
(function (ListBranchesOutput) {
|
|
1207
647
|
ListBranchesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1208
648
|
})(ListBranchesOutput || (ListBranchesOutput = {}));
|
|
1209
|
-
export var InvalidAuthorArnException;
|
|
1210
|
-
(function (InvalidAuthorArnException) {
|
|
1211
|
-
InvalidAuthorArnException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1212
|
-
})(InvalidAuthorArnException || (InvalidAuthorArnException = {}));
|
|
1213
|
-
export var InvalidPullRequestStatusException;
|
|
1214
|
-
(function (InvalidPullRequestStatusException) {
|
|
1215
|
-
InvalidPullRequestStatusException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1216
|
-
})(InvalidPullRequestStatusException || (InvalidPullRequestStatusException = {}));
|
|
1217
649
|
export var ListPullRequestsInput;
|
|
1218
650
|
(function (ListPullRequestsInput) {
|
|
1219
651
|
ListPullRequestsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1222,11 +654,3 @@ export var ListPullRequestsOutput;
|
|
|
1222
654
|
(function (ListPullRequestsOutput) {
|
|
1223
655
|
ListPullRequestsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1224
656
|
})(ListPullRequestsOutput || (ListPullRequestsOutput = {}));
|
|
1225
|
-
export var InvalidOrderException;
|
|
1226
|
-
(function (InvalidOrderException) {
|
|
1227
|
-
InvalidOrderException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1228
|
-
})(InvalidOrderException || (InvalidOrderException = {}));
|
|
1229
|
-
export var InvalidSortByException;
|
|
1230
|
-
(function (InvalidSortByException) {
|
|
1231
|
-
InvalidSortByException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1232
|
-
})(InvalidSortByException || (InvalidSortByException = {}));
|