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