@aws-sdk/client-codecommit 3.934.0 → 3.936.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/index.js +87 -87
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +86 -0
- package/dist-es/models/errors.js +2269 -0
- package/dist-es/models/models_0.js +1 -1795
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +1 -2
- package/dist-types/commands/ListPullRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +1 -1
- package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +1 -1
- package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +1 -1
- package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +1 -1
- package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +1 -1
- package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +1 -1
- package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
- package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +1 -1
- package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +1 -1
- package/dist-types/commands/PostCommentReplyCommand.d.ts +1 -1
- package/dist-types/commands/PutCommentReactionCommand.d.ts +1 -1
- package/dist-types/commands/PutFileCommand.d.ts +1 -1
- package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +214 -0
- package/dist-types/models/errors.d.ts +2337 -0
- package/dist-types/models/models_0.d.ts +1480 -2026
- package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +115 -0
- package/dist-types/ts3.4/models/errors.d.ts +1621 -0
- package/dist-types/ts3.4/models/models_0.d.ts +332 -1326
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -561
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -2007
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -742
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecommit",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.936.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codecommit",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1,561 +0,0 @@
|
|
|
1
|
-
import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
|
|
2
|
-
export class InvalidAuthorArnException extends __BaseException {
|
|
3
|
-
name = "InvalidAuthorArnException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "InvalidAuthorArnException",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, InvalidAuthorArnException.prototype);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export class InvalidPullRequestStatusException extends __BaseException {
|
|
15
|
-
name = "InvalidPullRequestStatusException";
|
|
16
|
-
$fault = "client";
|
|
17
|
-
constructor(opts) {
|
|
18
|
-
super({
|
|
19
|
-
name: "InvalidPullRequestStatusException",
|
|
20
|
-
$fault: "client",
|
|
21
|
-
...opts,
|
|
22
|
-
});
|
|
23
|
-
Object.setPrototypeOf(this, InvalidPullRequestStatusException.prototype);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
export class InvalidOrderException extends __BaseException {
|
|
27
|
-
name = "InvalidOrderException";
|
|
28
|
-
$fault = "client";
|
|
29
|
-
constructor(opts) {
|
|
30
|
-
super({
|
|
31
|
-
name: "InvalidOrderException",
|
|
32
|
-
$fault: "client",
|
|
33
|
-
...opts,
|
|
34
|
-
});
|
|
35
|
-
Object.setPrototypeOf(this, InvalidOrderException.prototype);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
export class InvalidSortByException extends __BaseException {
|
|
39
|
-
name = "InvalidSortByException";
|
|
40
|
-
$fault = "client";
|
|
41
|
-
constructor(opts) {
|
|
42
|
-
super({
|
|
43
|
-
name: "InvalidSortByException",
|
|
44
|
-
$fault: "client",
|
|
45
|
-
...opts,
|
|
46
|
-
});
|
|
47
|
-
Object.setPrototypeOf(this, InvalidSortByException.prototype);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
export const OrderEnum = {
|
|
51
|
-
ASCENDING: "ascending",
|
|
52
|
-
DESCENDING: "descending",
|
|
53
|
-
};
|
|
54
|
-
export const SortByEnum = {
|
|
55
|
-
MODIFIED_DATE: "lastModifiedDate",
|
|
56
|
-
REPOSITORY_NAME: "repositoryName",
|
|
57
|
-
};
|
|
58
|
-
export class InvalidResourceArnException extends __BaseException {
|
|
59
|
-
name = "InvalidResourceArnException";
|
|
60
|
-
$fault = "client";
|
|
61
|
-
constructor(opts) {
|
|
62
|
-
super({
|
|
63
|
-
name: "InvalidResourceArnException",
|
|
64
|
-
$fault: "client",
|
|
65
|
-
...opts,
|
|
66
|
-
});
|
|
67
|
-
Object.setPrototypeOf(this, InvalidResourceArnException.prototype);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
export class ResourceArnRequiredException extends __BaseException {
|
|
71
|
-
name = "ResourceArnRequiredException";
|
|
72
|
-
$fault = "client";
|
|
73
|
-
constructor(opts) {
|
|
74
|
-
super({
|
|
75
|
-
name: "ResourceArnRequiredException",
|
|
76
|
-
$fault: "client",
|
|
77
|
-
...opts,
|
|
78
|
-
});
|
|
79
|
-
Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
export class InvalidTargetBranchException extends __BaseException {
|
|
83
|
-
name = "InvalidTargetBranchException";
|
|
84
|
-
$fault = "client";
|
|
85
|
-
constructor(opts) {
|
|
86
|
-
super({
|
|
87
|
-
name: "InvalidTargetBranchException",
|
|
88
|
-
$fault: "client",
|
|
89
|
-
...opts,
|
|
90
|
-
});
|
|
91
|
-
Object.setPrototypeOf(this, InvalidTargetBranchException.prototype);
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
export class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
|
|
95
|
-
name = "PullRequestApprovalRulesNotSatisfiedException";
|
|
96
|
-
$fault = "client";
|
|
97
|
-
constructor(opts) {
|
|
98
|
-
super({
|
|
99
|
-
name: "PullRequestApprovalRulesNotSatisfiedException",
|
|
100
|
-
$fault: "client",
|
|
101
|
-
...opts,
|
|
102
|
-
});
|
|
103
|
-
Object.setPrototypeOf(this, PullRequestApprovalRulesNotSatisfiedException.prototype);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
export class TipOfSourceReferenceIsDifferentException extends __BaseException {
|
|
107
|
-
name = "TipOfSourceReferenceIsDifferentException";
|
|
108
|
-
$fault = "client";
|
|
109
|
-
constructor(opts) {
|
|
110
|
-
super({
|
|
111
|
-
name: "TipOfSourceReferenceIsDifferentException",
|
|
112
|
-
$fault: "client",
|
|
113
|
-
...opts,
|
|
114
|
-
});
|
|
115
|
-
Object.setPrototypeOf(this, TipOfSourceReferenceIsDifferentException.prototype);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
export class InvalidOverrideStatusException extends __BaseException {
|
|
119
|
-
name = "InvalidOverrideStatusException";
|
|
120
|
-
$fault = "client";
|
|
121
|
-
constructor(opts) {
|
|
122
|
-
super({
|
|
123
|
-
name: "InvalidOverrideStatusException",
|
|
124
|
-
$fault: "client",
|
|
125
|
-
...opts,
|
|
126
|
-
});
|
|
127
|
-
Object.setPrototypeOf(this, InvalidOverrideStatusException.prototype);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
export class OverrideAlreadySetException extends __BaseException {
|
|
131
|
-
name = "OverrideAlreadySetException";
|
|
132
|
-
$fault = "client";
|
|
133
|
-
constructor(opts) {
|
|
134
|
-
super({
|
|
135
|
-
name: "OverrideAlreadySetException",
|
|
136
|
-
$fault: "client",
|
|
137
|
-
...opts,
|
|
138
|
-
});
|
|
139
|
-
Object.setPrototypeOf(this, OverrideAlreadySetException.prototype);
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
export class OverrideStatusRequiredException extends __BaseException {
|
|
143
|
-
name = "OverrideStatusRequiredException";
|
|
144
|
-
$fault = "client";
|
|
145
|
-
constructor(opts) {
|
|
146
|
-
super({
|
|
147
|
-
name: "OverrideStatusRequiredException",
|
|
148
|
-
$fault: "client",
|
|
149
|
-
...opts,
|
|
150
|
-
});
|
|
151
|
-
Object.setPrototypeOf(this, OverrideStatusRequiredException.prototype);
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
export class CommentContentRequiredException extends __BaseException {
|
|
155
|
-
name = "CommentContentRequiredException";
|
|
156
|
-
$fault = "client";
|
|
157
|
-
constructor(opts) {
|
|
158
|
-
super({
|
|
159
|
-
name: "CommentContentRequiredException",
|
|
160
|
-
$fault: "client",
|
|
161
|
-
...opts,
|
|
162
|
-
});
|
|
163
|
-
Object.setPrototypeOf(this, CommentContentRequiredException.prototype);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
export class CommentContentSizeLimitExceededException extends __BaseException {
|
|
167
|
-
name = "CommentContentSizeLimitExceededException";
|
|
168
|
-
$fault = "client";
|
|
169
|
-
constructor(opts) {
|
|
170
|
-
super({
|
|
171
|
-
name: "CommentContentSizeLimitExceededException",
|
|
172
|
-
$fault: "client",
|
|
173
|
-
...opts,
|
|
174
|
-
});
|
|
175
|
-
Object.setPrototypeOf(this, CommentContentSizeLimitExceededException.prototype);
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
export class InvalidFileLocationException extends __BaseException {
|
|
179
|
-
name = "InvalidFileLocationException";
|
|
180
|
-
$fault = "client";
|
|
181
|
-
constructor(opts) {
|
|
182
|
-
super({
|
|
183
|
-
name: "InvalidFileLocationException",
|
|
184
|
-
$fault: "client",
|
|
185
|
-
...opts,
|
|
186
|
-
});
|
|
187
|
-
Object.setPrototypeOf(this, InvalidFileLocationException.prototype);
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
export class InvalidFilePositionException extends __BaseException {
|
|
191
|
-
name = "InvalidFilePositionException";
|
|
192
|
-
$fault = "client";
|
|
193
|
-
constructor(opts) {
|
|
194
|
-
super({
|
|
195
|
-
name: "InvalidFilePositionException",
|
|
196
|
-
$fault: "client",
|
|
197
|
-
...opts,
|
|
198
|
-
});
|
|
199
|
-
Object.setPrototypeOf(this, InvalidFilePositionException.prototype);
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
export class InvalidRelativeFileVersionEnumException extends __BaseException {
|
|
203
|
-
name = "InvalidRelativeFileVersionEnumException";
|
|
204
|
-
$fault = "client";
|
|
205
|
-
constructor(opts) {
|
|
206
|
-
super({
|
|
207
|
-
name: "InvalidRelativeFileVersionEnumException",
|
|
208
|
-
$fault: "client",
|
|
209
|
-
...opts,
|
|
210
|
-
});
|
|
211
|
-
Object.setPrototypeOf(this, InvalidRelativeFileVersionEnumException.prototype);
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
export class InvalidReactionValueException extends __BaseException {
|
|
215
|
-
name = "InvalidReactionValueException";
|
|
216
|
-
$fault = "client";
|
|
217
|
-
constructor(opts) {
|
|
218
|
-
super({
|
|
219
|
-
name: "InvalidReactionValueException",
|
|
220
|
-
$fault: "client",
|
|
221
|
-
...opts,
|
|
222
|
-
});
|
|
223
|
-
Object.setPrototypeOf(this, InvalidReactionValueException.prototype);
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
export class ReactionLimitExceededException extends __BaseException {
|
|
227
|
-
name = "ReactionLimitExceededException";
|
|
228
|
-
$fault = "client";
|
|
229
|
-
constructor(opts) {
|
|
230
|
-
super({
|
|
231
|
-
name: "ReactionLimitExceededException",
|
|
232
|
-
$fault: "client",
|
|
233
|
-
...opts,
|
|
234
|
-
});
|
|
235
|
-
Object.setPrototypeOf(this, ReactionLimitExceededException.prototype);
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
export class ReactionValueRequiredException extends __BaseException {
|
|
239
|
-
name = "ReactionValueRequiredException";
|
|
240
|
-
$fault = "client";
|
|
241
|
-
constructor(opts) {
|
|
242
|
-
super({
|
|
243
|
-
name: "ReactionValueRequiredException",
|
|
244
|
-
$fault: "client",
|
|
245
|
-
...opts,
|
|
246
|
-
});
|
|
247
|
-
Object.setPrototypeOf(this, ReactionValueRequiredException.prototype);
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
export class FileContentRequiredException extends __BaseException {
|
|
251
|
-
name = "FileContentRequiredException";
|
|
252
|
-
$fault = "client";
|
|
253
|
-
constructor(opts) {
|
|
254
|
-
super({
|
|
255
|
-
name: "FileContentRequiredException",
|
|
256
|
-
$fault: "client",
|
|
257
|
-
...opts,
|
|
258
|
-
});
|
|
259
|
-
Object.setPrototypeOf(this, FileContentRequiredException.prototype);
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
export class SameFileContentException extends __BaseException {
|
|
263
|
-
name = "SameFileContentException";
|
|
264
|
-
$fault = "client";
|
|
265
|
-
constructor(opts) {
|
|
266
|
-
super({
|
|
267
|
-
name: "SameFileContentException",
|
|
268
|
-
$fault: "client",
|
|
269
|
-
...opts,
|
|
270
|
-
});
|
|
271
|
-
Object.setPrototypeOf(this, SameFileContentException.prototype);
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
export class InvalidRepositoryTriggerBranchNameException extends __BaseException {
|
|
275
|
-
name = "InvalidRepositoryTriggerBranchNameException";
|
|
276
|
-
$fault = "client";
|
|
277
|
-
constructor(opts) {
|
|
278
|
-
super({
|
|
279
|
-
name: "InvalidRepositoryTriggerBranchNameException",
|
|
280
|
-
$fault: "client",
|
|
281
|
-
...opts,
|
|
282
|
-
});
|
|
283
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerBranchNameException.prototype);
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
export class InvalidRepositoryTriggerCustomDataException extends __BaseException {
|
|
287
|
-
name = "InvalidRepositoryTriggerCustomDataException";
|
|
288
|
-
$fault = "client";
|
|
289
|
-
constructor(opts) {
|
|
290
|
-
super({
|
|
291
|
-
name: "InvalidRepositoryTriggerCustomDataException",
|
|
292
|
-
$fault: "client",
|
|
293
|
-
...opts,
|
|
294
|
-
});
|
|
295
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerCustomDataException.prototype);
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
export class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
|
|
299
|
-
name = "InvalidRepositoryTriggerDestinationArnException";
|
|
300
|
-
$fault = "client";
|
|
301
|
-
constructor(opts) {
|
|
302
|
-
super({
|
|
303
|
-
name: "InvalidRepositoryTriggerDestinationArnException",
|
|
304
|
-
$fault: "client",
|
|
305
|
-
...opts,
|
|
306
|
-
});
|
|
307
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerDestinationArnException.prototype);
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
export class InvalidRepositoryTriggerEventsException extends __BaseException {
|
|
311
|
-
name = "InvalidRepositoryTriggerEventsException";
|
|
312
|
-
$fault = "client";
|
|
313
|
-
constructor(opts) {
|
|
314
|
-
super({
|
|
315
|
-
name: "InvalidRepositoryTriggerEventsException",
|
|
316
|
-
$fault: "client",
|
|
317
|
-
...opts,
|
|
318
|
-
});
|
|
319
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerEventsException.prototype);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
export class InvalidRepositoryTriggerNameException extends __BaseException {
|
|
323
|
-
name = "InvalidRepositoryTriggerNameException";
|
|
324
|
-
$fault = "client";
|
|
325
|
-
constructor(opts) {
|
|
326
|
-
super({
|
|
327
|
-
name: "InvalidRepositoryTriggerNameException",
|
|
328
|
-
$fault: "client",
|
|
329
|
-
...opts,
|
|
330
|
-
});
|
|
331
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerNameException.prototype);
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
export class InvalidRepositoryTriggerRegionException extends __BaseException {
|
|
335
|
-
name = "InvalidRepositoryTriggerRegionException";
|
|
336
|
-
$fault = "client";
|
|
337
|
-
constructor(opts) {
|
|
338
|
-
super({
|
|
339
|
-
name: "InvalidRepositoryTriggerRegionException",
|
|
340
|
-
$fault: "client",
|
|
341
|
-
...opts,
|
|
342
|
-
});
|
|
343
|
-
Object.setPrototypeOf(this, InvalidRepositoryTriggerRegionException.prototype);
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
export class MaximumBranchesExceededException extends __BaseException {
|
|
347
|
-
name = "MaximumBranchesExceededException";
|
|
348
|
-
$fault = "client";
|
|
349
|
-
constructor(opts) {
|
|
350
|
-
super({
|
|
351
|
-
name: "MaximumBranchesExceededException",
|
|
352
|
-
$fault: "client",
|
|
353
|
-
...opts,
|
|
354
|
-
});
|
|
355
|
-
Object.setPrototypeOf(this, MaximumBranchesExceededException.prototype);
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
export class MaximumRepositoryTriggersExceededException extends __BaseException {
|
|
359
|
-
name = "MaximumRepositoryTriggersExceededException";
|
|
360
|
-
$fault = "client";
|
|
361
|
-
constructor(opts) {
|
|
362
|
-
super({
|
|
363
|
-
name: "MaximumRepositoryTriggersExceededException",
|
|
364
|
-
$fault: "client",
|
|
365
|
-
...opts,
|
|
366
|
-
});
|
|
367
|
-
Object.setPrototypeOf(this, MaximumRepositoryTriggersExceededException.prototype);
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
export class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
|
|
371
|
-
name = "RepositoryTriggerBranchNameListRequiredException";
|
|
372
|
-
$fault = "client";
|
|
373
|
-
constructor(opts) {
|
|
374
|
-
super({
|
|
375
|
-
name: "RepositoryTriggerBranchNameListRequiredException",
|
|
376
|
-
$fault: "client",
|
|
377
|
-
...opts,
|
|
378
|
-
});
|
|
379
|
-
Object.setPrototypeOf(this, RepositoryTriggerBranchNameListRequiredException.prototype);
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
export class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
|
|
383
|
-
name = "RepositoryTriggerDestinationArnRequiredException";
|
|
384
|
-
$fault = "client";
|
|
385
|
-
constructor(opts) {
|
|
386
|
-
super({
|
|
387
|
-
name: "RepositoryTriggerDestinationArnRequiredException",
|
|
388
|
-
$fault: "client",
|
|
389
|
-
...opts,
|
|
390
|
-
});
|
|
391
|
-
Object.setPrototypeOf(this, RepositoryTriggerDestinationArnRequiredException.prototype);
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
export class RepositoryTriggerEventsListRequiredException extends __BaseException {
|
|
395
|
-
name = "RepositoryTriggerEventsListRequiredException";
|
|
396
|
-
$fault = "client";
|
|
397
|
-
constructor(opts) {
|
|
398
|
-
super({
|
|
399
|
-
name: "RepositoryTriggerEventsListRequiredException",
|
|
400
|
-
$fault: "client",
|
|
401
|
-
...opts,
|
|
402
|
-
});
|
|
403
|
-
Object.setPrototypeOf(this, RepositoryTriggerEventsListRequiredException.prototype);
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
export class RepositoryTriggerNameRequiredException extends __BaseException {
|
|
407
|
-
name = "RepositoryTriggerNameRequiredException";
|
|
408
|
-
$fault = "client";
|
|
409
|
-
constructor(opts) {
|
|
410
|
-
super({
|
|
411
|
-
name: "RepositoryTriggerNameRequiredException",
|
|
412
|
-
$fault: "client",
|
|
413
|
-
...opts,
|
|
414
|
-
});
|
|
415
|
-
Object.setPrototypeOf(this, RepositoryTriggerNameRequiredException.prototype);
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
export class RepositoryTriggersListRequiredException extends __BaseException {
|
|
419
|
-
name = "RepositoryTriggersListRequiredException";
|
|
420
|
-
$fault = "client";
|
|
421
|
-
constructor(opts) {
|
|
422
|
-
super({
|
|
423
|
-
name: "RepositoryTriggersListRequiredException",
|
|
424
|
-
$fault: "client",
|
|
425
|
-
...opts,
|
|
426
|
-
});
|
|
427
|
-
Object.setPrototypeOf(this, RepositoryTriggersListRequiredException.prototype);
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
export class TagsMapRequiredException extends __BaseException {
|
|
431
|
-
name = "TagsMapRequiredException";
|
|
432
|
-
$fault = "client";
|
|
433
|
-
constructor(opts) {
|
|
434
|
-
super({
|
|
435
|
-
name: "TagsMapRequiredException",
|
|
436
|
-
$fault: "client",
|
|
437
|
-
...opts,
|
|
438
|
-
});
|
|
439
|
-
Object.setPrototypeOf(this, TagsMapRequiredException.prototype);
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
export class InvalidTagKeysListException extends __BaseException {
|
|
443
|
-
name = "InvalidTagKeysListException";
|
|
444
|
-
$fault = "client";
|
|
445
|
-
constructor(opts) {
|
|
446
|
-
super({
|
|
447
|
-
name: "InvalidTagKeysListException",
|
|
448
|
-
$fault: "client",
|
|
449
|
-
...opts,
|
|
450
|
-
});
|
|
451
|
-
Object.setPrototypeOf(this, InvalidTagKeysListException.prototype);
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
export class TagKeysListRequiredException extends __BaseException {
|
|
455
|
-
name = "TagKeysListRequiredException";
|
|
456
|
-
$fault = "client";
|
|
457
|
-
constructor(opts) {
|
|
458
|
-
super({
|
|
459
|
-
name: "TagKeysListRequiredException",
|
|
460
|
-
$fault: "client",
|
|
461
|
-
...opts,
|
|
462
|
-
});
|
|
463
|
-
Object.setPrototypeOf(this, TagKeysListRequiredException.prototype);
|
|
464
|
-
}
|
|
465
|
-
}
|
|
466
|
-
export class InvalidRuleContentSha256Exception extends __BaseException {
|
|
467
|
-
name = "InvalidRuleContentSha256Exception";
|
|
468
|
-
$fault = "client";
|
|
469
|
-
constructor(opts) {
|
|
470
|
-
super({
|
|
471
|
-
name: "InvalidRuleContentSha256Exception",
|
|
472
|
-
$fault: "client",
|
|
473
|
-
...opts,
|
|
474
|
-
});
|
|
475
|
-
Object.setPrototypeOf(this, InvalidRuleContentSha256Exception.prototype);
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
export class CommentNotCreatedByCallerException extends __BaseException {
|
|
479
|
-
name = "CommentNotCreatedByCallerException";
|
|
480
|
-
$fault = "client";
|
|
481
|
-
constructor(opts) {
|
|
482
|
-
super({
|
|
483
|
-
name: "CommentNotCreatedByCallerException",
|
|
484
|
-
$fault: "client",
|
|
485
|
-
...opts,
|
|
486
|
-
});
|
|
487
|
-
Object.setPrototypeOf(this, CommentNotCreatedByCallerException.prototype);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
export class InvalidApprovalStateException extends __BaseException {
|
|
491
|
-
name = "InvalidApprovalStateException";
|
|
492
|
-
$fault = "client";
|
|
493
|
-
constructor(opts) {
|
|
494
|
-
super({
|
|
495
|
-
name: "InvalidApprovalStateException",
|
|
496
|
-
$fault: "client",
|
|
497
|
-
...opts,
|
|
498
|
-
});
|
|
499
|
-
Object.setPrototypeOf(this, InvalidApprovalStateException.prototype);
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
export class MaximumNumberOfApprovalsExceededException extends __BaseException {
|
|
503
|
-
name = "MaximumNumberOfApprovalsExceededException";
|
|
504
|
-
$fault = "client";
|
|
505
|
-
constructor(opts) {
|
|
506
|
-
super({
|
|
507
|
-
name: "MaximumNumberOfApprovalsExceededException",
|
|
508
|
-
$fault: "client",
|
|
509
|
-
...opts,
|
|
510
|
-
});
|
|
511
|
-
Object.setPrototypeOf(this, MaximumNumberOfApprovalsExceededException.prototype);
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
export class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
|
|
515
|
-
name = "PullRequestCannotBeApprovedByAuthorException";
|
|
516
|
-
$fault = "client";
|
|
517
|
-
constructor(opts) {
|
|
518
|
-
super({
|
|
519
|
-
name: "PullRequestCannotBeApprovedByAuthorException",
|
|
520
|
-
$fault: "client",
|
|
521
|
-
...opts,
|
|
522
|
-
});
|
|
523
|
-
Object.setPrototypeOf(this, PullRequestCannotBeApprovedByAuthorException.prototype);
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
export class InvalidPullRequestStatusUpdateException extends __BaseException {
|
|
527
|
-
name = "InvalidPullRequestStatusUpdateException";
|
|
528
|
-
$fault = "client";
|
|
529
|
-
constructor(opts) {
|
|
530
|
-
super({
|
|
531
|
-
name: "InvalidPullRequestStatusUpdateException",
|
|
532
|
-
$fault: "client",
|
|
533
|
-
...opts,
|
|
534
|
-
});
|
|
535
|
-
Object.setPrototypeOf(this, InvalidPullRequestStatusUpdateException.prototype);
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
export class PullRequestStatusRequiredException extends __BaseException {
|
|
539
|
-
name = "PullRequestStatusRequiredException";
|
|
540
|
-
$fault = "client";
|
|
541
|
-
constructor(opts) {
|
|
542
|
-
super({
|
|
543
|
-
name: "PullRequestStatusRequiredException",
|
|
544
|
-
$fault: "client",
|
|
545
|
-
...opts,
|
|
546
|
-
});
|
|
547
|
-
Object.setPrototypeOf(this, PullRequestStatusRequiredException.prototype);
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
export class EncryptionKeyRequiredException extends __BaseException {
|
|
551
|
-
name = "EncryptionKeyRequiredException";
|
|
552
|
-
$fault = "client";
|
|
553
|
-
constructor(opts) {
|
|
554
|
-
super({
|
|
555
|
-
name: "EncryptionKeyRequiredException",
|
|
556
|
-
$fault: "client",
|
|
557
|
-
...opts,
|
|
558
|
-
});
|
|
559
|
-
Object.setPrototypeOf(this, EncryptionKeyRequiredException.prototype);
|
|
560
|
-
}
|
|
561
|
-
}
|