@aws-sdk/client-codecommit 3.50.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/CodeCommitServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +1879 -4
- package/dist-cjs/models/models_1.js +536 -2
- package/dist-cjs/protocols/Aws_json1_1.js +2014 -8154
- package/dist-es/index.js +1 -0
- package/dist-es/models/CodeCommitServiceException.js +12 -0
- package/dist-es/models/models_0.js +1730 -1
- package/dist-es/models/models_1.js +494 -1
- package/dist-es/protocols/Aws_json1_1.js +3704 -8096
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/CodeCommitServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +722 -721
- package/dist-types/models/models_1.d.ts +207 -206
- package/dist-types/ts3.4/CodeCommit.d.ts +390 -0
- package/dist-types/ts3.4/CodeCommitClient.d.ts +150 -0
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +77 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2985 -0
- package/dist-types/ts3.4/models/models_1.d.ts +993 -0
- package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +14 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateRepositoryNameInput = exports.UpdateRepositoryDescriptionInput = exports.UpdatePullRequestTitleOutput = exports.UpdatePullRequestTitleInput = exports.UpdatePullRequestStatusOutput = exports.UpdatePullRequestStatusInput = exports.UpdatePullRequestDescriptionOutput = exports.UpdatePullRequestDescriptionInput = void 0;
|
|
3
|
+
exports.InvalidRepositoryTriggerBranchNameException = exports.SameFileContentException = exports.PutFileOutput = exports.PutFileInput = exports.FileContentRequiredException = exports.ReactionValueRequiredException = exports.ReactionLimitExceededException = exports.PutCommentReactionInput = exports.InvalidReactionValueException = exports.PostCommentReplyOutput = exports.PostCommentReplyInput = exports.PostCommentForPullRequestOutput = exports.PostCommentForPullRequestInput = exports.PostCommentForComparedCommitOutput = exports.PostCommentForComparedCommitInput = exports.InvalidRelativeFileVersionEnumException = exports.InvalidFilePositionException = exports.InvalidFileLocationException = exports.CommentContentSizeLimitExceededException = exports.CommentContentRequiredException = exports.OverrideStatusRequiredException = exports.OverridePullRequestApprovalRulesInput = exports.OverrideAlreadySetException = exports.InvalidOverrideStatusException = exports.MergePullRequestByThreeWayOutput = exports.MergePullRequestByThreeWayInput = exports.MergePullRequestBySquashOutput = exports.MergePullRequestBySquashInput = exports.TipOfSourceReferenceIsDifferentException = exports.PullRequestApprovalRulesNotSatisfiedException = exports.MergePullRequestByFastForwardOutput = exports.MergePullRequestByFastForwardInput = exports.MergeBranchesByThreeWayOutput = exports.MergeBranchesByThreeWayInput = exports.MergeBranchesBySquashOutput = exports.MergeBranchesBySquashInput = exports.MergeBranchesByFastForwardOutput = exports.MergeBranchesByFastForwardInput = exports.InvalidTargetBranchException = exports.ResourceArnRequiredException = exports.ListTagsForResourceOutput = exports.ListTagsForResourceInput = exports.InvalidResourceArnException = exports.ListRepositoriesForApprovalRuleTemplateOutput = exports.ListRepositoriesForApprovalRuleTemplateInput = exports.ListRepositoriesOutput = exports.RepositoryNameIdPair = exports.ListRepositoriesInput = exports.SortByEnum = exports.OrderEnum = void 0;
|
|
4
|
+
exports.UpdateRepositoryNameInput = exports.UpdateRepositoryDescriptionInput = exports.UpdatePullRequestTitleOutput = exports.UpdatePullRequestTitleInput = exports.UpdatePullRequestStatusOutput = exports.UpdatePullRequestStatusInput = exports.PullRequestStatusRequiredException = exports.InvalidPullRequestStatusUpdateException = exports.UpdatePullRequestDescriptionOutput = exports.UpdatePullRequestDescriptionInput = exports.UpdatePullRequestApprovalStateInput = exports.PullRequestCannotBeApprovedByAuthorException = exports.MaximumNumberOfApprovalsExceededException = exports.InvalidApprovalStateException = exports.UpdatePullRequestApprovalRuleContentOutput = exports.UpdatePullRequestApprovalRuleContentInput = exports.UpdateDefaultBranchInput = exports.UpdateCommentOutput = exports.UpdateCommentInput = exports.CommentNotCreatedByCallerException = exports.UpdateApprovalRuleTemplateNameOutput = exports.UpdateApprovalRuleTemplateNameInput = exports.UpdateApprovalRuleTemplateDescriptionOutput = exports.UpdateApprovalRuleTemplateDescriptionInput = exports.UpdateApprovalRuleTemplateContentOutput = exports.UpdateApprovalRuleTemplateContentInput = exports.InvalidRuleContentSha256Exception = exports.UntagResourceInput = exports.TagKeysListRequiredException = exports.InvalidTagKeysListException = exports.TestRepositoryTriggersOutput = exports.RepositoryTriggerExecutionFailure = exports.TestRepositoryTriggersInput = exports.TagsMapRequiredException = exports.TagResourceInput = exports.RepositoryTriggersListRequiredException = exports.RepositoryTriggerNameRequiredException = exports.RepositoryTriggerEventsListRequiredException = exports.RepositoryTriggerDestinationArnRequiredException = exports.RepositoryTriggerBranchNameListRequiredException = exports.PutRepositoryTriggersOutput = exports.PutRepositoryTriggersInput = exports.MaximumRepositoryTriggersExceededException = exports.MaximumBranchesExceededException = exports.InvalidRepositoryTriggerRegionException = exports.InvalidRepositoryTriggerNameException = exports.InvalidRepositoryTriggerEventsException = exports.InvalidRepositoryTriggerDestinationArnException = exports.InvalidRepositoryTriggerCustomDataException = void 0;
|
|
5
|
+
const CodeCommitServiceException_1 = require("./CodeCommitServiceException");
|
|
5
6
|
var OrderEnum;
|
|
6
7
|
(function (OrderEnum) {
|
|
7
8
|
OrderEnum["ASCENDING"] = "ascending";
|
|
@@ -42,6 +43,19 @@ var ListRepositoriesForApprovalRuleTemplateOutput;
|
|
|
42
43
|
...obj,
|
|
43
44
|
});
|
|
44
45
|
})(ListRepositoriesForApprovalRuleTemplateOutput = exports.ListRepositoriesForApprovalRuleTemplateOutput || (exports.ListRepositoriesForApprovalRuleTemplateOutput = {}));
|
|
46
|
+
class InvalidResourceArnException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
47
|
+
constructor(opts) {
|
|
48
|
+
super({
|
|
49
|
+
name: "InvalidResourceArnException",
|
|
50
|
+
$fault: "client",
|
|
51
|
+
...opts,
|
|
52
|
+
});
|
|
53
|
+
this.name = "InvalidResourceArnException";
|
|
54
|
+
this.$fault = "client";
|
|
55
|
+
Object.setPrototypeOf(this, InvalidResourceArnException.prototype);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.InvalidResourceArnException = InvalidResourceArnException;
|
|
45
59
|
var ListTagsForResourceInput;
|
|
46
60
|
(function (ListTagsForResourceInput) {
|
|
47
61
|
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
@@ -54,6 +68,32 @@ var ListTagsForResourceOutput;
|
|
|
54
68
|
...obj,
|
|
55
69
|
});
|
|
56
70
|
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
71
|
+
class ResourceArnRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
72
|
+
constructor(opts) {
|
|
73
|
+
super({
|
|
74
|
+
name: "ResourceArnRequiredException",
|
|
75
|
+
$fault: "client",
|
|
76
|
+
...opts,
|
|
77
|
+
});
|
|
78
|
+
this.name = "ResourceArnRequiredException";
|
|
79
|
+
this.$fault = "client";
|
|
80
|
+
Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.ResourceArnRequiredException = ResourceArnRequiredException;
|
|
84
|
+
class InvalidTargetBranchException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
85
|
+
constructor(opts) {
|
|
86
|
+
super({
|
|
87
|
+
name: "InvalidTargetBranchException",
|
|
88
|
+
$fault: "client",
|
|
89
|
+
...opts,
|
|
90
|
+
});
|
|
91
|
+
this.name = "InvalidTargetBranchException";
|
|
92
|
+
this.$fault = "client";
|
|
93
|
+
Object.setPrototypeOf(this, InvalidTargetBranchException.prototype);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
exports.InvalidTargetBranchException = InvalidTargetBranchException;
|
|
57
97
|
var MergeBranchesByFastForwardInput;
|
|
58
98
|
(function (MergeBranchesByFastForwardInput) {
|
|
59
99
|
MergeBranchesByFastForwardInput.filterSensitiveLog = (obj) => ({
|
|
@@ -102,6 +142,32 @@ var MergePullRequestByFastForwardOutput;
|
|
|
102
142
|
...obj,
|
|
103
143
|
});
|
|
104
144
|
})(MergePullRequestByFastForwardOutput = exports.MergePullRequestByFastForwardOutput || (exports.MergePullRequestByFastForwardOutput = {}));
|
|
145
|
+
class PullRequestApprovalRulesNotSatisfiedException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
146
|
+
constructor(opts) {
|
|
147
|
+
super({
|
|
148
|
+
name: "PullRequestApprovalRulesNotSatisfiedException",
|
|
149
|
+
$fault: "client",
|
|
150
|
+
...opts,
|
|
151
|
+
});
|
|
152
|
+
this.name = "PullRequestApprovalRulesNotSatisfiedException";
|
|
153
|
+
this.$fault = "client";
|
|
154
|
+
Object.setPrototypeOf(this, PullRequestApprovalRulesNotSatisfiedException.prototype);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
exports.PullRequestApprovalRulesNotSatisfiedException = PullRequestApprovalRulesNotSatisfiedException;
|
|
158
|
+
class TipOfSourceReferenceIsDifferentException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
159
|
+
constructor(opts) {
|
|
160
|
+
super({
|
|
161
|
+
name: "TipOfSourceReferenceIsDifferentException",
|
|
162
|
+
$fault: "client",
|
|
163
|
+
...opts,
|
|
164
|
+
});
|
|
165
|
+
this.name = "TipOfSourceReferenceIsDifferentException";
|
|
166
|
+
this.$fault = "client";
|
|
167
|
+
Object.setPrototypeOf(this, TipOfSourceReferenceIsDifferentException.prototype);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
exports.TipOfSourceReferenceIsDifferentException = TipOfSourceReferenceIsDifferentException;
|
|
105
171
|
var MergePullRequestBySquashInput;
|
|
106
172
|
(function (MergePullRequestBySquashInput) {
|
|
107
173
|
MergePullRequestBySquashInput.filterSensitiveLog = (obj) => ({
|
|
@@ -126,12 +192,116 @@ var MergePullRequestByThreeWayOutput;
|
|
|
126
192
|
...obj,
|
|
127
193
|
});
|
|
128
194
|
})(MergePullRequestByThreeWayOutput = exports.MergePullRequestByThreeWayOutput || (exports.MergePullRequestByThreeWayOutput = {}));
|
|
195
|
+
class InvalidOverrideStatusException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
196
|
+
constructor(opts) {
|
|
197
|
+
super({
|
|
198
|
+
name: "InvalidOverrideStatusException",
|
|
199
|
+
$fault: "client",
|
|
200
|
+
...opts,
|
|
201
|
+
});
|
|
202
|
+
this.name = "InvalidOverrideStatusException";
|
|
203
|
+
this.$fault = "client";
|
|
204
|
+
Object.setPrototypeOf(this, InvalidOverrideStatusException.prototype);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
exports.InvalidOverrideStatusException = InvalidOverrideStatusException;
|
|
208
|
+
class OverrideAlreadySetException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
209
|
+
constructor(opts) {
|
|
210
|
+
super({
|
|
211
|
+
name: "OverrideAlreadySetException",
|
|
212
|
+
$fault: "client",
|
|
213
|
+
...opts,
|
|
214
|
+
});
|
|
215
|
+
this.name = "OverrideAlreadySetException";
|
|
216
|
+
this.$fault = "client";
|
|
217
|
+
Object.setPrototypeOf(this, OverrideAlreadySetException.prototype);
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
exports.OverrideAlreadySetException = OverrideAlreadySetException;
|
|
129
221
|
var OverridePullRequestApprovalRulesInput;
|
|
130
222
|
(function (OverridePullRequestApprovalRulesInput) {
|
|
131
223
|
OverridePullRequestApprovalRulesInput.filterSensitiveLog = (obj) => ({
|
|
132
224
|
...obj,
|
|
133
225
|
});
|
|
134
226
|
})(OverridePullRequestApprovalRulesInput = exports.OverridePullRequestApprovalRulesInput || (exports.OverridePullRequestApprovalRulesInput = {}));
|
|
227
|
+
class OverrideStatusRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
228
|
+
constructor(opts) {
|
|
229
|
+
super({
|
|
230
|
+
name: "OverrideStatusRequiredException",
|
|
231
|
+
$fault: "client",
|
|
232
|
+
...opts,
|
|
233
|
+
});
|
|
234
|
+
this.name = "OverrideStatusRequiredException";
|
|
235
|
+
this.$fault = "client";
|
|
236
|
+
Object.setPrototypeOf(this, OverrideStatusRequiredException.prototype);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
exports.OverrideStatusRequiredException = OverrideStatusRequiredException;
|
|
240
|
+
class CommentContentRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
241
|
+
constructor(opts) {
|
|
242
|
+
super({
|
|
243
|
+
name: "CommentContentRequiredException",
|
|
244
|
+
$fault: "client",
|
|
245
|
+
...opts,
|
|
246
|
+
});
|
|
247
|
+
this.name = "CommentContentRequiredException";
|
|
248
|
+
this.$fault = "client";
|
|
249
|
+
Object.setPrototypeOf(this, CommentContentRequiredException.prototype);
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
exports.CommentContentRequiredException = CommentContentRequiredException;
|
|
253
|
+
class CommentContentSizeLimitExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
254
|
+
constructor(opts) {
|
|
255
|
+
super({
|
|
256
|
+
name: "CommentContentSizeLimitExceededException",
|
|
257
|
+
$fault: "client",
|
|
258
|
+
...opts,
|
|
259
|
+
});
|
|
260
|
+
this.name = "CommentContentSizeLimitExceededException";
|
|
261
|
+
this.$fault = "client";
|
|
262
|
+
Object.setPrototypeOf(this, CommentContentSizeLimitExceededException.prototype);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
exports.CommentContentSizeLimitExceededException = CommentContentSizeLimitExceededException;
|
|
266
|
+
class InvalidFileLocationException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
267
|
+
constructor(opts) {
|
|
268
|
+
super({
|
|
269
|
+
name: "InvalidFileLocationException",
|
|
270
|
+
$fault: "client",
|
|
271
|
+
...opts,
|
|
272
|
+
});
|
|
273
|
+
this.name = "InvalidFileLocationException";
|
|
274
|
+
this.$fault = "client";
|
|
275
|
+
Object.setPrototypeOf(this, InvalidFileLocationException.prototype);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
exports.InvalidFileLocationException = InvalidFileLocationException;
|
|
279
|
+
class InvalidFilePositionException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
280
|
+
constructor(opts) {
|
|
281
|
+
super({
|
|
282
|
+
name: "InvalidFilePositionException",
|
|
283
|
+
$fault: "client",
|
|
284
|
+
...opts,
|
|
285
|
+
});
|
|
286
|
+
this.name = "InvalidFilePositionException";
|
|
287
|
+
this.$fault = "client";
|
|
288
|
+
Object.setPrototypeOf(this, InvalidFilePositionException.prototype);
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
exports.InvalidFilePositionException = InvalidFilePositionException;
|
|
292
|
+
class InvalidRelativeFileVersionEnumException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
293
|
+
constructor(opts) {
|
|
294
|
+
super({
|
|
295
|
+
name: "InvalidRelativeFileVersionEnumException",
|
|
296
|
+
$fault: "client",
|
|
297
|
+
...opts,
|
|
298
|
+
});
|
|
299
|
+
this.name = "InvalidRelativeFileVersionEnumException";
|
|
300
|
+
this.$fault = "client";
|
|
301
|
+
Object.setPrototypeOf(this, InvalidRelativeFileVersionEnumException.prototype);
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
exports.InvalidRelativeFileVersionEnumException = InvalidRelativeFileVersionEnumException;
|
|
135
305
|
var PostCommentForComparedCommitInput;
|
|
136
306
|
(function (PostCommentForComparedCommitInput) {
|
|
137
307
|
PostCommentForComparedCommitInput.filterSensitiveLog = (obj) => ({
|
|
@@ -168,12 +338,64 @@ var PostCommentReplyOutput;
|
|
|
168
338
|
...obj,
|
|
169
339
|
});
|
|
170
340
|
})(PostCommentReplyOutput = exports.PostCommentReplyOutput || (exports.PostCommentReplyOutput = {}));
|
|
341
|
+
class InvalidReactionValueException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
342
|
+
constructor(opts) {
|
|
343
|
+
super({
|
|
344
|
+
name: "InvalidReactionValueException",
|
|
345
|
+
$fault: "client",
|
|
346
|
+
...opts,
|
|
347
|
+
});
|
|
348
|
+
this.name = "InvalidReactionValueException";
|
|
349
|
+
this.$fault = "client";
|
|
350
|
+
Object.setPrototypeOf(this, InvalidReactionValueException.prototype);
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
exports.InvalidReactionValueException = InvalidReactionValueException;
|
|
171
354
|
var PutCommentReactionInput;
|
|
172
355
|
(function (PutCommentReactionInput) {
|
|
173
356
|
PutCommentReactionInput.filterSensitiveLog = (obj) => ({
|
|
174
357
|
...obj,
|
|
175
358
|
});
|
|
176
359
|
})(PutCommentReactionInput = exports.PutCommentReactionInput || (exports.PutCommentReactionInput = {}));
|
|
360
|
+
class ReactionLimitExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
361
|
+
constructor(opts) {
|
|
362
|
+
super({
|
|
363
|
+
name: "ReactionLimitExceededException",
|
|
364
|
+
$fault: "client",
|
|
365
|
+
...opts,
|
|
366
|
+
});
|
|
367
|
+
this.name = "ReactionLimitExceededException";
|
|
368
|
+
this.$fault = "client";
|
|
369
|
+
Object.setPrototypeOf(this, ReactionLimitExceededException.prototype);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
exports.ReactionLimitExceededException = ReactionLimitExceededException;
|
|
373
|
+
class ReactionValueRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
374
|
+
constructor(opts) {
|
|
375
|
+
super({
|
|
376
|
+
name: "ReactionValueRequiredException",
|
|
377
|
+
$fault: "client",
|
|
378
|
+
...opts,
|
|
379
|
+
});
|
|
380
|
+
this.name = "ReactionValueRequiredException";
|
|
381
|
+
this.$fault = "client";
|
|
382
|
+
Object.setPrototypeOf(this, ReactionValueRequiredException.prototype);
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
exports.ReactionValueRequiredException = ReactionValueRequiredException;
|
|
386
|
+
class FileContentRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
387
|
+
constructor(opts) {
|
|
388
|
+
super({
|
|
389
|
+
name: "FileContentRequiredException",
|
|
390
|
+
$fault: "client",
|
|
391
|
+
...opts,
|
|
392
|
+
});
|
|
393
|
+
this.name = "FileContentRequiredException";
|
|
394
|
+
this.$fault = "client";
|
|
395
|
+
Object.setPrototypeOf(this, FileContentRequiredException.prototype);
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
exports.FileContentRequiredException = FileContentRequiredException;
|
|
177
399
|
var PutFileInput;
|
|
178
400
|
(function (PutFileInput) {
|
|
179
401
|
PutFileInput.filterSensitiveLog = (obj) => ({
|
|
@@ -186,6 +408,123 @@ var PutFileOutput;
|
|
|
186
408
|
...obj,
|
|
187
409
|
});
|
|
188
410
|
})(PutFileOutput = exports.PutFileOutput || (exports.PutFileOutput = {}));
|
|
411
|
+
class SameFileContentException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
412
|
+
constructor(opts) {
|
|
413
|
+
super({
|
|
414
|
+
name: "SameFileContentException",
|
|
415
|
+
$fault: "client",
|
|
416
|
+
...opts,
|
|
417
|
+
});
|
|
418
|
+
this.name = "SameFileContentException";
|
|
419
|
+
this.$fault = "client";
|
|
420
|
+
Object.setPrototypeOf(this, SameFileContentException.prototype);
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
exports.SameFileContentException = SameFileContentException;
|
|
424
|
+
class InvalidRepositoryTriggerBranchNameException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
425
|
+
constructor(opts) {
|
|
426
|
+
super({
|
|
427
|
+
name: "InvalidRepositoryTriggerBranchNameException",
|
|
428
|
+
$fault: "client",
|
|
429
|
+
...opts,
|
|
430
|
+
});
|
|
431
|
+
this.name = "InvalidRepositoryTriggerBranchNameException";
|
|
432
|
+
this.$fault = "client";
|
|
433
|
+
Object.setPrototypeOf(this, InvalidRepositoryTriggerBranchNameException.prototype);
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
exports.InvalidRepositoryTriggerBranchNameException = InvalidRepositoryTriggerBranchNameException;
|
|
437
|
+
class InvalidRepositoryTriggerCustomDataException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
438
|
+
constructor(opts) {
|
|
439
|
+
super({
|
|
440
|
+
name: "InvalidRepositoryTriggerCustomDataException",
|
|
441
|
+
$fault: "client",
|
|
442
|
+
...opts,
|
|
443
|
+
});
|
|
444
|
+
this.name = "InvalidRepositoryTriggerCustomDataException";
|
|
445
|
+
this.$fault = "client";
|
|
446
|
+
Object.setPrototypeOf(this, InvalidRepositoryTriggerCustomDataException.prototype);
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
exports.InvalidRepositoryTriggerCustomDataException = InvalidRepositoryTriggerCustomDataException;
|
|
450
|
+
class InvalidRepositoryTriggerDestinationArnException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
451
|
+
constructor(opts) {
|
|
452
|
+
super({
|
|
453
|
+
name: "InvalidRepositoryTriggerDestinationArnException",
|
|
454
|
+
$fault: "client",
|
|
455
|
+
...opts,
|
|
456
|
+
});
|
|
457
|
+
this.name = "InvalidRepositoryTriggerDestinationArnException";
|
|
458
|
+
this.$fault = "client";
|
|
459
|
+
Object.setPrototypeOf(this, InvalidRepositoryTriggerDestinationArnException.prototype);
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
exports.InvalidRepositoryTriggerDestinationArnException = InvalidRepositoryTriggerDestinationArnException;
|
|
463
|
+
class InvalidRepositoryTriggerEventsException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
464
|
+
constructor(opts) {
|
|
465
|
+
super({
|
|
466
|
+
name: "InvalidRepositoryTriggerEventsException",
|
|
467
|
+
$fault: "client",
|
|
468
|
+
...opts,
|
|
469
|
+
});
|
|
470
|
+
this.name = "InvalidRepositoryTriggerEventsException";
|
|
471
|
+
this.$fault = "client";
|
|
472
|
+
Object.setPrototypeOf(this, InvalidRepositoryTriggerEventsException.prototype);
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
exports.InvalidRepositoryTriggerEventsException = InvalidRepositoryTriggerEventsException;
|
|
476
|
+
class InvalidRepositoryTriggerNameException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
477
|
+
constructor(opts) {
|
|
478
|
+
super({
|
|
479
|
+
name: "InvalidRepositoryTriggerNameException",
|
|
480
|
+
$fault: "client",
|
|
481
|
+
...opts,
|
|
482
|
+
});
|
|
483
|
+
this.name = "InvalidRepositoryTriggerNameException";
|
|
484
|
+
this.$fault = "client";
|
|
485
|
+
Object.setPrototypeOf(this, InvalidRepositoryTriggerNameException.prototype);
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
exports.InvalidRepositoryTriggerNameException = InvalidRepositoryTriggerNameException;
|
|
489
|
+
class InvalidRepositoryTriggerRegionException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
490
|
+
constructor(opts) {
|
|
491
|
+
super({
|
|
492
|
+
name: "InvalidRepositoryTriggerRegionException",
|
|
493
|
+
$fault: "client",
|
|
494
|
+
...opts,
|
|
495
|
+
});
|
|
496
|
+
this.name = "InvalidRepositoryTriggerRegionException";
|
|
497
|
+
this.$fault = "client";
|
|
498
|
+
Object.setPrototypeOf(this, InvalidRepositoryTriggerRegionException.prototype);
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
exports.InvalidRepositoryTriggerRegionException = InvalidRepositoryTriggerRegionException;
|
|
502
|
+
class MaximumBranchesExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
503
|
+
constructor(opts) {
|
|
504
|
+
super({
|
|
505
|
+
name: "MaximumBranchesExceededException",
|
|
506
|
+
$fault: "client",
|
|
507
|
+
...opts,
|
|
508
|
+
});
|
|
509
|
+
this.name = "MaximumBranchesExceededException";
|
|
510
|
+
this.$fault = "client";
|
|
511
|
+
Object.setPrototypeOf(this, MaximumBranchesExceededException.prototype);
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
exports.MaximumBranchesExceededException = MaximumBranchesExceededException;
|
|
515
|
+
class MaximumRepositoryTriggersExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
516
|
+
constructor(opts) {
|
|
517
|
+
super({
|
|
518
|
+
name: "MaximumRepositoryTriggersExceededException",
|
|
519
|
+
$fault: "client",
|
|
520
|
+
...opts,
|
|
521
|
+
});
|
|
522
|
+
this.name = "MaximumRepositoryTriggersExceededException";
|
|
523
|
+
this.$fault = "client";
|
|
524
|
+
Object.setPrototypeOf(this, MaximumRepositoryTriggersExceededException.prototype);
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
exports.MaximumRepositoryTriggersExceededException = MaximumRepositoryTriggersExceededException;
|
|
189
528
|
var PutRepositoryTriggersInput;
|
|
190
529
|
(function (PutRepositoryTriggersInput) {
|
|
191
530
|
PutRepositoryTriggersInput.filterSensitiveLog = (obj) => ({
|
|
@@ -198,12 +537,90 @@ var PutRepositoryTriggersOutput;
|
|
|
198
537
|
...obj,
|
|
199
538
|
});
|
|
200
539
|
})(PutRepositoryTriggersOutput = exports.PutRepositoryTriggersOutput || (exports.PutRepositoryTriggersOutput = {}));
|
|
540
|
+
class RepositoryTriggerBranchNameListRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
541
|
+
constructor(opts) {
|
|
542
|
+
super({
|
|
543
|
+
name: "RepositoryTriggerBranchNameListRequiredException",
|
|
544
|
+
$fault: "client",
|
|
545
|
+
...opts,
|
|
546
|
+
});
|
|
547
|
+
this.name = "RepositoryTriggerBranchNameListRequiredException";
|
|
548
|
+
this.$fault = "client";
|
|
549
|
+
Object.setPrototypeOf(this, RepositoryTriggerBranchNameListRequiredException.prototype);
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
exports.RepositoryTriggerBranchNameListRequiredException = RepositoryTriggerBranchNameListRequiredException;
|
|
553
|
+
class RepositoryTriggerDestinationArnRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
554
|
+
constructor(opts) {
|
|
555
|
+
super({
|
|
556
|
+
name: "RepositoryTriggerDestinationArnRequiredException",
|
|
557
|
+
$fault: "client",
|
|
558
|
+
...opts,
|
|
559
|
+
});
|
|
560
|
+
this.name = "RepositoryTriggerDestinationArnRequiredException";
|
|
561
|
+
this.$fault = "client";
|
|
562
|
+
Object.setPrototypeOf(this, RepositoryTriggerDestinationArnRequiredException.prototype);
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
exports.RepositoryTriggerDestinationArnRequiredException = RepositoryTriggerDestinationArnRequiredException;
|
|
566
|
+
class RepositoryTriggerEventsListRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
567
|
+
constructor(opts) {
|
|
568
|
+
super({
|
|
569
|
+
name: "RepositoryTriggerEventsListRequiredException",
|
|
570
|
+
$fault: "client",
|
|
571
|
+
...opts,
|
|
572
|
+
});
|
|
573
|
+
this.name = "RepositoryTriggerEventsListRequiredException";
|
|
574
|
+
this.$fault = "client";
|
|
575
|
+
Object.setPrototypeOf(this, RepositoryTriggerEventsListRequiredException.prototype);
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
exports.RepositoryTriggerEventsListRequiredException = RepositoryTriggerEventsListRequiredException;
|
|
579
|
+
class RepositoryTriggerNameRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
580
|
+
constructor(opts) {
|
|
581
|
+
super({
|
|
582
|
+
name: "RepositoryTriggerNameRequiredException",
|
|
583
|
+
$fault: "client",
|
|
584
|
+
...opts,
|
|
585
|
+
});
|
|
586
|
+
this.name = "RepositoryTriggerNameRequiredException";
|
|
587
|
+
this.$fault = "client";
|
|
588
|
+
Object.setPrototypeOf(this, RepositoryTriggerNameRequiredException.prototype);
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
exports.RepositoryTriggerNameRequiredException = RepositoryTriggerNameRequiredException;
|
|
592
|
+
class RepositoryTriggersListRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
593
|
+
constructor(opts) {
|
|
594
|
+
super({
|
|
595
|
+
name: "RepositoryTriggersListRequiredException",
|
|
596
|
+
$fault: "client",
|
|
597
|
+
...opts,
|
|
598
|
+
});
|
|
599
|
+
this.name = "RepositoryTriggersListRequiredException";
|
|
600
|
+
this.$fault = "client";
|
|
601
|
+
Object.setPrototypeOf(this, RepositoryTriggersListRequiredException.prototype);
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
exports.RepositoryTriggersListRequiredException = RepositoryTriggersListRequiredException;
|
|
201
605
|
var TagResourceInput;
|
|
202
606
|
(function (TagResourceInput) {
|
|
203
607
|
TagResourceInput.filterSensitiveLog = (obj) => ({
|
|
204
608
|
...obj,
|
|
205
609
|
});
|
|
206
610
|
})(TagResourceInput = exports.TagResourceInput || (exports.TagResourceInput = {}));
|
|
611
|
+
class TagsMapRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
612
|
+
constructor(opts) {
|
|
613
|
+
super({
|
|
614
|
+
name: "TagsMapRequiredException",
|
|
615
|
+
$fault: "client",
|
|
616
|
+
...opts,
|
|
617
|
+
});
|
|
618
|
+
this.name = "TagsMapRequiredException";
|
|
619
|
+
this.$fault = "client";
|
|
620
|
+
Object.setPrototypeOf(this, TagsMapRequiredException.prototype);
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
exports.TagsMapRequiredException = TagsMapRequiredException;
|
|
207
624
|
var TestRepositoryTriggersInput;
|
|
208
625
|
(function (TestRepositoryTriggersInput) {
|
|
209
626
|
TestRepositoryTriggersInput.filterSensitiveLog = (obj) => ({
|
|
@@ -222,12 +639,51 @@ var TestRepositoryTriggersOutput;
|
|
|
222
639
|
...obj,
|
|
223
640
|
});
|
|
224
641
|
})(TestRepositoryTriggersOutput = exports.TestRepositoryTriggersOutput || (exports.TestRepositoryTriggersOutput = {}));
|
|
642
|
+
class InvalidTagKeysListException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
643
|
+
constructor(opts) {
|
|
644
|
+
super({
|
|
645
|
+
name: "InvalidTagKeysListException",
|
|
646
|
+
$fault: "client",
|
|
647
|
+
...opts,
|
|
648
|
+
});
|
|
649
|
+
this.name = "InvalidTagKeysListException";
|
|
650
|
+
this.$fault = "client";
|
|
651
|
+
Object.setPrototypeOf(this, InvalidTagKeysListException.prototype);
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
exports.InvalidTagKeysListException = InvalidTagKeysListException;
|
|
655
|
+
class TagKeysListRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
656
|
+
constructor(opts) {
|
|
657
|
+
super({
|
|
658
|
+
name: "TagKeysListRequiredException",
|
|
659
|
+
$fault: "client",
|
|
660
|
+
...opts,
|
|
661
|
+
});
|
|
662
|
+
this.name = "TagKeysListRequiredException";
|
|
663
|
+
this.$fault = "client";
|
|
664
|
+
Object.setPrototypeOf(this, TagKeysListRequiredException.prototype);
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
exports.TagKeysListRequiredException = TagKeysListRequiredException;
|
|
225
668
|
var UntagResourceInput;
|
|
226
669
|
(function (UntagResourceInput) {
|
|
227
670
|
UntagResourceInput.filterSensitiveLog = (obj) => ({
|
|
228
671
|
...obj,
|
|
229
672
|
});
|
|
230
673
|
})(UntagResourceInput = exports.UntagResourceInput || (exports.UntagResourceInput = {}));
|
|
674
|
+
class InvalidRuleContentSha256Exception extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
675
|
+
constructor(opts) {
|
|
676
|
+
super({
|
|
677
|
+
name: "InvalidRuleContentSha256Exception",
|
|
678
|
+
$fault: "client",
|
|
679
|
+
...opts,
|
|
680
|
+
});
|
|
681
|
+
this.name = "InvalidRuleContentSha256Exception";
|
|
682
|
+
this.$fault = "client";
|
|
683
|
+
Object.setPrototypeOf(this, InvalidRuleContentSha256Exception.prototype);
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
exports.InvalidRuleContentSha256Exception = InvalidRuleContentSha256Exception;
|
|
231
687
|
var UpdateApprovalRuleTemplateContentInput;
|
|
232
688
|
(function (UpdateApprovalRuleTemplateContentInput) {
|
|
233
689
|
UpdateApprovalRuleTemplateContentInput.filterSensitiveLog = (obj) => ({
|
|
@@ -264,6 +720,19 @@ var UpdateApprovalRuleTemplateNameOutput;
|
|
|
264
720
|
...obj,
|
|
265
721
|
});
|
|
266
722
|
})(UpdateApprovalRuleTemplateNameOutput = exports.UpdateApprovalRuleTemplateNameOutput || (exports.UpdateApprovalRuleTemplateNameOutput = {}));
|
|
723
|
+
class CommentNotCreatedByCallerException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
724
|
+
constructor(opts) {
|
|
725
|
+
super({
|
|
726
|
+
name: "CommentNotCreatedByCallerException",
|
|
727
|
+
$fault: "client",
|
|
728
|
+
...opts,
|
|
729
|
+
});
|
|
730
|
+
this.name = "CommentNotCreatedByCallerException";
|
|
731
|
+
this.$fault = "client";
|
|
732
|
+
Object.setPrototypeOf(this, CommentNotCreatedByCallerException.prototype);
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
exports.CommentNotCreatedByCallerException = CommentNotCreatedByCallerException;
|
|
267
736
|
var UpdateCommentInput;
|
|
268
737
|
(function (UpdateCommentInput) {
|
|
269
738
|
UpdateCommentInput.filterSensitiveLog = (obj) => ({
|
|
@@ -294,6 +763,45 @@ var UpdatePullRequestApprovalRuleContentOutput;
|
|
|
294
763
|
...obj,
|
|
295
764
|
});
|
|
296
765
|
})(UpdatePullRequestApprovalRuleContentOutput = exports.UpdatePullRequestApprovalRuleContentOutput || (exports.UpdatePullRequestApprovalRuleContentOutput = {}));
|
|
766
|
+
class InvalidApprovalStateException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
767
|
+
constructor(opts) {
|
|
768
|
+
super({
|
|
769
|
+
name: "InvalidApprovalStateException",
|
|
770
|
+
$fault: "client",
|
|
771
|
+
...opts,
|
|
772
|
+
});
|
|
773
|
+
this.name = "InvalidApprovalStateException";
|
|
774
|
+
this.$fault = "client";
|
|
775
|
+
Object.setPrototypeOf(this, InvalidApprovalStateException.prototype);
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
exports.InvalidApprovalStateException = InvalidApprovalStateException;
|
|
779
|
+
class MaximumNumberOfApprovalsExceededException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
780
|
+
constructor(opts) {
|
|
781
|
+
super({
|
|
782
|
+
name: "MaximumNumberOfApprovalsExceededException",
|
|
783
|
+
$fault: "client",
|
|
784
|
+
...opts,
|
|
785
|
+
});
|
|
786
|
+
this.name = "MaximumNumberOfApprovalsExceededException";
|
|
787
|
+
this.$fault = "client";
|
|
788
|
+
Object.setPrototypeOf(this, MaximumNumberOfApprovalsExceededException.prototype);
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
exports.MaximumNumberOfApprovalsExceededException = MaximumNumberOfApprovalsExceededException;
|
|
792
|
+
class PullRequestCannotBeApprovedByAuthorException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
793
|
+
constructor(opts) {
|
|
794
|
+
super({
|
|
795
|
+
name: "PullRequestCannotBeApprovedByAuthorException",
|
|
796
|
+
$fault: "client",
|
|
797
|
+
...opts,
|
|
798
|
+
});
|
|
799
|
+
this.name = "PullRequestCannotBeApprovedByAuthorException";
|
|
800
|
+
this.$fault = "client";
|
|
801
|
+
Object.setPrototypeOf(this, PullRequestCannotBeApprovedByAuthorException.prototype);
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
exports.PullRequestCannotBeApprovedByAuthorException = PullRequestCannotBeApprovedByAuthorException;
|
|
297
805
|
var UpdatePullRequestApprovalStateInput;
|
|
298
806
|
(function (UpdatePullRequestApprovalStateInput) {
|
|
299
807
|
UpdatePullRequestApprovalStateInput.filterSensitiveLog = (obj) => ({
|
|
@@ -312,6 +820,32 @@ var UpdatePullRequestDescriptionOutput;
|
|
|
312
820
|
...obj,
|
|
313
821
|
});
|
|
314
822
|
})(UpdatePullRequestDescriptionOutput = exports.UpdatePullRequestDescriptionOutput || (exports.UpdatePullRequestDescriptionOutput = {}));
|
|
823
|
+
class InvalidPullRequestStatusUpdateException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
824
|
+
constructor(opts) {
|
|
825
|
+
super({
|
|
826
|
+
name: "InvalidPullRequestStatusUpdateException",
|
|
827
|
+
$fault: "client",
|
|
828
|
+
...opts,
|
|
829
|
+
});
|
|
830
|
+
this.name = "InvalidPullRequestStatusUpdateException";
|
|
831
|
+
this.$fault = "client";
|
|
832
|
+
Object.setPrototypeOf(this, InvalidPullRequestStatusUpdateException.prototype);
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
exports.InvalidPullRequestStatusUpdateException = InvalidPullRequestStatusUpdateException;
|
|
836
|
+
class PullRequestStatusRequiredException extends CodeCommitServiceException_1.CodeCommitServiceException {
|
|
837
|
+
constructor(opts) {
|
|
838
|
+
super({
|
|
839
|
+
name: "PullRequestStatusRequiredException",
|
|
840
|
+
$fault: "client",
|
|
841
|
+
...opts,
|
|
842
|
+
});
|
|
843
|
+
this.name = "PullRequestStatusRequiredException";
|
|
844
|
+
this.$fault = "client";
|
|
845
|
+
Object.setPrototypeOf(this, PullRequestStatusRequiredException.prototype);
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
exports.PullRequestStatusRequiredException = PullRequestStatusRequiredException;
|
|
315
849
|
var UpdatePullRequestStatusInput;
|
|
316
850
|
(function (UpdatePullRequestStatusInput) {
|
|
317
851
|
UpdatePullRequestStatusInput.filterSensitiveLog = (obj) => ({
|