@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
|
@@ -0,0 +1,2337 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The specified Amazon Resource Name (ARN) does not exist in the Amazon Web Services account.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare class ActorDoesNotExistException extends __BaseException {
|
|
8
|
+
readonly name: "ActorDoesNotExistException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
constructor(opts: __ExceptionOptionType<ActorDoesNotExistException, __BaseException>);
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* <p>The content for the approval rule is empty. You must provide some content for an approval rule. The content cannot be null.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export declare class ApprovalRuleContentRequiredException extends __BaseException {
|
|
20
|
+
readonly name: "ApprovalRuleContentRequiredException";
|
|
21
|
+
readonly $fault: "client";
|
|
22
|
+
/**
|
|
23
|
+
* @internal
|
|
24
|
+
*/
|
|
25
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleContentRequiredException, __BaseException>);
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* <p>The specified approval rule does not exist.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export declare class ApprovalRuleDoesNotExistException extends __BaseException {
|
|
32
|
+
readonly name: "ApprovalRuleDoesNotExistException";
|
|
33
|
+
readonly $fault: "client";
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleDoesNotExistException, __BaseException>);
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* <p>An approval rule with that name already exists. Approval rule names must be unique
|
|
41
|
+
* within the scope of a pull request.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export declare class ApprovalRuleNameAlreadyExistsException extends __BaseException {
|
|
45
|
+
readonly name: "ApprovalRuleNameAlreadyExistsException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
/**
|
|
48
|
+
* @internal
|
|
49
|
+
*/
|
|
50
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleNameAlreadyExistsException, __BaseException>);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* <p>An approval rule name is required, but was not specified.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export declare class ApprovalRuleNameRequiredException extends __BaseException {
|
|
57
|
+
readonly name: "ApprovalRuleNameRequiredException";
|
|
58
|
+
readonly $fault: "client";
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
62
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleNameRequiredException, __BaseException>);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* <p>The content for the approval rule template is empty. You must provide some content for an approval rule template. The content cannot be null.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export declare class ApprovalRuleTemplateContentRequiredException extends __BaseException {
|
|
69
|
+
readonly name: "ApprovalRuleTemplateContentRequiredException";
|
|
70
|
+
readonly $fault: "client";
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
74
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateContentRequiredException, __BaseException>);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* <p>The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the Amazon Web Services Region where the template
|
|
78
|
+
* was created, and then try again.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export declare class ApprovalRuleTemplateDoesNotExistException extends __BaseException {
|
|
82
|
+
readonly name: "ApprovalRuleTemplateDoesNotExistException";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateDoesNotExistException, __BaseException>);
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* <p>The approval rule template is associated with one or more repositories. You cannot delete a template that is associated with a repository. Remove
|
|
91
|
+
* all associations, and then try again.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export declare class ApprovalRuleTemplateInUseException extends __BaseException {
|
|
95
|
+
readonly name: "ApprovalRuleTemplateInUseException";
|
|
96
|
+
readonly $fault: "client";
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateInUseException, __BaseException>);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* <p>You cannot create an approval rule template with that name because a template with
|
|
104
|
+
* that name already exists in this Amazon Web Services Region for your Amazon Web Services account. Approval rule template
|
|
105
|
+
* names must be unique.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
export declare class ApprovalRuleTemplateNameAlreadyExistsException extends __BaseException {
|
|
109
|
+
readonly name: "ApprovalRuleTemplateNameAlreadyExistsException";
|
|
110
|
+
readonly $fault: "client";
|
|
111
|
+
/**
|
|
112
|
+
* @internal
|
|
113
|
+
*/
|
|
114
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateNameAlreadyExistsException, __BaseException>);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* <p>An approval rule template name is required, but was not specified.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
export declare class ApprovalRuleTemplateNameRequiredException extends __BaseException {
|
|
121
|
+
readonly name: "ApprovalRuleTemplateNameRequiredException";
|
|
122
|
+
readonly $fault: "client";
|
|
123
|
+
/**
|
|
124
|
+
* @internal
|
|
125
|
+
*/
|
|
126
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateNameRequiredException, __BaseException>);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* <p>An approval state is required, but was not specified.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export declare class ApprovalStateRequiredException extends __BaseException {
|
|
133
|
+
readonly name: "ApprovalStateRequiredException";
|
|
134
|
+
readonly $fault: "client";
|
|
135
|
+
/**
|
|
136
|
+
* @internal
|
|
137
|
+
*/
|
|
138
|
+
constructor(opts: __ExceptionOptionType<ApprovalStateRequiredException, __BaseException>);
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* <p>An encryption integrity check failed.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
export declare class EncryptionIntegrityChecksFailedException extends __BaseException {
|
|
145
|
+
readonly name: "EncryptionIntegrityChecksFailedException";
|
|
146
|
+
readonly $fault: "server";
|
|
147
|
+
/**
|
|
148
|
+
* @internal
|
|
149
|
+
*/
|
|
150
|
+
constructor(opts: __ExceptionOptionType<EncryptionIntegrityChecksFailedException, __BaseException>);
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* <p>An encryption key could not be accessed.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
export declare class EncryptionKeyAccessDeniedException extends __BaseException {
|
|
157
|
+
readonly name: "EncryptionKeyAccessDeniedException";
|
|
158
|
+
readonly $fault: "client";
|
|
159
|
+
/**
|
|
160
|
+
* @internal
|
|
161
|
+
*/
|
|
162
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyAccessDeniedException, __BaseException>);
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* <p>The encryption key is disabled.</p>
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
export declare class EncryptionKeyDisabledException extends __BaseException {
|
|
169
|
+
readonly name: "EncryptionKeyDisabledException";
|
|
170
|
+
readonly $fault: "client";
|
|
171
|
+
/**
|
|
172
|
+
* @internal
|
|
173
|
+
*/
|
|
174
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyDisabledException, __BaseException>);
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* <p>No encryption key was found.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export declare class EncryptionKeyNotFoundException extends __BaseException {
|
|
181
|
+
readonly name: "EncryptionKeyNotFoundException";
|
|
182
|
+
readonly $fault: "client";
|
|
183
|
+
/**
|
|
184
|
+
* @internal
|
|
185
|
+
*/
|
|
186
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyNotFoundException, __BaseException>);
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* <p>The encryption key is not available.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
export declare class EncryptionKeyUnavailableException extends __BaseException {
|
|
193
|
+
readonly name: "EncryptionKeyUnavailableException";
|
|
194
|
+
readonly $fault: "client";
|
|
195
|
+
/**
|
|
196
|
+
* @internal
|
|
197
|
+
*/
|
|
198
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyUnavailableException, __BaseException>);
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* <p>The name of the approval rule template is not valid. Template names must be between 1
|
|
202
|
+
* and 100 valid characters in length. For more information about limits in CodeCommit,
|
|
203
|
+
* see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Quotas</a> in the <i>CodeCommit User Guide</i>.</p>
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
export declare class InvalidApprovalRuleTemplateNameException extends __BaseException {
|
|
207
|
+
readonly name: "InvalidApprovalRuleTemplateNameException";
|
|
208
|
+
readonly $fault: "client";
|
|
209
|
+
/**
|
|
210
|
+
* @internal
|
|
211
|
+
*/
|
|
212
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateNameException, __BaseException>);
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* <p>A specified repository name is not valid.</p>
|
|
216
|
+
* <note>
|
|
217
|
+
* <p>This exception occurs only when a specified repository name is not valid. Other
|
|
218
|
+
* exceptions occur when a required repository parameter is missing, or when a
|
|
219
|
+
* specified repository does not exist.</p>
|
|
220
|
+
* </note>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
export declare class InvalidRepositoryNameException extends __BaseException {
|
|
224
|
+
readonly name: "InvalidRepositoryNameException";
|
|
225
|
+
readonly $fault: "client";
|
|
226
|
+
/**
|
|
227
|
+
* @internal
|
|
228
|
+
*/
|
|
229
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryNameException, __BaseException>);
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* <p>The maximum number of approval rule templates for a repository has been exceeded. You cannot associate more than 25
|
|
233
|
+
* approval rule templates with a repository.</p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
export declare class MaximumRuleTemplatesAssociatedWithRepositoryException extends __BaseException {
|
|
237
|
+
readonly name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
|
|
238
|
+
readonly $fault: "client";
|
|
239
|
+
/**
|
|
240
|
+
* @internal
|
|
241
|
+
*/
|
|
242
|
+
constructor(opts: __ExceptionOptionType<MaximumRuleTemplatesAssociatedWithRepositoryException, __BaseException>);
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* <p>The specified repository does not exist.</p>
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
export declare class RepositoryDoesNotExistException extends __BaseException {
|
|
249
|
+
readonly name: "RepositoryDoesNotExistException";
|
|
250
|
+
readonly $fault: "client";
|
|
251
|
+
/**
|
|
252
|
+
* @internal
|
|
253
|
+
*/
|
|
254
|
+
constructor(opts: __ExceptionOptionType<RepositoryDoesNotExistException, __BaseException>);
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* <p>A repository name is required, but was not specified.</p>
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
export declare class RepositoryNameRequiredException extends __BaseException {
|
|
261
|
+
readonly name: "RepositoryNameRequiredException";
|
|
262
|
+
readonly $fault: "client";
|
|
263
|
+
/**
|
|
264
|
+
* @internal
|
|
265
|
+
*/
|
|
266
|
+
constructor(opts: __ExceptionOptionType<RepositoryNameRequiredException, __BaseException>);
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* <p>The specified Amazon Resource Name (ARN) does not exist in the Amazon Web Services account.</p>
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
export declare class AuthorDoesNotExistException extends __BaseException {
|
|
273
|
+
readonly name: "AuthorDoesNotExistException";
|
|
274
|
+
readonly $fault: "client";
|
|
275
|
+
/**
|
|
276
|
+
* @internal
|
|
277
|
+
*/
|
|
278
|
+
constructor(opts: __ExceptionOptionType<AuthorDoesNotExistException, __BaseException>);
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* <p>The maximum number of allowed repository names was exceeded. Currently, this number is 100.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
export declare class MaximumRepositoryNamesExceededException extends __BaseException {
|
|
285
|
+
readonly name: "MaximumRepositoryNamesExceededException";
|
|
286
|
+
readonly $fault: "client";
|
|
287
|
+
/**
|
|
288
|
+
* @internal
|
|
289
|
+
*/
|
|
290
|
+
constructor(opts: __ExceptionOptionType<MaximumRepositoryNamesExceededException, __BaseException>);
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* <p>At least one repository name object is required, but was not specified.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
export declare class RepositoryNamesRequiredException extends __BaseException {
|
|
297
|
+
readonly name: "RepositoryNamesRequiredException";
|
|
298
|
+
readonly $fault: "client";
|
|
299
|
+
/**
|
|
300
|
+
* @internal
|
|
301
|
+
*/
|
|
302
|
+
constructor(opts: __ExceptionOptionType<RepositoryNamesRequiredException, __BaseException>);
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* <p>The specified commit does not exist or no commit was specified, and the specified repository has no default branch.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
export declare class CommitDoesNotExistException extends __BaseException {
|
|
309
|
+
readonly name: "CommitDoesNotExistException";
|
|
310
|
+
readonly $fault: "client";
|
|
311
|
+
/**
|
|
312
|
+
* @internal
|
|
313
|
+
*/
|
|
314
|
+
constructor(opts: __ExceptionOptionType<CommitDoesNotExistException, __BaseException>);
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* <p>A commit was not specified.</p>
|
|
318
|
+
* @public
|
|
319
|
+
*/
|
|
320
|
+
export declare class CommitRequiredException extends __BaseException {
|
|
321
|
+
readonly name: "CommitRequiredException";
|
|
322
|
+
readonly $fault: "client";
|
|
323
|
+
/**
|
|
324
|
+
* @internal
|
|
325
|
+
*/
|
|
326
|
+
constructor(opts: __ExceptionOptionType<CommitRequiredException, __BaseException>);
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* <p>The specified commit is not valid.</p>
|
|
330
|
+
* @public
|
|
331
|
+
*/
|
|
332
|
+
export declare class InvalidCommitException extends __BaseException {
|
|
333
|
+
readonly name: "InvalidCommitException";
|
|
334
|
+
readonly $fault: "client";
|
|
335
|
+
/**
|
|
336
|
+
* @internal
|
|
337
|
+
*/
|
|
338
|
+
constructor(opts: __ExceptionOptionType<InvalidCommitException, __BaseException>);
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* <p>The specified conflict detail level is not valid.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
export declare class InvalidConflictDetailLevelException extends __BaseException {
|
|
345
|
+
readonly name: "InvalidConflictDetailLevelException";
|
|
346
|
+
readonly $fault: "client";
|
|
347
|
+
/**
|
|
348
|
+
* @internal
|
|
349
|
+
*/
|
|
350
|
+
constructor(opts: __ExceptionOptionType<InvalidConflictDetailLevelException, __BaseException>);
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* <p>The specified conflict resolution strategy is not valid.</p>
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
export declare class InvalidConflictResolutionStrategyException extends __BaseException {
|
|
357
|
+
readonly name: "InvalidConflictResolutionStrategyException";
|
|
358
|
+
readonly $fault: "client";
|
|
359
|
+
/**
|
|
360
|
+
* @internal
|
|
361
|
+
*/
|
|
362
|
+
constructor(opts: __ExceptionOptionType<InvalidConflictResolutionStrategyException, __BaseException>);
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* <p>The specified continuation token is not valid.</p>
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
export declare class InvalidContinuationTokenException extends __BaseException {
|
|
369
|
+
readonly name: "InvalidContinuationTokenException";
|
|
370
|
+
readonly $fault: "client";
|
|
371
|
+
/**
|
|
372
|
+
* @internal
|
|
373
|
+
*/
|
|
374
|
+
constructor(opts: __ExceptionOptionType<InvalidContinuationTokenException, __BaseException>);
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* <p>The specified value for the number of conflict files to return is not valid.</p>
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
export declare class InvalidMaxConflictFilesException extends __BaseException {
|
|
381
|
+
readonly name: "InvalidMaxConflictFilesException";
|
|
382
|
+
readonly $fault: "client";
|
|
383
|
+
/**
|
|
384
|
+
* @internal
|
|
385
|
+
*/
|
|
386
|
+
constructor(opts: __ExceptionOptionType<InvalidMaxConflictFilesException, __BaseException>);
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* <p>The specified value for the number of merge hunks to return is not valid.</p>
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
export declare class InvalidMaxMergeHunksException extends __BaseException {
|
|
393
|
+
readonly name: "InvalidMaxMergeHunksException";
|
|
394
|
+
readonly $fault: "client";
|
|
395
|
+
/**
|
|
396
|
+
* @internal
|
|
397
|
+
*/
|
|
398
|
+
constructor(opts: __ExceptionOptionType<InvalidMaxMergeHunksException, __BaseException>);
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* <p>The specified merge option is not valid for this operation. Not all merge strategies are supported for all operations.</p>
|
|
402
|
+
* @public
|
|
403
|
+
*/
|
|
404
|
+
export declare class InvalidMergeOptionException extends __BaseException {
|
|
405
|
+
readonly name: "InvalidMergeOptionException";
|
|
406
|
+
readonly $fault: "client";
|
|
407
|
+
/**
|
|
408
|
+
* @internal
|
|
409
|
+
*/
|
|
410
|
+
constructor(opts: __ExceptionOptionType<InvalidMergeOptionException, __BaseException>);
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* <p>The number of files to load exceeds the allowed limit.</p>
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
export declare class MaximumFileContentToLoadExceededException extends __BaseException {
|
|
417
|
+
readonly name: "MaximumFileContentToLoadExceededException";
|
|
418
|
+
readonly $fault: "client";
|
|
419
|
+
/**
|
|
420
|
+
* @internal
|
|
421
|
+
*/
|
|
422
|
+
constructor(opts: __ExceptionOptionType<MaximumFileContentToLoadExceededException, __BaseException>);
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* <p>The number of items to compare between the source or destination branches and the merge base has exceeded the maximum allowed.</p>
|
|
426
|
+
* @public
|
|
427
|
+
*/
|
|
428
|
+
export declare class MaximumItemsToCompareExceededException extends __BaseException {
|
|
429
|
+
readonly name: "MaximumItemsToCompareExceededException";
|
|
430
|
+
readonly $fault: "client";
|
|
431
|
+
/**
|
|
432
|
+
* @internal
|
|
433
|
+
*/
|
|
434
|
+
constructor(opts: __ExceptionOptionType<MaximumItemsToCompareExceededException, __BaseException>);
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* <p>A merge option or stategy is required, and none was provided.</p>
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
export declare class MergeOptionRequiredException extends __BaseException {
|
|
441
|
+
readonly name: "MergeOptionRequiredException";
|
|
442
|
+
readonly $fault: "client";
|
|
443
|
+
/**
|
|
444
|
+
* @internal
|
|
445
|
+
*/
|
|
446
|
+
constructor(opts: __ExceptionOptionType<MergeOptionRequiredException, __BaseException>);
|
|
447
|
+
}
|
|
448
|
+
/**
|
|
449
|
+
* <p>The divergence between the tips of the provided commit specifiers is too great to determine whether there might be
|
|
450
|
+
* any merge conflicts. Locally compare the specifiers using <code>git diff</code> or a diff tool.</p>
|
|
451
|
+
* @public
|
|
452
|
+
*/
|
|
453
|
+
export declare class TipsDivergenceExceededException extends __BaseException {
|
|
454
|
+
readonly name: "TipsDivergenceExceededException";
|
|
455
|
+
readonly $fault: "client";
|
|
456
|
+
/**
|
|
457
|
+
* @internal
|
|
458
|
+
*/
|
|
459
|
+
constructor(opts: __ExceptionOptionType<TipsDivergenceExceededException, __BaseException>);
|
|
460
|
+
}
|
|
461
|
+
/**
|
|
462
|
+
* <p>The maximum number of allowed commit IDs in a batch request is 100. Verify that your batch requests contains no more than 100 commit IDs, and then try again.</p>
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
export declare class CommitIdsLimitExceededException extends __BaseException {
|
|
466
|
+
readonly name: "CommitIdsLimitExceededException";
|
|
467
|
+
readonly $fault: "client";
|
|
468
|
+
/**
|
|
469
|
+
* @internal
|
|
470
|
+
*/
|
|
471
|
+
constructor(opts: __ExceptionOptionType<CommitIdsLimitExceededException, __BaseException>);
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* <p>A list of commit IDs is required, but was either not specified or the list was empty.</p>
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
export declare class CommitIdsListRequiredException extends __BaseException {
|
|
478
|
+
readonly name: "CommitIdsListRequiredException";
|
|
479
|
+
readonly $fault: "client";
|
|
480
|
+
/**
|
|
481
|
+
* @internal
|
|
482
|
+
*/
|
|
483
|
+
constructor(opts: __ExceptionOptionType<CommitIdsListRequiredException, __BaseException>);
|
|
484
|
+
}
|
|
485
|
+
/**
|
|
486
|
+
* <p>The before commit ID and the after commit ID are the same, which is not valid. The before commit ID and the after commit ID must be different commit IDs.</p>
|
|
487
|
+
* @public
|
|
488
|
+
*/
|
|
489
|
+
export declare class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
|
|
490
|
+
readonly name: "BeforeCommitIdAndAfterCommitIdAreSameException";
|
|
491
|
+
readonly $fault: "client";
|
|
492
|
+
/**
|
|
493
|
+
* @internal
|
|
494
|
+
*/
|
|
495
|
+
constructor(opts: __ExceptionOptionType<BeforeCommitIdAndAfterCommitIdAreSameException, __BaseException>);
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
* <p>The specified blob does not exist.</p>
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
export declare class BlobIdDoesNotExistException extends __BaseException {
|
|
502
|
+
readonly name: "BlobIdDoesNotExistException";
|
|
503
|
+
readonly $fault: "client";
|
|
504
|
+
/**
|
|
505
|
+
* @internal
|
|
506
|
+
*/
|
|
507
|
+
constructor(opts: __ExceptionOptionType<BlobIdDoesNotExistException, __BaseException>);
|
|
508
|
+
}
|
|
509
|
+
/**
|
|
510
|
+
* <p>A blob ID is required, but was not specified.</p>
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
513
|
+
export declare class BlobIdRequiredException extends __BaseException {
|
|
514
|
+
readonly name: "BlobIdRequiredException";
|
|
515
|
+
readonly $fault: "client";
|
|
516
|
+
/**
|
|
517
|
+
* @internal
|
|
518
|
+
*/
|
|
519
|
+
constructor(opts: __ExceptionOptionType<BlobIdRequiredException, __BaseException>);
|
|
520
|
+
}
|
|
521
|
+
/**
|
|
522
|
+
* <p>The specified branch does not exist.</p>
|
|
523
|
+
* @public
|
|
524
|
+
*/
|
|
525
|
+
export declare class BranchDoesNotExistException extends __BaseException {
|
|
526
|
+
readonly name: "BranchDoesNotExistException";
|
|
527
|
+
readonly $fault: "client";
|
|
528
|
+
/**
|
|
529
|
+
* @internal
|
|
530
|
+
*/
|
|
531
|
+
constructor(opts: __ExceptionOptionType<BranchDoesNotExistException, __BaseException>);
|
|
532
|
+
}
|
|
533
|
+
/**
|
|
534
|
+
* <p>Cannot create the branch with the specified name because the commit conflicts with an existing branch with the same name.
|
|
535
|
+
*
|
|
536
|
+
* Branch names must be unique.</p>
|
|
537
|
+
* @public
|
|
538
|
+
*/
|
|
539
|
+
export declare class BranchNameExistsException extends __BaseException {
|
|
540
|
+
readonly name: "BranchNameExistsException";
|
|
541
|
+
readonly $fault: "client";
|
|
542
|
+
/**
|
|
543
|
+
* @internal
|
|
544
|
+
*/
|
|
545
|
+
constructor(opts: __ExceptionOptionType<BranchNameExistsException, __BaseException>);
|
|
546
|
+
}
|
|
547
|
+
/**
|
|
548
|
+
* <p>The specified branch name is not valid because it is a tag name. Enter the name of a
|
|
549
|
+
* branch in the repository. For a list of valid branch names, use <a>ListBranches</a>.</p>
|
|
550
|
+
* @public
|
|
551
|
+
*/
|
|
552
|
+
export declare class BranchNameIsTagNameException extends __BaseException {
|
|
553
|
+
readonly name: "BranchNameIsTagNameException";
|
|
554
|
+
readonly $fault: "client";
|
|
555
|
+
/**
|
|
556
|
+
* @internal
|
|
557
|
+
*/
|
|
558
|
+
constructor(opts: __ExceptionOptionType<BranchNameIsTagNameException, __BaseException>);
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* <p>A branch name is required, but was not specified.</p>
|
|
562
|
+
* @public
|
|
563
|
+
*/
|
|
564
|
+
export declare class BranchNameRequiredException extends __BaseException {
|
|
565
|
+
readonly name: "BranchNameRequiredException";
|
|
566
|
+
readonly $fault: "client";
|
|
567
|
+
/**
|
|
568
|
+
* @internal
|
|
569
|
+
*/
|
|
570
|
+
constructor(opts: __ExceptionOptionType<BranchNameRequiredException, __BaseException>);
|
|
571
|
+
}
|
|
572
|
+
/**
|
|
573
|
+
* <p>The approval rule cannot be deleted from the pull request because it was created by an
|
|
574
|
+
* approval rule template and applied to the pull request automatically.</p>
|
|
575
|
+
* @public
|
|
576
|
+
*/
|
|
577
|
+
export declare class CannotDeleteApprovalRuleFromTemplateException extends __BaseException {
|
|
578
|
+
readonly name: "CannotDeleteApprovalRuleFromTemplateException";
|
|
579
|
+
readonly $fault: "client";
|
|
580
|
+
/**
|
|
581
|
+
* @internal
|
|
582
|
+
*/
|
|
583
|
+
constructor(opts: __ExceptionOptionType<CannotDeleteApprovalRuleFromTemplateException, __BaseException>);
|
|
584
|
+
}
|
|
585
|
+
/**
|
|
586
|
+
* <p>The approval rule cannot be modified for the pull request because it was created by an
|
|
587
|
+
* approval rule template and applied to the pull request automatically.</p>
|
|
588
|
+
* @public
|
|
589
|
+
*/
|
|
590
|
+
export declare class CannotModifyApprovalRuleFromTemplateException extends __BaseException {
|
|
591
|
+
readonly name: "CannotModifyApprovalRuleFromTemplateException";
|
|
592
|
+
readonly $fault: "client";
|
|
593
|
+
/**
|
|
594
|
+
* @internal
|
|
595
|
+
*/
|
|
596
|
+
constructor(opts: __ExceptionOptionType<CannotModifyApprovalRuleFromTemplateException, __BaseException>);
|
|
597
|
+
}
|
|
598
|
+
/**
|
|
599
|
+
* <p>A client request token is required. A client request token is an unique,
|
|
600
|
+
* client-generated idempotency token that, when provided in a request, ensures the request
|
|
601
|
+
* cannot be repeated with a changed parameter. If a request is received with the same
|
|
602
|
+
* parameters and a token is included, the request returns information about the initial
|
|
603
|
+
* request that used that token.</p>
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
export declare class ClientRequestTokenRequiredException extends __BaseException {
|
|
607
|
+
readonly name: "ClientRequestTokenRequiredException";
|
|
608
|
+
readonly $fault: "client";
|
|
609
|
+
/**
|
|
610
|
+
* @internal
|
|
611
|
+
*/
|
|
612
|
+
constructor(opts: __ExceptionOptionType<ClientRequestTokenRequiredException, __BaseException>);
|
|
613
|
+
}
|
|
614
|
+
/**
|
|
615
|
+
* <p>The content of the approval rule template is not valid.</p>
|
|
616
|
+
* @public
|
|
617
|
+
*/
|
|
618
|
+
export declare class InvalidApprovalRuleTemplateContentException extends __BaseException {
|
|
619
|
+
readonly name: "InvalidApprovalRuleTemplateContentException";
|
|
620
|
+
readonly $fault: "client";
|
|
621
|
+
/**
|
|
622
|
+
* @internal
|
|
623
|
+
*/
|
|
624
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateContentException, __BaseException>);
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* <p>The description for the approval rule template is not valid because it exceeds the
|
|
628
|
+
* maximum characters allowed for a description. For more information about limits in CodeCommit,
|
|
629
|
+
* see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Quotas</a> in the <i>CodeCommit User Guide</i>.</p>
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
export declare class InvalidApprovalRuleTemplateDescriptionException extends __BaseException {
|
|
633
|
+
readonly name: "InvalidApprovalRuleTemplateDescriptionException";
|
|
634
|
+
readonly $fault: "client";
|
|
635
|
+
/**
|
|
636
|
+
* @internal
|
|
637
|
+
*/
|
|
638
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateDescriptionException, __BaseException>);
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* <p>The maximum number of approval rule templates has been exceeded for this Amazon Web Services Region. </p>
|
|
642
|
+
* @public
|
|
643
|
+
*/
|
|
644
|
+
export declare class NumberOfRuleTemplatesExceededException extends __BaseException {
|
|
645
|
+
readonly name: "NumberOfRuleTemplatesExceededException";
|
|
646
|
+
readonly $fault: "client";
|
|
647
|
+
/**
|
|
648
|
+
* @internal
|
|
649
|
+
*/
|
|
650
|
+
constructor(opts: __ExceptionOptionType<NumberOfRuleTemplatesExceededException, __BaseException>);
|
|
651
|
+
}
|
|
652
|
+
/**
|
|
653
|
+
* <p>A commit ID was not specified.</p>
|
|
654
|
+
* @public
|
|
655
|
+
*/
|
|
656
|
+
export declare class CommitIdRequiredException extends __BaseException {
|
|
657
|
+
readonly name: "CommitIdRequiredException";
|
|
658
|
+
readonly $fault: "client";
|
|
659
|
+
/**
|
|
660
|
+
* @internal
|
|
661
|
+
*/
|
|
662
|
+
constructor(opts: __ExceptionOptionType<CommitIdRequiredException, __BaseException>);
|
|
663
|
+
}
|
|
664
|
+
/**
|
|
665
|
+
* <p>The specified reference name is not valid.</p>
|
|
666
|
+
* @public
|
|
667
|
+
*/
|
|
668
|
+
export declare class InvalidBranchNameException extends __BaseException {
|
|
669
|
+
readonly name: "InvalidBranchNameException";
|
|
670
|
+
readonly $fault: "client";
|
|
671
|
+
/**
|
|
672
|
+
* @internal
|
|
673
|
+
*/
|
|
674
|
+
constructor(opts: __ExceptionOptionType<InvalidBranchNameException, __BaseException>);
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* <p>The specified commit ID is not valid.</p>
|
|
678
|
+
* @public
|
|
679
|
+
*/
|
|
680
|
+
export declare class InvalidCommitIdException extends __BaseException {
|
|
681
|
+
readonly name: "InvalidCommitIdException";
|
|
682
|
+
readonly $fault: "client";
|
|
683
|
+
/**
|
|
684
|
+
* @internal
|
|
685
|
+
*/
|
|
686
|
+
constructor(opts: __ExceptionOptionType<InvalidCommitIdException, __BaseException>);
|
|
687
|
+
}
|
|
688
|
+
/**
|
|
689
|
+
* <p>The commit message is too long. Provide a shorter string. </p>
|
|
690
|
+
* @public
|
|
691
|
+
*/
|
|
692
|
+
export declare class CommitMessageLengthExceededException extends __BaseException {
|
|
693
|
+
readonly name: "CommitMessageLengthExceededException";
|
|
694
|
+
readonly $fault: "client";
|
|
695
|
+
/**
|
|
696
|
+
* @internal
|
|
697
|
+
*/
|
|
698
|
+
constructor(opts: __ExceptionOptionType<CommitMessageLengthExceededException, __BaseException>);
|
|
699
|
+
}
|
|
700
|
+
/**
|
|
701
|
+
* <p>A file cannot be added to the repository because the specified path name has the same name as a file that already exists in this repository.
|
|
702
|
+
* Either provide a different name for the file, or specify a different path for the file.</p>
|
|
703
|
+
* @public
|
|
704
|
+
*/
|
|
705
|
+
export declare class DirectoryNameConflictsWithFileNameException extends __BaseException {
|
|
706
|
+
readonly name: "DirectoryNameConflictsWithFileNameException";
|
|
707
|
+
readonly $fault: "client";
|
|
708
|
+
/**
|
|
709
|
+
* @internal
|
|
710
|
+
*/
|
|
711
|
+
constructor(opts: __ExceptionOptionType<DirectoryNameConflictsWithFileNameException, __BaseException>);
|
|
712
|
+
}
|
|
713
|
+
/**
|
|
714
|
+
* <p>The commit cannot be created because both a source file and file content have been
|
|
715
|
+
* specified for the same file. You cannot provide both. Either specify a source file or
|
|
716
|
+
* provide the file content directly.</p>
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
export declare class FileContentAndSourceFileSpecifiedException extends __BaseException {
|
|
720
|
+
readonly name: "FileContentAndSourceFileSpecifiedException";
|
|
721
|
+
readonly $fault: "client";
|
|
722
|
+
/**
|
|
723
|
+
* @internal
|
|
724
|
+
*/
|
|
725
|
+
constructor(opts: __ExceptionOptionType<FileContentAndSourceFileSpecifiedException, __BaseException>);
|
|
726
|
+
}
|
|
727
|
+
/**
|
|
728
|
+
* <p>The file cannot be added because it is too large. The maximum file size is 6 MB, and
|
|
729
|
+
* the combined file content change size is 7 MB. Consider making these changes using a Git
|
|
730
|
+
* client.</p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
export declare class FileContentSizeLimitExceededException extends __BaseException {
|
|
734
|
+
readonly name: "FileContentSizeLimitExceededException";
|
|
735
|
+
readonly $fault: "client";
|
|
736
|
+
/**
|
|
737
|
+
* @internal
|
|
738
|
+
*/
|
|
739
|
+
constructor(opts: __ExceptionOptionType<FileContentSizeLimitExceededException, __BaseException>);
|
|
740
|
+
}
|
|
741
|
+
/**
|
|
742
|
+
* <p>The specified file does not exist. Verify that you have used the correct file name,
|
|
743
|
+
* full path, and extension.</p>
|
|
744
|
+
* @public
|
|
745
|
+
*/
|
|
746
|
+
export declare class FileDoesNotExistException extends __BaseException {
|
|
747
|
+
readonly name: "FileDoesNotExistException";
|
|
748
|
+
readonly $fault: "client";
|
|
749
|
+
/**
|
|
750
|
+
* @internal
|
|
751
|
+
*/
|
|
752
|
+
constructor(opts: __ExceptionOptionType<FileDoesNotExistException, __BaseException>);
|
|
753
|
+
}
|
|
754
|
+
/**
|
|
755
|
+
* <p>The commit cannot be created because no files have been specified as added, updated, or changed (PutFile or DeleteFile) for the commit.</p>
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
758
|
+
export declare class FileEntryRequiredException extends __BaseException {
|
|
759
|
+
readonly name: "FileEntryRequiredException";
|
|
760
|
+
readonly $fault: "client";
|
|
761
|
+
/**
|
|
762
|
+
* @internal
|
|
763
|
+
*/
|
|
764
|
+
constructor(opts: __ExceptionOptionType<FileEntryRequiredException, __BaseException>);
|
|
765
|
+
}
|
|
766
|
+
/**
|
|
767
|
+
* <p>The commit cannot be created because no file mode has been specified. A file mode is
|
|
768
|
+
* required to update mode permissions for a file.</p>
|
|
769
|
+
* @public
|
|
770
|
+
*/
|
|
771
|
+
export declare class FileModeRequiredException extends __BaseException {
|
|
772
|
+
readonly name: "FileModeRequiredException";
|
|
773
|
+
readonly $fault: "client";
|
|
774
|
+
/**
|
|
775
|
+
* @internal
|
|
776
|
+
*/
|
|
777
|
+
constructor(opts: __ExceptionOptionType<FileModeRequiredException, __BaseException>);
|
|
778
|
+
}
|
|
779
|
+
/**
|
|
780
|
+
* <p>A file cannot be added to the repository because the specified file name has the same name as a directory in this repository. Either provide
|
|
781
|
+
* another name for the file, or add the file in a directory that does not match the file name.</p>
|
|
782
|
+
* @public
|
|
783
|
+
*/
|
|
784
|
+
export declare class FileNameConflictsWithDirectoryNameException extends __BaseException {
|
|
785
|
+
readonly name: "FileNameConflictsWithDirectoryNameException";
|
|
786
|
+
readonly $fault: "client";
|
|
787
|
+
/**
|
|
788
|
+
* @internal
|
|
789
|
+
*/
|
|
790
|
+
constructor(opts: __ExceptionOptionType<FileNameConflictsWithDirectoryNameException, __BaseException>);
|
|
791
|
+
}
|
|
792
|
+
/**
|
|
793
|
+
* <p>The commit cannot be created because a specified file path points to a submodule. Verify that the destination files
|
|
794
|
+
* have valid file paths that do not point to a submodule.</p>
|
|
795
|
+
* @public
|
|
796
|
+
*/
|
|
797
|
+
export declare class FilePathConflictsWithSubmodulePathException extends __BaseException {
|
|
798
|
+
readonly name: "FilePathConflictsWithSubmodulePathException";
|
|
799
|
+
readonly $fault: "client";
|
|
800
|
+
/**
|
|
801
|
+
* @internal
|
|
802
|
+
*/
|
|
803
|
+
constructor(opts: __ExceptionOptionType<FilePathConflictsWithSubmodulePathException, __BaseException>);
|
|
804
|
+
}
|
|
805
|
+
/**
|
|
806
|
+
* <p>The commit cannot be created because at least one of the overall changes in the commit results in a
|
|
807
|
+
* folder whose contents exceed the limit of 6 MB. Either reduce the number and size of your changes,
|
|
808
|
+
* or split the changes across multiple folders.</p>
|
|
809
|
+
* @public
|
|
810
|
+
*/
|
|
811
|
+
export declare class FolderContentSizeLimitExceededException extends __BaseException {
|
|
812
|
+
readonly name: "FolderContentSizeLimitExceededException";
|
|
813
|
+
readonly $fault: "client";
|
|
814
|
+
/**
|
|
815
|
+
* @internal
|
|
816
|
+
*/
|
|
817
|
+
constructor(opts: __ExceptionOptionType<FolderContentSizeLimitExceededException, __BaseException>);
|
|
818
|
+
}
|
|
819
|
+
/**
|
|
820
|
+
* <p>The specified deletion parameter is not valid.</p>
|
|
821
|
+
* @public
|
|
822
|
+
*/
|
|
823
|
+
export declare class InvalidDeletionParameterException extends __BaseException {
|
|
824
|
+
readonly name: "InvalidDeletionParameterException";
|
|
825
|
+
readonly $fault: "client";
|
|
826
|
+
/**
|
|
827
|
+
* @internal
|
|
828
|
+
*/
|
|
829
|
+
constructor(opts: __ExceptionOptionType<InvalidDeletionParameterException, __BaseException>);
|
|
830
|
+
}
|
|
831
|
+
/**
|
|
832
|
+
* <p>The specified email address either contains one or more characters that are not allowed, or it exceeds the maximum number of characters
|
|
833
|
+
* allowed for an email address.</p>
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
export declare class InvalidEmailException extends __BaseException {
|
|
837
|
+
readonly name: "InvalidEmailException";
|
|
838
|
+
readonly $fault: "client";
|
|
839
|
+
/**
|
|
840
|
+
* @internal
|
|
841
|
+
*/
|
|
842
|
+
constructor(opts: __ExceptionOptionType<InvalidEmailException, __BaseException>);
|
|
843
|
+
}
|
|
844
|
+
/**
|
|
845
|
+
* <p>The specified file mode permission is not valid. For a list of valid file mode permissions, see <a>PutFile</a>. </p>
|
|
846
|
+
* @public
|
|
847
|
+
*/
|
|
848
|
+
export declare class InvalidFileModeException extends __BaseException {
|
|
849
|
+
readonly name: "InvalidFileModeException";
|
|
850
|
+
readonly $fault: "client";
|
|
851
|
+
/**
|
|
852
|
+
* @internal
|
|
853
|
+
*/
|
|
854
|
+
constructor(opts: __ExceptionOptionType<InvalidFileModeException, __BaseException>);
|
|
855
|
+
}
|
|
856
|
+
/**
|
|
857
|
+
* <p>The parent commit ID is not valid. The commit ID cannot be empty, and must match the head commit ID for the branch of the repository where you
|
|
858
|
+
* want to add or update a file.</p>
|
|
859
|
+
* @public
|
|
860
|
+
*/
|
|
861
|
+
export declare class InvalidParentCommitIdException extends __BaseException {
|
|
862
|
+
readonly name: "InvalidParentCommitIdException";
|
|
863
|
+
readonly $fault: "client";
|
|
864
|
+
/**
|
|
865
|
+
* @internal
|
|
866
|
+
*/
|
|
867
|
+
constructor(opts: __ExceptionOptionType<InvalidParentCommitIdException, __BaseException>);
|
|
868
|
+
}
|
|
869
|
+
/**
|
|
870
|
+
* <p>The specified path is not valid.</p>
|
|
871
|
+
* @public
|
|
872
|
+
*/
|
|
873
|
+
export declare class InvalidPathException extends __BaseException {
|
|
874
|
+
readonly name: "InvalidPathException";
|
|
875
|
+
readonly $fault: "client";
|
|
876
|
+
/**
|
|
877
|
+
* @internal
|
|
878
|
+
*/
|
|
879
|
+
constructor(opts: __ExceptionOptionType<InvalidPathException, __BaseException>);
|
|
880
|
+
}
|
|
881
|
+
/**
|
|
882
|
+
* <p>The number of specified files to change as part of this commit exceeds the maximum number of files
|
|
883
|
+
* that can be changed in a single commit. Consider using a Git client for these changes.</p>
|
|
884
|
+
* @public
|
|
885
|
+
*/
|
|
886
|
+
export declare class MaximumFileEntriesExceededException extends __BaseException {
|
|
887
|
+
readonly name: "MaximumFileEntriesExceededException";
|
|
888
|
+
readonly $fault: "client";
|
|
889
|
+
/**
|
|
890
|
+
* @internal
|
|
891
|
+
*/
|
|
892
|
+
constructor(opts: __ExceptionOptionType<MaximumFileEntriesExceededException, __BaseException>);
|
|
893
|
+
}
|
|
894
|
+
/**
|
|
895
|
+
* <p>The user name is not valid because it has exceeded the character limit for author names. </p>
|
|
896
|
+
* @public
|
|
897
|
+
*/
|
|
898
|
+
export declare class NameLengthExceededException extends __BaseException {
|
|
899
|
+
readonly name: "NameLengthExceededException";
|
|
900
|
+
readonly $fault: "client";
|
|
901
|
+
/**
|
|
902
|
+
* @internal
|
|
903
|
+
*/
|
|
904
|
+
constructor(opts: __ExceptionOptionType<NameLengthExceededException, __BaseException>);
|
|
905
|
+
}
|
|
906
|
+
/**
|
|
907
|
+
* <p>The commit cannot be created because no changes will be made to the repository as a result of this commit. A commit must contain at least one change.</p>
|
|
908
|
+
* @public
|
|
909
|
+
*/
|
|
910
|
+
export declare class NoChangeException extends __BaseException {
|
|
911
|
+
readonly name: "NoChangeException";
|
|
912
|
+
readonly $fault: "client";
|
|
913
|
+
/**
|
|
914
|
+
* @internal
|
|
915
|
+
*/
|
|
916
|
+
constructor(opts: __ExceptionOptionType<NoChangeException, __BaseException>);
|
|
917
|
+
}
|
|
918
|
+
/**
|
|
919
|
+
* <p>The parent commit ID is not valid because it does not exist. The specified parent commit ID does not exist in the specified branch of the repository.</p>
|
|
920
|
+
* @public
|
|
921
|
+
*/
|
|
922
|
+
export declare class ParentCommitDoesNotExistException extends __BaseException {
|
|
923
|
+
readonly name: "ParentCommitDoesNotExistException";
|
|
924
|
+
readonly $fault: "client";
|
|
925
|
+
/**
|
|
926
|
+
* @internal
|
|
927
|
+
*/
|
|
928
|
+
constructor(opts: __ExceptionOptionType<ParentCommitDoesNotExistException, __BaseException>);
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
* <p>The file could not be added because the provided parent commit ID is not the current tip of the specified branch. To view the full commit ID of the current head
|
|
932
|
+
* of the branch, use <a>GetBranch</a>.</p>
|
|
933
|
+
* @public
|
|
934
|
+
*/
|
|
935
|
+
export declare class ParentCommitIdOutdatedException extends __BaseException {
|
|
936
|
+
readonly name: "ParentCommitIdOutdatedException";
|
|
937
|
+
readonly $fault: "client";
|
|
938
|
+
/**
|
|
939
|
+
* @internal
|
|
940
|
+
*/
|
|
941
|
+
constructor(opts: __ExceptionOptionType<ParentCommitIdOutdatedException, __BaseException>);
|
|
942
|
+
}
|
|
943
|
+
/**
|
|
944
|
+
* <p>A parent commit ID is required. To view the full commit ID of a branch in a repository, use <a>GetBranch</a> or a Git command
|
|
945
|
+
* (for example, git pull or git log).</p>
|
|
946
|
+
* @public
|
|
947
|
+
*/
|
|
948
|
+
export declare class ParentCommitIdRequiredException extends __BaseException {
|
|
949
|
+
readonly name: "ParentCommitIdRequiredException";
|
|
950
|
+
readonly $fault: "client";
|
|
951
|
+
/**
|
|
952
|
+
* @internal
|
|
953
|
+
*/
|
|
954
|
+
constructor(opts: __ExceptionOptionType<ParentCommitIdRequiredException, __BaseException>);
|
|
955
|
+
}
|
|
956
|
+
/**
|
|
957
|
+
* <p>The folderPath for a location cannot be null.</p>
|
|
958
|
+
* @public
|
|
959
|
+
*/
|
|
960
|
+
export declare class PathRequiredException extends __BaseException {
|
|
961
|
+
readonly name: "PathRequiredException";
|
|
962
|
+
readonly $fault: "client";
|
|
963
|
+
/**
|
|
964
|
+
* @internal
|
|
965
|
+
*/
|
|
966
|
+
constructor(opts: __ExceptionOptionType<PathRequiredException, __BaseException>);
|
|
967
|
+
}
|
|
968
|
+
/**
|
|
969
|
+
* <p>The commit cannot be created because one or more files specified in the commit reference both a file and a folder.</p>
|
|
970
|
+
* @public
|
|
971
|
+
*/
|
|
972
|
+
export declare class PutFileEntryConflictException extends __BaseException {
|
|
973
|
+
readonly name: "PutFileEntryConflictException";
|
|
974
|
+
readonly $fault: "client";
|
|
975
|
+
/**
|
|
976
|
+
* @internal
|
|
977
|
+
*/
|
|
978
|
+
constructor(opts: __ExceptionOptionType<PutFileEntryConflictException, __BaseException>);
|
|
979
|
+
}
|
|
980
|
+
/**
|
|
981
|
+
* <p>The commit cannot be created because one of the changes specifies copying or moving a .gitkeep file.</p>
|
|
982
|
+
* @public
|
|
983
|
+
*/
|
|
984
|
+
export declare class RestrictedSourceFileException extends __BaseException {
|
|
985
|
+
readonly name: "RestrictedSourceFileException";
|
|
986
|
+
readonly $fault: "client";
|
|
987
|
+
/**
|
|
988
|
+
* @internal
|
|
989
|
+
*/
|
|
990
|
+
constructor(opts: __ExceptionOptionType<RestrictedSourceFileException, __BaseException>);
|
|
991
|
+
}
|
|
992
|
+
/**
|
|
993
|
+
* <p>The commit cannot be created because one or more changes in this commit duplicate actions in the same file path. For example,
|
|
994
|
+
* you cannot make the same delete request to the same file in the same file path twice, or make a delete request and a move request to the same
|
|
995
|
+
* file as part of the same commit.</p>
|
|
996
|
+
* @public
|
|
997
|
+
*/
|
|
998
|
+
export declare class SamePathRequestException extends __BaseException {
|
|
999
|
+
readonly name: "SamePathRequestException";
|
|
1000
|
+
readonly $fault: "client";
|
|
1001
|
+
/**
|
|
1002
|
+
* @internal
|
|
1003
|
+
*/
|
|
1004
|
+
constructor(opts: __ExceptionOptionType<SamePathRequestException, __BaseException>);
|
|
1005
|
+
}
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>The commit cannot be created because no source files or file content have been specified for the commit.</p>
|
|
1008
|
+
* @public
|
|
1009
|
+
*/
|
|
1010
|
+
export declare class SourceFileOrContentRequiredException extends __BaseException {
|
|
1011
|
+
readonly name: "SourceFileOrContentRequiredException";
|
|
1012
|
+
readonly $fault: "client";
|
|
1013
|
+
/**
|
|
1014
|
+
* @internal
|
|
1015
|
+
*/
|
|
1016
|
+
constructor(opts: __ExceptionOptionType<SourceFileOrContentRequiredException, __BaseException>);
|
|
1017
|
+
}
|
|
1018
|
+
/**
|
|
1019
|
+
* <p>The client request token is not valid. Either the token is not in a valid format, or
|
|
1020
|
+
* the token has been used in a previous request and cannot be reused.</p>
|
|
1021
|
+
* @public
|
|
1022
|
+
*/
|
|
1023
|
+
export declare class IdempotencyParameterMismatchException extends __BaseException {
|
|
1024
|
+
readonly name: "IdempotencyParameterMismatchException";
|
|
1025
|
+
readonly $fault: "client";
|
|
1026
|
+
/**
|
|
1027
|
+
* @internal
|
|
1028
|
+
*/
|
|
1029
|
+
constructor(opts: __ExceptionOptionType<IdempotencyParameterMismatchException, __BaseException>);
|
|
1030
|
+
}
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>The client request token is not valid.</p>
|
|
1033
|
+
* @public
|
|
1034
|
+
*/
|
|
1035
|
+
export declare class InvalidClientRequestTokenException extends __BaseException {
|
|
1036
|
+
readonly name: "InvalidClientRequestTokenException";
|
|
1037
|
+
readonly $fault: "client";
|
|
1038
|
+
/**
|
|
1039
|
+
* @internal
|
|
1040
|
+
*/
|
|
1041
|
+
constructor(opts: __ExceptionOptionType<InvalidClientRequestTokenException, __BaseException>);
|
|
1042
|
+
}
|
|
1043
|
+
/**
|
|
1044
|
+
* <p>The pull request description is not valid. Descriptions cannot be more than 1,000
|
|
1045
|
+
* characters.</p>
|
|
1046
|
+
* @public
|
|
1047
|
+
*/
|
|
1048
|
+
export declare class InvalidDescriptionException extends __BaseException {
|
|
1049
|
+
readonly name: "InvalidDescriptionException";
|
|
1050
|
+
readonly $fault: "client";
|
|
1051
|
+
/**
|
|
1052
|
+
* @internal
|
|
1053
|
+
*/
|
|
1054
|
+
constructor(opts: __ExceptionOptionType<InvalidDescriptionException, __BaseException>);
|
|
1055
|
+
}
|
|
1056
|
+
/**
|
|
1057
|
+
* <p>The specified reference name format is not valid. Reference names must conform to the
|
|
1058
|
+
* Git references format (for example, refs/heads/main). For more information, see <a href="https://git-scm.com/book/en/v2/Git-Internals-Git-References">Git Internals -
|
|
1059
|
+
* Git References</a> or consult your Git documentation.</p>
|
|
1060
|
+
* @public
|
|
1061
|
+
*/
|
|
1062
|
+
export declare class InvalidReferenceNameException extends __BaseException {
|
|
1063
|
+
readonly name: "InvalidReferenceNameException";
|
|
1064
|
+
readonly $fault: "client";
|
|
1065
|
+
/**
|
|
1066
|
+
* @internal
|
|
1067
|
+
*/
|
|
1068
|
+
constructor(opts: __ExceptionOptionType<InvalidReferenceNameException, __BaseException>);
|
|
1069
|
+
}
|
|
1070
|
+
/**
|
|
1071
|
+
* <p>The target for the pull request is not valid. A target must contain the full values for the repository name, source branch, and destination branch for the pull request.</p>
|
|
1072
|
+
* @public
|
|
1073
|
+
*/
|
|
1074
|
+
export declare class InvalidTargetException extends __BaseException {
|
|
1075
|
+
readonly name: "InvalidTargetException";
|
|
1076
|
+
readonly $fault: "client";
|
|
1077
|
+
/**
|
|
1078
|
+
* @internal
|
|
1079
|
+
*/
|
|
1080
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
|
|
1081
|
+
}
|
|
1082
|
+
/**
|
|
1083
|
+
* <p>The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for
|
|
1084
|
+
* the repository name, source branch, and destination branch for a pull request.</p>
|
|
1085
|
+
* @public
|
|
1086
|
+
*/
|
|
1087
|
+
export declare class InvalidTargetsException extends __BaseException {
|
|
1088
|
+
readonly name: "InvalidTargetsException";
|
|
1089
|
+
readonly $fault: "client";
|
|
1090
|
+
/**
|
|
1091
|
+
* @internal
|
|
1092
|
+
*/
|
|
1093
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetsException, __BaseException>);
|
|
1094
|
+
}
|
|
1095
|
+
/**
|
|
1096
|
+
* <p>The title of the pull request is not valid. Pull request titles cannot exceed 100 characters in length.</p>
|
|
1097
|
+
* @public
|
|
1098
|
+
*/
|
|
1099
|
+
export declare class InvalidTitleException extends __BaseException {
|
|
1100
|
+
readonly name: "InvalidTitleException";
|
|
1101
|
+
readonly $fault: "client";
|
|
1102
|
+
/**
|
|
1103
|
+
* @internal
|
|
1104
|
+
*/
|
|
1105
|
+
constructor(opts: __ExceptionOptionType<InvalidTitleException, __BaseException>);
|
|
1106
|
+
}
|
|
1107
|
+
/**
|
|
1108
|
+
* <p>You cannot create the pull request because the repository has too many open pull requests.
|
|
1109
|
+
* The maximum number of open pull requests for a repository is 1,000. Close one or more open pull requests, and then try again.</p>
|
|
1110
|
+
* @public
|
|
1111
|
+
*/
|
|
1112
|
+
export declare class MaximumOpenPullRequestsExceededException extends __BaseException {
|
|
1113
|
+
readonly name: "MaximumOpenPullRequestsExceededException";
|
|
1114
|
+
readonly $fault: "client";
|
|
1115
|
+
/**
|
|
1116
|
+
* @internal
|
|
1117
|
+
*/
|
|
1118
|
+
constructor(opts: __ExceptionOptionType<MaximumOpenPullRequestsExceededException, __BaseException>);
|
|
1119
|
+
}
|
|
1120
|
+
/**
|
|
1121
|
+
* <p>You cannot include more than one repository in a pull request. Make sure you have specified only one repository name in your request, and then try again.</p>
|
|
1122
|
+
* @public
|
|
1123
|
+
*/
|
|
1124
|
+
export declare class MultipleRepositoriesInPullRequestException extends __BaseException {
|
|
1125
|
+
readonly name: "MultipleRepositoriesInPullRequestException";
|
|
1126
|
+
readonly $fault: "client";
|
|
1127
|
+
/**
|
|
1128
|
+
* @internal
|
|
1129
|
+
*/
|
|
1130
|
+
constructor(opts: __ExceptionOptionType<MultipleRepositoriesInPullRequestException, __BaseException>);
|
|
1131
|
+
}
|
|
1132
|
+
/**
|
|
1133
|
+
* <p>The specified reference does not exist. You must provide a full commit ID.</p>
|
|
1134
|
+
* @public
|
|
1135
|
+
*/
|
|
1136
|
+
export declare class ReferenceDoesNotExistException extends __BaseException {
|
|
1137
|
+
readonly name: "ReferenceDoesNotExistException";
|
|
1138
|
+
readonly $fault: "client";
|
|
1139
|
+
/**
|
|
1140
|
+
* @internal
|
|
1141
|
+
*/
|
|
1142
|
+
constructor(opts: __ExceptionOptionType<ReferenceDoesNotExistException, __BaseException>);
|
|
1143
|
+
}
|
|
1144
|
+
/**
|
|
1145
|
+
* <p>A reference name is required, but none was provided.</p>
|
|
1146
|
+
* @public
|
|
1147
|
+
*/
|
|
1148
|
+
export declare class ReferenceNameRequiredException extends __BaseException {
|
|
1149
|
+
readonly name: "ReferenceNameRequiredException";
|
|
1150
|
+
readonly $fault: "client";
|
|
1151
|
+
/**
|
|
1152
|
+
* @internal
|
|
1153
|
+
*/
|
|
1154
|
+
constructor(opts: __ExceptionOptionType<ReferenceNameRequiredException, __BaseException>);
|
|
1155
|
+
}
|
|
1156
|
+
/**
|
|
1157
|
+
* <p>The specified reference is not a supported type. </p>
|
|
1158
|
+
* @public
|
|
1159
|
+
*/
|
|
1160
|
+
export declare class ReferenceTypeNotSupportedException extends __BaseException {
|
|
1161
|
+
readonly name: "ReferenceTypeNotSupportedException";
|
|
1162
|
+
readonly $fault: "client";
|
|
1163
|
+
/**
|
|
1164
|
+
* @internal
|
|
1165
|
+
*/
|
|
1166
|
+
constructor(opts: __ExceptionOptionType<ReferenceTypeNotSupportedException, __BaseException>);
|
|
1167
|
+
}
|
|
1168
|
+
/**
|
|
1169
|
+
* <p>The source branch and destination branch for the pull request are the same. You must
|
|
1170
|
+
* specify different branches for the source and destination.</p>
|
|
1171
|
+
* @public
|
|
1172
|
+
*/
|
|
1173
|
+
export declare class SourceAndDestinationAreSameException extends __BaseException {
|
|
1174
|
+
readonly name: "SourceAndDestinationAreSameException";
|
|
1175
|
+
readonly $fault: "client";
|
|
1176
|
+
/**
|
|
1177
|
+
* @internal
|
|
1178
|
+
*/
|
|
1179
|
+
constructor(opts: __ExceptionOptionType<SourceAndDestinationAreSameException, __BaseException>);
|
|
1180
|
+
}
|
|
1181
|
+
/**
|
|
1182
|
+
* <p>A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.</p>
|
|
1183
|
+
* @public
|
|
1184
|
+
*/
|
|
1185
|
+
export declare class TargetRequiredException extends __BaseException {
|
|
1186
|
+
readonly name: "TargetRequiredException";
|
|
1187
|
+
readonly $fault: "client";
|
|
1188
|
+
/**
|
|
1189
|
+
* @internal
|
|
1190
|
+
*/
|
|
1191
|
+
constructor(opts: __ExceptionOptionType<TargetRequiredException, __BaseException>);
|
|
1192
|
+
}
|
|
1193
|
+
/**
|
|
1194
|
+
* <p>An array of target objects is required. It cannot be empty or null.</p>
|
|
1195
|
+
* @public
|
|
1196
|
+
*/
|
|
1197
|
+
export declare class TargetsRequiredException extends __BaseException {
|
|
1198
|
+
readonly name: "TargetsRequiredException";
|
|
1199
|
+
readonly $fault: "client";
|
|
1200
|
+
/**
|
|
1201
|
+
* @internal
|
|
1202
|
+
*/
|
|
1203
|
+
constructor(opts: __ExceptionOptionType<TargetsRequiredException, __BaseException>);
|
|
1204
|
+
}
|
|
1205
|
+
/**
|
|
1206
|
+
* <p>A pull request title is required. It cannot be empty or null.</p>
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1209
|
+
export declare class TitleRequiredException extends __BaseException {
|
|
1210
|
+
readonly name: "TitleRequiredException";
|
|
1211
|
+
readonly $fault: "client";
|
|
1212
|
+
/**
|
|
1213
|
+
* @internal
|
|
1214
|
+
*/
|
|
1215
|
+
constructor(opts: __ExceptionOptionType<TitleRequiredException, __BaseException>);
|
|
1216
|
+
}
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>The content for the approval rule is not valid.</p>
|
|
1219
|
+
* @public
|
|
1220
|
+
*/
|
|
1221
|
+
export declare class InvalidApprovalRuleContentException extends __BaseException {
|
|
1222
|
+
readonly name: "InvalidApprovalRuleContentException";
|
|
1223
|
+
readonly $fault: "client";
|
|
1224
|
+
/**
|
|
1225
|
+
* @internal
|
|
1226
|
+
*/
|
|
1227
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleContentException, __BaseException>);
|
|
1228
|
+
}
|
|
1229
|
+
/**
|
|
1230
|
+
* <p>The name for the approval rule is not valid.</p>
|
|
1231
|
+
* @public
|
|
1232
|
+
*/
|
|
1233
|
+
export declare class InvalidApprovalRuleNameException extends __BaseException {
|
|
1234
|
+
readonly name: "InvalidApprovalRuleNameException";
|
|
1235
|
+
readonly $fault: "client";
|
|
1236
|
+
/**
|
|
1237
|
+
* @internal
|
|
1238
|
+
*/
|
|
1239
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleNameException, __BaseException>);
|
|
1240
|
+
}
|
|
1241
|
+
/**
|
|
1242
|
+
* <p>The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.</p>
|
|
1243
|
+
* @public
|
|
1244
|
+
*/
|
|
1245
|
+
export declare class InvalidPullRequestIdException extends __BaseException {
|
|
1246
|
+
readonly name: "InvalidPullRequestIdException";
|
|
1247
|
+
readonly $fault: "client";
|
|
1248
|
+
/**
|
|
1249
|
+
* @internal
|
|
1250
|
+
*/
|
|
1251
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestIdException, __BaseException>);
|
|
1252
|
+
}
|
|
1253
|
+
/**
|
|
1254
|
+
* <p>The approval rule cannot be added. The pull request has the maximum number of approval rules associated with it.</p>
|
|
1255
|
+
* @public
|
|
1256
|
+
*/
|
|
1257
|
+
export declare class NumberOfRulesExceededException extends __BaseException {
|
|
1258
|
+
readonly name: "NumberOfRulesExceededException";
|
|
1259
|
+
readonly $fault: "client";
|
|
1260
|
+
/**
|
|
1261
|
+
* @internal
|
|
1262
|
+
*/
|
|
1263
|
+
constructor(opts: __ExceptionOptionType<NumberOfRulesExceededException, __BaseException>);
|
|
1264
|
+
}
|
|
1265
|
+
/**
|
|
1266
|
+
* <p>The pull request status cannot be updated because it is already closed.</p>
|
|
1267
|
+
* @public
|
|
1268
|
+
*/
|
|
1269
|
+
export declare class PullRequestAlreadyClosedException extends __BaseException {
|
|
1270
|
+
readonly name: "PullRequestAlreadyClosedException";
|
|
1271
|
+
readonly $fault: "client";
|
|
1272
|
+
/**
|
|
1273
|
+
* @internal
|
|
1274
|
+
*/
|
|
1275
|
+
constructor(opts: __ExceptionOptionType<PullRequestAlreadyClosedException, __BaseException>);
|
|
1276
|
+
}
|
|
1277
|
+
/**
|
|
1278
|
+
* <p>The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.</p>
|
|
1279
|
+
* @public
|
|
1280
|
+
*/
|
|
1281
|
+
export declare class PullRequestDoesNotExistException extends __BaseException {
|
|
1282
|
+
readonly name: "PullRequestDoesNotExistException";
|
|
1283
|
+
readonly $fault: "client";
|
|
1284
|
+
/**
|
|
1285
|
+
* @internal
|
|
1286
|
+
*/
|
|
1287
|
+
constructor(opts: __ExceptionOptionType<PullRequestDoesNotExistException, __BaseException>);
|
|
1288
|
+
}
|
|
1289
|
+
/**
|
|
1290
|
+
* <p>A pull request ID is required, but none was provided.</p>
|
|
1291
|
+
* @public
|
|
1292
|
+
*/
|
|
1293
|
+
export declare class PullRequestIdRequiredException extends __BaseException {
|
|
1294
|
+
readonly name: "PullRequestIdRequiredException";
|
|
1295
|
+
readonly $fault: "client";
|
|
1296
|
+
/**
|
|
1297
|
+
* @internal
|
|
1298
|
+
*/
|
|
1299
|
+
constructor(opts: __ExceptionOptionType<PullRequestIdRequiredException, __BaseException>);
|
|
1300
|
+
}
|
|
1301
|
+
/**
|
|
1302
|
+
* <p>The Key Management Service encryption key is not valid.</p>
|
|
1303
|
+
* @public
|
|
1304
|
+
*/
|
|
1305
|
+
export declare class EncryptionKeyInvalidIdException extends __BaseException {
|
|
1306
|
+
readonly name: "EncryptionKeyInvalidIdException";
|
|
1307
|
+
readonly $fault: "client";
|
|
1308
|
+
/**
|
|
1309
|
+
* @internal
|
|
1310
|
+
*/
|
|
1311
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyInvalidIdException, __BaseException>);
|
|
1312
|
+
}
|
|
1313
|
+
/**
|
|
1314
|
+
* <p>A KMS encryption key was used to try and encrypt or decrypt a repository, but either the repository or the key was not
|
|
1315
|
+
* in a valid state to support the operation.</p>
|
|
1316
|
+
* @public
|
|
1317
|
+
*/
|
|
1318
|
+
export declare class EncryptionKeyInvalidUsageException extends __BaseException {
|
|
1319
|
+
readonly name: "EncryptionKeyInvalidUsageException";
|
|
1320
|
+
readonly $fault: "client";
|
|
1321
|
+
/**
|
|
1322
|
+
* @internal
|
|
1323
|
+
*/
|
|
1324
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyInvalidUsageException, __BaseException>);
|
|
1325
|
+
}
|
|
1326
|
+
/**
|
|
1327
|
+
* <p>The specified repository description is not valid.</p>
|
|
1328
|
+
* @public
|
|
1329
|
+
*/
|
|
1330
|
+
export declare class InvalidRepositoryDescriptionException extends __BaseException {
|
|
1331
|
+
readonly name: "InvalidRepositoryDescriptionException";
|
|
1332
|
+
readonly $fault: "client";
|
|
1333
|
+
/**
|
|
1334
|
+
* @internal
|
|
1335
|
+
*/
|
|
1336
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryDescriptionException, __BaseException>);
|
|
1337
|
+
}
|
|
1338
|
+
/**
|
|
1339
|
+
* <p>The specified tag is not valid. Key names cannot be prefixed with aws:.</p>
|
|
1340
|
+
* @public
|
|
1341
|
+
*/
|
|
1342
|
+
export declare class InvalidSystemTagUsageException extends __BaseException {
|
|
1343
|
+
readonly name: "InvalidSystemTagUsageException";
|
|
1344
|
+
readonly $fault: "client";
|
|
1345
|
+
/**
|
|
1346
|
+
* @internal
|
|
1347
|
+
*/
|
|
1348
|
+
constructor(opts: __ExceptionOptionType<InvalidSystemTagUsageException, __BaseException>);
|
|
1349
|
+
}
|
|
1350
|
+
/**
|
|
1351
|
+
* <p>The map of tags is not valid.</p>
|
|
1352
|
+
* @public
|
|
1353
|
+
*/
|
|
1354
|
+
export declare class InvalidTagsMapException extends __BaseException {
|
|
1355
|
+
readonly name: "InvalidTagsMapException";
|
|
1356
|
+
readonly $fault: "client";
|
|
1357
|
+
/**
|
|
1358
|
+
* @internal
|
|
1359
|
+
*/
|
|
1360
|
+
constructor(opts: __ExceptionOptionType<InvalidTagsMapException, __BaseException>);
|
|
1361
|
+
}
|
|
1362
|
+
/**
|
|
1363
|
+
* <p>The requested action is not allowed.</p>
|
|
1364
|
+
* @public
|
|
1365
|
+
*/
|
|
1366
|
+
export declare class OperationNotAllowedException extends __BaseException {
|
|
1367
|
+
readonly name: "OperationNotAllowedException";
|
|
1368
|
+
readonly $fault: "client";
|
|
1369
|
+
/**
|
|
1370
|
+
* @internal
|
|
1371
|
+
*/
|
|
1372
|
+
constructor(opts: __ExceptionOptionType<OperationNotAllowedException, __BaseException>);
|
|
1373
|
+
}
|
|
1374
|
+
/**
|
|
1375
|
+
* <p>A repository resource limit was exceeded.</p>
|
|
1376
|
+
* @public
|
|
1377
|
+
*/
|
|
1378
|
+
export declare class RepositoryLimitExceededException extends __BaseException {
|
|
1379
|
+
readonly name: "RepositoryLimitExceededException";
|
|
1380
|
+
readonly $fault: "client";
|
|
1381
|
+
/**
|
|
1382
|
+
* @internal
|
|
1383
|
+
*/
|
|
1384
|
+
constructor(opts: __ExceptionOptionType<RepositoryLimitExceededException, __BaseException>);
|
|
1385
|
+
}
|
|
1386
|
+
/**
|
|
1387
|
+
* <p>The specified repository name already exists.</p>
|
|
1388
|
+
* @public
|
|
1389
|
+
*/
|
|
1390
|
+
export declare class RepositoryNameExistsException extends __BaseException {
|
|
1391
|
+
readonly name: "RepositoryNameExistsException";
|
|
1392
|
+
readonly $fault: "client";
|
|
1393
|
+
/**
|
|
1394
|
+
* @internal
|
|
1395
|
+
*/
|
|
1396
|
+
constructor(opts: __ExceptionOptionType<RepositoryNameExistsException, __BaseException>);
|
|
1397
|
+
}
|
|
1398
|
+
/**
|
|
1399
|
+
* <p>The tag policy is not valid.</p>
|
|
1400
|
+
* @public
|
|
1401
|
+
*/
|
|
1402
|
+
export declare class TagPolicyException extends __BaseException {
|
|
1403
|
+
readonly name: "TagPolicyException";
|
|
1404
|
+
readonly $fault: "client";
|
|
1405
|
+
/**
|
|
1406
|
+
* @internal
|
|
1407
|
+
*/
|
|
1408
|
+
constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
|
|
1409
|
+
}
|
|
1410
|
+
/**
|
|
1411
|
+
* <p>The maximum number of tags for an CodeCommit resource has been exceeded.</p>
|
|
1412
|
+
* @public
|
|
1413
|
+
*/
|
|
1414
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
1415
|
+
readonly name: "TooManyTagsException";
|
|
1416
|
+
readonly $fault: "client";
|
|
1417
|
+
/**
|
|
1418
|
+
* @internal
|
|
1419
|
+
*/
|
|
1420
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
1421
|
+
}
|
|
1422
|
+
/**
|
|
1423
|
+
* <p>The merge cannot be completed because the target branch has been modified. Another user might have modified the target branch while the merge was in progress. Wait a few minutes, and then try again.</p>
|
|
1424
|
+
* @public
|
|
1425
|
+
*/
|
|
1426
|
+
export declare class ConcurrentReferenceUpdateException extends __BaseException {
|
|
1427
|
+
readonly name: "ConcurrentReferenceUpdateException";
|
|
1428
|
+
readonly $fault: "client";
|
|
1429
|
+
/**
|
|
1430
|
+
* @internal
|
|
1431
|
+
*/
|
|
1432
|
+
constructor(opts: __ExceptionOptionType<ConcurrentReferenceUpdateException, __BaseException>);
|
|
1433
|
+
}
|
|
1434
|
+
/**
|
|
1435
|
+
* <p>The specified conflict resolution list is not valid.</p>
|
|
1436
|
+
* @public
|
|
1437
|
+
*/
|
|
1438
|
+
export declare class InvalidConflictResolutionException extends __BaseException {
|
|
1439
|
+
readonly name: "InvalidConflictResolutionException";
|
|
1440
|
+
readonly $fault: "client";
|
|
1441
|
+
/**
|
|
1442
|
+
* @internal
|
|
1443
|
+
*/
|
|
1444
|
+
constructor(opts: __ExceptionOptionType<InvalidConflictResolutionException, __BaseException>);
|
|
1445
|
+
}
|
|
1446
|
+
/**
|
|
1447
|
+
* <p>Automerge was specified for resolving the conflict, but the replacement type is not valid or content is missing. </p>
|
|
1448
|
+
* @public
|
|
1449
|
+
*/
|
|
1450
|
+
export declare class InvalidReplacementContentException extends __BaseException {
|
|
1451
|
+
readonly name: "InvalidReplacementContentException";
|
|
1452
|
+
readonly $fault: "client";
|
|
1453
|
+
/**
|
|
1454
|
+
* @internal
|
|
1455
|
+
*/
|
|
1456
|
+
constructor(opts: __ExceptionOptionType<InvalidReplacementContentException, __BaseException>);
|
|
1457
|
+
}
|
|
1458
|
+
/**
|
|
1459
|
+
* <p>Automerge was specified for resolving the conflict, but the specified replacement type is not valid.</p>
|
|
1460
|
+
* @public
|
|
1461
|
+
*/
|
|
1462
|
+
export declare class InvalidReplacementTypeException extends __BaseException {
|
|
1463
|
+
readonly name: "InvalidReplacementTypeException";
|
|
1464
|
+
readonly $fault: "client";
|
|
1465
|
+
/**
|
|
1466
|
+
* @internal
|
|
1467
|
+
*/
|
|
1468
|
+
constructor(opts: __ExceptionOptionType<InvalidReplacementTypeException, __BaseException>);
|
|
1469
|
+
}
|
|
1470
|
+
/**
|
|
1471
|
+
* <p>The pull request cannot be merged automatically into the destination branch. You must manually merge the branches and resolve any conflicts.</p>
|
|
1472
|
+
* @public
|
|
1473
|
+
*/
|
|
1474
|
+
export declare class ManualMergeRequiredException extends __BaseException {
|
|
1475
|
+
readonly name: "ManualMergeRequiredException";
|
|
1476
|
+
readonly $fault: "client";
|
|
1477
|
+
/**
|
|
1478
|
+
* @internal
|
|
1479
|
+
*/
|
|
1480
|
+
constructor(opts: __ExceptionOptionType<ManualMergeRequiredException, __BaseException>);
|
|
1481
|
+
}
|
|
1482
|
+
/**
|
|
1483
|
+
* <p>The number of allowed conflict resolution entries was exceeded.</p>
|
|
1484
|
+
* @public
|
|
1485
|
+
*/
|
|
1486
|
+
export declare class MaximumConflictResolutionEntriesExceededException extends __BaseException {
|
|
1487
|
+
readonly name: "MaximumConflictResolutionEntriesExceededException";
|
|
1488
|
+
readonly $fault: "client";
|
|
1489
|
+
/**
|
|
1490
|
+
* @internal
|
|
1491
|
+
*/
|
|
1492
|
+
constructor(opts: __ExceptionOptionType<MaximumConflictResolutionEntriesExceededException, __BaseException>);
|
|
1493
|
+
}
|
|
1494
|
+
/**
|
|
1495
|
+
* <p>More than one conflict resolution entries exists for the conflict. A conflict can have only one conflict resolution entry.</p>
|
|
1496
|
+
* @public
|
|
1497
|
+
*/
|
|
1498
|
+
export declare class MultipleConflictResolutionEntriesException extends __BaseException {
|
|
1499
|
+
readonly name: "MultipleConflictResolutionEntriesException";
|
|
1500
|
+
readonly $fault: "client";
|
|
1501
|
+
/**
|
|
1502
|
+
* @internal
|
|
1503
|
+
*/
|
|
1504
|
+
constructor(opts: __ExceptionOptionType<MultipleConflictResolutionEntriesException, __BaseException>);
|
|
1505
|
+
}
|
|
1506
|
+
/**
|
|
1507
|
+
* <p>USE_NEW_CONTENT was specified, but no replacement content has been provided.</p>
|
|
1508
|
+
* @public
|
|
1509
|
+
*/
|
|
1510
|
+
export declare class ReplacementContentRequiredException extends __BaseException {
|
|
1511
|
+
readonly name: "ReplacementContentRequiredException";
|
|
1512
|
+
readonly $fault: "client";
|
|
1513
|
+
/**
|
|
1514
|
+
* @internal
|
|
1515
|
+
*/
|
|
1516
|
+
constructor(opts: __ExceptionOptionType<ReplacementContentRequiredException, __BaseException>);
|
|
1517
|
+
}
|
|
1518
|
+
/**
|
|
1519
|
+
* <p>A replacement type is required.</p>
|
|
1520
|
+
* @public
|
|
1521
|
+
*/
|
|
1522
|
+
export declare class ReplacementTypeRequiredException extends __BaseException {
|
|
1523
|
+
readonly name: "ReplacementTypeRequiredException";
|
|
1524
|
+
readonly $fault: "client";
|
|
1525
|
+
/**
|
|
1526
|
+
* @internal
|
|
1527
|
+
*/
|
|
1528
|
+
constructor(opts: __ExceptionOptionType<ReplacementTypeRequiredException, __BaseException>);
|
|
1529
|
+
}
|
|
1530
|
+
/**
|
|
1531
|
+
* <p>The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.</p>
|
|
1532
|
+
* @public
|
|
1533
|
+
*/
|
|
1534
|
+
export declare class DefaultBranchCannotBeDeletedException extends __BaseException {
|
|
1535
|
+
readonly name: "DefaultBranchCannotBeDeletedException";
|
|
1536
|
+
readonly $fault: "client";
|
|
1537
|
+
/**
|
|
1538
|
+
* @internal
|
|
1539
|
+
*/
|
|
1540
|
+
constructor(opts: __ExceptionOptionType<DefaultBranchCannotBeDeletedException, __BaseException>);
|
|
1541
|
+
}
|
|
1542
|
+
/**
|
|
1543
|
+
* <p>This comment has already been deleted. You cannot edit or delete a deleted comment.</p>
|
|
1544
|
+
* @public
|
|
1545
|
+
*/
|
|
1546
|
+
export declare class CommentDeletedException extends __BaseException {
|
|
1547
|
+
readonly name: "CommentDeletedException";
|
|
1548
|
+
readonly $fault: "client";
|
|
1549
|
+
/**
|
|
1550
|
+
* @internal
|
|
1551
|
+
*/
|
|
1552
|
+
constructor(opts: __ExceptionOptionType<CommentDeletedException, __BaseException>);
|
|
1553
|
+
}
|
|
1554
|
+
/**
|
|
1555
|
+
* <p>No comment exists with the provided ID. Verify that you have used the correct ID, and
|
|
1556
|
+
* then try again.</p>
|
|
1557
|
+
* @public
|
|
1558
|
+
*/
|
|
1559
|
+
export declare class CommentDoesNotExistException extends __BaseException {
|
|
1560
|
+
readonly name: "CommentDoesNotExistException";
|
|
1561
|
+
readonly $fault: "client";
|
|
1562
|
+
/**
|
|
1563
|
+
* @internal
|
|
1564
|
+
*/
|
|
1565
|
+
constructor(opts: __ExceptionOptionType<CommentDoesNotExistException, __BaseException>);
|
|
1566
|
+
}
|
|
1567
|
+
/**
|
|
1568
|
+
* <p>The comment ID is missing or null. A comment ID is required.</p>
|
|
1569
|
+
* @public
|
|
1570
|
+
*/
|
|
1571
|
+
export declare class CommentIdRequiredException extends __BaseException {
|
|
1572
|
+
readonly name: "CommentIdRequiredException";
|
|
1573
|
+
readonly $fault: "client";
|
|
1574
|
+
/**
|
|
1575
|
+
* @internal
|
|
1576
|
+
*/
|
|
1577
|
+
constructor(opts: __ExceptionOptionType<CommentIdRequiredException, __BaseException>);
|
|
1578
|
+
}
|
|
1579
|
+
/**
|
|
1580
|
+
* <p>The comment ID is not in a valid format. Make sure that you have provided the full comment ID.</p>
|
|
1581
|
+
* @public
|
|
1582
|
+
*/
|
|
1583
|
+
export declare class InvalidCommentIdException extends __BaseException {
|
|
1584
|
+
readonly name: "InvalidCommentIdException";
|
|
1585
|
+
readonly $fault: "client";
|
|
1586
|
+
/**
|
|
1587
|
+
* @internal
|
|
1588
|
+
*/
|
|
1589
|
+
constructor(opts: __ExceptionOptionType<InvalidCommentIdException, __BaseException>);
|
|
1590
|
+
}
|
|
1591
|
+
/**
|
|
1592
|
+
* <p>The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the user who initiated the change for the pull request,
|
|
1593
|
+
* and then try again.</p>
|
|
1594
|
+
* @public
|
|
1595
|
+
*/
|
|
1596
|
+
export declare class InvalidActorArnException extends __BaseException {
|
|
1597
|
+
readonly name: "InvalidActorArnException";
|
|
1598
|
+
readonly $fault: "client";
|
|
1599
|
+
/**
|
|
1600
|
+
* @internal
|
|
1601
|
+
*/
|
|
1602
|
+
constructor(opts: __ExceptionOptionType<InvalidActorArnException, __BaseException>);
|
|
1603
|
+
}
|
|
1604
|
+
/**
|
|
1605
|
+
* <p>The specified number of maximum results is not valid.</p>
|
|
1606
|
+
* @public
|
|
1607
|
+
*/
|
|
1608
|
+
export declare class InvalidMaxResultsException extends __BaseException {
|
|
1609
|
+
readonly name: "InvalidMaxResultsException";
|
|
1610
|
+
readonly $fault: "client";
|
|
1611
|
+
/**
|
|
1612
|
+
* @internal
|
|
1613
|
+
*/
|
|
1614
|
+
constructor(opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>);
|
|
1615
|
+
}
|
|
1616
|
+
/**
|
|
1617
|
+
* <p>The pull request event type is not valid. </p>
|
|
1618
|
+
* @public
|
|
1619
|
+
*/
|
|
1620
|
+
export declare class InvalidPullRequestEventTypeException extends __BaseException {
|
|
1621
|
+
readonly name: "InvalidPullRequestEventTypeException";
|
|
1622
|
+
readonly $fault: "client";
|
|
1623
|
+
/**
|
|
1624
|
+
* @internal
|
|
1625
|
+
*/
|
|
1626
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestEventTypeException, __BaseException>);
|
|
1627
|
+
}
|
|
1628
|
+
/**
|
|
1629
|
+
* <p>The revision ID is not valid. Use GetPullRequest to determine the value.</p>
|
|
1630
|
+
* @public
|
|
1631
|
+
*/
|
|
1632
|
+
export declare class InvalidRevisionIdException extends __BaseException {
|
|
1633
|
+
readonly name: "InvalidRevisionIdException";
|
|
1634
|
+
readonly $fault: "client";
|
|
1635
|
+
/**
|
|
1636
|
+
* @internal
|
|
1637
|
+
*/
|
|
1638
|
+
constructor(opts: __ExceptionOptionType<InvalidRevisionIdException, __BaseException>);
|
|
1639
|
+
}
|
|
1640
|
+
/**
|
|
1641
|
+
* <p>A revision ID is required, but was not provided.</p>
|
|
1642
|
+
* @public
|
|
1643
|
+
*/
|
|
1644
|
+
export declare class RevisionIdRequiredException extends __BaseException {
|
|
1645
|
+
readonly name: "RevisionIdRequiredException";
|
|
1646
|
+
readonly $fault: "client";
|
|
1647
|
+
/**
|
|
1648
|
+
* @internal
|
|
1649
|
+
*/
|
|
1650
|
+
constructor(opts: __ExceptionOptionType<RevisionIdRequiredException, __BaseException>);
|
|
1651
|
+
}
|
|
1652
|
+
/**
|
|
1653
|
+
* <p>The revision ID provided in the request does not match the current revision ID. Use GetPullRequest to retrieve the current revision ID.</p>
|
|
1654
|
+
* @public
|
|
1655
|
+
*/
|
|
1656
|
+
export declare class RevisionNotCurrentException extends __BaseException {
|
|
1657
|
+
readonly name: "RevisionNotCurrentException";
|
|
1658
|
+
readonly $fault: "client";
|
|
1659
|
+
/**
|
|
1660
|
+
* @internal
|
|
1661
|
+
*/
|
|
1662
|
+
constructor(opts: __ExceptionOptionType<RevisionNotCurrentException, __BaseException>);
|
|
1663
|
+
}
|
|
1664
|
+
/**
|
|
1665
|
+
* <p>The specified file exceeds the file size limit for CodeCommit. For more information about limits in CodeCommit, see
|
|
1666
|
+
* <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Quotas</a> in the <i>CodeCommit User Guide</i>.</p>
|
|
1667
|
+
* @public
|
|
1668
|
+
*/
|
|
1669
|
+
export declare class FileTooLargeException extends __BaseException {
|
|
1670
|
+
readonly name: "FileTooLargeException";
|
|
1671
|
+
readonly $fault: "client";
|
|
1672
|
+
/**
|
|
1673
|
+
* @internal
|
|
1674
|
+
*/
|
|
1675
|
+
constructor(opts: __ExceptionOptionType<FileTooLargeException, __BaseException>);
|
|
1676
|
+
}
|
|
1677
|
+
/**
|
|
1678
|
+
* <p>The specified blob is not valid.</p>
|
|
1679
|
+
* @public
|
|
1680
|
+
*/
|
|
1681
|
+
export declare class InvalidBlobIdException extends __BaseException {
|
|
1682
|
+
readonly name: "InvalidBlobIdException";
|
|
1683
|
+
readonly $fault: "client";
|
|
1684
|
+
/**
|
|
1685
|
+
* @internal
|
|
1686
|
+
*/
|
|
1687
|
+
constructor(opts: __ExceptionOptionType<InvalidBlobIdException, __BaseException>);
|
|
1688
|
+
}
|
|
1689
|
+
/**
|
|
1690
|
+
* <p>The Amazon Resource Name (ARN) of the user or identity is not valid.</p>
|
|
1691
|
+
* @public
|
|
1692
|
+
*/
|
|
1693
|
+
export declare class InvalidReactionUserArnException extends __BaseException {
|
|
1694
|
+
readonly name: "InvalidReactionUserArnException";
|
|
1695
|
+
readonly $fault: "client";
|
|
1696
|
+
/**
|
|
1697
|
+
* @internal
|
|
1698
|
+
*/
|
|
1699
|
+
constructor(opts: __ExceptionOptionType<InvalidReactionUserArnException, __BaseException>);
|
|
1700
|
+
}
|
|
1701
|
+
/**
|
|
1702
|
+
* <p>The repository does not contain any pull requests with that pull request ID. Use GetPullRequest to verify the correct repository name for the pull request ID.</p>
|
|
1703
|
+
* @public
|
|
1704
|
+
*/
|
|
1705
|
+
export declare class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
|
|
1706
|
+
readonly name: "RepositoryNotAssociatedWithPullRequestException";
|
|
1707
|
+
readonly $fault: "client";
|
|
1708
|
+
/**
|
|
1709
|
+
* @internal
|
|
1710
|
+
*/
|
|
1711
|
+
constructor(opts: __ExceptionOptionType<RepositoryNotAssociatedWithPullRequestException, __BaseException>);
|
|
1712
|
+
}
|
|
1713
|
+
/**
|
|
1714
|
+
* <p>The specified commit ID does not exist.</p>
|
|
1715
|
+
* @public
|
|
1716
|
+
*/
|
|
1717
|
+
export declare class CommitIdDoesNotExistException extends __BaseException {
|
|
1718
|
+
readonly name: "CommitIdDoesNotExistException";
|
|
1719
|
+
readonly $fault: "client";
|
|
1720
|
+
/**
|
|
1721
|
+
* @internal
|
|
1722
|
+
*/
|
|
1723
|
+
constructor(opts: __ExceptionOptionType<CommitIdDoesNotExistException, __BaseException>);
|
|
1724
|
+
}
|
|
1725
|
+
/**
|
|
1726
|
+
* <p>The specified path does not exist.</p>
|
|
1727
|
+
* @public
|
|
1728
|
+
*/
|
|
1729
|
+
export declare class PathDoesNotExistException extends __BaseException {
|
|
1730
|
+
readonly name: "PathDoesNotExistException";
|
|
1731
|
+
readonly $fault: "client";
|
|
1732
|
+
/**
|
|
1733
|
+
* @internal
|
|
1734
|
+
*/
|
|
1735
|
+
constructor(opts: __ExceptionOptionType<PathDoesNotExistException, __BaseException>);
|
|
1736
|
+
}
|
|
1737
|
+
/**
|
|
1738
|
+
* <p>The specified folder does not exist. Either the folder name is not correct, or you did
|
|
1739
|
+
* not enter the full path to the folder.</p>
|
|
1740
|
+
* @public
|
|
1741
|
+
*/
|
|
1742
|
+
export declare class FolderDoesNotExistException extends __BaseException {
|
|
1743
|
+
readonly name: "FolderDoesNotExistException";
|
|
1744
|
+
readonly $fault: "client";
|
|
1745
|
+
/**
|
|
1746
|
+
* @internal
|
|
1747
|
+
*/
|
|
1748
|
+
constructor(opts: __ExceptionOptionType<FolderDoesNotExistException, __BaseException>);
|
|
1749
|
+
}
|
|
1750
|
+
/**
|
|
1751
|
+
* <p>The destination commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID. </p>
|
|
1752
|
+
* @public
|
|
1753
|
+
*/
|
|
1754
|
+
export declare class InvalidDestinationCommitSpecifierException extends __BaseException {
|
|
1755
|
+
readonly name: "InvalidDestinationCommitSpecifierException";
|
|
1756
|
+
readonly $fault: "client";
|
|
1757
|
+
/**
|
|
1758
|
+
* @internal
|
|
1759
|
+
*/
|
|
1760
|
+
constructor(opts: __ExceptionOptionType<InvalidDestinationCommitSpecifierException, __BaseException>);
|
|
1761
|
+
}
|
|
1762
|
+
/**
|
|
1763
|
+
* <p>The source commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.</p>
|
|
1764
|
+
* @public
|
|
1765
|
+
*/
|
|
1766
|
+
export declare class InvalidSourceCommitSpecifierException extends __BaseException {
|
|
1767
|
+
readonly name: "InvalidSourceCommitSpecifierException";
|
|
1768
|
+
readonly $fault: "client";
|
|
1769
|
+
/**
|
|
1770
|
+
* @internal
|
|
1771
|
+
*/
|
|
1772
|
+
constructor(opts: __ExceptionOptionType<InvalidSourceCommitSpecifierException, __BaseException>);
|
|
1773
|
+
}
|
|
1774
|
+
/**
|
|
1775
|
+
* <p>The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the author of the pull request, and then try again.</p>
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1778
|
+
export declare class InvalidAuthorArnException extends __BaseException {
|
|
1779
|
+
readonly name: "InvalidAuthorArnException";
|
|
1780
|
+
readonly $fault: "client";
|
|
1781
|
+
/**
|
|
1782
|
+
* @internal
|
|
1783
|
+
*/
|
|
1784
|
+
constructor(opts: __ExceptionOptionType<InvalidAuthorArnException, __BaseException>);
|
|
1785
|
+
}
|
|
1786
|
+
/**
|
|
1787
|
+
* <p>The pull request status is not valid. The only valid values are <code>OPEN</code> and <code>CLOSED</code>.</p>
|
|
1788
|
+
* @public
|
|
1789
|
+
*/
|
|
1790
|
+
export declare class InvalidPullRequestStatusException extends __BaseException {
|
|
1791
|
+
readonly name: "InvalidPullRequestStatusException";
|
|
1792
|
+
readonly $fault: "client";
|
|
1793
|
+
/**
|
|
1794
|
+
* @internal
|
|
1795
|
+
*/
|
|
1796
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestStatusException, __BaseException>);
|
|
1797
|
+
}
|
|
1798
|
+
/**
|
|
1799
|
+
* <p>The specified sort order is not valid.</p>
|
|
1800
|
+
* @public
|
|
1801
|
+
*/
|
|
1802
|
+
export declare class InvalidOrderException extends __BaseException {
|
|
1803
|
+
readonly name: "InvalidOrderException";
|
|
1804
|
+
readonly $fault: "client";
|
|
1805
|
+
/**
|
|
1806
|
+
* @internal
|
|
1807
|
+
*/
|
|
1808
|
+
constructor(opts: __ExceptionOptionType<InvalidOrderException, __BaseException>);
|
|
1809
|
+
}
|
|
1810
|
+
/**
|
|
1811
|
+
* <p>The specified sort by value is not valid.</p>
|
|
1812
|
+
* @public
|
|
1813
|
+
*/
|
|
1814
|
+
export declare class InvalidSortByException extends __BaseException {
|
|
1815
|
+
readonly name: "InvalidSortByException";
|
|
1816
|
+
readonly $fault: "client";
|
|
1817
|
+
/**
|
|
1818
|
+
* @internal
|
|
1819
|
+
*/
|
|
1820
|
+
constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
|
|
1821
|
+
}
|
|
1822
|
+
/**
|
|
1823
|
+
* <p>The value for the resource ARN is not valid. For more information about resources in CodeCommit, see
|
|
1824
|
+
* <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a>
|
|
1825
|
+
* in the CodeCommit User Guide.</p>
|
|
1826
|
+
* @public
|
|
1827
|
+
*/
|
|
1828
|
+
export declare class InvalidResourceArnException extends __BaseException {
|
|
1829
|
+
readonly name: "InvalidResourceArnException";
|
|
1830
|
+
readonly $fault: "client";
|
|
1831
|
+
/**
|
|
1832
|
+
* @internal
|
|
1833
|
+
*/
|
|
1834
|
+
constructor(opts: __ExceptionOptionType<InvalidResourceArnException, __BaseException>);
|
|
1835
|
+
}
|
|
1836
|
+
/**
|
|
1837
|
+
* <p>A valid Amazon Resource Name (ARN) for an CodeCommit resource is required. For a list of valid resources in CodeCommit, see
|
|
1838
|
+
* <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit Resources and Operations</a>
|
|
1839
|
+
* in the CodeCommit User Guide.</p>
|
|
1840
|
+
* @public
|
|
1841
|
+
*/
|
|
1842
|
+
export declare class ResourceArnRequiredException extends __BaseException {
|
|
1843
|
+
readonly name: "ResourceArnRequiredException";
|
|
1844
|
+
readonly $fault: "client";
|
|
1845
|
+
/**
|
|
1846
|
+
* @internal
|
|
1847
|
+
*/
|
|
1848
|
+
constructor(opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>);
|
|
1849
|
+
}
|
|
1850
|
+
/**
|
|
1851
|
+
* <p>The specified target branch is not valid.</p>
|
|
1852
|
+
* @public
|
|
1853
|
+
*/
|
|
1854
|
+
export declare class InvalidTargetBranchException extends __BaseException {
|
|
1855
|
+
readonly name: "InvalidTargetBranchException";
|
|
1856
|
+
readonly $fault: "client";
|
|
1857
|
+
/**
|
|
1858
|
+
* @internal
|
|
1859
|
+
*/
|
|
1860
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetBranchException, __BaseException>);
|
|
1861
|
+
}
|
|
1862
|
+
/**
|
|
1863
|
+
* <p>The pull request cannot be merged because one or more approval rules applied to the pull request have conditions that have not been met.</p>
|
|
1864
|
+
* @public
|
|
1865
|
+
*/
|
|
1866
|
+
export declare class PullRequestApprovalRulesNotSatisfiedException extends __BaseException {
|
|
1867
|
+
readonly name: "PullRequestApprovalRulesNotSatisfiedException";
|
|
1868
|
+
readonly $fault: "client";
|
|
1869
|
+
/**
|
|
1870
|
+
* @internal
|
|
1871
|
+
*/
|
|
1872
|
+
constructor(opts: __ExceptionOptionType<PullRequestApprovalRulesNotSatisfiedException, __BaseException>);
|
|
1873
|
+
}
|
|
1874
|
+
/**
|
|
1875
|
+
* <p>The tip of the source branch in the destination repository does not match the tip of the source branch specified in your request.
|
|
1876
|
+
* The pull request might have been updated. Make sure that you have the latest changes.</p>
|
|
1877
|
+
* @public
|
|
1878
|
+
*/
|
|
1879
|
+
export declare class TipOfSourceReferenceIsDifferentException extends __BaseException {
|
|
1880
|
+
readonly name: "TipOfSourceReferenceIsDifferentException";
|
|
1881
|
+
readonly $fault: "client";
|
|
1882
|
+
/**
|
|
1883
|
+
* @internal
|
|
1884
|
+
*/
|
|
1885
|
+
constructor(opts: __ExceptionOptionType<TipOfSourceReferenceIsDifferentException, __BaseException>);
|
|
1886
|
+
}
|
|
1887
|
+
/**
|
|
1888
|
+
* <p>The override status is not valid. Valid statuses are OVERRIDE and REVOKE.</p>
|
|
1889
|
+
* @public
|
|
1890
|
+
*/
|
|
1891
|
+
export declare class InvalidOverrideStatusException extends __BaseException {
|
|
1892
|
+
readonly name: "InvalidOverrideStatusException";
|
|
1893
|
+
readonly $fault: "client";
|
|
1894
|
+
/**
|
|
1895
|
+
* @internal
|
|
1896
|
+
*/
|
|
1897
|
+
constructor(opts: __ExceptionOptionType<InvalidOverrideStatusException, __BaseException>);
|
|
1898
|
+
}
|
|
1899
|
+
/**
|
|
1900
|
+
* <p>The pull request has already had its approval rules set to override.</p>
|
|
1901
|
+
* @public
|
|
1902
|
+
*/
|
|
1903
|
+
export declare class OverrideAlreadySetException extends __BaseException {
|
|
1904
|
+
readonly name: "OverrideAlreadySetException";
|
|
1905
|
+
readonly $fault: "client";
|
|
1906
|
+
/**
|
|
1907
|
+
* @internal
|
|
1908
|
+
*/
|
|
1909
|
+
constructor(opts: __ExceptionOptionType<OverrideAlreadySetException, __BaseException>);
|
|
1910
|
+
}
|
|
1911
|
+
/**
|
|
1912
|
+
* <p>An override status is required, but no value was provided. Valid values include OVERRIDE and REVOKE.</p>
|
|
1913
|
+
* @public
|
|
1914
|
+
*/
|
|
1915
|
+
export declare class OverrideStatusRequiredException extends __BaseException {
|
|
1916
|
+
readonly name: "OverrideStatusRequiredException";
|
|
1917
|
+
readonly $fault: "client";
|
|
1918
|
+
/**
|
|
1919
|
+
* @internal
|
|
1920
|
+
*/
|
|
1921
|
+
constructor(opts: __ExceptionOptionType<OverrideStatusRequiredException, __BaseException>);
|
|
1922
|
+
}
|
|
1923
|
+
/**
|
|
1924
|
+
* <p>The comment is empty. You must provide some content for a comment. The content cannot be null.</p>
|
|
1925
|
+
* @public
|
|
1926
|
+
*/
|
|
1927
|
+
export declare class CommentContentRequiredException extends __BaseException {
|
|
1928
|
+
readonly name: "CommentContentRequiredException";
|
|
1929
|
+
readonly $fault: "client";
|
|
1930
|
+
/**
|
|
1931
|
+
* @internal
|
|
1932
|
+
*/
|
|
1933
|
+
constructor(opts: __ExceptionOptionType<CommentContentRequiredException, __BaseException>);
|
|
1934
|
+
}
|
|
1935
|
+
/**
|
|
1936
|
+
* <p>The comment is too large. Comments are limited to 10,240 characters.</p>
|
|
1937
|
+
* @public
|
|
1938
|
+
*/
|
|
1939
|
+
export declare class CommentContentSizeLimitExceededException extends __BaseException {
|
|
1940
|
+
readonly name: "CommentContentSizeLimitExceededException";
|
|
1941
|
+
readonly $fault: "client";
|
|
1942
|
+
/**
|
|
1943
|
+
* @internal
|
|
1944
|
+
*/
|
|
1945
|
+
constructor(opts: __ExceptionOptionType<CommentContentSizeLimitExceededException, __BaseException>);
|
|
1946
|
+
}
|
|
1947
|
+
/**
|
|
1948
|
+
* <p>The location of the file is not valid. Make sure that you include the file name and
|
|
1949
|
+
* extension.</p>
|
|
1950
|
+
* @public
|
|
1951
|
+
*/
|
|
1952
|
+
export declare class InvalidFileLocationException extends __BaseException {
|
|
1953
|
+
readonly name: "InvalidFileLocationException";
|
|
1954
|
+
readonly $fault: "client";
|
|
1955
|
+
/**
|
|
1956
|
+
* @internal
|
|
1957
|
+
*/
|
|
1958
|
+
constructor(opts: __ExceptionOptionType<InvalidFileLocationException, __BaseException>);
|
|
1959
|
+
}
|
|
1960
|
+
/**
|
|
1961
|
+
* <p>The position is not valid. Make sure that the line number exists in the version of the file you want to comment on.</p>
|
|
1962
|
+
* @public
|
|
1963
|
+
*/
|
|
1964
|
+
export declare class InvalidFilePositionException extends __BaseException {
|
|
1965
|
+
readonly name: "InvalidFilePositionException";
|
|
1966
|
+
readonly $fault: "client";
|
|
1967
|
+
/**
|
|
1968
|
+
* @internal
|
|
1969
|
+
*/
|
|
1970
|
+
constructor(opts: __ExceptionOptionType<InvalidFilePositionException, __BaseException>);
|
|
1971
|
+
}
|
|
1972
|
+
/**
|
|
1973
|
+
* <p>Either the enum is not in a valid format, or the specified file version enum is not valid in respect to the current file version.</p>
|
|
1974
|
+
* @public
|
|
1975
|
+
*/
|
|
1976
|
+
export declare class InvalidRelativeFileVersionEnumException extends __BaseException {
|
|
1977
|
+
readonly name: "InvalidRelativeFileVersionEnumException";
|
|
1978
|
+
readonly $fault: "client";
|
|
1979
|
+
/**
|
|
1980
|
+
* @internal
|
|
1981
|
+
*/
|
|
1982
|
+
constructor(opts: __ExceptionOptionType<InvalidRelativeFileVersionEnumException, __BaseException>);
|
|
1983
|
+
}
|
|
1984
|
+
/**
|
|
1985
|
+
* <p>The value of the reaction is not valid. For more information, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">CodeCommit User Guide</a>.</p>
|
|
1986
|
+
* @public
|
|
1987
|
+
*/
|
|
1988
|
+
export declare class InvalidReactionValueException extends __BaseException {
|
|
1989
|
+
readonly name: "InvalidReactionValueException";
|
|
1990
|
+
readonly $fault: "client";
|
|
1991
|
+
/**
|
|
1992
|
+
* @internal
|
|
1993
|
+
*/
|
|
1994
|
+
constructor(opts: __ExceptionOptionType<InvalidReactionValueException, __BaseException>);
|
|
1995
|
+
}
|
|
1996
|
+
/**
|
|
1997
|
+
* <p>The number of reactions has been exceeded. Reactions are limited to one reaction per user for each individual comment ID.</p>
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
2000
|
+
export declare class ReactionLimitExceededException extends __BaseException {
|
|
2001
|
+
readonly name: "ReactionLimitExceededException";
|
|
2002
|
+
readonly $fault: "client";
|
|
2003
|
+
/**
|
|
2004
|
+
* @internal
|
|
2005
|
+
*/
|
|
2006
|
+
constructor(opts: __ExceptionOptionType<ReactionLimitExceededException, __BaseException>);
|
|
2007
|
+
}
|
|
2008
|
+
/**
|
|
2009
|
+
* <p>A reaction value is required. </p>
|
|
2010
|
+
* @public
|
|
2011
|
+
*/
|
|
2012
|
+
export declare class ReactionValueRequiredException extends __BaseException {
|
|
2013
|
+
readonly name: "ReactionValueRequiredException";
|
|
2014
|
+
readonly $fault: "client";
|
|
2015
|
+
/**
|
|
2016
|
+
* @internal
|
|
2017
|
+
*/
|
|
2018
|
+
constructor(opts: __ExceptionOptionType<ReactionValueRequiredException, __BaseException>);
|
|
2019
|
+
}
|
|
2020
|
+
/**
|
|
2021
|
+
* <p>The file cannot be added because it is empty. Empty files cannot be added to the repository with this API.</p>
|
|
2022
|
+
* @public
|
|
2023
|
+
*/
|
|
2024
|
+
export declare class FileContentRequiredException extends __BaseException {
|
|
2025
|
+
readonly name: "FileContentRequiredException";
|
|
2026
|
+
readonly $fault: "client";
|
|
2027
|
+
/**
|
|
2028
|
+
* @internal
|
|
2029
|
+
*/
|
|
2030
|
+
constructor(opts: __ExceptionOptionType<FileContentRequiredException, __BaseException>);
|
|
2031
|
+
}
|
|
2032
|
+
/**
|
|
2033
|
+
* <p>The file was not added or updated because the content of the file is exactly the same as the content of that file in the repository and branch
|
|
2034
|
+
* that you specified.</p>
|
|
2035
|
+
* @public
|
|
2036
|
+
*/
|
|
2037
|
+
export declare class SameFileContentException extends __BaseException {
|
|
2038
|
+
readonly name: "SameFileContentException";
|
|
2039
|
+
readonly $fault: "client";
|
|
2040
|
+
/**
|
|
2041
|
+
* @internal
|
|
2042
|
+
*/
|
|
2043
|
+
constructor(opts: __ExceptionOptionType<SameFileContentException, __BaseException>);
|
|
2044
|
+
}
|
|
2045
|
+
/**
|
|
2046
|
+
* <p>One or more branch names specified for the trigger is not valid.</p>
|
|
2047
|
+
* @public
|
|
2048
|
+
*/
|
|
2049
|
+
export declare class InvalidRepositoryTriggerBranchNameException extends __BaseException {
|
|
2050
|
+
readonly name: "InvalidRepositoryTriggerBranchNameException";
|
|
2051
|
+
readonly $fault: "client";
|
|
2052
|
+
/**
|
|
2053
|
+
* @internal
|
|
2054
|
+
*/
|
|
2055
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerBranchNameException, __BaseException>);
|
|
2056
|
+
}
|
|
2057
|
+
/**
|
|
2058
|
+
* <p>The custom data provided for the trigger is not valid.</p>
|
|
2059
|
+
* @public
|
|
2060
|
+
*/
|
|
2061
|
+
export declare class InvalidRepositoryTriggerCustomDataException extends __BaseException {
|
|
2062
|
+
readonly name: "InvalidRepositoryTriggerCustomDataException";
|
|
2063
|
+
readonly $fault: "client";
|
|
2064
|
+
/**
|
|
2065
|
+
* @internal
|
|
2066
|
+
*/
|
|
2067
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerCustomDataException, __BaseException>);
|
|
2068
|
+
}
|
|
2069
|
+
/**
|
|
2070
|
+
* <p>The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.</p>
|
|
2071
|
+
* @public
|
|
2072
|
+
*/
|
|
2073
|
+
export declare class InvalidRepositoryTriggerDestinationArnException extends __BaseException {
|
|
2074
|
+
readonly name: "InvalidRepositoryTriggerDestinationArnException";
|
|
2075
|
+
readonly $fault: "client";
|
|
2076
|
+
/**
|
|
2077
|
+
* @internal
|
|
2078
|
+
*/
|
|
2079
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerDestinationArnException, __BaseException>);
|
|
2080
|
+
}
|
|
2081
|
+
/**
|
|
2082
|
+
* <p>One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.</p>
|
|
2083
|
+
* @public
|
|
2084
|
+
*/
|
|
2085
|
+
export declare class InvalidRepositoryTriggerEventsException extends __BaseException {
|
|
2086
|
+
readonly name: "InvalidRepositoryTriggerEventsException";
|
|
2087
|
+
readonly $fault: "client";
|
|
2088
|
+
/**
|
|
2089
|
+
* @internal
|
|
2090
|
+
*/
|
|
2091
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerEventsException, __BaseException>);
|
|
2092
|
+
}
|
|
2093
|
+
/**
|
|
2094
|
+
* <p>The name of the trigger is not valid.</p>
|
|
2095
|
+
* @public
|
|
2096
|
+
*/
|
|
2097
|
+
export declare class InvalidRepositoryTriggerNameException extends __BaseException {
|
|
2098
|
+
readonly name: "InvalidRepositoryTriggerNameException";
|
|
2099
|
+
readonly $fault: "client";
|
|
2100
|
+
/**
|
|
2101
|
+
* @internal
|
|
2102
|
+
*/
|
|
2103
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerNameException, __BaseException>);
|
|
2104
|
+
}
|
|
2105
|
+
/**
|
|
2106
|
+
* <p>The Amazon Web Services Region for the trigger target does not match the Amazon Web Services Region for the
|
|
2107
|
+
* repository. Triggers must be created in the same Amazon Web Services Region as the target for the
|
|
2108
|
+
* trigger.</p>
|
|
2109
|
+
* @public
|
|
2110
|
+
*/
|
|
2111
|
+
export declare class InvalidRepositoryTriggerRegionException extends __BaseException {
|
|
2112
|
+
readonly name: "InvalidRepositoryTriggerRegionException";
|
|
2113
|
+
readonly $fault: "client";
|
|
2114
|
+
/**
|
|
2115
|
+
* @internal
|
|
2116
|
+
*/
|
|
2117
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryTriggerRegionException, __BaseException>);
|
|
2118
|
+
}
|
|
2119
|
+
/**
|
|
2120
|
+
* <p>The number of branches for the trigger was exceeded.</p>
|
|
2121
|
+
* @public
|
|
2122
|
+
*/
|
|
2123
|
+
export declare class MaximumBranchesExceededException extends __BaseException {
|
|
2124
|
+
readonly name: "MaximumBranchesExceededException";
|
|
2125
|
+
readonly $fault: "client";
|
|
2126
|
+
/**
|
|
2127
|
+
* @internal
|
|
2128
|
+
*/
|
|
2129
|
+
constructor(opts: __ExceptionOptionType<MaximumBranchesExceededException, __BaseException>);
|
|
2130
|
+
}
|
|
2131
|
+
/**
|
|
2132
|
+
* <p>The number of triggers allowed for the repository was exceeded.</p>
|
|
2133
|
+
* @public
|
|
2134
|
+
*/
|
|
2135
|
+
export declare class MaximumRepositoryTriggersExceededException extends __BaseException {
|
|
2136
|
+
readonly name: "MaximumRepositoryTriggersExceededException";
|
|
2137
|
+
readonly $fault: "client";
|
|
2138
|
+
/**
|
|
2139
|
+
* @internal
|
|
2140
|
+
*/
|
|
2141
|
+
constructor(opts: __ExceptionOptionType<MaximumRepositoryTriggersExceededException, __BaseException>);
|
|
2142
|
+
}
|
|
2143
|
+
/**
|
|
2144
|
+
* <p>At least one branch name is required, but was not specified in the trigger
|
|
2145
|
+
* configuration.</p>
|
|
2146
|
+
* @public
|
|
2147
|
+
*/
|
|
2148
|
+
export declare class RepositoryTriggerBranchNameListRequiredException extends __BaseException {
|
|
2149
|
+
readonly name: "RepositoryTriggerBranchNameListRequiredException";
|
|
2150
|
+
readonly $fault: "client";
|
|
2151
|
+
/**
|
|
2152
|
+
* @internal
|
|
2153
|
+
*/
|
|
2154
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggerBranchNameListRequiredException, __BaseException>);
|
|
2155
|
+
}
|
|
2156
|
+
/**
|
|
2157
|
+
* <p>A destination ARN for the target service for the trigger is required, but was not
|
|
2158
|
+
* specified.</p>
|
|
2159
|
+
* @public
|
|
2160
|
+
*/
|
|
2161
|
+
export declare class RepositoryTriggerDestinationArnRequiredException extends __BaseException {
|
|
2162
|
+
readonly name: "RepositoryTriggerDestinationArnRequiredException";
|
|
2163
|
+
readonly $fault: "client";
|
|
2164
|
+
/**
|
|
2165
|
+
* @internal
|
|
2166
|
+
*/
|
|
2167
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggerDestinationArnRequiredException, __BaseException>);
|
|
2168
|
+
}
|
|
2169
|
+
/**
|
|
2170
|
+
* <p>At least one event for the trigger is required, but was not specified.</p>
|
|
2171
|
+
* @public
|
|
2172
|
+
*/
|
|
2173
|
+
export declare class RepositoryTriggerEventsListRequiredException extends __BaseException {
|
|
2174
|
+
readonly name: "RepositoryTriggerEventsListRequiredException";
|
|
2175
|
+
readonly $fault: "client";
|
|
2176
|
+
/**
|
|
2177
|
+
* @internal
|
|
2178
|
+
*/
|
|
2179
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggerEventsListRequiredException, __BaseException>);
|
|
2180
|
+
}
|
|
2181
|
+
/**
|
|
2182
|
+
* <p>A name for the trigger is required, but was not specified.</p>
|
|
2183
|
+
* @public
|
|
2184
|
+
*/
|
|
2185
|
+
export declare class RepositoryTriggerNameRequiredException extends __BaseException {
|
|
2186
|
+
readonly name: "RepositoryTriggerNameRequiredException";
|
|
2187
|
+
readonly $fault: "client";
|
|
2188
|
+
/**
|
|
2189
|
+
* @internal
|
|
2190
|
+
*/
|
|
2191
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggerNameRequiredException, __BaseException>);
|
|
2192
|
+
}
|
|
2193
|
+
/**
|
|
2194
|
+
* <p>The list of triggers for the repository is required, but was not specified.</p>
|
|
2195
|
+
* @public
|
|
2196
|
+
*/
|
|
2197
|
+
export declare class RepositoryTriggersListRequiredException extends __BaseException {
|
|
2198
|
+
readonly name: "RepositoryTriggersListRequiredException";
|
|
2199
|
+
readonly $fault: "client";
|
|
2200
|
+
/**
|
|
2201
|
+
* @internal
|
|
2202
|
+
*/
|
|
2203
|
+
constructor(opts: __ExceptionOptionType<RepositoryTriggersListRequiredException, __BaseException>);
|
|
2204
|
+
}
|
|
2205
|
+
/**
|
|
2206
|
+
* <p>A map of tags is required.</p>
|
|
2207
|
+
* @public
|
|
2208
|
+
*/
|
|
2209
|
+
export declare class TagsMapRequiredException extends __BaseException {
|
|
2210
|
+
readonly name: "TagsMapRequiredException";
|
|
2211
|
+
readonly $fault: "client";
|
|
2212
|
+
/**
|
|
2213
|
+
* @internal
|
|
2214
|
+
*/
|
|
2215
|
+
constructor(opts: __ExceptionOptionType<TagsMapRequiredException, __BaseException>);
|
|
2216
|
+
}
|
|
2217
|
+
/**
|
|
2218
|
+
* <p>The list of tags is not valid.</p>
|
|
2219
|
+
* @public
|
|
2220
|
+
*/
|
|
2221
|
+
export declare class InvalidTagKeysListException extends __BaseException {
|
|
2222
|
+
readonly name: "InvalidTagKeysListException";
|
|
2223
|
+
readonly $fault: "client";
|
|
2224
|
+
/**
|
|
2225
|
+
* @internal
|
|
2226
|
+
*/
|
|
2227
|
+
constructor(opts: __ExceptionOptionType<InvalidTagKeysListException, __BaseException>);
|
|
2228
|
+
}
|
|
2229
|
+
/**
|
|
2230
|
+
* <p>A list of tag keys is required. The list cannot be empty or null.</p>
|
|
2231
|
+
* @public
|
|
2232
|
+
*/
|
|
2233
|
+
export declare class TagKeysListRequiredException extends __BaseException {
|
|
2234
|
+
readonly name: "TagKeysListRequiredException";
|
|
2235
|
+
readonly $fault: "client";
|
|
2236
|
+
/**
|
|
2237
|
+
* @internal
|
|
2238
|
+
*/
|
|
2239
|
+
constructor(opts: __ExceptionOptionType<TagKeysListRequiredException, __BaseException>);
|
|
2240
|
+
}
|
|
2241
|
+
/**
|
|
2242
|
+
* <p>The SHA-256 hash signature for the rule content is not valid.</p>
|
|
2243
|
+
* @public
|
|
2244
|
+
*/
|
|
2245
|
+
export declare class InvalidRuleContentSha256Exception extends __BaseException {
|
|
2246
|
+
readonly name: "InvalidRuleContentSha256Exception";
|
|
2247
|
+
readonly $fault: "client";
|
|
2248
|
+
/**
|
|
2249
|
+
* @internal
|
|
2250
|
+
*/
|
|
2251
|
+
constructor(opts: __ExceptionOptionType<InvalidRuleContentSha256Exception, __BaseException>);
|
|
2252
|
+
}
|
|
2253
|
+
/**
|
|
2254
|
+
* <p>You cannot modify or delete this comment. Only comment authors can modify or delete their comments.</p>
|
|
2255
|
+
* @public
|
|
2256
|
+
*/
|
|
2257
|
+
export declare class CommentNotCreatedByCallerException extends __BaseException {
|
|
2258
|
+
readonly name: "CommentNotCreatedByCallerException";
|
|
2259
|
+
readonly $fault: "client";
|
|
2260
|
+
/**
|
|
2261
|
+
* @internal
|
|
2262
|
+
*/
|
|
2263
|
+
constructor(opts: __ExceptionOptionType<CommentNotCreatedByCallerException, __BaseException>);
|
|
2264
|
+
}
|
|
2265
|
+
/**
|
|
2266
|
+
* <p>The state for the approval is not valid. Valid values include APPROVE and REVOKE. </p>
|
|
2267
|
+
* @public
|
|
2268
|
+
*/
|
|
2269
|
+
export declare class InvalidApprovalStateException extends __BaseException {
|
|
2270
|
+
readonly name: "InvalidApprovalStateException";
|
|
2271
|
+
readonly $fault: "client";
|
|
2272
|
+
/**
|
|
2273
|
+
* @internal
|
|
2274
|
+
*/
|
|
2275
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalStateException, __BaseException>);
|
|
2276
|
+
}
|
|
2277
|
+
/**
|
|
2278
|
+
* <p>The number of approvals required for the approval rule exceeds the maximum number allowed.</p>
|
|
2279
|
+
* @public
|
|
2280
|
+
*/
|
|
2281
|
+
export declare class MaximumNumberOfApprovalsExceededException extends __BaseException {
|
|
2282
|
+
readonly name: "MaximumNumberOfApprovalsExceededException";
|
|
2283
|
+
readonly $fault: "client";
|
|
2284
|
+
/**
|
|
2285
|
+
* @internal
|
|
2286
|
+
*/
|
|
2287
|
+
constructor(opts: __ExceptionOptionType<MaximumNumberOfApprovalsExceededException, __BaseException>);
|
|
2288
|
+
}
|
|
2289
|
+
/**
|
|
2290
|
+
* <p>The approval cannot be applied because the user approving the pull request matches the user who created the pull request. You cannot approve a pull
|
|
2291
|
+
* request that you created.</p>
|
|
2292
|
+
* @public
|
|
2293
|
+
*/
|
|
2294
|
+
export declare class PullRequestCannotBeApprovedByAuthorException extends __BaseException {
|
|
2295
|
+
readonly name: "PullRequestCannotBeApprovedByAuthorException";
|
|
2296
|
+
readonly $fault: "client";
|
|
2297
|
+
/**
|
|
2298
|
+
* @internal
|
|
2299
|
+
*/
|
|
2300
|
+
constructor(opts: __ExceptionOptionType<PullRequestCannotBeApprovedByAuthorException, __BaseException>);
|
|
2301
|
+
}
|
|
2302
|
+
/**
|
|
2303
|
+
* <p>The pull request status update is not valid. The only valid update is from <code>OPEN</code> to <code>CLOSED</code>.</p>
|
|
2304
|
+
* @public
|
|
2305
|
+
*/
|
|
2306
|
+
export declare class InvalidPullRequestStatusUpdateException extends __BaseException {
|
|
2307
|
+
readonly name: "InvalidPullRequestStatusUpdateException";
|
|
2308
|
+
readonly $fault: "client";
|
|
2309
|
+
/**
|
|
2310
|
+
* @internal
|
|
2311
|
+
*/
|
|
2312
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestStatusUpdateException, __BaseException>);
|
|
2313
|
+
}
|
|
2314
|
+
/**
|
|
2315
|
+
* <p>A pull request status is required, but none was provided.</p>
|
|
2316
|
+
* @public
|
|
2317
|
+
*/
|
|
2318
|
+
export declare class PullRequestStatusRequiredException extends __BaseException {
|
|
2319
|
+
readonly name: "PullRequestStatusRequiredException";
|
|
2320
|
+
readonly $fault: "client";
|
|
2321
|
+
/**
|
|
2322
|
+
* @internal
|
|
2323
|
+
*/
|
|
2324
|
+
constructor(opts: __ExceptionOptionType<PullRequestStatusRequiredException, __BaseException>);
|
|
2325
|
+
}
|
|
2326
|
+
/**
|
|
2327
|
+
* <p>A KMS encryption key ID is required but was not specified.</p>
|
|
2328
|
+
* @public
|
|
2329
|
+
*/
|
|
2330
|
+
export declare class EncryptionKeyRequiredException extends __BaseException {
|
|
2331
|
+
readonly name: "EncryptionKeyRequiredException";
|
|
2332
|
+
readonly $fault: "client";
|
|
2333
|
+
/**
|
|
2334
|
+
* @internal
|
|
2335
|
+
*/
|
|
2336
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyRequiredException, __BaseException>);
|
|
2337
|
+
}
|