@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,4 +1,3 @@
1
- import { __assign, __extends } from "tslib";
2
1
  import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
3
2
  export var OrderEnum;
4
3
  (function (OrderEnum) {
@@ -10,551 +9,663 @@ export var SortByEnum;
10
9
  SortByEnum["MODIFIED_DATE"] = "lastModifiedDate";
11
10
  SortByEnum["REPOSITORY_NAME"] = "repositoryName";
12
11
  })(SortByEnum || (SortByEnum = {}));
13
- var InvalidResourceArnException = (function (_super) {
14
- __extends(InvalidResourceArnException, _super);
15
- function InvalidResourceArnException(opts) {
16
- var _this = _super.call(this, __assign({ name: "InvalidResourceArnException", $fault: "client" }, opts)) || this;
17
- _this.name = "InvalidResourceArnException";
18
- _this.$fault = "client";
19
- Object.setPrototypeOf(_this, InvalidResourceArnException.prototype);
20
- return _this;
21
- }
22
- return InvalidResourceArnException;
23
- }(__BaseException));
24
- export { InvalidResourceArnException };
25
- var ResourceArnRequiredException = (function (_super) {
26
- __extends(ResourceArnRequiredException, _super);
27
- function ResourceArnRequiredException(opts) {
28
- var _this = _super.call(this, __assign({ name: "ResourceArnRequiredException", $fault: "client" }, opts)) || this;
29
- _this.name = "ResourceArnRequiredException";
30
- _this.$fault = "client";
31
- Object.setPrototypeOf(_this, ResourceArnRequiredException.prototype);
32
- return _this;
33
- }
34
- return ResourceArnRequiredException;
35
- }(__BaseException));
36
- export { ResourceArnRequiredException };
37
- var InvalidTargetBranchException = (function (_super) {
38
- __extends(InvalidTargetBranchException, _super);
39
- function InvalidTargetBranchException(opts) {
40
- var _this = _super.call(this, __assign({ name: "InvalidTargetBranchException", $fault: "client" }, opts)) || this;
41
- _this.name = "InvalidTargetBranchException";
42
- _this.$fault = "client";
43
- Object.setPrototypeOf(_this, InvalidTargetBranchException.prototype);
44
- return _this;
45
- }
46
- return InvalidTargetBranchException;
47
- }(__BaseException));
48
- export { InvalidTargetBranchException };
49
- var PullRequestApprovalRulesNotSatisfiedException = (function (_super) {
50
- __extends(PullRequestApprovalRulesNotSatisfiedException, _super);
51
- function PullRequestApprovalRulesNotSatisfiedException(opts) {
52
- var _this = _super.call(this, __assign({ name: "PullRequestApprovalRulesNotSatisfiedException", $fault: "client" }, opts)) || this;
53
- _this.name = "PullRequestApprovalRulesNotSatisfiedException";
54
- _this.$fault = "client";
55
- Object.setPrototypeOf(_this, PullRequestApprovalRulesNotSatisfiedException.prototype);
56
- return _this;
57
- }
58
- return PullRequestApprovalRulesNotSatisfiedException;
59
- }(__BaseException));
60
- export { PullRequestApprovalRulesNotSatisfiedException };
61
- var TipOfSourceReferenceIsDifferentException = (function (_super) {
62
- __extends(TipOfSourceReferenceIsDifferentException, _super);
63
- function TipOfSourceReferenceIsDifferentException(opts) {
64
- var _this = _super.call(this, __assign({ name: "TipOfSourceReferenceIsDifferentException", $fault: "client" }, opts)) || this;
65
- _this.name = "TipOfSourceReferenceIsDifferentException";
66
- _this.$fault = "client";
67
- Object.setPrototypeOf(_this, TipOfSourceReferenceIsDifferentException.prototype);
68
- return _this;
69
- }
70
- return TipOfSourceReferenceIsDifferentException;
71
- }(__BaseException));
72
- export { TipOfSourceReferenceIsDifferentException };
73
- var InvalidOverrideStatusException = (function (_super) {
74
- __extends(InvalidOverrideStatusException, _super);
75
- function InvalidOverrideStatusException(opts) {
76
- var _this = _super.call(this, __assign({ name: "InvalidOverrideStatusException", $fault: "client" }, opts)) || this;
77
- _this.name = "InvalidOverrideStatusException";
78
- _this.$fault = "client";
79
- Object.setPrototypeOf(_this, InvalidOverrideStatusException.prototype);
80
- return _this;
81
- }
82
- return InvalidOverrideStatusException;
83
- }(__BaseException));
84
- export { InvalidOverrideStatusException };
85
- var OverrideAlreadySetException = (function (_super) {
86
- __extends(OverrideAlreadySetException, _super);
87
- function OverrideAlreadySetException(opts) {
88
- var _this = _super.call(this, __assign({ name: "OverrideAlreadySetException", $fault: "client" }, opts)) || this;
89
- _this.name = "OverrideAlreadySetException";
90
- _this.$fault = "client";
91
- Object.setPrototypeOf(_this, OverrideAlreadySetException.prototype);
92
- return _this;
93
- }
94
- return OverrideAlreadySetException;
95
- }(__BaseException));
96
- export { OverrideAlreadySetException };
97
- var OverrideStatusRequiredException = (function (_super) {
98
- __extends(OverrideStatusRequiredException, _super);
99
- function OverrideStatusRequiredException(opts) {
100
- var _this = _super.call(this, __assign({ name: "OverrideStatusRequiredException", $fault: "client" }, opts)) || this;
101
- _this.name = "OverrideStatusRequiredException";
102
- _this.$fault = "client";
103
- Object.setPrototypeOf(_this, OverrideStatusRequiredException.prototype);
104
- return _this;
105
- }
106
- return OverrideStatusRequiredException;
107
- }(__BaseException));
108
- export { OverrideStatusRequiredException };
109
- var CommentContentRequiredException = (function (_super) {
110
- __extends(CommentContentRequiredException, _super);
111
- function CommentContentRequiredException(opts) {
112
- var _this = _super.call(this, __assign({ name: "CommentContentRequiredException", $fault: "client" }, opts)) || this;
113
- _this.name = "CommentContentRequiredException";
114
- _this.$fault = "client";
115
- Object.setPrototypeOf(_this, CommentContentRequiredException.prototype);
116
- return _this;
117
- }
118
- return CommentContentRequiredException;
119
- }(__BaseException));
120
- export { CommentContentRequiredException };
121
- var CommentContentSizeLimitExceededException = (function (_super) {
122
- __extends(CommentContentSizeLimitExceededException, _super);
123
- function CommentContentSizeLimitExceededException(opts) {
124
- var _this = _super.call(this, __assign({ name: "CommentContentSizeLimitExceededException", $fault: "client" }, opts)) || this;
125
- _this.name = "CommentContentSizeLimitExceededException";
126
- _this.$fault = "client";
127
- Object.setPrototypeOf(_this, CommentContentSizeLimitExceededException.prototype);
128
- return _this;
129
- }
130
- return CommentContentSizeLimitExceededException;
131
- }(__BaseException));
132
- export { CommentContentSizeLimitExceededException };
133
- var InvalidFileLocationException = (function (_super) {
134
- __extends(InvalidFileLocationException, _super);
135
- function InvalidFileLocationException(opts) {
136
- var _this = _super.call(this, __assign({ name: "InvalidFileLocationException", $fault: "client" }, opts)) || this;
137
- _this.name = "InvalidFileLocationException";
138
- _this.$fault = "client";
139
- Object.setPrototypeOf(_this, InvalidFileLocationException.prototype);
140
- return _this;
141
- }
142
- return InvalidFileLocationException;
143
- }(__BaseException));
144
- export { InvalidFileLocationException };
145
- var InvalidFilePositionException = (function (_super) {
146
- __extends(InvalidFilePositionException, _super);
147
- function InvalidFilePositionException(opts) {
148
- var _this = _super.call(this, __assign({ name: "InvalidFilePositionException", $fault: "client" }, opts)) || this;
149
- _this.name = "InvalidFilePositionException";
150
- _this.$fault = "client";
151
- Object.setPrototypeOf(_this, InvalidFilePositionException.prototype);
152
- return _this;
153
- }
154
- return InvalidFilePositionException;
155
- }(__BaseException));
156
- export { InvalidFilePositionException };
157
- var InvalidRelativeFileVersionEnumException = (function (_super) {
158
- __extends(InvalidRelativeFileVersionEnumException, _super);
159
- function InvalidRelativeFileVersionEnumException(opts) {
160
- var _this = _super.call(this, __assign({ name: "InvalidRelativeFileVersionEnumException", $fault: "client" }, opts)) || this;
161
- _this.name = "InvalidRelativeFileVersionEnumException";
162
- _this.$fault = "client";
163
- Object.setPrototypeOf(_this, InvalidRelativeFileVersionEnumException.prototype);
164
- return _this;
165
- }
166
- return InvalidRelativeFileVersionEnumException;
167
- }(__BaseException));
168
- export { InvalidRelativeFileVersionEnumException };
169
- var InvalidReactionValueException = (function (_super) {
170
- __extends(InvalidReactionValueException, _super);
171
- function InvalidReactionValueException(opts) {
172
- var _this = _super.call(this, __assign({ name: "InvalidReactionValueException", $fault: "client" }, opts)) || this;
173
- _this.name = "InvalidReactionValueException";
174
- _this.$fault = "client";
175
- Object.setPrototypeOf(_this, InvalidReactionValueException.prototype);
176
- return _this;
177
- }
178
- return InvalidReactionValueException;
179
- }(__BaseException));
180
- export { InvalidReactionValueException };
181
- var ReactionLimitExceededException = (function (_super) {
182
- __extends(ReactionLimitExceededException, _super);
183
- function ReactionLimitExceededException(opts) {
184
- var _this = _super.call(this, __assign({ name: "ReactionLimitExceededException", $fault: "client" }, opts)) || this;
185
- _this.name = "ReactionLimitExceededException";
186
- _this.$fault = "client";
187
- Object.setPrototypeOf(_this, ReactionLimitExceededException.prototype);
188
- return _this;
189
- }
190
- return ReactionLimitExceededException;
191
- }(__BaseException));
192
- export { ReactionLimitExceededException };
193
- var ReactionValueRequiredException = (function (_super) {
194
- __extends(ReactionValueRequiredException, _super);
195
- function ReactionValueRequiredException(opts) {
196
- var _this = _super.call(this, __assign({ name: "ReactionValueRequiredException", $fault: "client" }, opts)) || this;
197
- _this.name = "ReactionValueRequiredException";
198
- _this.$fault = "client";
199
- Object.setPrototypeOf(_this, ReactionValueRequiredException.prototype);
200
- return _this;
201
- }
202
- return ReactionValueRequiredException;
203
- }(__BaseException));
204
- export { ReactionValueRequiredException };
205
- var FileContentRequiredException = (function (_super) {
206
- __extends(FileContentRequiredException, _super);
207
- function FileContentRequiredException(opts) {
208
- var _this = _super.call(this, __assign({ name: "FileContentRequiredException", $fault: "client" }, opts)) || this;
209
- _this.name = "FileContentRequiredException";
210
- _this.$fault = "client";
211
- Object.setPrototypeOf(_this, FileContentRequiredException.prototype);
212
- return _this;
213
- }
214
- return FileContentRequiredException;
215
- }(__BaseException));
216
- export { FileContentRequiredException };
217
- var SameFileContentException = (function (_super) {
218
- __extends(SameFileContentException, _super);
219
- function SameFileContentException(opts) {
220
- var _this = _super.call(this, __assign({ name: "SameFileContentException", $fault: "client" }, opts)) || this;
221
- _this.name = "SameFileContentException";
222
- _this.$fault = "client";
223
- Object.setPrototypeOf(_this, SameFileContentException.prototype);
224
- return _this;
225
- }
226
- return SameFileContentException;
227
- }(__BaseException));
228
- export { SameFileContentException };
229
- var InvalidRepositoryTriggerBranchNameException = (function (_super) {
230
- __extends(InvalidRepositoryTriggerBranchNameException, _super);
231
- function InvalidRepositoryTriggerBranchNameException(opts) {
232
- var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerBranchNameException", $fault: "client" }, opts)) || this;
233
- _this.name = "InvalidRepositoryTriggerBranchNameException";
234
- _this.$fault = "client";
235
- Object.setPrototypeOf(_this, InvalidRepositoryTriggerBranchNameException.prototype);
236
- return _this;
237
- }
238
- return InvalidRepositoryTriggerBranchNameException;
239
- }(__BaseException));
240
- export { InvalidRepositoryTriggerBranchNameException };
241
- var InvalidRepositoryTriggerCustomDataException = (function (_super) {
242
- __extends(InvalidRepositoryTriggerCustomDataException, _super);
243
- function InvalidRepositoryTriggerCustomDataException(opts) {
244
- var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerCustomDataException", $fault: "client" }, opts)) || this;
245
- _this.name = "InvalidRepositoryTriggerCustomDataException";
246
- _this.$fault = "client";
247
- Object.setPrototypeOf(_this, InvalidRepositoryTriggerCustomDataException.prototype);
248
- return _this;
249
- }
250
- return InvalidRepositoryTriggerCustomDataException;
251
- }(__BaseException));
252
- export { InvalidRepositoryTriggerCustomDataException };
253
- var InvalidRepositoryTriggerDestinationArnException = (function (_super) {
254
- __extends(InvalidRepositoryTriggerDestinationArnException, _super);
255
- function InvalidRepositoryTriggerDestinationArnException(opts) {
256
- var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerDestinationArnException", $fault: "client" }, opts)) || this;
257
- _this.name = "InvalidRepositoryTriggerDestinationArnException";
258
- _this.$fault = "client";
259
- Object.setPrototypeOf(_this, InvalidRepositoryTriggerDestinationArnException.prototype);
260
- return _this;
261
- }
262
- return InvalidRepositoryTriggerDestinationArnException;
263
- }(__BaseException));
264
- export { InvalidRepositoryTriggerDestinationArnException };
265
- var InvalidRepositoryTriggerEventsException = (function (_super) {
266
- __extends(InvalidRepositoryTriggerEventsException, _super);
267
- function InvalidRepositoryTriggerEventsException(opts) {
268
- var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerEventsException", $fault: "client" }, opts)) || this;
269
- _this.name = "InvalidRepositoryTriggerEventsException";
270
- _this.$fault = "client";
271
- Object.setPrototypeOf(_this, InvalidRepositoryTriggerEventsException.prototype);
272
- return _this;
273
- }
274
- return InvalidRepositoryTriggerEventsException;
275
- }(__BaseException));
276
- export { InvalidRepositoryTriggerEventsException };
277
- var InvalidRepositoryTriggerNameException = (function (_super) {
278
- __extends(InvalidRepositoryTriggerNameException, _super);
279
- function InvalidRepositoryTriggerNameException(opts) {
280
- var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerNameException", $fault: "client" }, opts)) || this;
281
- _this.name = "InvalidRepositoryTriggerNameException";
282
- _this.$fault = "client";
283
- Object.setPrototypeOf(_this, InvalidRepositoryTriggerNameException.prototype);
284
- return _this;
285
- }
286
- return InvalidRepositoryTriggerNameException;
287
- }(__BaseException));
288
- export { InvalidRepositoryTriggerNameException };
289
- var InvalidRepositoryTriggerRegionException = (function (_super) {
290
- __extends(InvalidRepositoryTriggerRegionException, _super);
291
- function InvalidRepositoryTriggerRegionException(opts) {
292
- var _this = _super.call(this, __assign({ name: "InvalidRepositoryTriggerRegionException", $fault: "client" }, opts)) || this;
293
- _this.name = "InvalidRepositoryTriggerRegionException";
294
- _this.$fault = "client";
295
- Object.setPrototypeOf(_this, InvalidRepositoryTriggerRegionException.prototype);
296
- return _this;
297
- }
298
- return InvalidRepositoryTriggerRegionException;
299
- }(__BaseException));
300
- export { InvalidRepositoryTriggerRegionException };
301
- var MaximumBranchesExceededException = (function (_super) {
302
- __extends(MaximumBranchesExceededException, _super);
303
- function MaximumBranchesExceededException(opts) {
304
- var _this = _super.call(this, __assign({ name: "MaximumBranchesExceededException", $fault: "client" }, opts)) || this;
305
- _this.name = "MaximumBranchesExceededException";
306
- _this.$fault = "client";
307
- Object.setPrototypeOf(_this, MaximumBranchesExceededException.prototype);
308
- return _this;
309
- }
310
- return MaximumBranchesExceededException;
311
- }(__BaseException));
312
- export { MaximumBranchesExceededException };
313
- var MaximumRepositoryTriggersExceededException = (function (_super) {
314
- __extends(MaximumRepositoryTriggersExceededException, _super);
315
- function MaximumRepositoryTriggersExceededException(opts) {
316
- var _this = _super.call(this, __assign({ name: "MaximumRepositoryTriggersExceededException", $fault: "client" }, opts)) || this;
317
- _this.name = "MaximumRepositoryTriggersExceededException";
318
- _this.$fault = "client";
319
- Object.setPrototypeOf(_this, MaximumRepositoryTriggersExceededException.prototype);
320
- return _this;
321
- }
322
- return MaximumRepositoryTriggersExceededException;
323
- }(__BaseException));
324
- export { MaximumRepositoryTriggersExceededException };
325
- var RepositoryTriggerBranchNameListRequiredException = (function (_super) {
326
- __extends(RepositoryTriggerBranchNameListRequiredException, _super);
327
- function RepositoryTriggerBranchNameListRequiredException(opts) {
328
- var _this = _super.call(this, __assign({ name: "RepositoryTriggerBranchNameListRequiredException", $fault: "client" }, opts)) || this;
329
- _this.name = "RepositoryTriggerBranchNameListRequiredException";
330
- _this.$fault = "client";
331
- Object.setPrototypeOf(_this, RepositoryTriggerBranchNameListRequiredException.prototype);
332
- return _this;
333
- }
334
- return RepositoryTriggerBranchNameListRequiredException;
335
- }(__BaseException));
336
- export { RepositoryTriggerBranchNameListRequiredException };
337
- var RepositoryTriggerDestinationArnRequiredException = (function (_super) {
338
- __extends(RepositoryTriggerDestinationArnRequiredException, _super);
339
- function RepositoryTriggerDestinationArnRequiredException(opts) {
340
- var _this = _super.call(this, __assign({ name: "RepositoryTriggerDestinationArnRequiredException", $fault: "client" }, opts)) || this;
341
- _this.name = "RepositoryTriggerDestinationArnRequiredException";
342
- _this.$fault = "client";
343
- Object.setPrototypeOf(_this, RepositoryTriggerDestinationArnRequiredException.prototype);
344
- return _this;
345
- }
346
- return RepositoryTriggerDestinationArnRequiredException;
347
- }(__BaseException));
348
- export { RepositoryTriggerDestinationArnRequiredException };
349
- var RepositoryTriggerEventsListRequiredException = (function (_super) {
350
- __extends(RepositoryTriggerEventsListRequiredException, _super);
351
- function RepositoryTriggerEventsListRequiredException(opts) {
352
- var _this = _super.call(this, __assign({ name: "RepositoryTriggerEventsListRequiredException", $fault: "client" }, opts)) || this;
353
- _this.name = "RepositoryTriggerEventsListRequiredException";
354
- _this.$fault = "client";
355
- Object.setPrototypeOf(_this, RepositoryTriggerEventsListRequiredException.prototype);
356
- return _this;
357
- }
358
- return RepositoryTriggerEventsListRequiredException;
359
- }(__BaseException));
360
- export { RepositoryTriggerEventsListRequiredException };
361
- var RepositoryTriggerNameRequiredException = (function (_super) {
362
- __extends(RepositoryTriggerNameRequiredException, _super);
363
- function RepositoryTriggerNameRequiredException(opts) {
364
- var _this = _super.call(this, __assign({ name: "RepositoryTriggerNameRequiredException", $fault: "client" }, opts)) || this;
365
- _this.name = "RepositoryTriggerNameRequiredException";
366
- _this.$fault = "client";
367
- Object.setPrototypeOf(_this, RepositoryTriggerNameRequiredException.prototype);
368
- return _this;
369
- }
370
- return RepositoryTriggerNameRequiredException;
371
- }(__BaseException));
372
- export { RepositoryTriggerNameRequiredException };
373
- var RepositoryTriggersListRequiredException = (function (_super) {
374
- __extends(RepositoryTriggersListRequiredException, _super);
375
- function RepositoryTriggersListRequiredException(opts) {
376
- var _this = _super.call(this, __assign({ name: "RepositoryTriggersListRequiredException", $fault: "client" }, opts)) || this;
377
- _this.name = "RepositoryTriggersListRequiredException";
378
- _this.$fault = "client";
379
- Object.setPrototypeOf(_this, RepositoryTriggersListRequiredException.prototype);
380
- return _this;
381
- }
382
- return RepositoryTriggersListRequiredException;
383
- }(__BaseException));
384
- export { RepositoryTriggersListRequiredException };
385
- var TagsMapRequiredException = (function (_super) {
386
- __extends(TagsMapRequiredException, _super);
387
- function TagsMapRequiredException(opts) {
388
- var _this = _super.call(this, __assign({ name: "TagsMapRequiredException", $fault: "client" }, opts)) || this;
389
- _this.name = "TagsMapRequiredException";
390
- _this.$fault = "client";
391
- Object.setPrototypeOf(_this, TagsMapRequiredException.prototype);
392
- return _this;
393
- }
394
- return TagsMapRequiredException;
395
- }(__BaseException));
396
- export { TagsMapRequiredException };
397
- var InvalidTagKeysListException = (function (_super) {
398
- __extends(InvalidTagKeysListException, _super);
399
- function InvalidTagKeysListException(opts) {
400
- var _this = _super.call(this, __assign({ name: "InvalidTagKeysListException", $fault: "client" }, opts)) || this;
401
- _this.name = "InvalidTagKeysListException";
402
- _this.$fault = "client";
403
- Object.setPrototypeOf(_this, InvalidTagKeysListException.prototype);
404
- return _this;
405
- }
406
- return InvalidTagKeysListException;
407
- }(__BaseException));
408
- export { InvalidTagKeysListException };
409
- var TagKeysListRequiredException = (function (_super) {
410
- __extends(TagKeysListRequiredException, _super);
411
- function TagKeysListRequiredException(opts) {
412
- var _this = _super.call(this, __assign({ name: "TagKeysListRequiredException", $fault: "client" }, opts)) || this;
413
- _this.name = "TagKeysListRequiredException";
414
- _this.$fault = "client";
415
- Object.setPrototypeOf(_this, TagKeysListRequiredException.prototype);
416
- return _this;
417
- }
418
- return TagKeysListRequiredException;
419
- }(__BaseException));
420
- export { TagKeysListRequiredException };
421
- var InvalidRuleContentSha256Exception = (function (_super) {
422
- __extends(InvalidRuleContentSha256Exception, _super);
423
- function InvalidRuleContentSha256Exception(opts) {
424
- var _this = _super.call(this, __assign({ name: "InvalidRuleContentSha256Exception", $fault: "client" }, opts)) || this;
425
- _this.name = "InvalidRuleContentSha256Exception";
426
- _this.$fault = "client";
427
- Object.setPrototypeOf(_this, InvalidRuleContentSha256Exception.prototype);
428
- return _this;
429
- }
430
- return InvalidRuleContentSha256Exception;
431
- }(__BaseException));
432
- export { InvalidRuleContentSha256Exception };
433
- var CommentNotCreatedByCallerException = (function (_super) {
434
- __extends(CommentNotCreatedByCallerException, _super);
435
- function CommentNotCreatedByCallerException(opts) {
436
- var _this = _super.call(this, __assign({ name: "CommentNotCreatedByCallerException", $fault: "client" }, opts)) || this;
437
- _this.name = "CommentNotCreatedByCallerException";
438
- _this.$fault = "client";
439
- Object.setPrototypeOf(_this, CommentNotCreatedByCallerException.prototype);
440
- return _this;
441
- }
442
- return CommentNotCreatedByCallerException;
443
- }(__BaseException));
444
- export { CommentNotCreatedByCallerException };
445
- var InvalidApprovalStateException = (function (_super) {
446
- __extends(InvalidApprovalStateException, _super);
447
- function InvalidApprovalStateException(opts) {
448
- var _this = _super.call(this, __assign({ name: "InvalidApprovalStateException", $fault: "client" }, opts)) || this;
449
- _this.name = "InvalidApprovalStateException";
450
- _this.$fault = "client";
451
- Object.setPrototypeOf(_this, InvalidApprovalStateException.prototype);
452
- return _this;
453
- }
454
- return InvalidApprovalStateException;
455
- }(__BaseException));
456
- export { InvalidApprovalStateException };
457
- var MaximumNumberOfApprovalsExceededException = (function (_super) {
458
- __extends(MaximumNumberOfApprovalsExceededException, _super);
459
- function MaximumNumberOfApprovalsExceededException(opts) {
460
- var _this = _super.call(this, __assign({ name: "MaximumNumberOfApprovalsExceededException", $fault: "client" }, opts)) || this;
461
- _this.name = "MaximumNumberOfApprovalsExceededException";
462
- _this.$fault = "client";
463
- Object.setPrototypeOf(_this, MaximumNumberOfApprovalsExceededException.prototype);
464
- return _this;
465
- }
466
- return MaximumNumberOfApprovalsExceededException;
467
- }(__BaseException));
468
- export { MaximumNumberOfApprovalsExceededException };
469
- var PullRequestCannotBeApprovedByAuthorException = (function (_super) {
470
- __extends(PullRequestCannotBeApprovedByAuthorException, _super);
471
- function PullRequestCannotBeApprovedByAuthorException(opts) {
472
- var _this = _super.call(this, __assign({ name: "PullRequestCannotBeApprovedByAuthorException", $fault: "client" }, opts)) || this;
473
- _this.name = "PullRequestCannotBeApprovedByAuthorException";
474
- _this.$fault = "client";
475
- Object.setPrototypeOf(_this, PullRequestCannotBeApprovedByAuthorException.prototype);
476
- return _this;
477
- }
478
- return PullRequestCannotBeApprovedByAuthorException;
479
- }(__BaseException));
480
- export { PullRequestCannotBeApprovedByAuthorException };
481
- var InvalidPullRequestStatusUpdateException = (function (_super) {
482
- __extends(InvalidPullRequestStatusUpdateException, _super);
483
- function InvalidPullRequestStatusUpdateException(opts) {
484
- var _this = _super.call(this, __assign({ name: "InvalidPullRequestStatusUpdateException", $fault: "client" }, opts)) || this;
485
- _this.name = "InvalidPullRequestStatusUpdateException";
486
- _this.$fault = "client";
487
- Object.setPrototypeOf(_this, InvalidPullRequestStatusUpdateException.prototype);
488
- return _this;
489
- }
490
- return InvalidPullRequestStatusUpdateException;
491
- }(__BaseException));
492
- export { InvalidPullRequestStatusUpdateException };
493
- var PullRequestStatusRequiredException = (function (_super) {
494
- __extends(PullRequestStatusRequiredException, _super);
495
- function PullRequestStatusRequiredException(opts) {
496
- var _this = _super.call(this, __assign({ name: "PullRequestStatusRequiredException", $fault: "client" }, opts)) || this;
497
- _this.name = "PullRequestStatusRequiredException";
498
- _this.$fault = "client";
499
- Object.setPrototypeOf(_this, PullRequestStatusRequiredException.prototype);
500
- return _this;
501
- }
502
- return PullRequestStatusRequiredException;
503
- }(__BaseException));
504
- export { PullRequestStatusRequiredException };
505
- export var ListRepositoriesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
506
- export var RepositoryNameIdPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
507
- export var ListRepositoriesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
508
- export var ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
509
- export var ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
510
- export var ListTagsForResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
511
- export var ListTagsForResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
512
- export var MergeBranchesByFastForwardInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
513
- export var MergeBranchesByFastForwardOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
514
- export var MergeBranchesBySquashInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
515
- export var MergeBranchesBySquashOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
516
- export var MergeBranchesByThreeWayInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
517
- export var MergeBranchesByThreeWayOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
518
- export var MergePullRequestByFastForwardInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
519
- export var MergePullRequestByFastForwardOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
520
- export var MergePullRequestBySquashInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
521
- export var MergePullRequestBySquashOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
522
- export var MergePullRequestByThreeWayInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
523
- export var MergePullRequestByThreeWayOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
524
- export var OverridePullRequestApprovalRulesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
525
- export var PostCommentForComparedCommitInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
526
- export var PostCommentForComparedCommitOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
527
- export var PostCommentForPullRequestInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
528
- export var PostCommentForPullRequestOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
529
- export var PostCommentReplyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
530
- export var PostCommentReplyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
531
- export var PutCommentReactionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
532
- export var PutFileInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
533
- export var PutFileOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
534
- export var PutRepositoryTriggersInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
535
- export var PutRepositoryTriggersOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
536
- export var TagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
537
- export var TestRepositoryTriggersInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
538
- export var RepositoryTriggerExecutionFailureFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
539
- export var TestRepositoryTriggersOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
540
- export var UntagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
541
- export var UpdateApprovalRuleTemplateContentInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
542
- export var UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
543
- export var UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
544
- export var UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
545
- export var UpdateApprovalRuleTemplateNameInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
546
- export var UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
547
- export var UpdateCommentInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
548
- export var UpdateCommentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
549
- export var UpdateDefaultBranchInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
550
- export var UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
551
- export var UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
552
- export var UpdatePullRequestApprovalStateInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
553
- export var UpdatePullRequestDescriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
554
- export var UpdatePullRequestDescriptionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
555
- export var UpdatePullRequestStatusInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
556
- export var UpdatePullRequestStatusOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
557
- export var UpdatePullRequestTitleInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
558
- export var UpdatePullRequestTitleOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
559
- export var UpdateRepositoryDescriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
560
- export var UpdateRepositoryNameInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
12
+ export class InvalidResourceArnException extends __BaseException {
13
+ constructor(opts) {
14
+ super({
15
+ name: "InvalidResourceArnException",
16
+ $fault: "client",
17
+ ...opts,
18
+ });
19
+ this.name = "InvalidResourceArnException";
20
+ this.$fault = "client";
21
+ Object.setPrototypeOf(this, InvalidResourceArnException.prototype);
22
+ }
23
+ }
24
+ export class ResourceArnRequiredException extends __BaseException {
25
+ constructor(opts) {
26
+ super({
27
+ name: "ResourceArnRequiredException",
28
+ $fault: "client",
29
+ ...opts,
30
+ });
31
+ this.name = "ResourceArnRequiredException";
32
+ this.$fault = "client";
33
+ Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
34
+ }
35
+ }
36
+ export class InvalidTargetBranchException extends __BaseException {
37
+ constructor(opts) {
38
+ super({
39
+ name: "InvalidTargetBranchException",
40
+ $fault: "client",
41
+ ...opts,
42
+ });
43
+ this.name = "InvalidTargetBranchException";
44
+ this.$fault = "client";
45
+ Object.setPrototypeOf(this, InvalidTargetBranchException.prototype);
46
+ }
47
+ }
48
+ export class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
49
+ constructor(opts) {
50
+ super({
51
+ name: "PullRequestApprovalRulesNotSatisfiedException",
52
+ $fault: "client",
53
+ ...opts,
54
+ });
55
+ this.name = "PullRequestApprovalRulesNotSatisfiedException";
56
+ this.$fault = "client";
57
+ Object.setPrototypeOf(this, PullRequestApprovalRulesNotSatisfiedException.prototype);
58
+ }
59
+ }
60
+ export class TipOfSourceReferenceIsDifferentException extends __BaseException {
61
+ constructor(opts) {
62
+ super({
63
+ name: "TipOfSourceReferenceIsDifferentException",
64
+ $fault: "client",
65
+ ...opts,
66
+ });
67
+ this.name = "TipOfSourceReferenceIsDifferentException";
68
+ this.$fault = "client";
69
+ Object.setPrototypeOf(this, TipOfSourceReferenceIsDifferentException.prototype);
70
+ }
71
+ }
72
+ export class InvalidOverrideStatusException extends __BaseException {
73
+ constructor(opts) {
74
+ super({
75
+ name: "InvalidOverrideStatusException",
76
+ $fault: "client",
77
+ ...opts,
78
+ });
79
+ this.name = "InvalidOverrideStatusException";
80
+ this.$fault = "client";
81
+ Object.setPrototypeOf(this, InvalidOverrideStatusException.prototype);
82
+ }
83
+ }
84
+ export class OverrideAlreadySetException extends __BaseException {
85
+ constructor(opts) {
86
+ super({
87
+ name: "OverrideAlreadySetException",
88
+ $fault: "client",
89
+ ...opts,
90
+ });
91
+ this.name = "OverrideAlreadySetException";
92
+ this.$fault = "client";
93
+ Object.setPrototypeOf(this, OverrideAlreadySetException.prototype);
94
+ }
95
+ }
96
+ export class OverrideStatusRequiredException extends __BaseException {
97
+ constructor(opts) {
98
+ super({
99
+ name: "OverrideStatusRequiredException",
100
+ $fault: "client",
101
+ ...opts,
102
+ });
103
+ this.name = "OverrideStatusRequiredException";
104
+ this.$fault = "client";
105
+ Object.setPrototypeOf(this, OverrideStatusRequiredException.prototype);
106
+ }
107
+ }
108
+ export class CommentContentRequiredException extends __BaseException {
109
+ constructor(opts) {
110
+ super({
111
+ name: "CommentContentRequiredException",
112
+ $fault: "client",
113
+ ...opts,
114
+ });
115
+ this.name = "CommentContentRequiredException";
116
+ this.$fault = "client";
117
+ Object.setPrototypeOf(this, CommentContentRequiredException.prototype);
118
+ }
119
+ }
120
+ export class CommentContentSizeLimitExceededException extends __BaseException {
121
+ constructor(opts) {
122
+ super({
123
+ name: "CommentContentSizeLimitExceededException",
124
+ $fault: "client",
125
+ ...opts,
126
+ });
127
+ this.name = "CommentContentSizeLimitExceededException";
128
+ this.$fault = "client";
129
+ Object.setPrototypeOf(this, CommentContentSizeLimitExceededException.prototype);
130
+ }
131
+ }
132
+ export class InvalidFileLocationException extends __BaseException {
133
+ constructor(opts) {
134
+ super({
135
+ name: "InvalidFileLocationException",
136
+ $fault: "client",
137
+ ...opts,
138
+ });
139
+ this.name = "InvalidFileLocationException";
140
+ this.$fault = "client";
141
+ Object.setPrototypeOf(this, InvalidFileLocationException.prototype);
142
+ }
143
+ }
144
+ export class InvalidFilePositionException extends __BaseException {
145
+ constructor(opts) {
146
+ super({
147
+ name: "InvalidFilePositionException",
148
+ $fault: "client",
149
+ ...opts,
150
+ });
151
+ this.name = "InvalidFilePositionException";
152
+ this.$fault = "client";
153
+ Object.setPrototypeOf(this, InvalidFilePositionException.prototype);
154
+ }
155
+ }
156
+ export class InvalidRelativeFileVersionEnumException extends __BaseException {
157
+ constructor(opts) {
158
+ super({
159
+ name: "InvalidRelativeFileVersionEnumException",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ this.name = "InvalidRelativeFileVersionEnumException";
164
+ this.$fault = "client";
165
+ Object.setPrototypeOf(this, InvalidRelativeFileVersionEnumException.prototype);
166
+ }
167
+ }
168
+ export class InvalidReactionValueException extends __BaseException {
169
+ constructor(opts) {
170
+ super({
171
+ name: "InvalidReactionValueException",
172
+ $fault: "client",
173
+ ...opts,
174
+ });
175
+ this.name = "InvalidReactionValueException";
176
+ this.$fault = "client";
177
+ Object.setPrototypeOf(this, InvalidReactionValueException.prototype);
178
+ }
179
+ }
180
+ export class ReactionLimitExceededException extends __BaseException {
181
+ constructor(opts) {
182
+ super({
183
+ name: "ReactionLimitExceededException",
184
+ $fault: "client",
185
+ ...opts,
186
+ });
187
+ this.name = "ReactionLimitExceededException";
188
+ this.$fault = "client";
189
+ Object.setPrototypeOf(this, ReactionLimitExceededException.prototype);
190
+ }
191
+ }
192
+ export class ReactionValueRequiredException extends __BaseException {
193
+ constructor(opts) {
194
+ super({
195
+ name: "ReactionValueRequiredException",
196
+ $fault: "client",
197
+ ...opts,
198
+ });
199
+ this.name = "ReactionValueRequiredException";
200
+ this.$fault = "client";
201
+ Object.setPrototypeOf(this, ReactionValueRequiredException.prototype);
202
+ }
203
+ }
204
+ export class FileContentRequiredException extends __BaseException {
205
+ constructor(opts) {
206
+ super({
207
+ name: "FileContentRequiredException",
208
+ $fault: "client",
209
+ ...opts,
210
+ });
211
+ this.name = "FileContentRequiredException";
212
+ this.$fault = "client";
213
+ Object.setPrototypeOf(this, FileContentRequiredException.prototype);
214
+ }
215
+ }
216
+ export class SameFileContentException extends __BaseException {
217
+ constructor(opts) {
218
+ super({
219
+ name: "SameFileContentException",
220
+ $fault: "client",
221
+ ...opts,
222
+ });
223
+ this.name = "SameFileContentException";
224
+ this.$fault = "client";
225
+ Object.setPrototypeOf(this, SameFileContentException.prototype);
226
+ }
227
+ }
228
+ export class InvalidRepositoryTriggerBranchNameException extends __BaseException {
229
+ constructor(opts) {
230
+ super({
231
+ name: "InvalidRepositoryTriggerBranchNameException",
232
+ $fault: "client",
233
+ ...opts,
234
+ });
235
+ this.name = "InvalidRepositoryTriggerBranchNameException";
236
+ this.$fault = "client";
237
+ Object.setPrototypeOf(this, InvalidRepositoryTriggerBranchNameException.prototype);
238
+ }
239
+ }
240
+ export class InvalidRepositoryTriggerCustomDataException extends __BaseException {
241
+ constructor(opts) {
242
+ super({
243
+ name: "InvalidRepositoryTriggerCustomDataException",
244
+ $fault: "client",
245
+ ...opts,
246
+ });
247
+ this.name = "InvalidRepositoryTriggerCustomDataException";
248
+ this.$fault = "client";
249
+ Object.setPrototypeOf(this, InvalidRepositoryTriggerCustomDataException.prototype);
250
+ }
251
+ }
252
+ export class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
253
+ constructor(opts) {
254
+ super({
255
+ name: "InvalidRepositoryTriggerDestinationArnException",
256
+ $fault: "client",
257
+ ...opts,
258
+ });
259
+ this.name = "InvalidRepositoryTriggerDestinationArnException";
260
+ this.$fault = "client";
261
+ Object.setPrototypeOf(this, InvalidRepositoryTriggerDestinationArnException.prototype);
262
+ }
263
+ }
264
+ export class InvalidRepositoryTriggerEventsException extends __BaseException {
265
+ constructor(opts) {
266
+ super({
267
+ name: "InvalidRepositoryTriggerEventsException",
268
+ $fault: "client",
269
+ ...opts,
270
+ });
271
+ this.name = "InvalidRepositoryTriggerEventsException";
272
+ this.$fault = "client";
273
+ Object.setPrototypeOf(this, InvalidRepositoryTriggerEventsException.prototype);
274
+ }
275
+ }
276
+ export class InvalidRepositoryTriggerNameException extends __BaseException {
277
+ constructor(opts) {
278
+ super({
279
+ name: "InvalidRepositoryTriggerNameException",
280
+ $fault: "client",
281
+ ...opts,
282
+ });
283
+ this.name = "InvalidRepositoryTriggerNameException";
284
+ this.$fault = "client";
285
+ Object.setPrototypeOf(this, InvalidRepositoryTriggerNameException.prototype);
286
+ }
287
+ }
288
+ export class InvalidRepositoryTriggerRegionException extends __BaseException {
289
+ constructor(opts) {
290
+ super({
291
+ name: "InvalidRepositoryTriggerRegionException",
292
+ $fault: "client",
293
+ ...opts,
294
+ });
295
+ this.name = "InvalidRepositoryTriggerRegionException";
296
+ this.$fault = "client";
297
+ Object.setPrototypeOf(this, InvalidRepositoryTriggerRegionException.prototype);
298
+ }
299
+ }
300
+ export class MaximumBranchesExceededException extends __BaseException {
301
+ constructor(opts) {
302
+ super({
303
+ name: "MaximumBranchesExceededException",
304
+ $fault: "client",
305
+ ...opts,
306
+ });
307
+ this.name = "MaximumBranchesExceededException";
308
+ this.$fault = "client";
309
+ Object.setPrototypeOf(this, MaximumBranchesExceededException.prototype);
310
+ }
311
+ }
312
+ export class MaximumRepositoryTriggersExceededException extends __BaseException {
313
+ constructor(opts) {
314
+ super({
315
+ name: "MaximumRepositoryTriggersExceededException",
316
+ $fault: "client",
317
+ ...opts,
318
+ });
319
+ this.name = "MaximumRepositoryTriggersExceededException";
320
+ this.$fault = "client";
321
+ Object.setPrototypeOf(this, MaximumRepositoryTriggersExceededException.prototype);
322
+ }
323
+ }
324
+ export class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
325
+ constructor(opts) {
326
+ super({
327
+ name: "RepositoryTriggerBranchNameListRequiredException",
328
+ $fault: "client",
329
+ ...opts,
330
+ });
331
+ this.name = "RepositoryTriggerBranchNameListRequiredException";
332
+ this.$fault = "client";
333
+ Object.setPrototypeOf(this, RepositoryTriggerBranchNameListRequiredException.prototype);
334
+ }
335
+ }
336
+ export class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
337
+ constructor(opts) {
338
+ super({
339
+ name: "RepositoryTriggerDestinationArnRequiredException",
340
+ $fault: "client",
341
+ ...opts,
342
+ });
343
+ this.name = "RepositoryTriggerDestinationArnRequiredException";
344
+ this.$fault = "client";
345
+ Object.setPrototypeOf(this, RepositoryTriggerDestinationArnRequiredException.prototype);
346
+ }
347
+ }
348
+ export class RepositoryTriggerEventsListRequiredException extends __BaseException {
349
+ constructor(opts) {
350
+ super({
351
+ name: "RepositoryTriggerEventsListRequiredException",
352
+ $fault: "client",
353
+ ...opts,
354
+ });
355
+ this.name = "RepositoryTriggerEventsListRequiredException";
356
+ this.$fault = "client";
357
+ Object.setPrototypeOf(this, RepositoryTriggerEventsListRequiredException.prototype);
358
+ }
359
+ }
360
+ export class RepositoryTriggerNameRequiredException extends __BaseException {
361
+ constructor(opts) {
362
+ super({
363
+ name: "RepositoryTriggerNameRequiredException",
364
+ $fault: "client",
365
+ ...opts,
366
+ });
367
+ this.name = "RepositoryTriggerNameRequiredException";
368
+ this.$fault = "client";
369
+ Object.setPrototypeOf(this, RepositoryTriggerNameRequiredException.prototype);
370
+ }
371
+ }
372
+ export class RepositoryTriggersListRequiredException extends __BaseException {
373
+ constructor(opts) {
374
+ super({
375
+ name: "RepositoryTriggersListRequiredException",
376
+ $fault: "client",
377
+ ...opts,
378
+ });
379
+ this.name = "RepositoryTriggersListRequiredException";
380
+ this.$fault = "client";
381
+ Object.setPrototypeOf(this, RepositoryTriggersListRequiredException.prototype);
382
+ }
383
+ }
384
+ export class TagsMapRequiredException extends __BaseException {
385
+ constructor(opts) {
386
+ super({
387
+ name: "TagsMapRequiredException",
388
+ $fault: "client",
389
+ ...opts,
390
+ });
391
+ this.name = "TagsMapRequiredException";
392
+ this.$fault = "client";
393
+ Object.setPrototypeOf(this, TagsMapRequiredException.prototype);
394
+ }
395
+ }
396
+ export class InvalidTagKeysListException extends __BaseException {
397
+ constructor(opts) {
398
+ super({
399
+ name: "InvalidTagKeysListException",
400
+ $fault: "client",
401
+ ...opts,
402
+ });
403
+ this.name = "InvalidTagKeysListException";
404
+ this.$fault = "client";
405
+ Object.setPrototypeOf(this, InvalidTagKeysListException.prototype);
406
+ }
407
+ }
408
+ export class TagKeysListRequiredException extends __BaseException {
409
+ constructor(opts) {
410
+ super({
411
+ name: "TagKeysListRequiredException",
412
+ $fault: "client",
413
+ ...opts,
414
+ });
415
+ this.name = "TagKeysListRequiredException";
416
+ this.$fault = "client";
417
+ Object.setPrototypeOf(this, TagKeysListRequiredException.prototype);
418
+ }
419
+ }
420
+ export class InvalidRuleContentSha256Exception extends __BaseException {
421
+ constructor(opts) {
422
+ super({
423
+ name: "InvalidRuleContentSha256Exception",
424
+ $fault: "client",
425
+ ...opts,
426
+ });
427
+ this.name = "InvalidRuleContentSha256Exception";
428
+ this.$fault = "client";
429
+ Object.setPrototypeOf(this, InvalidRuleContentSha256Exception.prototype);
430
+ }
431
+ }
432
+ export class CommentNotCreatedByCallerException extends __BaseException {
433
+ constructor(opts) {
434
+ super({
435
+ name: "CommentNotCreatedByCallerException",
436
+ $fault: "client",
437
+ ...opts,
438
+ });
439
+ this.name = "CommentNotCreatedByCallerException";
440
+ this.$fault = "client";
441
+ Object.setPrototypeOf(this, CommentNotCreatedByCallerException.prototype);
442
+ }
443
+ }
444
+ export class InvalidApprovalStateException extends __BaseException {
445
+ constructor(opts) {
446
+ super({
447
+ name: "InvalidApprovalStateException",
448
+ $fault: "client",
449
+ ...opts,
450
+ });
451
+ this.name = "InvalidApprovalStateException";
452
+ this.$fault = "client";
453
+ Object.setPrototypeOf(this, InvalidApprovalStateException.prototype);
454
+ }
455
+ }
456
+ export class MaximumNumberOfApprovalsExceededException extends __BaseException {
457
+ constructor(opts) {
458
+ super({
459
+ name: "MaximumNumberOfApprovalsExceededException",
460
+ $fault: "client",
461
+ ...opts,
462
+ });
463
+ this.name = "MaximumNumberOfApprovalsExceededException";
464
+ this.$fault = "client";
465
+ Object.setPrototypeOf(this, MaximumNumberOfApprovalsExceededException.prototype);
466
+ }
467
+ }
468
+ export class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
469
+ constructor(opts) {
470
+ super({
471
+ name: "PullRequestCannotBeApprovedByAuthorException",
472
+ $fault: "client",
473
+ ...opts,
474
+ });
475
+ this.name = "PullRequestCannotBeApprovedByAuthorException";
476
+ this.$fault = "client";
477
+ Object.setPrototypeOf(this, PullRequestCannotBeApprovedByAuthorException.prototype);
478
+ }
479
+ }
480
+ export class InvalidPullRequestStatusUpdateException extends __BaseException {
481
+ constructor(opts) {
482
+ super({
483
+ name: "InvalidPullRequestStatusUpdateException",
484
+ $fault: "client",
485
+ ...opts,
486
+ });
487
+ this.name = "InvalidPullRequestStatusUpdateException";
488
+ this.$fault = "client";
489
+ Object.setPrototypeOf(this, InvalidPullRequestStatusUpdateException.prototype);
490
+ }
491
+ }
492
+ export class PullRequestStatusRequiredException extends __BaseException {
493
+ constructor(opts) {
494
+ super({
495
+ name: "PullRequestStatusRequiredException",
496
+ $fault: "client",
497
+ ...opts,
498
+ });
499
+ this.name = "PullRequestStatusRequiredException";
500
+ this.$fault = "client";
501
+ Object.setPrototypeOf(this, PullRequestStatusRequiredException.prototype);
502
+ }
503
+ }
504
+ export const ListRepositoriesInputFilterSensitiveLog = (obj) => ({
505
+ ...obj,
506
+ });
507
+ export const RepositoryNameIdPairFilterSensitiveLog = (obj) => ({
508
+ ...obj,
509
+ });
510
+ export const ListRepositoriesOutputFilterSensitiveLog = (obj) => ({
511
+ ...obj,
512
+ });
513
+ export const ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog = (obj) => ({
514
+ ...obj,
515
+ });
516
+ export const ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog = (obj) => ({
517
+ ...obj,
518
+ });
519
+ export const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
520
+ ...obj,
521
+ });
522
+ export const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
523
+ ...obj,
524
+ });
525
+ export const MergeBranchesByFastForwardInputFilterSensitiveLog = (obj) => ({
526
+ ...obj,
527
+ });
528
+ export const MergeBranchesByFastForwardOutputFilterSensitiveLog = (obj) => ({
529
+ ...obj,
530
+ });
531
+ export const MergeBranchesBySquashInputFilterSensitiveLog = (obj) => ({
532
+ ...obj,
533
+ });
534
+ export const MergeBranchesBySquashOutputFilterSensitiveLog = (obj) => ({
535
+ ...obj,
536
+ });
537
+ export const MergeBranchesByThreeWayInputFilterSensitiveLog = (obj) => ({
538
+ ...obj,
539
+ });
540
+ export const MergeBranchesByThreeWayOutputFilterSensitiveLog = (obj) => ({
541
+ ...obj,
542
+ });
543
+ export const MergePullRequestByFastForwardInputFilterSensitiveLog = (obj) => ({
544
+ ...obj,
545
+ });
546
+ export const MergePullRequestByFastForwardOutputFilterSensitiveLog = (obj) => ({
547
+ ...obj,
548
+ });
549
+ export const MergePullRequestBySquashInputFilterSensitiveLog = (obj) => ({
550
+ ...obj,
551
+ });
552
+ export const MergePullRequestBySquashOutputFilterSensitiveLog = (obj) => ({
553
+ ...obj,
554
+ });
555
+ export const MergePullRequestByThreeWayInputFilterSensitiveLog = (obj) => ({
556
+ ...obj,
557
+ });
558
+ export const MergePullRequestByThreeWayOutputFilterSensitiveLog = (obj) => ({
559
+ ...obj,
560
+ });
561
+ export const OverridePullRequestApprovalRulesInputFilterSensitiveLog = (obj) => ({
562
+ ...obj,
563
+ });
564
+ export const PostCommentForComparedCommitInputFilterSensitiveLog = (obj) => ({
565
+ ...obj,
566
+ });
567
+ export const PostCommentForComparedCommitOutputFilterSensitiveLog = (obj) => ({
568
+ ...obj,
569
+ });
570
+ export const PostCommentForPullRequestInputFilterSensitiveLog = (obj) => ({
571
+ ...obj,
572
+ });
573
+ export const PostCommentForPullRequestOutputFilterSensitiveLog = (obj) => ({
574
+ ...obj,
575
+ });
576
+ export const PostCommentReplyInputFilterSensitiveLog = (obj) => ({
577
+ ...obj,
578
+ });
579
+ export const PostCommentReplyOutputFilterSensitiveLog = (obj) => ({
580
+ ...obj,
581
+ });
582
+ export const PutCommentReactionInputFilterSensitiveLog = (obj) => ({
583
+ ...obj,
584
+ });
585
+ export const PutFileInputFilterSensitiveLog = (obj) => ({
586
+ ...obj,
587
+ });
588
+ export const PutFileOutputFilterSensitiveLog = (obj) => ({
589
+ ...obj,
590
+ });
591
+ export const PutRepositoryTriggersInputFilterSensitiveLog = (obj) => ({
592
+ ...obj,
593
+ });
594
+ export const PutRepositoryTriggersOutputFilterSensitiveLog = (obj) => ({
595
+ ...obj,
596
+ });
597
+ export const TagResourceInputFilterSensitiveLog = (obj) => ({
598
+ ...obj,
599
+ });
600
+ export const TestRepositoryTriggersInputFilterSensitiveLog = (obj) => ({
601
+ ...obj,
602
+ });
603
+ export const RepositoryTriggerExecutionFailureFilterSensitiveLog = (obj) => ({
604
+ ...obj,
605
+ });
606
+ export const TestRepositoryTriggersOutputFilterSensitiveLog = (obj) => ({
607
+ ...obj,
608
+ });
609
+ export const UntagResourceInputFilterSensitiveLog = (obj) => ({
610
+ ...obj,
611
+ });
612
+ export const UpdateApprovalRuleTemplateContentInputFilterSensitiveLog = (obj) => ({
613
+ ...obj,
614
+ });
615
+ export const UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog = (obj) => ({
616
+ ...obj,
617
+ });
618
+ export const UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog = (obj) => ({
619
+ ...obj,
620
+ });
621
+ export const UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog = (obj) => ({
622
+ ...obj,
623
+ });
624
+ export const UpdateApprovalRuleTemplateNameInputFilterSensitiveLog = (obj) => ({
625
+ ...obj,
626
+ });
627
+ export const UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog = (obj) => ({
628
+ ...obj,
629
+ });
630
+ export const UpdateCommentInputFilterSensitiveLog = (obj) => ({
631
+ ...obj,
632
+ });
633
+ export const UpdateCommentOutputFilterSensitiveLog = (obj) => ({
634
+ ...obj,
635
+ });
636
+ export const UpdateDefaultBranchInputFilterSensitiveLog = (obj) => ({
637
+ ...obj,
638
+ });
639
+ export const UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog = (obj) => ({
640
+ ...obj,
641
+ });
642
+ export const UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog = (obj) => ({
643
+ ...obj,
644
+ });
645
+ export const UpdatePullRequestApprovalStateInputFilterSensitiveLog = (obj) => ({
646
+ ...obj,
647
+ });
648
+ export const UpdatePullRequestDescriptionInputFilterSensitiveLog = (obj) => ({
649
+ ...obj,
650
+ });
651
+ export const UpdatePullRequestDescriptionOutputFilterSensitiveLog = (obj) => ({
652
+ ...obj,
653
+ });
654
+ export const UpdatePullRequestStatusInputFilterSensitiveLog = (obj) => ({
655
+ ...obj,
656
+ });
657
+ export const UpdatePullRequestStatusOutputFilterSensitiveLog = (obj) => ({
658
+ ...obj,
659
+ });
660
+ export const UpdatePullRequestTitleInputFilterSensitiveLog = (obj) => ({
661
+ ...obj,
662
+ });
663
+ export const UpdatePullRequestTitleOutputFilterSensitiveLog = (obj) => ({
664
+ ...obj,
665
+ });
666
+ export const UpdateRepositoryDescriptionInputFilterSensitiveLog = (obj) => ({
667
+ ...obj,
668
+ });
669
+ export const UpdateRepositoryNameInputFilterSensitiveLog = (obj) => ({
670
+ ...obj,
671
+ });