@aws-sdk/client-codecommit 3.52.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/CodeCommitServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +1879 -4
- package/dist-cjs/models/models_1.js +536 -2
- package/dist-cjs/protocols/Aws_json1_1.js +2014 -8154
- package/dist-es/index.js +1 -0
- package/dist-es/models/CodeCommitServiceException.js +12 -0
- package/dist-es/models/models_0.js +1730 -1
- package/dist-es/models/models_1.js +494 -1
- package/dist-es/protocols/Aws_json1_1.js +3704 -8096
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/CodeCommitServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +722 -721
- package/dist-types/models/models_1.d.ts +207 -206
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/CodeCommitServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +578 -577
- package/dist-types/ts3.4/models/models_1.d.ts +166 -165
- package/package.json +25 -25
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
|
|
2
3
|
|
|
3
|
-
export
|
|
4
|
-
name: "ActorDoesNotExistException";
|
|
5
|
-
$fault: "client";
|
|
4
|
+
export declare class ActorDoesNotExistException extends __BaseException {
|
|
5
|
+
readonly name: "ActorDoesNotExistException";
|
|
6
|
+
readonly $fault: "client";
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
constructor(opts: __ExceptionOptionType<ActorDoesNotExistException, __BaseException>);
|
|
8
9
|
}
|
|
9
10
|
export declare enum ApprovalState {
|
|
10
11
|
APPROVE = "APPROVE",
|
|
@@ -56,18 +57,18 @@ export declare namespace ApprovalRule {
|
|
|
56
57
|
const filterSensitiveLog: (obj: ApprovalRule) => any;
|
|
57
58
|
}
|
|
58
59
|
|
|
59
|
-
export
|
|
60
|
-
name: "ApprovalRuleContentRequiredException";
|
|
61
|
-
$fault: "client";
|
|
60
|
+
export declare class ApprovalRuleContentRequiredException extends __BaseException {
|
|
61
|
+
readonly name: "ApprovalRuleContentRequiredException";
|
|
62
|
+
readonly $fault: "client";
|
|
62
63
|
|
|
63
|
-
|
|
64
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleContentRequiredException, __BaseException>);
|
|
64
65
|
}
|
|
65
66
|
|
|
66
|
-
export
|
|
67
|
-
name: "ApprovalRuleDoesNotExistException";
|
|
68
|
-
$fault: "client";
|
|
67
|
+
export declare class ApprovalRuleDoesNotExistException extends __BaseException {
|
|
68
|
+
readonly name: "ApprovalRuleDoesNotExistException";
|
|
69
|
+
readonly $fault: "client";
|
|
69
70
|
|
|
70
|
-
|
|
71
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleDoesNotExistException, __BaseException>);
|
|
71
72
|
}
|
|
72
73
|
|
|
73
74
|
export interface ApprovalRuleEventMetadata {
|
|
@@ -83,18 +84,18 @@ export declare namespace ApprovalRuleEventMetadata {
|
|
|
83
84
|
const filterSensitiveLog: (obj: ApprovalRuleEventMetadata) => any;
|
|
84
85
|
}
|
|
85
86
|
|
|
86
|
-
export
|
|
87
|
-
name: "ApprovalRuleNameAlreadyExistsException";
|
|
88
|
-
$fault: "client";
|
|
87
|
+
export declare class ApprovalRuleNameAlreadyExistsException extends __BaseException {
|
|
88
|
+
readonly name: "ApprovalRuleNameAlreadyExistsException";
|
|
89
|
+
readonly $fault: "client";
|
|
89
90
|
|
|
90
|
-
|
|
91
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleNameAlreadyExistsException, __BaseException>);
|
|
91
92
|
}
|
|
92
93
|
|
|
93
|
-
export
|
|
94
|
-
name: "ApprovalRuleNameRequiredException";
|
|
95
|
-
$fault: "client";
|
|
94
|
+
export declare class ApprovalRuleNameRequiredException extends __BaseException {
|
|
95
|
+
readonly name: "ApprovalRuleNameRequiredException";
|
|
96
|
+
readonly $fault: "client";
|
|
96
97
|
|
|
97
|
-
|
|
98
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleNameRequiredException, __BaseException>);
|
|
98
99
|
}
|
|
99
100
|
export declare enum OverrideStatus {
|
|
100
101
|
OVERRIDE = "OVERRIDE",
|
|
@@ -135,39 +136,39 @@ export declare namespace ApprovalRuleTemplate {
|
|
|
135
136
|
const filterSensitiveLog: (obj: ApprovalRuleTemplate) => any;
|
|
136
137
|
}
|
|
137
138
|
|
|
138
|
-
export
|
|
139
|
-
name: "ApprovalRuleTemplateContentRequiredException";
|
|
140
|
-
$fault: "client";
|
|
139
|
+
export declare class ApprovalRuleTemplateContentRequiredException extends __BaseException {
|
|
140
|
+
readonly name: "ApprovalRuleTemplateContentRequiredException";
|
|
141
|
+
readonly $fault: "client";
|
|
141
142
|
|
|
142
|
-
|
|
143
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateContentRequiredException, __BaseException>);
|
|
143
144
|
}
|
|
144
145
|
|
|
145
|
-
export
|
|
146
|
-
name: "ApprovalRuleTemplateDoesNotExistException";
|
|
147
|
-
$fault: "client";
|
|
146
|
+
export declare class ApprovalRuleTemplateDoesNotExistException extends __BaseException {
|
|
147
|
+
readonly name: "ApprovalRuleTemplateDoesNotExistException";
|
|
148
|
+
readonly $fault: "client";
|
|
148
149
|
|
|
149
|
-
|
|
150
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateDoesNotExistException, __BaseException>);
|
|
150
151
|
}
|
|
151
152
|
|
|
152
|
-
export
|
|
153
|
-
name: "ApprovalRuleTemplateInUseException";
|
|
154
|
-
$fault: "client";
|
|
153
|
+
export declare class ApprovalRuleTemplateInUseException extends __BaseException {
|
|
154
|
+
readonly name: "ApprovalRuleTemplateInUseException";
|
|
155
|
+
readonly $fault: "client";
|
|
155
156
|
|
|
156
|
-
|
|
157
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateInUseException, __BaseException>);
|
|
157
158
|
}
|
|
158
159
|
|
|
159
|
-
export
|
|
160
|
-
name: "ApprovalRuleTemplateNameAlreadyExistsException";
|
|
161
|
-
$fault: "client";
|
|
160
|
+
export declare class ApprovalRuleTemplateNameAlreadyExistsException extends __BaseException {
|
|
161
|
+
readonly name: "ApprovalRuleTemplateNameAlreadyExistsException";
|
|
162
|
+
readonly $fault: "client";
|
|
162
163
|
|
|
163
|
-
|
|
164
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateNameAlreadyExistsException, __BaseException>);
|
|
164
165
|
}
|
|
165
166
|
|
|
166
|
-
export
|
|
167
|
-
name: "ApprovalRuleTemplateNameRequiredException";
|
|
168
|
-
$fault: "client";
|
|
167
|
+
export declare class ApprovalRuleTemplateNameRequiredException extends __BaseException {
|
|
168
|
+
readonly name: "ApprovalRuleTemplateNameRequiredException";
|
|
169
|
+
readonly $fault: "client";
|
|
169
170
|
|
|
170
|
-
|
|
171
|
+
constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateNameRequiredException, __BaseException>);
|
|
171
172
|
}
|
|
172
173
|
|
|
173
174
|
export interface ApprovalStateChangedEventMetadata {
|
|
@@ -181,11 +182,11 @@ export declare namespace ApprovalStateChangedEventMetadata {
|
|
|
181
182
|
const filterSensitiveLog: (obj: ApprovalStateChangedEventMetadata) => any;
|
|
182
183
|
}
|
|
183
184
|
|
|
184
|
-
export
|
|
185
|
-
name: "ApprovalStateRequiredException";
|
|
186
|
-
$fault: "client";
|
|
185
|
+
export declare class ApprovalStateRequiredException extends __BaseException {
|
|
186
|
+
readonly name: "ApprovalStateRequiredException";
|
|
187
|
+
readonly $fault: "client";
|
|
187
188
|
|
|
188
|
-
|
|
189
|
+
constructor(opts: __ExceptionOptionType<ApprovalStateRequiredException, __BaseException>);
|
|
189
190
|
}
|
|
190
191
|
export interface AssociateApprovalRuleTemplateWithRepositoryInput {
|
|
191
192
|
|
|
@@ -198,81 +199,81 @@ export declare namespace AssociateApprovalRuleTemplateWithRepositoryInput {
|
|
|
198
199
|
const filterSensitiveLog: (obj: AssociateApprovalRuleTemplateWithRepositoryInput) => any;
|
|
199
200
|
}
|
|
200
201
|
|
|
201
|
-
export
|
|
202
|
-
name: "EncryptionIntegrityChecksFailedException";
|
|
203
|
-
$fault: "server";
|
|
202
|
+
export declare class EncryptionIntegrityChecksFailedException extends __BaseException {
|
|
203
|
+
readonly name: "EncryptionIntegrityChecksFailedException";
|
|
204
|
+
readonly $fault: "server";
|
|
204
205
|
|
|
205
|
-
|
|
206
|
+
constructor(opts: __ExceptionOptionType<EncryptionIntegrityChecksFailedException, __BaseException>);
|
|
206
207
|
}
|
|
207
208
|
|
|
208
|
-
export
|
|
209
|
-
name: "EncryptionKeyAccessDeniedException";
|
|
210
|
-
$fault: "client";
|
|
209
|
+
export declare class EncryptionKeyAccessDeniedException extends __BaseException {
|
|
210
|
+
readonly name: "EncryptionKeyAccessDeniedException";
|
|
211
|
+
readonly $fault: "client";
|
|
211
212
|
|
|
212
|
-
|
|
213
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyAccessDeniedException, __BaseException>);
|
|
213
214
|
}
|
|
214
215
|
|
|
215
|
-
export
|
|
216
|
-
name: "EncryptionKeyDisabledException";
|
|
217
|
-
$fault: "client";
|
|
216
|
+
export declare class EncryptionKeyDisabledException extends __BaseException {
|
|
217
|
+
readonly name: "EncryptionKeyDisabledException";
|
|
218
|
+
readonly $fault: "client";
|
|
218
219
|
|
|
219
|
-
|
|
220
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyDisabledException, __BaseException>);
|
|
220
221
|
}
|
|
221
222
|
|
|
222
|
-
export
|
|
223
|
-
name: "EncryptionKeyNotFoundException";
|
|
224
|
-
$fault: "client";
|
|
223
|
+
export declare class EncryptionKeyNotFoundException extends __BaseException {
|
|
224
|
+
readonly name: "EncryptionKeyNotFoundException";
|
|
225
|
+
readonly $fault: "client";
|
|
225
226
|
|
|
226
|
-
|
|
227
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyNotFoundException, __BaseException>);
|
|
227
228
|
}
|
|
228
229
|
|
|
229
|
-
export
|
|
230
|
-
name: "EncryptionKeyUnavailableException";
|
|
231
|
-
$fault: "client";
|
|
230
|
+
export declare class EncryptionKeyUnavailableException extends __BaseException {
|
|
231
|
+
readonly name: "EncryptionKeyUnavailableException";
|
|
232
|
+
readonly $fault: "client";
|
|
232
233
|
|
|
233
|
-
|
|
234
|
+
constructor(opts: __ExceptionOptionType<EncryptionKeyUnavailableException, __BaseException>);
|
|
234
235
|
}
|
|
235
236
|
|
|
236
|
-
export
|
|
237
|
-
name: "InvalidApprovalRuleTemplateNameException";
|
|
238
|
-
$fault: "client";
|
|
237
|
+
export declare class InvalidApprovalRuleTemplateNameException extends __BaseException {
|
|
238
|
+
readonly name: "InvalidApprovalRuleTemplateNameException";
|
|
239
|
+
readonly $fault: "client";
|
|
239
240
|
|
|
240
|
-
|
|
241
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateNameException, __BaseException>);
|
|
241
242
|
}
|
|
242
243
|
|
|
243
|
-
export
|
|
244
|
-
name: "InvalidRepositoryNameException";
|
|
245
|
-
$fault: "client";
|
|
244
|
+
export declare class InvalidRepositoryNameException extends __BaseException {
|
|
245
|
+
readonly name: "InvalidRepositoryNameException";
|
|
246
|
+
readonly $fault: "client";
|
|
246
247
|
|
|
247
|
-
|
|
248
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryNameException, __BaseException>);
|
|
248
249
|
}
|
|
249
250
|
|
|
250
|
-
export
|
|
251
|
-
name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
|
|
252
|
-
$fault: "client";
|
|
251
|
+
export declare class MaximumRuleTemplatesAssociatedWithRepositoryException extends __BaseException {
|
|
252
|
+
readonly name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
|
|
253
|
+
readonly $fault: "client";
|
|
253
254
|
|
|
254
|
-
|
|
255
|
+
constructor(opts: __ExceptionOptionType<MaximumRuleTemplatesAssociatedWithRepositoryException, __BaseException>);
|
|
255
256
|
}
|
|
256
257
|
|
|
257
|
-
export
|
|
258
|
-
name: "RepositoryDoesNotExistException";
|
|
259
|
-
$fault: "client";
|
|
258
|
+
export declare class RepositoryDoesNotExistException extends __BaseException {
|
|
259
|
+
readonly name: "RepositoryDoesNotExistException";
|
|
260
|
+
readonly $fault: "client";
|
|
260
261
|
|
|
261
|
-
|
|
262
|
+
constructor(opts: __ExceptionOptionType<RepositoryDoesNotExistException, __BaseException>);
|
|
262
263
|
}
|
|
263
264
|
|
|
264
|
-
export
|
|
265
|
-
name: "RepositoryNameRequiredException";
|
|
266
|
-
$fault: "client";
|
|
265
|
+
export declare class RepositoryNameRequiredException extends __BaseException {
|
|
266
|
+
readonly name: "RepositoryNameRequiredException";
|
|
267
|
+
readonly $fault: "client";
|
|
267
268
|
|
|
268
|
-
|
|
269
|
+
constructor(opts: __ExceptionOptionType<RepositoryNameRequiredException, __BaseException>);
|
|
269
270
|
}
|
|
270
271
|
|
|
271
|
-
export
|
|
272
|
-
name: "AuthorDoesNotExistException";
|
|
273
|
-
$fault: "client";
|
|
272
|
+
export declare class AuthorDoesNotExistException extends __BaseException {
|
|
273
|
+
readonly name: "AuthorDoesNotExistException";
|
|
274
|
+
readonly $fault: "client";
|
|
274
275
|
|
|
275
|
-
|
|
276
|
+
constructor(opts: __ExceptionOptionType<AuthorDoesNotExistException, __BaseException>);
|
|
276
277
|
}
|
|
277
278
|
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
|
|
278
279
|
|
|
@@ -308,18 +309,18 @@ export declare namespace BatchAssociateApprovalRuleTemplateWithRepositoriesOutpu
|
|
|
308
309
|
const filterSensitiveLog: (obj: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput) => any;
|
|
309
310
|
}
|
|
310
311
|
|
|
311
|
-
export
|
|
312
|
-
name: "MaximumRepositoryNamesExceededException";
|
|
313
|
-
$fault: "client";
|
|
312
|
+
export declare class MaximumRepositoryNamesExceededException extends __BaseException {
|
|
313
|
+
readonly name: "MaximumRepositoryNamesExceededException";
|
|
314
|
+
readonly $fault: "client";
|
|
314
315
|
|
|
315
|
-
|
|
316
|
+
constructor(opts: __ExceptionOptionType<MaximumRepositoryNamesExceededException, __BaseException>);
|
|
316
317
|
}
|
|
317
318
|
|
|
318
|
-
export
|
|
319
|
-
name: "RepositoryNamesRequiredException";
|
|
320
|
-
$fault: "client";
|
|
319
|
+
export declare class RepositoryNamesRequiredException extends __BaseException {
|
|
320
|
+
readonly name: "RepositoryNamesRequiredException";
|
|
321
|
+
readonly $fault: "client";
|
|
321
322
|
|
|
322
|
-
|
|
323
|
+
constructor(opts: __ExceptionOptionType<RepositoryNamesRequiredException, __BaseException>);
|
|
323
324
|
}
|
|
324
325
|
export declare enum ConflictDetailLevelTypeEnum {
|
|
325
326
|
FILE_LEVEL = "FILE_LEVEL",
|
|
@@ -539,95 +540,95 @@ export declare namespace BatchDescribeMergeConflictsOutput {
|
|
|
539
540
|
const filterSensitiveLog: (obj: BatchDescribeMergeConflictsOutput) => any;
|
|
540
541
|
}
|
|
541
542
|
|
|
542
|
-
export
|
|
543
|
-
name: "CommitDoesNotExistException";
|
|
544
|
-
$fault: "client";
|
|
543
|
+
export declare class CommitDoesNotExistException extends __BaseException {
|
|
544
|
+
readonly name: "CommitDoesNotExistException";
|
|
545
|
+
readonly $fault: "client";
|
|
545
546
|
|
|
546
|
-
|
|
547
|
+
constructor(opts: __ExceptionOptionType<CommitDoesNotExistException, __BaseException>);
|
|
547
548
|
}
|
|
548
549
|
|
|
549
|
-
export
|
|
550
|
-
name: "CommitRequiredException";
|
|
551
|
-
$fault: "client";
|
|
550
|
+
export declare class CommitRequiredException extends __BaseException {
|
|
551
|
+
readonly name: "CommitRequiredException";
|
|
552
|
+
readonly $fault: "client";
|
|
552
553
|
|
|
553
|
-
|
|
554
|
+
constructor(opts: __ExceptionOptionType<CommitRequiredException, __BaseException>);
|
|
554
555
|
}
|
|
555
556
|
|
|
556
|
-
export
|
|
557
|
-
name: "InvalidCommitException";
|
|
558
|
-
$fault: "client";
|
|
557
|
+
export declare class InvalidCommitException extends __BaseException {
|
|
558
|
+
readonly name: "InvalidCommitException";
|
|
559
|
+
readonly $fault: "client";
|
|
559
560
|
|
|
560
|
-
|
|
561
|
+
constructor(opts: __ExceptionOptionType<InvalidCommitException, __BaseException>);
|
|
561
562
|
}
|
|
562
563
|
|
|
563
|
-
export
|
|
564
|
-
name: "InvalidConflictDetailLevelException";
|
|
565
|
-
$fault: "client";
|
|
564
|
+
export declare class InvalidConflictDetailLevelException extends __BaseException {
|
|
565
|
+
readonly name: "InvalidConflictDetailLevelException";
|
|
566
|
+
readonly $fault: "client";
|
|
566
567
|
|
|
567
|
-
|
|
568
|
+
constructor(opts: __ExceptionOptionType<InvalidConflictDetailLevelException, __BaseException>);
|
|
568
569
|
}
|
|
569
570
|
|
|
570
|
-
export
|
|
571
|
-
name: "InvalidConflictResolutionStrategyException";
|
|
572
|
-
$fault: "client";
|
|
571
|
+
export declare class InvalidConflictResolutionStrategyException extends __BaseException {
|
|
572
|
+
readonly name: "InvalidConflictResolutionStrategyException";
|
|
573
|
+
readonly $fault: "client";
|
|
573
574
|
|
|
574
|
-
|
|
575
|
+
constructor(opts: __ExceptionOptionType<InvalidConflictResolutionStrategyException, __BaseException>);
|
|
575
576
|
}
|
|
576
577
|
|
|
577
|
-
export
|
|
578
|
-
name: "InvalidContinuationTokenException";
|
|
579
|
-
$fault: "client";
|
|
578
|
+
export declare class InvalidContinuationTokenException extends __BaseException {
|
|
579
|
+
readonly name: "InvalidContinuationTokenException";
|
|
580
|
+
readonly $fault: "client";
|
|
580
581
|
|
|
581
|
-
|
|
582
|
+
constructor(opts: __ExceptionOptionType<InvalidContinuationTokenException, __BaseException>);
|
|
582
583
|
}
|
|
583
584
|
|
|
584
|
-
export
|
|
585
|
-
name: "InvalidMaxConflictFilesException";
|
|
586
|
-
$fault: "client";
|
|
585
|
+
export declare class InvalidMaxConflictFilesException extends __BaseException {
|
|
586
|
+
readonly name: "InvalidMaxConflictFilesException";
|
|
587
|
+
readonly $fault: "client";
|
|
587
588
|
|
|
588
|
-
|
|
589
|
+
constructor(opts: __ExceptionOptionType<InvalidMaxConflictFilesException, __BaseException>);
|
|
589
590
|
}
|
|
590
591
|
|
|
591
|
-
export
|
|
592
|
-
name: "InvalidMaxMergeHunksException";
|
|
593
|
-
$fault: "client";
|
|
592
|
+
export declare class InvalidMaxMergeHunksException extends __BaseException {
|
|
593
|
+
readonly name: "InvalidMaxMergeHunksException";
|
|
594
|
+
readonly $fault: "client";
|
|
594
595
|
|
|
595
|
-
|
|
596
|
+
constructor(opts: __ExceptionOptionType<InvalidMaxMergeHunksException, __BaseException>);
|
|
596
597
|
}
|
|
597
598
|
|
|
598
|
-
export
|
|
599
|
-
name: "InvalidMergeOptionException";
|
|
600
|
-
$fault: "client";
|
|
599
|
+
export declare class InvalidMergeOptionException extends __BaseException {
|
|
600
|
+
readonly name: "InvalidMergeOptionException";
|
|
601
|
+
readonly $fault: "client";
|
|
601
602
|
|
|
602
|
-
|
|
603
|
+
constructor(opts: __ExceptionOptionType<InvalidMergeOptionException, __BaseException>);
|
|
603
604
|
}
|
|
604
605
|
|
|
605
|
-
export
|
|
606
|
-
name: "MaximumFileContentToLoadExceededException";
|
|
607
|
-
$fault: "client";
|
|
606
|
+
export declare class MaximumFileContentToLoadExceededException extends __BaseException {
|
|
607
|
+
readonly name: "MaximumFileContentToLoadExceededException";
|
|
608
|
+
readonly $fault: "client";
|
|
608
609
|
|
|
609
|
-
|
|
610
|
+
constructor(opts: __ExceptionOptionType<MaximumFileContentToLoadExceededException, __BaseException>);
|
|
610
611
|
}
|
|
611
612
|
|
|
612
|
-
export
|
|
613
|
-
name: "MaximumItemsToCompareExceededException";
|
|
614
|
-
$fault: "client";
|
|
613
|
+
export declare class MaximumItemsToCompareExceededException extends __BaseException {
|
|
614
|
+
readonly name: "MaximumItemsToCompareExceededException";
|
|
615
|
+
readonly $fault: "client";
|
|
615
616
|
|
|
616
|
-
|
|
617
|
+
constructor(opts: __ExceptionOptionType<MaximumItemsToCompareExceededException, __BaseException>);
|
|
617
618
|
}
|
|
618
619
|
|
|
619
|
-
export
|
|
620
|
-
name: "MergeOptionRequiredException";
|
|
621
|
-
$fault: "client";
|
|
620
|
+
export declare class MergeOptionRequiredException extends __BaseException {
|
|
621
|
+
readonly name: "MergeOptionRequiredException";
|
|
622
|
+
readonly $fault: "client";
|
|
622
623
|
|
|
623
|
-
|
|
624
|
+
constructor(opts: __ExceptionOptionType<MergeOptionRequiredException, __BaseException>);
|
|
624
625
|
}
|
|
625
626
|
|
|
626
|
-
export
|
|
627
|
-
name: "TipsDivergenceExceededException";
|
|
628
|
-
$fault: "client";
|
|
627
|
+
export declare class TipsDivergenceExceededException extends __BaseException {
|
|
628
|
+
readonly name: "TipsDivergenceExceededException";
|
|
629
|
+
readonly $fault: "client";
|
|
629
630
|
|
|
630
|
-
|
|
631
|
+
constructor(opts: __ExceptionOptionType<TipsDivergenceExceededException, __BaseException>);
|
|
631
632
|
}
|
|
632
633
|
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
|
|
633
634
|
|
|
@@ -730,18 +731,18 @@ export declare namespace BatchGetCommitsOutput {
|
|
|
730
731
|
const filterSensitiveLog: (obj: BatchGetCommitsOutput) => any;
|
|
731
732
|
}
|
|
732
733
|
|
|
733
|
-
export
|
|
734
|
-
name: "CommitIdsLimitExceededException";
|
|
735
|
-
$fault: "client";
|
|
734
|
+
export declare class CommitIdsLimitExceededException extends __BaseException {
|
|
735
|
+
readonly name: "CommitIdsLimitExceededException";
|
|
736
|
+
readonly $fault: "client";
|
|
736
737
|
|
|
737
|
-
|
|
738
|
+
constructor(opts: __ExceptionOptionType<CommitIdsLimitExceededException, __BaseException>);
|
|
738
739
|
}
|
|
739
740
|
|
|
740
|
-
export
|
|
741
|
-
name: "CommitIdsListRequiredException";
|
|
742
|
-
$fault: "client";
|
|
741
|
+
export declare class CommitIdsListRequiredException extends __BaseException {
|
|
742
|
+
readonly name: "CommitIdsListRequiredException";
|
|
743
|
+
readonly $fault: "client";
|
|
743
744
|
|
|
744
|
-
|
|
745
|
+
constructor(opts: __ExceptionOptionType<CommitIdsListRequiredException, __BaseException>);
|
|
745
746
|
}
|
|
746
747
|
|
|
747
748
|
export interface BatchGetRepositoriesInput {
|
|
@@ -791,25 +792,25 @@ export declare namespace BatchGetRepositoriesOutput {
|
|
|
791
792
|
const filterSensitiveLog: (obj: BatchGetRepositoriesOutput) => any;
|
|
792
793
|
}
|
|
793
794
|
|
|
794
|
-
export
|
|
795
|
-
name: "BeforeCommitIdAndAfterCommitIdAreSameException";
|
|
796
|
-
$fault: "client";
|
|
795
|
+
export declare class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
|
|
796
|
+
readonly name: "BeforeCommitIdAndAfterCommitIdAreSameException";
|
|
797
|
+
readonly $fault: "client";
|
|
797
798
|
|
|
798
|
-
|
|
799
|
+
constructor(opts: __ExceptionOptionType<BeforeCommitIdAndAfterCommitIdAreSameException, __BaseException>);
|
|
799
800
|
}
|
|
800
801
|
|
|
801
|
-
export
|
|
802
|
-
name: "BlobIdDoesNotExistException";
|
|
803
|
-
$fault: "client";
|
|
802
|
+
export declare class BlobIdDoesNotExistException extends __BaseException {
|
|
803
|
+
readonly name: "BlobIdDoesNotExistException";
|
|
804
|
+
readonly $fault: "client";
|
|
804
805
|
|
|
805
|
-
|
|
806
|
+
constructor(opts: __ExceptionOptionType<BlobIdDoesNotExistException, __BaseException>);
|
|
806
807
|
}
|
|
807
808
|
|
|
808
|
-
export
|
|
809
|
-
name: "BlobIdRequiredException";
|
|
810
|
-
$fault: "client";
|
|
809
|
+
export declare class BlobIdRequiredException extends __BaseException {
|
|
810
|
+
readonly name: "BlobIdRequiredException";
|
|
811
|
+
readonly $fault: "client";
|
|
811
812
|
|
|
812
|
-
|
|
813
|
+
constructor(opts: __ExceptionOptionType<BlobIdRequiredException, __BaseException>);
|
|
813
814
|
}
|
|
814
815
|
|
|
815
816
|
export interface BlobMetadata {
|
|
@@ -825,11 +826,11 @@ export declare namespace BlobMetadata {
|
|
|
825
826
|
const filterSensitiveLog: (obj: BlobMetadata) => any;
|
|
826
827
|
}
|
|
827
828
|
|
|
828
|
-
export
|
|
829
|
-
name: "BranchDoesNotExistException";
|
|
830
|
-
$fault: "client";
|
|
829
|
+
export declare class BranchDoesNotExistException extends __BaseException {
|
|
830
|
+
readonly name: "BranchDoesNotExistException";
|
|
831
|
+
readonly $fault: "client";
|
|
831
832
|
|
|
832
|
-
|
|
833
|
+
constructor(opts: __ExceptionOptionType<BranchDoesNotExistException, __BaseException>);
|
|
833
834
|
}
|
|
834
835
|
|
|
835
836
|
export interface BranchInfo {
|
|
@@ -843,46 +844,46 @@ export declare namespace BranchInfo {
|
|
|
843
844
|
const filterSensitiveLog: (obj: BranchInfo) => any;
|
|
844
845
|
}
|
|
845
846
|
|
|
846
|
-
export
|
|
847
|
-
name: "BranchNameExistsException";
|
|
848
|
-
$fault: "client";
|
|
847
|
+
export declare class BranchNameExistsException extends __BaseException {
|
|
848
|
+
readonly name: "BranchNameExistsException";
|
|
849
|
+
readonly $fault: "client";
|
|
849
850
|
|
|
850
|
-
|
|
851
|
+
constructor(opts: __ExceptionOptionType<BranchNameExistsException, __BaseException>);
|
|
851
852
|
}
|
|
852
853
|
|
|
853
|
-
export
|
|
854
|
-
name: "BranchNameIsTagNameException";
|
|
855
|
-
$fault: "client";
|
|
854
|
+
export declare class BranchNameIsTagNameException extends __BaseException {
|
|
855
|
+
readonly name: "BranchNameIsTagNameException";
|
|
856
|
+
readonly $fault: "client";
|
|
856
857
|
|
|
857
|
-
|
|
858
|
+
constructor(opts: __ExceptionOptionType<BranchNameIsTagNameException, __BaseException>);
|
|
858
859
|
}
|
|
859
860
|
|
|
860
|
-
export
|
|
861
|
-
name: "BranchNameRequiredException";
|
|
862
|
-
$fault: "client";
|
|
861
|
+
export declare class BranchNameRequiredException extends __BaseException {
|
|
862
|
+
readonly name: "BranchNameRequiredException";
|
|
863
|
+
readonly $fault: "client";
|
|
863
864
|
|
|
864
|
-
|
|
865
|
+
constructor(opts: __ExceptionOptionType<BranchNameRequiredException, __BaseException>);
|
|
865
866
|
}
|
|
866
867
|
|
|
867
|
-
export
|
|
868
|
-
name: "CannotDeleteApprovalRuleFromTemplateException";
|
|
869
|
-
$fault: "client";
|
|
868
|
+
export declare class CannotDeleteApprovalRuleFromTemplateException extends __BaseException {
|
|
869
|
+
readonly name: "CannotDeleteApprovalRuleFromTemplateException";
|
|
870
|
+
readonly $fault: "client";
|
|
870
871
|
|
|
871
|
-
|
|
872
|
+
constructor(opts: __ExceptionOptionType<CannotDeleteApprovalRuleFromTemplateException, __BaseException>);
|
|
872
873
|
}
|
|
873
874
|
|
|
874
|
-
export
|
|
875
|
-
name: "CannotModifyApprovalRuleFromTemplateException";
|
|
876
|
-
$fault: "client";
|
|
875
|
+
export declare class CannotModifyApprovalRuleFromTemplateException extends __BaseException {
|
|
876
|
+
readonly name: "CannotModifyApprovalRuleFromTemplateException";
|
|
877
|
+
readonly $fault: "client";
|
|
877
878
|
|
|
878
|
-
|
|
879
|
+
constructor(opts: __ExceptionOptionType<CannotModifyApprovalRuleFromTemplateException, __BaseException>);
|
|
879
880
|
}
|
|
880
881
|
|
|
881
|
-
export
|
|
882
|
-
name: "ClientRequestTokenRequiredException";
|
|
883
|
-
$fault: "client";
|
|
882
|
+
export declare class ClientRequestTokenRequiredException extends __BaseException {
|
|
883
|
+
readonly name: "ClientRequestTokenRequiredException";
|
|
884
|
+
readonly $fault: "client";
|
|
884
885
|
|
|
885
|
-
|
|
886
|
+
constructor(opts: __ExceptionOptionType<ClientRequestTokenRequiredException, __BaseException>);
|
|
886
887
|
}
|
|
887
888
|
export interface CreateApprovalRuleTemplateInput {
|
|
888
889
|
|
|
@@ -905,32 +906,32 @@ export declare namespace CreateApprovalRuleTemplateOutput {
|
|
|
905
906
|
const filterSensitiveLog: (obj: CreateApprovalRuleTemplateOutput) => any;
|
|
906
907
|
}
|
|
907
908
|
|
|
908
|
-
export
|
|
909
|
-
name: "InvalidApprovalRuleTemplateContentException";
|
|
910
|
-
$fault: "client";
|
|
909
|
+
export declare class InvalidApprovalRuleTemplateContentException extends __BaseException {
|
|
910
|
+
readonly name: "InvalidApprovalRuleTemplateContentException";
|
|
911
|
+
readonly $fault: "client";
|
|
911
912
|
|
|
912
|
-
|
|
913
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateContentException, __BaseException>);
|
|
913
914
|
}
|
|
914
915
|
|
|
915
|
-
export
|
|
916
|
-
name: "InvalidApprovalRuleTemplateDescriptionException";
|
|
917
|
-
$fault: "client";
|
|
916
|
+
export declare class InvalidApprovalRuleTemplateDescriptionException extends __BaseException {
|
|
917
|
+
readonly name: "InvalidApprovalRuleTemplateDescriptionException";
|
|
918
|
+
readonly $fault: "client";
|
|
918
919
|
|
|
919
|
-
|
|
920
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateDescriptionException, __BaseException>);
|
|
920
921
|
}
|
|
921
922
|
|
|
922
|
-
export
|
|
923
|
-
name: "NumberOfRuleTemplatesExceededException";
|
|
924
|
-
$fault: "client";
|
|
923
|
+
export declare class NumberOfRuleTemplatesExceededException extends __BaseException {
|
|
924
|
+
readonly name: "NumberOfRuleTemplatesExceededException";
|
|
925
|
+
readonly $fault: "client";
|
|
925
926
|
|
|
926
|
-
|
|
927
|
+
constructor(opts: __ExceptionOptionType<NumberOfRuleTemplatesExceededException, __BaseException>);
|
|
927
928
|
}
|
|
928
929
|
|
|
929
|
-
export
|
|
930
|
-
name: "CommitIdRequiredException";
|
|
931
|
-
$fault: "client";
|
|
930
|
+
export declare class CommitIdRequiredException extends __BaseException {
|
|
931
|
+
readonly name: "CommitIdRequiredException";
|
|
932
|
+
readonly $fault: "client";
|
|
932
933
|
|
|
933
|
-
|
|
934
|
+
constructor(opts: __ExceptionOptionType<CommitIdRequiredException, __BaseException>);
|
|
934
935
|
}
|
|
935
936
|
|
|
936
937
|
export interface CreateBranchInput {
|
|
@@ -946,25 +947,25 @@ export declare namespace CreateBranchInput {
|
|
|
946
947
|
const filterSensitiveLog: (obj: CreateBranchInput) => any;
|
|
947
948
|
}
|
|
948
949
|
|
|
949
|
-
export
|
|
950
|
-
name: "InvalidBranchNameException";
|
|
951
|
-
$fault: "client";
|
|
950
|
+
export declare class InvalidBranchNameException extends __BaseException {
|
|
951
|
+
readonly name: "InvalidBranchNameException";
|
|
952
|
+
readonly $fault: "client";
|
|
952
953
|
|
|
953
|
-
|
|
954
|
+
constructor(opts: __ExceptionOptionType<InvalidBranchNameException, __BaseException>);
|
|
954
955
|
}
|
|
955
956
|
|
|
956
|
-
export
|
|
957
|
-
name: "InvalidCommitIdException";
|
|
958
|
-
$fault: "client";
|
|
957
|
+
export declare class InvalidCommitIdException extends __BaseException {
|
|
958
|
+
readonly name: "InvalidCommitIdException";
|
|
959
|
+
readonly $fault: "client";
|
|
959
960
|
|
|
960
|
-
|
|
961
|
+
constructor(opts: __ExceptionOptionType<InvalidCommitIdException, __BaseException>);
|
|
961
962
|
}
|
|
962
963
|
|
|
963
|
-
export
|
|
964
|
-
name: "CommitMessageLengthExceededException";
|
|
965
|
-
$fault: "client";
|
|
964
|
+
export declare class CommitMessageLengthExceededException extends __BaseException {
|
|
965
|
+
readonly name: "CommitMessageLengthExceededException";
|
|
966
|
+
readonly $fault: "client";
|
|
966
967
|
|
|
967
|
-
|
|
968
|
+
constructor(opts: __ExceptionOptionType<CommitMessageLengthExceededException, __BaseException>);
|
|
968
969
|
}
|
|
969
970
|
|
|
970
971
|
export interface DeleteFileEntry {
|
|
@@ -1068,179 +1069,179 @@ export declare namespace CreateCommitOutput {
|
|
|
1068
1069
|
const filterSensitiveLog: (obj: CreateCommitOutput) => any;
|
|
1069
1070
|
}
|
|
1070
1071
|
|
|
1071
|
-
export
|
|
1072
|
-
name: "DirectoryNameConflictsWithFileNameException";
|
|
1073
|
-
$fault: "client";
|
|
1072
|
+
export declare class DirectoryNameConflictsWithFileNameException extends __BaseException {
|
|
1073
|
+
readonly name: "DirectoryNameConflictsWithFileNameException";
|
|
1074
|
+
readonly $fault: "client";
|
|
1074
1075
|
|
|
1075
|
-
|
|
1076
|
+
constructor(opts: __ExceptionOptionType<DirectoryNameConflictsWithFileNameException, __BaseException>);
|
|
1076
1077
|
}
|
|
1077
1078
|
|
|
1078
|
-
export
|
|
1079
|
-
name: "FileContentAndSourceFileSpecifiedException";
|
|
1080
|
-
$fault: "client";
|
|
1079
|
+
export declare class FileContentAndSourceFileSpecifiedException extends __BaseException {
|
|
1080
|
+
readonly name: "FileContentAndSourceFileSpecifiedException";
|
|
1081
|
+
readonly $fault: "client";
|
|
1081
1082
|
|
|
1082
|
-
|
|
1083
|
+
constructor(opts: __ExceptionOptionType<FileContentAndSourceFileSpecifiedException, __BaseException>);
|
|
1083
1084
|
}
|
|
1084
1085
|
|
|
1085
|
-
export
|
|
1086
|
-
name: "FileContentSizeLimitExceededException";
|
|
1087
|
-
$fault: "client";
|
|
1086
|
+
export declare class FileContentSizeLimitExceededException extends __BaseException {
|
|
1087
|
+
readonly name: "FileContentSizeLimitExceededException";
|
|
1088
|
+
readonly $fault: "client";
|
|
1088
1089
|
|
|
1089
|
-
|
|
1090
|
+
constructor(opts: __ExceptionOptionType<FileContentSizeLimitExceededException, __BaseException>);
|
|
1090
1091
|
}
|
|
1091
1092
|
|
|
1092
|
-
export
|
|
1093
|
-
name: "FileDoesNotExistException";
|
|
1094
|
-
$fault: "client";
|
|
1093
|
+
export declare class FileDoesNotExistException extends __BaseException {
|
|
1094
|
+
readonly name: "FileDoesNotExistException";
|
|
1095
|
+
readonly $fault: "client";
|
|
1095
1096
|
|
|
1096
|
-
|
|
1097
|
+
constructor(opts: __ExceptionOptionType<FileDoesNotExistException, __BaseException>);
|
|
1097
1098
|
}
|
|
1098
1099
|
|
|
1099
|
-
export
|
|
1100
|
-
name: "FileEntryRequiredException";
|
|
1101
|
-
$fault: "client";
|
|
1100
|
+
export declare class FileEntryRequiredException extends __BaseException {
|
|
1101
|
+
readonly name: "FileEntryRequiredException";
|
|
1102
|
+
readonly $fault: "client";
|
|
1102
1103
|
|
|
1103
|
-
|
|
1104
|
+
constructor(opts: __ExceptionOptionType<FileEntryRequiredException, __BaseException>);
|
|
1104
1105
|
}
|
|
1105
1106
|
|
|
1106
|
-
export
|
|
1107
|
-
name: "FileModeRequiredException";
|
|
1108
|
-
$fault: "client";
|
|
1107
|
+
export declare class FileModeRequiredException extends __BaseException {
|
|
1108
|
+
readonly name: "FileModeRequiredException";
|
|
1109
|
+
readonly $fault: "client";
|
|
1109
1110
|
|
|
1110
|
-
|
|
1111
|
+
constructor(opts: __ExceptionOptionType<FileModeRequiredException, __BaseException>);
|
|
1111
1112
|
}
|
|
1112
1113
|
|
|
1113
|
-
export
|
|
1114
|
-
name: "FileNameConflictsWithDirectoryNameException";
|
|
1115
|
-
$fault: "client";
|
|
1114
|
+
export declare class FileNameConflictsWithDirectoryNameException extends __BaseException {
|
|
1115
|
+
readonly name: "FileNameConflictsWithDirectoryNameException";
|
|
1116
|
+
readonly $fault: "client";
|
|
1116
1117
|
|
|
1117
|
-
|
|
1118
|
+
constructor(opts: __ExceptionOptionType<FileNameConflictsWithDirectoryNameException, __BaseException>);
|
|
1118
1119
|
}
|
|
1119
1120
|
|
|
1120
|
-
export
|
|
1121
|
-
name: "FilePathConflictsWithSubmodulePathException";
|
|
1122
|
-
$fault: "client";
|
|
1121
|
+
export declare class FilePathConflictsWithSubmodulePathException extends __BaseException {
|
|
1122
|
+
readonly name: "FilePathConflictsWithSubmodulePathException";
|
|
1123
|
+
readonly $fault: "client";
|
|
1123
1124
|
|
|
1124
|
-
|
|
1125
|
+
constructor(opts: __ExceptionOptionType<FilePathConflictsWithSubmodulePathException, __BaseException>);
|
|
1125
1126
|
}
|
|
1126
1127
|
|
|
1127
|
-
export
|
|
1128
|
-
name: "FolderContentSizeLimitExceededException";
|
|
1129
|
-
$fault: "client";
|
|
1128
|
+
export declare class FolderContentSizeLimitExceededException extends __BaseException {
|
|
1129
|
+
readonly name: "FolderContentSizeLimitExceededException";
|
|
1130
|
+
readonly $fault: "client";
|
|
1130
1131
|
|
|
1131
|
-
|
|
1132
|
+
constructor(opts: __ExceptionOptionType<FolderContentSizeLimitExceededException, __BaseException>);
|
|
1132
1133
|
}
|
|
1133
1134
|
|
|
1134
|
-
export
|
|
1135
|
-
name: "InvalidDeletionParameterException";
|
|
1136
|
-
$fault: "client";
|
|
1135
|
+
export declare class InvalidDeletionParameterException extends __BaseException {
|
|
1136
|
+
readonly name: "InvalidDeletionParameterException";
|
|
1137
|
+
readonly $fault: "client";
|
|
1137
1138
|
|
|
1138
|
-
|
|
1139
|
+
constructor(opts: __ExceptionOptionType<InvalidDeletionParameterException, __BaseException>);
|
|
1139
1140
|
}
|
|
1140
1141
|
|
|
1141
|
-
export
|
|
1142
|
-
name: "InvalidEmailException";
|
|
1143
|
-
$fault: "client";
|
|
1142
|
+
export declare class InvalidEmailException extends __BaseException {
|
|
1143
|
+
readonly name: "InvalidEmailException";
|
|
1144
|
+
readonly $fault: "client";
|
|
1144
1145
|
|
|
1145
|
-
|
|
1146
|
+
constructor(opts: __ExceptionOptionType<InvalidEmailException, __BaseException>);
|
|
1146
1147
|
}
|
|
1147
1148
|
|
|
1148
|
-
export
|
|
1149
|
-
name: "InvalidFileModeException";
|
|
1150
|
-
$fault: "client";
|
|
1149
|
+
export declare class InvalidFileModeException extends __BaseException {
|
|
1150
|
+
readonly name: "InvalidFileModeException";
|
|
1151
|
+
readonly $fault: "client";
|
|
1151
1152
|
|
|
1152
|
-
|
|
1153
|
+
constructor(opts: __ExceptionOptionType<InvalidFileModeException, __BaseException>);
|
|
1153
1154
|
}
|
|
1154
1155
|
|
|
1155
|
-
export
|
|
1156
|
-
name: "InvalidParentCommitIdException";
|
|
1157
|
-
$fault: "client";
|
|
1156
|
+
export declare class InvalidParentCommitIdException extends __BaseException {
|
|
1157
|
+
readonly name: "InvalidParentCommitIdException";
|
|
1158
|
+
readonly $fault: "client";
|
|
1158
1159
|
|
|
1159
|
-
|
|
1160
|
+
constructor(opts: __ExceptionOptionType<InvalidParentCommitIdException, __BaseException>);
|
|
1160
1161
|
}
|
|
1161
1162
|
|
|
1162
|
-
export
|
|
1163
|
-
name: "InvalidPathException";
|
|
1164
|
-
$fault: "client";
|
|
1163
|
+
export declare class InvalidPathException extends __BaseException {
|
|
1164
|
+
readonly name: "InvalidPathException";
|
|
1165
|
+
readonly $fault: "client";
|
|
1165
1166
|
|
|
1166
|
-
|
|
1167
|
+
constructor(opts: __ExceptionOptionType<InvalidPathException, __BaseException>);
|
|
1167
1168
|
}
|
|
1168
1169
|
|
|
1169
|
-
export
|
|
1170
|
-
name: "MaximumFileEntriesExceededException";
|
|
1171
|
-
$fault: "client";
|
|
1170
|
+
export declare class MaximumFileEntriesExceededException extends __BaseException {
|
|
1171
|
+
readonly name: "MaximumFileEntriesExceededException";
|
|
1172
|
+
readonly $fault: "client";
|
|
1172
1173
|
|
|
1173
|
-
|
|
1174
|
+
constructor(opts: __ExceptionOptionType<MaximumFileEntriesExceededException, __BaseException>);
|
|
1174
1175
|
}
|
|
1175
1176
|
|
|
1176
|
-
export
|
|
1177
|
-
name: "NameLengthExceededException";
|
|
1178
|
-
$fault: "client";
|
|
1177
|
+
export declare class NameLengthExceededException extends __BaseException {
|
|
1178
|
+
readonly name: "NameLengthExceededException";
|
|
1179
|
+
readonly $fault: "client";
|
|
1179
1180
|
|
|
1180
|
-
|
|
1181
|
+
constructor(opts: __ExceptionOptionType<NameLengthExceededException, __BaseException>);
|
|
1181
1182
|
}
|
|
1182
1183
|
|
|
1183
|
-
export
|
|
1184
|
-
name: "NoChangeException";
|
|
1185
|
-
$fault: "client";
|
|
1184
|
+
export declare class NoChangeException extends __BaseException {
|
|
1185
|
+
readonly name: "NoChangeException";
|
|
1186
|
+
readonly $fault: "client";
|
|
1186
1187
|
|
|
1187
|
-
|
|
1188
|
+
constructor(opts: __ExceptionOptionType<NoChangeException, __BaseException>);
|
|
1188
1189
|
}
|
|
1189
1190
|
|
|
1190
|
-
export
|
|
1191
|
-
name: "ParentCommitDoesNotExistException";
|
|
1192
|
-
$fault: "client";
|
|
1191
|
+
export declare class ParentCommitDoesNotExistException extends __BaseException {
|
|
1192
|
+
readonly name: "ParentCommitDoesNotExistException";
|
|
1193
|
+
readonly $fault: "client";
|
|
1193
1194
|
|
|
1194
|
-
|
|
1195
|
+
constructor(opts: __ExceptionOptionType<ParentCommitDoesNotExistException, __BaseException>);
|
|
1195
1196
|
}
|
|
1196
1197
|
|
|
1197
|
-
export
|
|
1198
|
-
name: "ParentCommitIdOutdatedException";
|
|
1199
|
-
$fault: "client";
|
|
1198
|
+
export declare class ParentCommitIdOutdatedException extends __BaseException {
|
|
1199
|
+
readonly name: "ParentCommitIdOutdatedException";
|
|
1200
|
+
readonly $fault: "client";
|
|
1200
1201
|
|
|
1201
|
-
|
|
1202
|
+
constructor(opts: __ExceptionOptionType<ParentCommitIdOutdatedException, __BaseException>);
|
|
1202
1203
|
}
|
|
1203
1204
|
|
|
1204
|
-
export
|
|
1205
|
-
name: "ParentCommitIdRequiredException";
|
|
1206
|
-
$fault: "client";
|
|
1205
|
+
export declare class ParentCommitIdRequiredException extends __BaseException {
|
|
1206
|
+
readonly name: "ParentCommitIdRequiredException";
|
|
1207
|
+
readonly $fault: "client";
|
|
1207
1208
|
|
|
1208
|
-
|
|
1209
|
+
constructor(opts: __ExceptionOptionType<ParentCommitIdRequiredException, __BaseException>);
|
|
1209
1210
|
}
|
|
1210
1211
|
|
|
1211
|
-
export
|
|
1212
|
-
name: "PathRequiredException";
|
|
1213
|
-
$fault: "client";
|
|
1212
|
+
export declare class PathRequiredException extends __BaseException {
|
|
1213
|
+
readonly name: "PathRequiredException";
|
|
1214
|
+
readonly $fault: "client";
|
|
1214
1215
|
|
|
1215
|
-
|
|
1216
|
+
constructor(opts: __ExceptionOptionType<PathRequiredException, __BaseException>);
|
|
1216
1217
|
}
|
|
1217
1218
|
|
|
1218
|
-
export
|
|
1219
|
-
name: "PutFileEntryConflictException";
|
|
1220
|
-
$fault: "client";
|
|
1219
|
+
export declare class PutFileEntryConflictException extends __BaseException {
|
|
1220
|
+
readonly name: "PutFileEntryConflictException";
|
|
1221
|
+
readonly $fault: "client";
|
|
1221
1222
|
|
|
1222
|
-
|
|
1223
|
+
constructor(opts: __ExceptionOptionType<PutFileEntryConflictException, __BaseException>);
|
|
1223
1224
|
}
|
|
1224
1225
|
|
|
1225
|
-
export
|
|
1226
|
-
name: "RestrictedSourceFileException";
|
|
1227
|
-
$fault: "client";
|
|
1226
|
+
export declare class RestrictedSourceFileException extends __BaseException {
|
|
1227
|
+
readonly name: "RestrictedSourceFileException";
|
|
1228
|
+
readonly $fault: "client";
|
|
1228
1229
|
|
|
1229
|
-
|
|
1230
|
+
constructor(opts: __ExceptionOptionType<RestrictedSourceFileException, __BaseException>);
|
|
1230
1231
|
}
|
|
1231
1232
|
|
|
1232
|
-
export
|
|
1233
|
-
name: "SamePathRequestException";
|
|
1234
|
-
$fault: "client";
|
|
1233
|
+
export declare class SamePathRequestException extends __BaseException {
|
|
1234
|
+
readonly name: "SamePathRequestException";
|
|
1235
|
+
readonly $fault: "client";
|
|
1235
1236
|
|
|
1236
|
-
|
|
1237
|
+
constructor(opts: __ExceptionOptionType<SamePathRequestException, __BaseException>);
|
|
1237
1238
|
}
|
|
1238
1239
|
|
|
1239
|
-
export
|
|
1240
|
-
name: "SourceFileOrContentRequiredException";
|
|
1241
|
-
$fault: "client";
|
|
1240
|
+
export declare class SourceFileOrContentRequiredException extends __BaseException {
|
|
1241
|
+
readonly name: "SourceFileOrContentRequiredException";
|
|
1242
|
+
readonly $fault: "client";
|
|
1242
1243
|
|
|
1243
|
-
|
|
1244
|
+
constructor(opts: __ExceptionOptionType<SourceFileOrContentRequiredException, __BaseException>);
|
|
1244
1245
|
}
|
|
1245
1246
|
|
|
1246
1247
|
export interface Target {
|
|
@@ -1347,116 +1348,116 @@ export declare namespace CreatePullRequestOutput {
|
|
|
1347
1348
|
const filterSensitiveLog: (obj: CreatePullRequestOutput) => any;
|
|
1348
1349
|
}
|
|
1349
1350
|
|
|
1350
|
-
export
|
|
1351
|
-
name: "IdempotencyParameterMismatchException";
|
|
1352
|
-
$fault: "client";
|
|
1351
|
+
export declare class IdempotencyParameterMismatchException extends __BaseException {
|
|
1352
|
+
readonly name: "IdempotencyParameterMismatchException";
|
|
1353
|
+
readonly $fault: "client";
|
|
1353
1354
|
|
|
1354
|
-
|
|
1355
|
+
constructor(opts: __ExceptionOptionType<IdempotencyParameterMismatchException, __BaseException>);
|
|
1355
1356
|
}
|
|
1356
1357
|
|
|
1357
|
-
export
|
|
1358
|
-
name: "InvalidClientRequestTokenException";
|
|
1359
|
-
$fault: "client";
|
|
1358
|
+
export declare class InvalidClientRequestTokenException extends __BaseException {
|
|
1359
|
+
readonly name: "InvalidClientRequestTokenException";
|
|
1360
|
+
readonly $fault: "client";
|
|
1360
1361
|
|
|
1361
|
-
|
|
1362
|
+
constructor(opts: __ExceptionOptionType<InvalidClientRequestTokenException, __BaseException>);
|
|
1362
1363
|
}
|
|
1363
1364
|
|
|
1364
|
-
export
|
|
1365
|
-
name: "InvalidDescriptionException";
|
|
1366
|
-
$fault: "client";
|
|
1365
|
+
export declare class InvalidDescriptionException extends __BaseException {
|
|
1366
|
+
readonly name: "InvalidDescriptionException";
|
|
1367
|
+
readonly $fault: "client";
|
|
1367
1368
|
|
|
1368
|
-
|
|
1369
|
+
constructor(opts: __ExceptionOptionType<InvalidDescriptionException, __BaseException>);
|
|
1369
1370
|
}
|
|
1370
1371
|
|
|
1371
|
-
export
|
|
1372
|
-
name: "InvalidReferenceNameException";
|
|
1373
|
-
$fault: "client";
|
|
1372
|
+
export declare class InvalidReferenceNameException extends __BaseException {
|
|
1373
|
+
readonly name: "InvalidReferenceNameException";
|
|
1374
|
+
readonly $fault: "client";
|
|
1374
1375
|
|
|
1375
|
-
|
|
1376
|
+
constructor(opts: __ExceptionOptionType<InvalidReferenceNameException, __BaseException>);
|
|
1376
1377
|
}
|
|
1377
1378
|
|
|
1378
|
-
export
|
|
1379
|
-
name: "InvalidTargetException";
|
|
1380
|
-
$fault: "client";
|
|
1379
|
+
export declare class InvalidTargetException extends __BaseException {
|
|
1380
|
+
readonly name: "InvalidTargetException";
|
|
1381
|
+
readonly $fault: "client";
|
|
1381
1382
|
|
|
1382
|
-
|
|
1383
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
|
|
1383
1384
|
}
|
|
1384
1385
|
|
|
1385
|
-
export
|
|
1386
|
-
name: "InvalidTargetsException";
|
|
1387
|
-
$fault: "client";
|
|
1386
|
+
export declare class InvalidTargetsException extends __BaseException {
|
|
1387
|
+
readonly name: "InvalidTargetsException";
|
|
1388
|
+
readonly $fault: "client";
|
|
1388
1389
|
|
|
1389
|
-
|
|
1390
|
+
constructor(opts: __ExceptionOptionType<InvalidTargetsException, __BaseException>);
|
|
1390
1391
|
}
|
|
1391
1392
|
|
|
1392
|
-
export
|
|
1393
|
-
name: "InvalidTitleException";
|
|
1394
|
-
$fault: "client";
|
|
1393
|
+
export declare class InvalidTitleException extends __BaseException {
|
|
1394
|
+
readonly name: "InvalidTitleException";
|
|
1395
|
+
readonly $fault: "client";
|
|
1395
1396
|
|
|
1396
|
-
|
|
1397
|
+
constructor(opts: __ExceptionOptionType<InvalidTitleException, __BaseException>);
|
|
1397
1398
|
}
|
|
1398
1399
|
|
|
1399
|
-
export
|
|
1400
|
-
name: "MaximumOpenPullRequestsExceededException";
|
|
1401
|
-
$fault: "client";
|
|
1400
|
+
export declare class MaximumOpenPullRequestsExceededException extends __BaseException {
|
|
1401
|
+
readonly name: "MaximumOpenPullRequestsExceededException";
|
|
1402
|
+
readonly $fault: "client";
|
|
1402
1403
|
|
|
1403
|
-
|
|
1404
|
+
constructor(opts: __ExceptionOptionType<MaximumOpenPullRequestsExceededException, __BaseException>);
|
|
1404
1405
|
}
|
|
1405
1406
|
|
|
1406
|
-
export
|
|
1407
|
-
name: "MultipleRepositoriesInPullRequestException";
|
|
1408
|
-
$fault: "client";
|
|
1407
|
+
export declare class MultipleRepositoriesInPullRequestException extends __BaseException {
|
|
1408
|
+
readonly name: "MultipleRepositoriesInPullRequestException";
|
|
1409
|
+
readonly $fault: "client";
|
|
1409
1410
|
|
|
1410
|
-
|
|
1411
|
+
constructor(opts: __ExceptionOptionType<MultipleRepositoriesInPullRequestException, __BaseException>);
|
|
1411
1412
|
}
|
|
1412
1413
|
|
|
1413
|
-
export
|
|
1414
|
-
name: "ReferenceDoesNotExistException";
|
|
1415
|
-
$fault: "client";
|
|
1414
|
+
export declare class ReferenceDoesNotExistException extends __BaseException {
|
|
1415
|
+
readonly name: "ReferenceDoesNotExistException";
|
|
1416
|
+
readonly $fault: "client";
|
|
1416
1417
|
|
|
1417
|
-
|
|
1418
|
+
constructor(opts: __ExceptionOptionType<ReferenceDoesNotExistException, __BaseException>);
|
|
1418
1419
|
}
|
|
1419
1420
|
|
|
1420
|
-
export
|
|
1421
|
-
name: "ReferenceNameRequiredException";
|
|
1422
|
-
$fault: "client";
|
|
1421
|
+
export declare class ReferenceNameRequiredException extends __BaseException {
|
|
1422
|
+
readonly name: "ReferenceNameRequiredException";
|
|
1423
|
+
readonly $fault: "client";
|
|
1423
1424
|
|
|
1424
|
-
|
|
1425
|
+
constructor(opts: __ExceptionOptionType<ReferenceNameRequiredException, __BaseException>);
|
|
1425
1426
|
}
|
|
1426
1427
|
|
|
1427
|
-
export
|
|
1428
|
-
name: "ReferenceTypeNotSupportedException";
|
|
1429
|
-
$fault: "client";
|
|
1428
|
+
export declare class ReferenceTypeNotSupportedException extends __BaseException {
|
|
1429
|
+
readonly name: "ReferenceTypeNotSupportedException";
|
|
1430
|
+
readonly $fault: "client";
|
|
1430
1431
|
|
|
1431
|
-
|
|
1432
|
+
constructor(opts: __ExceptionOptionType<ReferenceTypeNotSupportedException, __BaseException>);
|
|
1432
1433
|
}
|
|
1433
1434
|
|
|
1434
|
-
export
|
|
1435
|
-
name: "SourceAndDestinationAreSameException";
|
|
1436
|
-
$fault: "client";
|
|
1435
|
+
export declare class SourceAndDestinationAreSameException extends __BaseException {
|
|
1436
|
+
readonly name: "SourceAndDestinationAreSameException";
|
|
1437
|
+
readonly $fault: "client";
|
|
1437
1438
|
|
|
1438
|
-
|
|
1439
|
+
constructor(opts: __ExceptionOptionType<SourceAndDestinationAreSameException, __BaseException>);
|
|
1439
1440
|
}
|
|
1440
1441
|
|
|
1441
|
-
export
|
|
1442
|
-
name: "TargetRequiredException";
|
|
1443
|
-
$fault: "client";
|
|
1442
|
+
export declare class TargetRequiredException extends __BaseException {
|
|
1443
|
+
readonly name: "TargetRequiredException";
|
|
1444
|
+
readonly $fault: "client";
|
|
1444
1445
|
|
|
1445
|
-
|
|
1446
|
+
constructor(opts: __ExceptionOptionType<TargetRequiredException, __BaseException>);
|
|
1446
1447
|
}
|
|
1447
1448
|
|
|
1448
|
-
export
|
|
1449
|
-
name: "TargetsRequiredException";
|
|
1450
|
-
$fault: "client";
|
|
1449
|
+
export declare class TargetsRequiredException extends __BaseException {
|
|
1450
|
+
readonly name: "TargetsRequiredException";
|
|
1451
|
+
readonly $fault: "client";
|
|
1451
1452
|
|
|
1452
|
-
|
|
1453
|
+
constructor(opts: __ExceptionOptionType<TargetsRequiredException, __BaseException>);
|
|
1453
1454
|
}
|
|
1454
1455
|
|
|
1455
|
-
export
|
|
1456
|
-
name: "TitleRequiredException";
|
|
1457
|
-
$fault: "client";
|
|
1456
|
+
export declare class TitleRequiredException extends __BaseException {
|
|
1457
|
+
readonly name: "TitleRequiredException";
|
|
1458
|
+
readonly $fault: "client";
|
|
1458
1459
|
|
|
1459
|
-
|
|
1460
|
+
constructor(opts: __ExceptionOptionType<TitleRequiredException, __BaseException>);
|
|
1460
1461
|
}
|
|
1461
1462
|
export interface CreatePullRequestApprovalRuleInput {
|
|
1462
1463
|
|
|
@@ -1479,53 +1480,53 @@ export declare namespace CreatePullRequestApprovalRuleOutput {
|
|
|
1479
1480
|
const filterSensitiveLog: (obj: CreatePullRequestApprovalRuleOutput) => any;
|
|
1480
1481
|
}
|
|
1481
1482
|
|
|
1482
|
-
export
|
|
1483
|
-
name: "InvalidApprovalRuleContentException";
|
|
1484
|
-
$fault: "client";
|
|
1483
|
+
export declare class InvalidApprovalRuleContentException extends __BaseException {
|
|
1484
|
+
readonly name: "InvalidApprovalRuleContentException";
|
|
1485
|
+
readonly $fault: "client";
|
|
1485
1486
|
|
|
1486
|
-
|
|
1487
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleContentException, __BaseException>);
|
|
1487
1488
|
}
|
|
1488
1489
|
|
|
1489
|
-
export
|
|
1490
|
-
name: "InvalidApprovalRuleNameException";
|
|
1491
|
-
$fault: "client";
|
|
1490
|
+
export declare class InvalidApprovalRuleNameException extends __BaseException {
|
|
1491
|
+
readonly name: "InvalidApprovalRuleNameException";
|
|
1492
|
+
readonly $fault: "client";
|
|
1492
1493
|
|
|
1493
|
-
|
|
1494
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalRuleNameException, __BaseException>);
|
|
1494
1495
|
}
|
|
1495
1496
|
|
|
1496
|
-
export
|
|
1497
|
-
name: "InvalidPullRequestIdException";
|
|
1498
|
-
$fault: "client";
|
|
1497
|
+
export declare class InvalidPullRequestIdException extends __BaseException {
|
|
1498
|
+
readonly name: "InvalidPullRequestIdException";
|
|
1499
|
+
readonly $fault: "client";
|
|
1499
1500
|
|
|
1500
|
-
|
|
1501
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestIdException, __BaseException>);
|
|
1501
1502
|
}
|
|
1502
1503
|
|
|
1503
|
-
export
|
|
1504
|
-
name: "NumberOfRulesExceededException";
|
|
1505
|
-
$fault: "client";
|
|
1504
|
+
export declare class NumberOfRulesExceededException extends __BaseException {
|
|
1505
|
+
readonly name: "NumberOfRulesExceededException";
|
|
1506
|
+
readonly $fault: "client";
|
|
1506
1507
|
|
|
1507
|
-
|
|
1508
|
+
constructor(opts: __ExceptionOptionType<NumberOfRulesExceededException, __BaseException>);
|
|
1508
1509
|
}
|
|
1509
1510
|
|
|
1510
|
-
export
|
|
1511
|
-
name: "PullRequestAlreadyClosedException";
|
|
1512
|
-
$fault: "client";
|
|
1511
|
+
export declare class PullRequestAlreadyClosedException extends __BaseException {
|
|
1512
|
+
readonly name: "PullRequestAlreadyClosedException";
|
|
1513
|
+
readonly $fault: "client";
|
|
1513
1514
|
|
|
1514
|
-
|
|
1515
|
+
constructor(opts: __ExceptionOptionType<PullRequestAlreadyClosedException, __BaseException>);
|
|
1515
1516
|
}
|
|
1516
1517
|
|
|
1517
|
-
export
|
|
1518
|
-
name: "PullRequestDoesNotExistException";
|
|
1519
|
-
$fault: "client";
|
|
1518
|
+
export declare class PullRequestDoesNotExistException extends __BaseException {
|
|
1519
|
+
readonly name: "PullRequestDoesNotExistException";
|
|
1520
|
+
readonly $fault: "client";
|
|
1520
1521
|
|
|
1521
|
-
|
|
1522
|
+
constructor(opts: __ExceptionOptionType<PullRequestDoesNotExistException, __BaseException>);
|
|
1522
1523
|
}
|
|
1523
1524
|
|
|
1524
|
-
export
|
|
1525
|
-
name: "PullRequestIdRequiredException";
|
|
1526
|
-
$fault: "client";
|
|
1525
|
+
export declare class PullRequestIdRequiredException extends __BaseException {
|
|
1526
|
+
readonly name: "PullRequestIdRequiredException";
|
|
1527
|
+
readonly $fault: "client";
|
|
1527
1528
|
|
|
1528
|
-
|
|
1529
|
+
constructor(opts: __ExceptionOptionType<PullRequestIdRequiredException, __BaseException>);
|
|
1529
1530
|
}
|
|
1530
1531
|
|
|
1531
1532
|
export interface CreateRepositoryInput {
|
|
@@ -1552,60 +1553,60 @@ export declare namespace CreateRepositoryOutput {
|
|
|
1552
1553
|
const filterSensitiveLog: (obj: CreateRepositoryOutput) => any;
|
|
1553
1554
|
}
|
|
1554
1555
|
|
|
1555
|
-
export
|
|
1556
|
-
name: "InvalidRepositoryDescriptionException";
|
|
1557
|
-
$fault: "client";
|
|
1556
|
+
export declare class InvalidRepositoryDescriptionException extends __BaseException {
|
|
1557
|
+
readonly name: "InvalidRepositoryDescriptionException";
|
|
1558
|
+
readonly $fault: "client";
|
|
1558
1559
|
|
|
1559
|
-
|
|
1560
|
+
constructor(opts: __ExceptionOptionType<InvalidRepositoryDescriptionException, __BaseException>);
|
|
1560
1561
|
}
|
|
1561
1562
|
|
|
1562
|
-
export
|
|
1563
|
-
name: "InvalidSystemTagUsageException";
|
|
1564
|
-
$fault: "client";
|
|
1563
|
+
export declare class InvalidSystemTagUsageException extends __BaseException {
|
|
1564
|
+
readonly name: "InvalidSystemTagUsageException";
|
|
1565
|
+
readonly $fault: "client";
|
|
1565
1566
|
|
|
1566
|
-
|
|
1567
|
+
constructor(opts: __ExceptionOptionType<InvalidSystemTagUsageException, __BaseException>);
|
|
1567
1568
|
}
|
|
1568
1569
|
|
|
1569
|
-
export
|
|
1570
|
-
name: "InvalidTagsMapException";
|
|
1571
|
-
$fault: "client";
|
|
1570
|
+
export declare class InvalidTagsMapException extends __BaseException {
|
|
1571
|
+
readonly name: "InvalidTagsMapException";
|
|
1572
|
+
readonly $fault: "client";
|
|
1572
1573
|
|
|
1573
|
-
|
|
1574
|
+
constructor(opts: __ExceptionOptionType<InvalidTagsMapException, __BaseException>);
|
|
1574
1575
|
}
|
|
1575
1576
|
|
|
1576
|
-
export
|
|
1577
|
-
name: "RepositoryLimitExceededException";
|
|
1578
|
-
$fault: "client";
|
|
1577
|
+
export declare class RepositoryLimitExceededException extends __BaseException {
|
|
1578
|
+
readonly name: "RepositoryLimitExceededException";
|
|
1579
|
+
readonly $fault: "client";
|
|
1579
1580
|
|
|
1580
|
-
|
|
1581
|
+
constructor(opts: __ExceptionOptionType<RepositoryLimitExceededException, __BaseException>);
|
|
1581
1582
|
}
|
|
1582
1583
|
|
|
1583
|
-
export
|
|
1584
|
-
name: "RepositoryNameExistsException";
|
|
1585
|
-
$fault: "client";
|
|
1584
|
+
export declare class RepositoryNameExistsException extends __BaseException {
|
|
1585
|
+
readonly name: "RepositoryNameExistsException";
|
|
1586
|
+
readonly $fault: "client";
|
|
1586
1587
|
|
|
1587
|
-
|
|
1588
|
+
constructor(opts: __ExceptionOptionType<RepositoryNameExistsException, __BaseException>);
|
|
1588
1589
|
}
|
|
1589
1590
|
|
|
1590
|
-
export
|
|
1591
|
-
name: "TagPolicyException";
|
|
1592
|
-
$fault: "client";
|
|
1591
|
+
export declare class TagPolicyException extends __BaseException {
|
|
1592
|
+
readonly name: "TagPolicyException";
|
|
1593
|
+
readonly $fault: "client";
|
|
1593
1594
|
|
|
1594
|
-
|
|
1595
|
+
constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
|
|
1595
1596
|
}
|
|
1596
1597
|
|
|
1597
|
-
export
|
|
1598
|
-
name: "TooManyTagsException";
|
|
1599
|
-
$fault: "client";
|
|
1598
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
1599
|
+
readonly name: "TooManyTagsException";
|
|
1600
|
+
readonly $fault: "client";
|
|
1600
1601
|
|
|
1601
|
-
|
|
1602
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
1602
1603
|
}
|
|
1603
1604
|
|
|
1604
|
-
export
|
|
1605
|
-
name: "ConcurrentReferenceUpdateException";
|
|
1606
|
-
$fault: "client";
|
|
1605
|
+
export declare class ConcurrentReferenceUpdateException extends __BaseException {
|
|
1606
|
+
readonly name: "ConcurrentReferenceUpdateException";
|
|
1607
|
+
readonly $fault: "client";
|
|
1607
1608
|
|
|
1608
|
-
|
|
1609
|
+
constructor(opts: __ExceptionOptionType<ConcurrentReferenceUpdateException, __BaseException>);
|
|
1609
1610
|
}
|
|
1610
1611
|
export declare enum ReplacementTypeEnum {
|
|
1611
1612
|
KEEP_BASE = "KEEP_BASE",
|
|
@@ -1680,60 +1681,60 @@ export declare namespace CreateUnreferencedMergeCommitOutput {
|
|
|
1680
1681
|
const filterSensitiveLog: (obj: CreateUnreferencedMergeCommitOutput) => any;
|
|
1681
1682
|
}
|
|
1682
1683
|
|
|
1683
|
-
export
|
|
1684
|
-
name: "InvalidConflictResolutionException";
|
|
1685
|
-
$fault: "client";
|
|
1684
|
+
export declare class InvalidConflictResolutionException extends __BaseException {
|
|
1685
|
+
readonly name: "InvalidConflictResolutionException";
|
|
1686
|
+
readonly $fault: "client";
|
|
1686
1687
|
|
|
1687
|
-
|
|
1688
|
+
constructor(opts: __ExceptionOptionType<InvalidConflictResolutionException, __BaseException>);
|
|
1688
1689
|
}
|
|
1689
1690
|
|
|
1690
|
-
export
|
|
1691
|
-
name: "InvalidReplacementContentException";
|
|
1692
|
-
$fault: "client";
|
|
1691
|
+
export declare class InvalidReplacementContentException extends __BaseException {
|
|
1692
|
+
readonly name: "InvalidReplacementContentException";
|
|
1693
|
+
readonly $fault: "client";
|
|
1693
1694
|
|
|
1694
|
-
|
|
1695
|
+
constructor(opts: __ExceptionOptionType<InvalidReplacementContentException, __BaseException>);
|
|
1695
1696
|
}
|
|
1696
1697
|
|
|
1697
|
-
export
|
|
1698
|
-
name: "InvalidReplacementTypeException";
|
|
1699
|
-
$fault: "client";
|
|
1698
|
+
export declare class InvalidReplacementTypeException extends __BaseException {
|
|
1699
|
+
readonly name: "InvalidReplacementTypeException";
|
|
1700
|
+
readonly $fault: "client";
|
|
1700
1701
|
|
|
1701
|
-
|
|
1702
|
+
constructor(opts: __ExceptionOptionType<InvalidReplacementTypeException, __BaseException>);
|
|
1702
1703
|
}
|
|
1703
1704
|
|
|
1704
|
-
export
|
|
1705
|
-
name: "ManualMergeRequiredException";
|
|
1706
|
-
$fault: "client";
|
|
1705
|
+
export declare class ManualMergeRequiredException extends __BaseException {
|
|
1706
|
+
readonly name: "ManualMergeRequiredException";
|
|
1707
|
+
readonly $fault: "client";
|
|
1707
1708
|
|
|
1708
|
-
|
|
1709
|
+
constructor(opts: __ExceptionOptionType<ManualMergeRequiredException, __BaseException>);
|
|
1709
1710
|
}
|
|
1710
1711
|
|
|
1711
|
-
export
|
|
1712
|
-
name: "MaximumConflictResolutionEntriesExceededException";
|
|
1713
|
-
$fault: "client";
|
|
1712
|
+
export declare class MaximumConflictResolutionEntriesExceededException extends __BaseException {
|
|
1713
|
+
readonly name: "MaximumConflictResolutionEntriesExceededException";
|
|
1714
|
+
readonly $fault: "client";
|
|
1714
1715
|
|
|
1715
|
-
|
|
1716
|
+
constructor(opts: __ExceptionOptionType<MaximumConflictResolutionEntriesExceededException, __BaseException>);
|
|
1716
1717
|
}
|
|
1717
1718
|
|
|
1718
|
-
export
|
|
1719
|
-
name: "MultipleConflictResolutionEntriesException";
|
|
1720
|
-
$fault: "client";
|
|
1719
|
+
export declare class MultipleConflictResolutionEntriesException extends __BaseException {
|
|
1720
|
+
readonly name: "MultipleConflictResolutionEntriesException";
|
|
1721
|
+
readonly $fault: "client";
|
|
1721
1722
|
|
|
1722
|
-
|
|
1723
|
+
constructor(opts: __ExceptionOptionType<MultipleConflictResolutionEntriesException, __BaseException>);
|
|
1723
1724
|
}
|
|
1724
1725
|
|
|
1725
|
-
export
|
|
1726
|
-
name: "ReplacementContentRequiredException";
|
|
1727
|
-
$fault: "client";
|
|
1726
|
+
export declare class ReplacementContentRequiredException extends __BaseException {
|
|
1727
|
+
readonly name: "ReplacementContentRequiredException";
|
|
1728
|
+
readonly $fault: "client";
|
|
1728
1729
|
|
|
1729
|
-
|
|
1730
|
+
constructor(opts: __ExceptionOptionType<ReplacementContentRequiredException, __BaseException>);
|
|
1730
1731
|
}
|
|
1731
1732
|
|
|
1732
|
-
export
|
|
1733
|
-
name: "ReplacementTypeRequiredException";
|
|
1734
|
-
$fault: "client";
|
|
1733
|
+
export declare class ReplacementTypeRequiredException extends __BaseException {
|
|
1734
|
+
readonly name: "ReplacementTypeRequiredException";
|
|
1735
|
+
readonly $fault: "client";
|
|
1735
1736
|
|
|
1736
|
-
|
|
1737
|
+
constructor(opts: __ExceptionOptionType<ReplacementTypeRequiredException, __BaseException>);
|
|
1737
1738
|
}
|
|
1738
1739
|
export interface DeleteApprovalRuleTemplateInput {
|
|
1739
1740
|
|
|
@@ -1752,11 +1753,11 @@ export declare namespace DeleteApprovalRuleTemplateOutput {
|
|
|
1752
1753
|
const filterSensitiveLog: (obj: DeleteApprovalRuleTemplateOutput) => any;
|
|
1753
1754
|
}
|
|
1754
1755
|
|
|
1755
|
-
export
|
|
1756
|
-
name: "DefaultBranchCannotBeDeletedException";
|
|
1757
|
-
$fault: "client";
|
|
1756
|
+
export declare class DefaultBranchCannotBeDeletedException extends __BaseException {
|
|
1757
|
+
readonly name: "DefaultBranchCannotBeDeletedException";
|
|
1758
|
+
readonly $fault: "client";
|
|
1758
1759
|
|
|
1759
|
-
|
|
1760
|
+
constructor(opts: __ExceptionOptionType<DefaultBranchCannotBeDeletedException, __BaseException>);
|
|
1760
1761
|
}
|
|
1761
1762
|
|
|
1762
1763
|
export interface DeleteBranchInput {
|
|
@@ -1779,25 +1780,25 @@ export declare namespace DeleteBranchOutput {
|
|
|
1779
1780
|
const filterSensitiveLog: (obj: DeleteBranchOutput) => any;
|
|
1780
1781
|
}
|
|
1781
1782
|
|
|
1782
|
-
export
|
|
1783
|
-
name: "CommentDeletedException";
|
|
1784
|
-
$fault: "client";
|
|
1783
|
+
export declare class CommentDeletedException extends __BaseException {
|
|
1784
|
+
readonly name: "CommentDeletedException";
|
|
1785
|
+
readonly $fault: "client";
|
|
1785
1786
|
|
|
1786
|
-
|
|
1787
|
+
constructor(opts: __ExceptionOptionType<CommentDeletedException, __BaseException>);
|
|
1787
1788
|
}
|
|
1788
1789
|
|
|
1789
|
-
export
|
|
1790
|
-
name: "CommentDoesNotExistException";
|
|
1791
|
-
$fault: "client";
|
|
1790
|
+
export declare class CommentDoesNotExistException extends __BaseException {
|
|
1791
|
+
readonly name: "CommentDoesNotExistException";
|
|
1792
|
+
readonly $fault: "client";
|
|
1792
1793
|
|
|
1793
|
-
|
|
1794
|
+
constructor(opts: __ExceptionOptionType<CommentDoesNotExistException, __BaseException>);
|
|
1794
1795
|
}
|
|
1795
1796
|
|
|
1796
|
-
export
|
|
1797
|
-
name: "CommentIdRequiredException";
|
|
1798
|
-
$fault: "client";
|
|
1797
|
+
export declare class CommentIdRequiredException extends __BaseException {
|
|
1798
|
+
readonly name: "CommentIdRequiredException";
|
|
1799
|
+
readonly $fault: "client";
|
|
1799
1800
|
|
|
1800
|
-
|
|
1801
|
+
constructor(opts: __ExceptionOptionType<CommentIdRequiredException, __BaseException>);
|
|
1801
1802
|
}
|
|
1802
1803
|
export interface DeleteCommentContentInput {
|
|
1803
1804
|
|
|
@@ -1845,11 +1846,11 @@ export declare namespace DeleteCommentContentOutput {
|
|
|
1845
1846
|
const filterSensitiveLog: (obj: DeleteCommentContentOutput) => any;
|
|
1846
1847
|
}
|
|
1847
1848
|
|
|
1848
|
-
export
|
|
1849
|
-
name: "InvalidCommentIdException";
|
|
1850
|
-
$fault: "client";
|
|
1849
|
+
export declare class InvalidCommentIdException extends __BaseException {
|
|
1850
|
+
readonly name: "InvalidCommentIdException";
|
|
1851
|
+
readonly $fault: "client";
|
|
1851
1852
|
|
|
1852
|
-
|
|
1853
|
+
constructor(opts: __ExceptionOptionType<InvalidCommentIdException, __BaseException>);
|
|
1853
1854
|
}
|
|
1854
1855
|
export interface DeleteFileInput {
|
|
1855
1856
|
|
|
@@ -2084,25 +2085,25 @@ export declare namespace DescribePullRequestEventsOutput {
|
|
|
2084
2085
|
const filterSensitiveLog: (obj: DescribePullRequestEventsOutput) => any;
|
|
2085
2086
|
}
|
|
2086
2087
|
|
|
2087
|
-
export
|
|
2088
|
-
name: "InvalidActorArnException";
|
|
2089
|
-
$fault: "client";
|
|
2088
|
+
export declare class InvalidActorArnException extends __BaseException {
|
|
2089
|
+
readonly name: "InvalidActorArnException";
|
|
2090
|
+
readonly $fault: "client";
|
|
2090
2091
|
|
|
2091
|
-
|
|
2092
|
+
constructor(opts: __ExceptionOptionType<InvalidActorArnException, __BaseException>);
|
|
2092
2093
|
}
|
|
2093
2094
|
|
|
2094
|
-
export
|
|
2095
|
-
name: "InvalidMaxResultsException";
|
|
2096
|
-
$fault: "client";
|
|
2095
|
+
export declare class InvalidMaxResultsException extends __BaseException {
|
|
2096
|
+
readonly name: "InvalidMaxResultsException";
|
|
2097
|
+
readonly $fault: "client";
|
|
2097
2098
|
|
|
2098
|
-
|
|
2099
|
+
constructor(opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>);
|
|
2099
2100
|
}
|
|
2100
2101
|
|
|
2101
|
-
export
|
|
2102
|
-
name: "InvalidPullRequestEventTypeException";
|
|
2103
|
-
$fault: "client";
|
|
2102
|
+
export declare class InvalidPullRequestEventTypeException extends __BaseException {
|
|
2103
|
+
readonly name: "InvalidPullRequestEventTypeException";
|
|
2104
|
+
readonly $fault: "client";
|
|
2104
2105
|
|
|
2105
|
-
|
|
2106
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestEventTypeException, __BaseException>);
|
|
2106
2107
|
}
|
|
2107
2108
|
export interface DisassociateApprovalRuleTemplateFromRepositoryInput {
|
|
2108
2109
|
|
|
@@ -2148,25 +2149,25 @@ export declare namespace EvaluatePullRequestApprovalRulesOutput {
|
|
|
2148
2149
|
const filterSensitiveLog: (obj: EvaluatePullRequestApprovalRulesOutput) => any;
|
|
2149
2150
|
}
|
|
2150
2151
|
|
|
2151
|
-
export
|
|
2152
|
-
name: "InvalidRevisionIdException";
|
|
2153
|
-
$fault: "client";
|
|
2152
|
+
export declare class InvalidRevisionIdException extends __BaseException {
|
|
2153
|
+
readonly name: "InvalidRevisionIdException";
|
|
2154
|
+
readonly $fault: "client";
|
|
2154
2155
|
|
|
2155
|
-
|
|
2156
|
+
constructor(opts: __ExceptionOptionType<InvalidRevisionIdException, __BaseException>);
|
|
2156
2157
|
}
|
|
2157
2158
|
|
|
2158
|
-
export
|
|
2159
|
-
name: "RevisionIdRequiredException";
|
|
2160
|
-
$fault: "client";
|
|
2159
|
+
export declare class RevisionIdRequiredException extends __BaseException {
|
|
2160
|
+
readonly name: "RevisionIdRequiredException";
|
|
2161
|
+
readonly $fault: "client";
|
|
2161
2162
|
|
|
2162
|
-
|
|
2163
|
+
constructor(opts: __ExceptionOptionType<RevisionIdRequiredException, __BaseException>);
|
|
2163
2164
|
}
|
|
2164
2165
|
|
|
2165
|
-
export
|
|
2166
|
-
name: "RevisionNotCurrentException";
|
|
2167
|
-
$fault: "client";
|
|
2166
|
+
export declare class RevisionNotCurrentException extends __BaseException {
|
|
2167
|
+
readonly name: "RevisionNotCurrentException";
|
|
2168
|
+
readonly $fault: "client";
|
|
2168
2169
|
|
|
2169
|
-
|
|
2170
|
+
constructor(opts: __ExceptionOptionType<RevisionNotCurrentException, __BaseException>);
|
|
2170
2171
|
}
|
|
2171
2172
|
export interface GetApprovalRuleTemplateInput {
|
|
2172
2173
|
|
|
@@ -2185,11 +2186,11 @@ export declare namespace GetApprovalRuleTemplateOutput {
|
|
|
2185
2186
|
const filterSensitiveLog: (obj: GetApprovalRuleTemplateOutput) => any;
|
|
2186
2187
|
}
|
|
2187
2188
|
|
|
2188
|
-
export
|
|
2189
|
-
name: "FileTooLargeException";
|
|
2190
|
-
$fault: "client";
|
|
2189
|
+
export declare class FileTooLargeException extends __BaseException {
|
|
2190
|
+
readonly name: "FileTooLargeException";
|
|
2191
|
+
readonly $fault: "client";
|
|
2191
2192
|
|
|
2192
|
-
|
|
2193
|
+
constructor(opts: __ExceptionOptionType<FileTooLargeException, __BaseException>);
|
|
2193
2194
|
}
|
|
2194
2195
|
|
|
2195
2196
|
export interface GetBlobInput {
|
|
@@ -2212,11 +2213,11 @@ export declare namespace GetBlobOutput {
|
|
|
2212
2213
|
const filterSensitiveLog: (obj: GetBlobOutput) => any;
|
|
2213
2214
|
}
|
|
2214
2215
|
|
|
2215
|
-
export
|
|
2216
|
-
name: "InvalidBlobIdException";
|
|
2217
|
-
$fault: "client";
|
|
2216
|
+
export declare class InvalidBlobIdException extends __BaseException {
|
|
2217
|
+
readonly name: "InvalidBlobIdException";
|
|
2218
|
+
readonly $fault: "client";
|
|
2218
2219
|
|
|
2219
|
-
|
|
2220
|
+
constructor(opts: __ExceptionOptionType<InvalidBlobIdException, __BaseException>);
|
|
2220
2221
|
}
|
|
2221
2222
|
|
|
2222
2223
|
export interface GetBranchInput {
|
|
@@ -2305,11 +2306,11 @@ export declare namespace GetCommentReactionsOutput {
|
|
|
2305
2306
|
const filterSensitiveLog: (obj: GetCommentReactionsOutput) => any;
|
|
2306
2307
|
}
|
|
2307
2308
|
|
|
2308
|
-
export
|
|
2309
|
-
name: "InvalidReactionUserArnException";
|
|
2310
|
-
$fault: "client";
|
|
2309
|
+
export declare class InvalidReactionUserArnException extends __BaseException {
|
|
2310
|
+
readonly name: "InvalidReactionUserArnException";
|
|
2311
|
+
readonly $fault: "client";
|
|
2311
2312
|
|
|
2312
|
-
|
|
2313
|
+
constructor(opts: __ExceptionOptionType<InvalidReactionUserArnException, __BaseException>);
|
|
2313
2314
|
}
|
|
2314
2315
|
export interface GetCommentsForComparedCommitInput {
|
|
2315
2316
|
|
|
@@ -2427,18 +2428,18 @@ export declare namespace GetCommentsForPullRequestOutput {
|
|
|
2427
2428
|
const filterSensitiveLog: (obj: GetCommentsForPullRequestOutput) => any;
|
|
2428
2429
|
}
|
|
2429
2430
|
|
|
2430
|
-
export
|
|
2431
|
-
name: "RepositoryNotAssociatedWithPullRequestException";
|
|
2432
|
-
$fault: "client";
|
|
2431
|
+
export declare class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
|
|
2432
|
+
readonly name: "RepositoryNotAssociatedWithPullRequestException";
|
|
2433
|
+
readonly $fault: "client";
|
|
2433
2434
|
|
|
2434
|
-
|
|
2435
|
+
constructor(opts: __ExceptionOptionType<RepositoryNotAssociatedWithPullRequestException, __BaseException>);
|
|
2435
2436
|
}
|
|
2436
2437
|
|
|
2437
|
-
export
|
|
2438
|
-
name: "CommitIdDoesNotExistException";
|
|
2439
|
-
$fault: "client";
|
|
2438
|
+
export declare class CommitIdDoesNotExistException extends __BaseException {
|
|
2439
|
+
readonly name: "CommitIdDoesNotExistException";
|
|
2440
|
+
readonly $fault: "client";
|
|
2440
2441
|
|
|
2441
|
-
|
|
2442
|
+
constructor(opts: __ExceptionOptionType<CommitIdDoesNotExistException, __BaseException>);
|
|
2442
2443
|
}
|
|
2443
2444
|
|
|
2444
2445
|
export interface GetCommitInput {
|
|
@@ -2504,11 +2505,11 @@ export declare namespace GetDifferencesOutput {
|
|
|
2504
2505
|
const filterSensitiveLog: (obj: GetDifferencesOutput) => any;
|
|
2505
2506
|
}
|
|
2506
2507
|
|
|
2507
|
-
export
|
|
2508
|
-
name: "PathDoesNotExistException";
|
|
2509
|
-
$fault: "client";
|
|
2508
|
+
export declare class PathDoesNotExistException extends __BaseException {
|
|
2509
|
+
readonly name: "PathDoesNotExistException";
|
|
2510
|
+
readonly $fault: "client";
|
|
2510
2511
|
|
|
2511
|
-
|
|
2512
|
+
constructor(opts: __ExceptionOptionType<PathDoesNotExistException, __BaseException>);
|
|
2512
2513
|
}
|
|
2513
2514
|
export interface GetFileInput {
|
|
2514
2515
|
|
|
@@ -2541,11 +2542,11 @@ export declare namespace GetFileOutput {
|
|
|
2541
2542
|
const filterSensitiveLog: (obj: GetFileOutput) => any;
|
|
2542
2543
|
}
|
|
2543
2544
|
|
|
2544
|
-
export
|
|
2545
|
-
name: "FolderDoesNotExistException";
|
|
2546
|
-
$fault: "client";
|
|
2545
|
+
export declare class FolderDoesNotExistException extends __BaseException {
|
|
2546
|
+
readonly name: "FolderDoesNotExistException";
|
|
2547
|
+
readonly $fault: "client";
|
|
2547
2548
|
|
|
2548
|
-
|
|
2549
|
+
constructor(opts: __ExceptionOptionType<FolderDoesNotExistException, __BaseException>);
|
|
2549
2550
|
}
|
|
2550
2551
|
export interface GetFolderInput {
|
|
2551
2552
|
|
|
@@ -2706,18 +2707,18 @@ export declare namespace GetMergeConflictsOutput {
|
|
|
2706
2707
|
const filterSensitiveLog: (obj: GetMergeConflictsOutput) => any;
|
|
2707
2708
|
}
|
|
2708
2709
|
|
|
2709
|
-
export
|
|
2710
|
-
name: "InvalidDestinationCommitSpecifierException";
|
|
2711
|
-
$fault: "client";
|
|
2710
|
+
export declare class InvalidDestinationCommitSpecifierException extends __BaseException {
|
|
2711
|
+
readonly name: "InvalidDestinationCommitSpecifierException";
|
|
2712
|
+
readonly $fault: "client";
|
|
2712
2713
|
|
|
2713
|
-
|
|
2714
|
+
constructor(opts: __ExceptionOptionType<InvalidDestinationCommitSpecifierException, __BaseException>);
|
|
2714
2715
|
}
|
|
2715
2716
|
|
|
2716
|
-
export
|
|
2717
|
-
name: "InvalidSourceCommitSpecifierException";
|
|
2718
|
-
$fault: "client";
|
|
2717
|
+
export declare class InvalidSourceCommitSpecifierException extends __BaseException {
|
|
2718
|
+
readonly name: "InvalidSourceCommitSpecifierException";
|
|
2719
|
+
readonly $fault: "client";
|
|
2719
2720
|
|
|
2720
|
-
|
|
2721
|
+
constructor(opts: __ExceptionOptionType<InvalidSourceCommitSpecifierException, __BaseException>);
|
|
2721
2722
|
}
|
|
2722
2723
|
export interface GetMergeOptionsInput {
|
|
2723
2724
|
|
|
@@ -2929,18 +2930,18 @@ export declare namespace ListBranchesOutput {
|
|
|
2929
2930
|
const filterSensitiveLog: (obj: ListBranchesOutput) => any;
|
|
2930
2931
|
}
|
|
2931
2932
|
|
|
2932
|
-
export
|
|
2933
|
-
name: "InvalidAuthorArnException";
|
|
2934
|
-
$fault: "client";
|
|
2933
|
+
export declare class InvalidAuthorArnException extends __BaseException {
|
|
2934
|
+
readonly name: "InvalidAuthorArnException";
|
|
2935
|
+
readonly $fault: "client";
|
|
2935
2936
|
|
|
2936
|
-
|
|
2937
|
+
constructor(opts: __ExceptionOptionType<InvalidAuthorArnException, __BaseException>);
|
|
2937
2938
|
}
|
|
2938
2939
|
|
|
2939
|
-
export
|
|
2940
|
-
name: "InvalidPullRequestStatusException";
|
|
2941
|
-
$fault: "client";
|
|
2940
|
+
export declare class InvalidPullRequestStatusException extends __BaseException {
|
|
2941
|
+
readonly name: "InvalidPullRequestStatusException";
|
|
2942
|
+
readonly $fault: "client";
|
|
2942
2943
|
|
|
2943
|
-
|
|
2944
|
+
constructor(opts: __ExceptionOptionType<InvalidPullRequestStatusException, __BaseException>);
|
|
2944
2945
|
}
|
|
2945
2946
|
export interface ListPullRequestsInput {
|
|
2946
2947
|
|
|
@@ -2969,16 +2970,16 @@ export declare namespace ListPullRequestsOutput {
|
|
|
2969
2970
|
const filterSensitiveLog: (obj: ListPullRequestsOutput) => any;
|
|
2970
2971
|
}
|
|
2971
2972
|
|
|
2972
|
-
export
|
|
2973
|
-
name: "InvalidOrderException";
|
|
2974
|
-
$fault: "client";
|
|
2973
|
+
export declare class InvalidOrderException extends __BaseException {
|
|
2974
|
+
readonly name: "InvalidOrderException";
|
|
2975
|
+
readonly $fault: "client";
|
|
2975
2976
|
|
|
2976
|
-
|
|
2977
|
+
constructor(opts: __ExceptionOptionType<InvalidOrderException, __BaseException>);
|
|
2977
2978
|
}
|
|
2978
2979
|
|
|
2979
|
-
export
|
|
2980
|
-
name: "InvalidSortByException";
|
|
2981
|
-
$fault: "client";
|
|
2980
|
+
export declare class InvalidSortByException extends __BaseException {
|
|
2981
|
+
readonly name: "InvalidSortByException";
|
|
2982
|
+
readonly $fault: "client";
|
|
2982
2983
|
|
|
2983
|
-
|
|
2984
|
+
constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
|
|
2984
2985
|
}
|