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