@aws-sdk/client-codecommit 3.42.0 → 3.47.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 +47 -0
- package/dist-cjs/endpoints.js +1 -28
- package/dist-cjs/models/models_0.js +4 -870
- package/dist-cjs/models/models_1.js +2 -248
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -28
- package/dist-es/models/models_0.js +0 -576
- package/dist-es/models/models_1.js +0 -164
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/CodeCommitClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -864
- package/dist-types/models/models_1.d.ts +0 -246
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CodeCommitClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -576
- package/dist-types/ts3.4/models/models_1.d.ts +0 -164
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -6,10 +6,6 @@ export interface ActorDoesNotExistException extends __SmithyException, $Metadata
|
|
|
6
6
|
|
|
7
7
|
message?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare namespace ActorDoesNotExistException {
|
|
10
|
-
|
|
11
|
-
const filterSensitiveLog: (obj: ActorDoesNotExistException) => any;
|
|
12
|
-
}
|
|
13
9
|
export declare enum ApprovalState {
|
|
14
10
|
APPROVE = "APPROVE",
|
|
15
11
|
REVOKE = "REVOKE"
|
|
@@ -66,10 +62,6 @@ export interface ApprovalRuleContentRequiredException extends __SmithyException,
|
|
|
66
62
|
|
|
67
63
|
message?: string;
|
|
68
64
|
}
|
|
69
|
-
export declare namespace ApprovalRuleContentRequiredException {
|
|
70
|
-
|
|
71
|
-
const filterSensitiveLog: (obj: ApprovalRuleContentRequiredException) => any;
|
|
72
|
-
}
|
|
73
65
|
|
|
74
66
|
export interface ApprovalRuleDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
75
67
|
name: "ApprovalRuleDoesNotExistException";
|
|
@@ -77,10 +69,6 @@ export interface ApprovalRuleDoesNotExistException extends __SmithyException, $M
|
|
|
77
69
|
|
|
78
70
|
message?: string;
|
|
79
71
|
}
|
|
80
|
-
export declare namespace ApprovalRuleDoesNotExistException {
|
|
81
|
-
|
|
82
|
-
const filterSensitiveLog: (obj: ApprovalRuleDoesNotExistException) => any;
|
|
83
|
-
}
|
|
84
72
|
|
|
85
73
|
export interface ApprovalRuleEventMetadata {
|
|
86
74
|
|
|
@@ -101,10 +89,6 @@ export interface ApprovalRuleNameAlreadyExistsException extends __SmithyExceptio
|
|
|
101
89
|
|
|
102
90
|
message?: string;
|
|
103
91
|
}
|
|
104
|
-
export declare namespace ApprovalRuleNameAlreadyExistsException {
|
|
105
|
-
|
|
106
|
-
const filterSensitiveLog: (obj: ApprovalRuleNameAlreadyExistsException) => any;
|
|
107
|
-
}
|
|
108
92
|
|
|
109
93
|
export interface ApprovalRuleNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
110
94
|
name: "ApprovalRuleNameRequiredException";
|
|
@@ -112,10 +96,6 @@ export interface ApprovalRuleNameRequiredException extends __SmithyException, $M
|
|
|
112
96
|
|
|
113
97
|
message?: string;
|
|
114
98
|
}
|
|
115
|
-
export declare namespace ApprovalRuleNameRequiredException {
|
|
116
|
-
|
|
117
|
-
const filterSensitiveLog: (obj: ApprovalRuleNameRequiredException) => any;
|
|
118
|
-
}
|
|
119
99
|
export declare enum OverrideStatus {
|
|
120
100
|
OVERRIDE = "OVERRIDE",
|
|
121
101
|
REVOKE = "REVOKE"
|
|
@@ -161,10 +141,6 @@ export interface ApprovalRuleTemplateContentRequiredException extends __SmithyEx
|
|
|
161
141
|
|
|
162
142
|
message?: string;
|
|
163
143
|
}
|
|
164
|
-
export declare namespace ApprovalRuleTemplateContentRequiredException {
|
|
165
|
-
|
|
166
|
-
const filterSensitiveLog: (obj: ApprovalRuleTemplateContentRequiredException) => any;
|
|
167
|
-
}
|
|
168
144
|
|
|
169
145
|
export interface ApprovalRuleTemplateDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
170
146
|
name: "ApprovalRuleTemplateDoesNotExistException";
|
|
@@ -172,10 +148,6 @@ export interface ApprovalRuleTemplateDoesNotExistException extends __SmithyExcep
|
|
|
172
148
|
|
|
173
149
|
message?: string;
|
|
174
150
|
}
|
|
175
|
-
export declare namespace ApprovalRuleTemplateDoesNotExistException {
|
|
176
|
-
|
|
177
|
-
const filterSensitiveLog: (obj: ApprovalRuleTemplateDoesNotExistException) => any;
|
|
178
|
-
}
|
|
179
151
|
|
|
180
152
|
export interface ApprovalRuleTemplateInUseException extends __SmithyException, $MetadataBearer {
|
|
181
153
|
name: "ApprovalRuleTemplateInUseException";
|
|
@@ -183,10 +155,6 @@ export interface ApprovalRuleTemplateInUseException extends __SmithyException, $
|
|
|
183
155
|
|
|
184
156
|
message?: string;
|
|
185
157
|
}
|
|
186
|
-
export declare namespace ApprovalRuleTemplateInUseException {
|
|
187
|
-
|
|
188
|
-
const filterSensitiveLog: (obj: ApprovalRuleTemplateInUseException) => any;
|
|
189
|
-
}
|
|
190
158
|
|
|
191
159
|
export interface ApprovalRuleTemplateNameAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
192
160
|
name: "ApprovalRuleTemplateNameAlreadyExistsException";
|
|
@@ -194,10 +162,6 @@ export interface ApprovalRuleTemplateNameAlreadyExistsException extends __Smithy
|
|
|
194
162
|
|
|
195
163
|
message?: string;
|
|
196
164
|
}
|
|
197
|
-
export declare namespace ApprovalRuleTemplateNameAlreadyExistsException {
|
|
198
|
-
|
|
199
|
-
const filterSensitiveLog: (obj: ApprovalRuleTemplateNameAlreadyExistsException) => any;
|
|
200
|
-
}
|
|
201
165
|
|
|
202
166
|
export interface ApprovalRuleTemplateNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
203
167
|
name: "ApprovalRuleTemplateNameRequiredException";
|
|
@@ -205,10 +169,6 @@ export interface ApprovalRuleTemplateNameRequiredException extends __SmithyExcep
|
|
|
205
169
|
|
|
206
170
|
message?: string;
|
|
207
171
|
}
|
|
208
|
-
export declare namespace ApprovalRuleTemplateNameRequiredException {
|
|
209
|
-
|
|
210
|
-
const filterSensitiveLog: (obj: ApprovalRuleTemplateNameRequiredException) => any;
|
|
211
|
-
}
|
|
212
172
|
|
|
213
173
|
export interface ApprovalStateChangedEventMetadata {
|
|
214
174
|
|
|
@@ -227,10 +187,6 @@ export interface ApprovalStateRequiredException extends __SmithyException, $Meta
|
|
|
227
187
|
|
|
228
188
|
message?: string;
|
|
229
189
|
}
|
|
230
|
-
export declare namespace ApprovalStateRequiredException {
|
|
231
|
-
|
|
232
|
-
const filterSensitiveLog: (obj: ApprovalStateRequiredException) => any;
|
|
233
|
-
}
|
|
234
190
|
export interface AssociateApprovalRuleTemplateWithRepositoryInput {
|
|
235
191
|
|
|
236
192
|
approvalRuleTemplateName: string | undefined;
|
|
@@ -248,10 +204,6 @@ export interface EncryptionIntegrityChecksFailedException extends __SmithyExcept
|
|
|
248
204
|
|
|
249
205
|
message?: string;
|
|
250
206
|
}
|
|
251
|
-
export declare namespace EncryptionIntegrityChecksFailedException {
|
|
252
|
-
|
|
253
|
-
const filterSensitiveLog: (obj: EncryptionIntegrityChecksFailedException) => any;
|
|
254
|
-
}
|
|
255
207
|
|
|
256
208
|
export interface EncryptionKeyAccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
257
209
|
name: "EncryptionKeyAccessDeniedException";
|
|
@@ -259,10 +211,6 @@ export interface EncryptionKeyAccessDeniedException extends __SmithyException, $
|
|
|
259
211
|
|
|
260
212
|
message?: string;
|
|
261
213
|
}
|
|
262
|
-
export declare namespace EncryptionKeyAccessDeniedException {
|
|
263
|
-
|
|
264
|
-
const filterSensitiveLog: (obj: EncryptionKeyAccessDeniedException) => any;
|
|
265
|
-
}
|
|
266
214
|
|
|
267
215
|
export interface EncryptionKeyDisabledException extends __SmithyException, $MetadataBearer {
|
|
268
216
|
name: "EncryptionKeyDisabledException";
|
|
@@ -270,10 +218,6 @@ export interface EncryptionKeyDisabledException extends __SmithyException, $Meta
|
|
|
270
218
|
|
|
271
219
|
message?: string;
|
|
272
220
|
}
|
|
273
|
-
export declare namespace EncryptionKeyDisabledException {
|
|
274
|
-
|
|
275
|
-
const filterSensitiveLog: (obj: EncryptionKeyDisabledException) => any;
|
|
276
|
-
}
|
|
277
221
|
|
|
278
222
|
export interface EncryptionKeyNotFoundException extends __SmithyException, $MetadataBearer {
|
|
279
223
|
name: "EncryptionKeyNotFoundException";
|
|
@@ -281,10 +225,6 @@ export interface EncryptionKeyNotFoundException extends __SmithyException, $Meta
|
|
|
281
225
|
|
|
282
226
|
message?: string;
|
|
283
227
|
}
|
|
284
|
-
export declare namespace EncryptionKeyNotFoundException {
|
|
285
|
-
|
|
286
|
-
const filterSensitiveLog: (obj: EncryptionKeyNotFoundException) => any;
|
|
287
|
-
}
|
|
288
228
|
|
|
289
229
|
export interface EncryptionKeyUnavailableException extends __SmithyException, $MetadataBearer {
|
|
290
230
|
name: "EncryptionKeyUnavailableException";
|
|
@@ -292,10 +232,6 @@ export interface EncryptionKeyUnavailableException extends __SmithyException, $M
|
|
|
292
232
|
|
|
293
233
|
message?: string;
|
|
294
234
|
}
|
|
295
|
-
export declare namespace EncryptionKeyUnavailableException {
|
|
296
|
-
|
|
297
|
-
const filterSensitiveLog: (obj: EncryptionKeyUnavailableException) => any;
|
|
298
|
-
}
|
|
299
235
|
|
|
300
236
|
export interface InvalidApprovalRuleTemplateNameException extends __SmithyException, $MetadataBearer {
|
|
301
237
|
name: "InvalidApprovalRuleTemplateNameException";
|
|
@@ -303,10 +239,6 @@ export interface InvalidApprovalRuleTemplateNameException extends __SmithyExcept
|
|
|
303
239
|
|
|
304
240
|
message?: string;
|
|
305
241
|
}
|
|
306
|
-
export declare namespace InvalidApprovalRuleTemplateNameException {
|
|
307
|
-
|
|
308
|
-
const filterSensitiveLog: (obj: InvalidApprovalRuleTemplateNameException) => any;
|
|
309
|
-
}
|
|
310
242
|
|
|
311
243
|
export interface InvalidRepositoryNameException extends __SmithyException, $MetadataBearer {
|
|
312
244
|
name: "InvalidRepositoryNameException";
|
|
@@ -314,10 +246,6 @@ export interface InvalidRepositoryNameException extends __SmithyException, $Meta
|
|
|
314
246
|
|
|
315
247
|
message?: string;
|
|
316
248
|
}
|
|
317
|
-
export declare namespace InvalidRepositoryNameException {
|
|
318
|
-
|
|
319
|
-
const filterSensitiveLog: (obj: InvalidRepositoryNameException) => any;
|
|
320
|
-
}
|
|
321
249
|
|
|
322
250
|
export interface MaximumRuleTemplatesAssociatedWithRepositoryException extends __SmithyException, $MetadataBearer {
|
|
323
251
|
name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
|
|
@@ -325,10 +253,6 @@ export interface MaximumRuleTemplatesAssociatedWithRepositoryException extends _
|
|
|
325
253
|
|
|
326
254
|
message?: string;
|
|
327
255
|
}
|
|
328
|
-
export declare namespace MaximumRuleTemplatesAssociatedWithRepositoryException {
|
|
329
|
-
|
|
330
|
-
const filterSensitiveLog: (obj: MaximumRuleTemplatesAssociatedWithRepositoryException) => any;
|
|
331
|
-
}
|
|
332
256
|
|
|
333
257
|
export interface RepositoryDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
334
258
|
name: "RepositoryDoesNotExistException";
|
|
@@ -336,10 +260,6 @@ export interface RepositoryDoesNotExistException extends __SmithyException, $Met
|
|
|
336
260
|
|
|
337
261
|
message?: string;
|
|
338
262
|
}
|
|
339
|
-
export declare namespace RepositoryDoesNotExistException {
|
|
340
|
-
|
|
341
|
-
const filterSensitiveLog: (obj: RepositoryDoesNotExistException) => any;
|
|
342
|
-
}
|
|
343
263
|
|
|
344
264
|
export interface RepositoryNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
345
265
|
name: "RepositoryNameRequiredException";
|
|
@@ -347,10 +267,6 @@ export interface RepositoryNameRequiredException extends __SmithyException, $Met
|
|
|
347
267
|
|
|
348
268
|
message?: string;
|
|
349
269
|
}
|
|
350
|
-
export declare namespace RepositoryNameRequiredException {
|
|
351
|
-
|
|
352
|
-
const filterSensitiveLog: (obj: RepositoryNameRequiredException) => any;
|
|
353
|
-
}
|
|
354
270
|
|
|
355
271
|
export interface AuthorDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
356
272
|
name: "AuthorDoesNotExistException";
|
|
@@ -358,10 +274,6 @@ export interface AuthorDoesNotExistException extends __SmithyException, $Metadat
|
|
|
358
274
|
|
|
359
275
|
message?: string;
|
|
360
276
|
}
|
|
361
|
-
export declare namespace AuthorDoesNotExistException {
|
|
362
|
-
|
|
363
|
-
const filterSensitiveLog: (obj: AuthorDoesNotExistException) => any;
|
|
364
|
-
}
|
|
365
277
|
export interface BatchAssociateApprovalRuleTemplateWithRepositoriesInput {
|
|
366
278
|
|
|
367
279
|
approvalRuleTemplateName: string | undefined;
|
|
@@ -402,10 +314,6 @@ export interface MaximumRepositoryNamesExceededException extends __SmithyExcepti
|
|
|
402
314
|
|
|
403
315
|
message?: string;
|
|
404
316
|
}
|
|
405
|
-
export declare namespace MaximumRepositoryNamesExceededException {
|
|
406
|
-
|
|
407
|
-
const filterSensitiveLog: (obj: MaximumRepositoryNamesExceededException) => any;
|
|
408
|
-
}
|
|
409
317
|
|
|
410
318
|
export interface RepositoryNamesRequiredException extends __SmithyException, $MetadataBearer {
|
|
411
319
|
name: "RepositoryNamesRequiredException";
|
|
@@ -413,10 +321,6 @@ export interface RepositoryNamesRequiredException extends __SmithyException, $Me
|
|
|
413
321
|
|
|
414
322
|
message?: string;
|
|
415
323
|
}
|
|
416
|
-
export declare namespace RepositoryNamesRequiredException {
|
|
417
|
-
|
|
418
|
-
const filterSensitiveLog: (obj: RepositoryNamesRequiredException) => any;
|
|
419
|
-
}
|
|
420
324
|
export declare enum ConflictDetailLevelTypeEnum {
|
|
421
325
|
FILE_LEVEL = "FILE_LEVEL",
|
|
422
326
|
LINE_LEVEL = "LINE_LEVEL"
|
|
@@ -641,10 +545,6 @@ export interface CommitDoesNotExistException extends __SmithyException, $Metadat
|
|
|
641
545
|
|
|
642
546
|
message?: string;
|
|
643
547
|
}
|
|
644
|
-
export declare namespace CommitDoesNotExistException {
|
|
645
|
-
|
|
646
|
-
const filterSensitiveLog: (obj: CommitDoesNotExistException) => any;
|
|
647
|
-
}
|
|
648
548
|
|
|
649
549
|
export interface CommitRequiredException extends __SmithyException, $MetadataBearer {
|
|
650
550
|
name: "CommitRequiredException";
|
|
@@ -652,10 +552,6 @@ export interface CommitRequiredException extends __SmithyException, $MetadataBea
|
|
|
652
552
|
|
|
653
553
|
message?: string;
|
|
654
554
|
}
|
|
655
|
-
export declare namespace CommitRequiredException {
|
|
656
|
-
|
|
657
|
-
const filterSensitiveLog: (obj: CommitRequiredException) => any;
|
|
658
|
-
}
|
|
659
555
|
|
|
660
556
|
export interface InvalidCommitException extends __SmithyException, $MetadataBearer {
|
|
661
557
|
name: "InvalidCommitException";
|
|
@@ -663,10 +559,6 @@ export interface InvalidCommitException extends __SmithyException, $MetadataBear
|
|
|
663
559
|
|
|
664
560
|
message?: string;
|
|
665
561
|
}
|
|
666
|
-
export declare namespace InvalidCommitException {
|
|
667
|
-
|
|
668
|
-
const filterSensitiveLog: (obj: InvalidCommitException) => any;
|
|
669
|
-
}
|
|
670
562
|
|
|
671
563
|
export interface InvalidConflictDetailLevelException extends __SmithyException, $MetadataBearer {
|
|
672
564
|
name: "InvalidConflictDetailLevelException";
|
|
@@ -674,10 +566,6 @@ export interface InvalidConflictDetailLevelException extends __SmithyException,
|
|
|
674
566
|
|
|
675
567
|
message?: string;
|
|
676
568
|
}
|
|
677
|
-
export declare namespace InvalidConflictDetailLevelException {
|
|
678
|
-
|
|
679
|
-
const filterSensitiveLog: (obj: InvalidConflictDetailLevelException) => any;
|
|
680
|
-
}
|
|
681
569
|
|
|
682
570
|
export interface InvalidConflictResolutionStrategyException extends __SmithyException, $MetadataBearer {
|
|
683
571
|
name: "InvalidConflictResolutionStrategyException";
|
|
@@ -685,10 +573,6 @@ export interface InvalidConflictResolutionStrategyException extends __SmithyExce
|
|
|
685
573
|
|
|
686
574
|
message?: string;
|
|
687
575
|
}
|
|
688
|
-
export declare namespace InvalidConflictResolutionStrategyException {
|
|
689
|
-
|
|
690
|
-
const filterSensitiveLog: (obj: InvalidConflictResolutionStrategyException) => any;
|
|
691
|
-
}
|
|
692
576
|
|
|
693
577
|
export interface InvalidContinuationTokenException extends __SmithyException, $MetadataBearer {
|
|
694
578
|
name: "InvalidContinuationTokenException";
|
|
@@ -696,10 +580,6 @@ export interface InvalidContinuationTokenException extends __SmithyException, $M
|
|
|
696
580
|
|
|
697
581
|
message?: string;
|
|
698
582
|
}
|
|
699
|
-
export declare namespace InvalidContinuationTokenException {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: InvalidContinuationTokenException) => any;
|
|
702
|
-
}
|
|
703
583
|
|
|
704
584
|
export interface InvalidMaxConflictFilesException extends __SmithyException, $MetadataBearer {
|
|
705
585
|
name: "InvalidMaxConflictFilesException";
|
|
@@ -707,10 +587,6 @@ export interface InvalidMaxConflictFilesException extends __SmithyException, $Me
|
|
|
707
587
|
|
|
708
588
|
message?: string;
|
|
709
589
|
}
|
|
710
|
-
export declare namespace InvalidMaxConflictFilesException {
|
|
711
|
-
|
|
712
|
-
const filterSensitiveLog: (obj: InvalidMaxConflictFilesException) => any;
|
|
713
|
-
}
|
|
714
590
|
|
|
715
591
|
export interface InvalidMaxMergeHunksException extends __SmithyException, $MetadataBearer {
|
|
716
592
|
name: "InvalidMaxMergeHunksException";
|
|
@@ -718,10 +594,6 @@ export interface InvalidMaxMergeHunksException extends __SmithyException, $Metad
|
|
|
718
594
|
|
|
719
595
|
message?: string;
|
|
720
596
|
}
|
|
721
|
-
export declare namespace InvalidMaxMergeHunksException {
|
|
722
|
-
|
|
723
|
-
const filterSensitiveLog: (obj: InvalidMaxMergeHunksException) => any;
|
|
724
|
-
}
|
|
725
597
|
|
|
726
598
|
export interface InvalidMergeOptionException extends __SmithyException, $MetadataBearer {
|
|
727
599
|
name: "InvalidMergeOptionException";
|
|
@@ -729,10 +601,6 @@ export interface InvalidMergeOptionException extends __SmithyException, $Metadat
|
|
|
729
601
|
|
|
730
602
|
message?: string;
|
|
731
603
|
}
|
|
732
|
-
export declare namespace InvalidMergeOptionException {
|
|
733
|
-
|
|
734
|
-
const filterSensitiveLog: (obj: InvalidMergeOptionException) => any;
|
|
735
|
-
}
|
|
736
604
|
|
|
737
605
|
export interface MaximumFileContentToLoadExceededException extends __SmithyException, $MetadataBearer {
|
|
738
606
|
name: "MaximumFileContentToLoadExceededException";
|
|
@@ -740,10 +608,6 @@ export interface MaximumFileContentToLoadExceededException extends __SmithyExcep
|
|
|
740
608
|
|
|
741
609
|
message?: string;
|
|
742
610
|
}
|
|
743
|
-
export declare namespace MaximumFileContentToLoadExceededException {
|
|
744
|
-
|
|
745
|
-
const filterSensitiveLog: (obj: MaximumFileContentToLoadExceededException) => any;
|
|
746
|
-
}
|
|
747
611
|
|
|
748
612
|
export interface MaximumItemsToCompareExceededException extends __SmithyException, $MetadataBearer {
|
|
749
613
|
name: "MaximumItemsToCompareExceededException";
|
|
@@ -751,10 +615,6 @@ export interface MaximumItemsToCompareExceededException extends __SmithyExceptio
|
|
|
751
615
|
|
|
752
616
|
message?: string;
|
|
753
617
|
}
|
|
754
|
-
export declare namespace MaximumItemsToCompareExceededException {
|
|
755
|
-
|
|
756
|
-
const filterSensitiveLog: (obj: MaximumItemsToCompareExceededException) => any;
|
|
757
|
-
}
|
|
758
618
|
|
|
759
619
|
export interface MergeOptionRequiredException extends __SmithyException, $MetadataBearer {
|
|
760
620
|
name: "MergeOptionRequiredException";
|
|
@@ -762,10 +622,6 @@ export interface MergeOptionRequiredException extends __SmithyException, $Metada
|
|
|
762
622
|
|
|
763
623
|
message?: string;
|
|
764
624
|
}
|
|
765
|
-
export declare namespace MergeOptionRequiredException {
|
|
766
|
-
|
|
767
|
-
const filterSensitiveLog: (obj: MergeOptionRequiredException) => any;
|
|
768
|
-
}
|
|
769
625
|
|
|
770
626
|
export interface TipsDivergenceExceededException extends __SmithyException, $MetadataBearer {
|
|
771
627
|
name: "TipsDivergenceExceededException";
|
|
@@ -773,10 +629,6 @@ export interface TipsDivergenceExceededException extends __SmithyException, $Met
|
|
|
773
629
|
|
|
774
630
|
message?: string;
|
|
775
631
|
}
|
|
776
|
-
export declare namespace TipsDivergenceExceededException {
|
|
777
|
-
|
|
778
|
-
const filterSensitiveLog: (obj: TipsDivergenceExceededException) => any;
|
|
779
|
-
}
|
|
780
632
|
export interface BatchDisassociateApprovalRuleTemplateFromRepositoriesInput {
|
|
781
633
|
|
|
782
634
|
approvalRuleTemplateName: string | undefined;
|
|
@@ -884,10 +736,6 @@ export interface CommitIdsLimitExceededException extends __SmithyException, $Met
|
|
|
884
736
|
|
|
885
737
|
message?: string;
|
|
886
738
|
}
|
|
887
|
-
export declare namespace CommitIdsLimitExceededException {
|
|
888
|
-
|
|
889
|
-
const filterSensitiveLog: (obj: CommitIdsLimitExceededException) => any;
|
|
890
|
-
}
|
|
891
739
|
|
|
892
740
|
export interface CommitIdsListRequiredException extends __SmithyException, $MetadataBearer {
|
|
893
741
|
name: "CommitIdsListRequiredException";
|
|
@@ -895,10 +743,6 @@ export interface CommitIdsListRequiredException extends __SmithyException, $Meta
|
|
|
895
743
|
|
|
896
744
|
message?: string;
|
|
897
745
|
}
|
|
898
|
-
export declare namespace CommitIdsListRequiredException {
|
|
899
|
-
|
|
900
|
-
const filterSensitiveLog: (obj: CommitIdsListRequiredException) => any;
|
|
901
|
-
}
|
|
902
746
|
|
|
903
747
|
export interface BatchGetRepositoriesInput {
|
|
904
748
|
|
|
@@ -953,10 +797,6 @@ export interface BeforeCommitIdAndAfterCommitIdAreSameException extends __Smithy
|
|
|
953
797
|
|
|
954
798
|
message?: string;
|
|
955
799
|
}
|
|
956
|
-
export declare namespace BeforeCommitIdAndAfterCommitIdAreSameException {
|
|
957
|
-
|
|
958
|
-
const filterSensitiveLog: (obj: BeforeCommitIdAndAfterCommitIdAreSameException) => any;
|
|
959
|
-
}
|
|
960
800
|
|
|
961
801
|
export interface BlobIdDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
962
802
|
name: "BlobIdDoesNotExistException";
|
|
@@ -964,10 +804,6 @@ export interface BlobIdDoesNotExistException extends __SmithyException, $Metadat
|
|
|
964
804
|
|
|
965
805
|
message?: string;
|
|
966
806
|
}
|
|
967
|
-
export declare namespace BlobIdDoesNotExistException {
|
|
968
|
-
|
|
969
|
-
const filterSensitiveLog: (obj: BlobIdDoesNotExistException) => any;
|
|
970
|
-
}
|
|
971
807
|
|
|
972
808
|
export interface BlobIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
973
809
|
name: "BlobIdRequiredException";
|
|
@@ -975,10 +811,6 @@ export interface BlobIdRequiredException extends __SmithyException, $MetadataBea
|
|
|
975
811
|
|
|
976
812
|
message?: string;
|
|
977
813
|
}
|
|
978
|
-
export declare namespace BlobIdRequiredException {
|
|
979
|
-
|
|
980
|
-
const filterSensitiveLog: (obj: BlobIdRequiredException) => any;
|
|
981
|
-
}
|
|
982
814
|
|
|
983
815
|
export interface BlobMetadata {
|
|
984
816
|
|
|
@@ -999,10 +831,6 @@ export interface BranchDoesNotExistException extends __SmithyException, $Metadat
|
|
|
999
831
|
|
|
1000
832
|
message?: string;
|
|
1001
833
|
}
|
|
1002
|
-
export declare namespace BranchDoesNotExistException {
|
|
1003
|
-
|
|
1004
|
-
const filterSensitiveLog: (obj: BranchDoesNotExistException) => any;
|
|
1005
|
-
}
|
|
1006
834
|
|
|
1007
835
|
export interface BranchInfo {
|
|
1008
836
|
|
|
@@ -1021,10 +849,6 @@ export interface BranchNameExistsException extends __SmithyException, $MetadataB
|
|
|
1021
849
|
|
|
1022
850
|
message?: string;
|
|
1023
851
|
}
|
|
1024
|
-
export declare namespace BranchNameExistsException {
|
|
1025
|
-
|
|
1026
|
-
const filterSensitiveLog: (obj: BranchNameExistsException) => any;
|
|
1027
|
-
}
|
|
1028
852
|
|
|
1029
853
|
export interface BranchNameIsTagNameException extends __SmithyException, $MetadataBearer {
|
|
1030
854
|
name: "BranchNameIsTagNameException";
|
|
@@ -1032,10 +856,6 @@ export interface BranchNameIsTagNameException extends __SmithyException, $Metada
|
|
|
1032
856
|
|
|
1033
857
|
message?: string;
|
|
1034
858
|
}
|
|
1035
|
-
export declare namespace BranchNameIsTagNameException {
|
|
1036
|
-
|
|
1037
|
-
const filterSensitiveLog: (obj: BranchNameIsTagNameException) => any;
|
|
1038
|
-
}
|
|
1039
859
|
|
|
1040
860
|
export interface BranchNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
1041
861
|
name: "BranchNameRequiredException";
|
|
@@ -1043,10 +863,6 @@ export interface BranchNameRequiredException extends __SmithyException, $Metadat
|
|
|
1043
863
|
|
|
1044
864
|
message?: string;
|
|
1045
865
|
}
|
|
1046
|
-
export declare namespace BranchNameRequiredException {
|
|
1047
|
-
|
|
1048
|
-
const filterSensitiveLog: (obj: BranchNameRequiredException) => any;
|
|
1049
|
-
}
|
|
1050
866
|
|
|
1051
867
|
export interface CannotDeleteApprovalRuleFromTemplateException extends __SmithyException, $MetadataBearer {
|
|
1052
868
|
name: "CannotDeleteApprovalRuleFromTemplateException";
|
|
@@ -1054,10 +870,6 @@ export interface CannotDeleteApprovalRuleFromTemplateException extends __SmithyE
|
|
|
1054
870
|
|
|
1055
871
|
message?: string;
|
|
1056
872
|
}
|
|
1057
|
-
export declare namespace CannotDeleteApprovalRuleFromTemplateException {
|
|
1058
|
-
|
|
1059
|
-
const filterSensitiveLog: (obj: CannotDeleteApprovalRuleFromTemplateException) => any;
|
|
1060
|
-
}
|
|
1061
873
|
|
|
1062
874
|
export interface CannotModifyApprovalRuleFromTemplateException extends __SmithyException, $MetadataBearer {
|
|
1063
875
|
name: "CannotModifyApprovalRuleFromTemplateException";
|
|
@@ -1065,10 +877,6 @@ export interface CannotModifyApprovalRuleFromTemplateException extends __SmithyE
|
|
|
1065
877
|
|
|
1066
878
|
message?: string;
|
|
1067
879
|
}
|
|
1068
|
-
export declare namespace CannotModifyApprovalRuleFromTemplateException {
|
|
1069
|
-
|
|
1070
|
-
const filterSensitiveLog: (obj: CannotModifyApprovalRuleFromTemplateException) => any;
|
|
1071
|
-
}
|
|
1072
880
|
|
|
1073
881
|
export interface ClientRequestTokenRequiredException extends __SmithyException, $MetadataBearer {
|
|
1074
882
|
name: "ClientRequestTokenRequiredException";
|
|
@@ -1076,10 +884,6 @@ export interface ClientRequestTokenRequiredException extends __SmithyException,
|
|
|
1076
884
|
|
|
1077
885
|
message?: string;
|
|
1078
886
|
}
|
|
1079
|
-
export declare namespace ClientRequestTokenRequiredException {
|
|
1080
|
-
|
|
1081
|
-
const filterSensitiveLog: (obj: ClientRequestTokenRequiredException) => any;
|
|
1082
|
-
}
|
|
1083
887
|
export interface CreateApprovalRuleTemplateInput {
|
|
1084
888
|
|
|
1085
889
|
approvalRuleTemplateName: string | undefined;
|
|
@@ -1107,10 +911,6 @@ export interface InvalidApprovalRuleTemplateContentException extends __SmithyExc
|
|
|
1107
911
|
|
|
1108
912
|
message?: string;
|
|
1109
913
|
}
|
|
1110
|
-
export declare namespace InvalidApprovalRuleTemplateContentException {
|
|
1111
|
-
|
|
1112
|
-
const filterSensitiveLog: (obj: InvalidApprovalRuleTemplateContentException) => any;
|
|
1113
|
-
}
|
|
1114
914
|
|
|
1115
915
|
export interface InvalidApprovalRuleTemplateDescriptionException extends __SmithyException, $MetadataBearer {
|
|
1116
916
|
name: "InvalidApprovalRuleTemplateDescriptionException";
|
|
@@ -1118,10 +918,6 @@ export interface InvalidApprovalRuleTemplateDescriptionException extends __Smith
|
|
|
1118
918
|
|
|
1119
919
|
message?: string;
|
|
1120
920
|
}
|
|
1121
|
-
export declare namespace InvalidApprovalRuleTemplateDescriptionException {
|
|
1122
|
-
|
|
1123
|
-
const filterSensitiveLog: (obj: InvalidApprovalRuleTemplateDescriptionException) => any;
|
|
1124
|
-
}
|
|
1125
921
|
|
|
1126
922
|
export interface NumberOfRuleTemplatesExceededException extends __SmithyException, $MetadataBearer {
|
|
1127
923
|
name: "NumberOfRuleTemplatesExceededException";
|
|
@@ -1129,10 +925,6 @@ export interface NumberOfRuleTemplatesExceededException extends __SmithyExceptio
|
|
|
1129
925
|
|
|
1130
926
|
message?: string;
|
|
1131
927
|
}
|
|
1132
|
-
export declare namespace NumberOfRuleTemplatesExceededException {
|
|
1133
|
-
|
|
1134
|
-
const filterSensitiveLog: (obj: NumberOfRuleTemplatesExceededException) => any;
|
|
1135
|
-
}
|
|
1136
928
|
|
|
1137
929
|
export interface CommitIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
1138
930
|
name: "CommitIdRequiredException";
|
|
@@ -1140,10 +932,6 @@ export interface CommitIdRequiredException extends __SmithyException, $MetadataB
|
|
|
1140
932
|
|
|
1141
933
|
message?: string;
|
|
1142
934
|
}
|
|
1143
|
-
export declare namespace CommitIdRequiredException {
|
|
1144
|
-
|
|
1145
|
-
const filterSensitiveLog: (obj: CommitIdRequiredException) => any;
|
|
1146
|
-
}
|
|
1147
935
|
|
|
1148
936
|
export interface CreateBranchInput {
|
|
1149
937
|
|
|
@@ -1164,10 +952,6 @@ export interface InvalidBranchNameException extends __SmithyException, $Metadata
|
|
|
1164
952
|
|
|
1165
953
|
message?: string;
|
|
1166
954
|
}
|
|
1167
|
-
export declare namespace InvalidBranchNameException {
|
|
1168
|
-
|
|
1169
|
-
const filterSensitiveLog: (obj: InvalidBranchNameException) => any;
|
|
1170
|
-
}
|
|
1171
955
|
|
|
1172
956
|
export interface InvalidCommitIdException extends __SmithyException, $MetadataBearer {
|
|
1173
957
|
name: "InvalidCommitIdException";
|
|
@@ -1175,10 +959,6 @@ export interface InvalidCommitIdException extends __SmithyException, $MetadataBe
|
|
|
1175
959
|
|
|
1176
960
|
message?: string;
|
|
1177
961
|
}
|
|
1178
|
-
export declare namespace InvalidCommitIdException {
|
|
1179
|
-
|
|
1180
|
-
const filterSensitiveLog: (obj: InvalidCommitIdException) => any;
|
|
1181
|
-
}
|
|
1182
962
|
|
|
1183
963
|
export interface CommitMessageLengthExceededException extends __SmithyException, $MetadataBearer {
|
|
1184
964
|
name: "CommitMessageLengthExceededException";
|
|
@@ -1186,10 +966,6 @@ export interface CommitMessageLengthExceededException extends __SmithyException,
|
|
|
1186
966
|
|
|
1187
967
|
message?: string;
|
|
1188
968
|
}
|
|
1189
|
-
export declare namespace CommitMessageLengthExceededException {
|
|
1190
|
-
|
|
1191
|
-
const filterSensitiveLog: (obj: CommitMessageLengthExceededException) => any;
|
|
1192
|
-
}
|
|
1193
969
|
|
|
1194
970
|
export interface DeleteFileEntry {
|
|
1195
971
|
|
|
@@ -1298,10 +1074,6 @@ export interface DirectoryNameConflictsWithFileNameException extends __SmithyExc
|
|
|
1298
1074
|
|
|
1299
1075
|
message?: string;
|
|
1300
1076
|
}
|
|
1301
|
-
export declare namespace DirectoryNameConflictsWithFileNameException {
|
|
1302
|
-
|
|
1303
|
-
const filterSensitiveLog: (obj: DirectoryNameConflictsWithFileNameException) => any;
|
|
1304
|
-
}
|
|
1305
1077
|
|
|
1306
1078
|
export interface FileContentAndSourceFileSpecifiedException extends __SmithyException, $MetadataBearer {
|
|
1307
1079
|
name: "FileContentAndSourceFileSpecifiedException";
|
|
@@ -1309,10 +1081,6 @@ export interface FileContentAndSourceFileSpecifiedException extends __SmithyExce
|
|
|
1309
1081
|
|
|
1310
1082
|
message?: string;
|
|
1311
1083
|
}
|
|
1312
|
-
export declare namespace FileContentAndSourceFileSpecifiedException {
|
|
1313
|
-
|
|
1314
|
-
const filterSensitiveLog: (obj: FileContentAndSourceFileSpecifiedException) => any;
|
|
1315
|
-
}
|
|
1316
1084
|
|
|
1317
1085
|
export interface FileContentSizeLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1318
1086
|
name: "FileContentSizeLimitExceededException";
|
|
@@ -1320,10 +1088,6 @@ export interface FileContentSizeLimitExceededException extends __SmithyException
|
|
|
1320
1088
|
|
|
1321
1089
|
message?: string;
|
|
1322
1090
|
}
|
|
1323
|
-
export declare namespace FileContentSizeLimitExceededException {
|
|
1324
|
-
|
|
1325
|
-
const filterSensitiveLog: (obj: FileContentSizeLimitExceededException) => any;
|
|
1326
|
-
}
|
|
1327
1091
|
|
|
1328
1092
|
export interface FileDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1329
1093
|
name: "FileDoesNotExistException";
|
|
@@ -1331,10 +1095,6 @@ export interface FileDoesNotExistException extends __SmithyException, $MetadataB
|
|
|
1331
1095
|
|
|
1332
1096
|
message?: string;
|
|
1333
1097
|
}
|
|
1334
|
-
export declare namespace FileDoesNotExistException {
|
|
1335
|
-
|
|
1336
|
-
const filterSensitiveLog: (obj: FileDoesNotExistException) => any;
|
|
1337
|
-
}
|
|
1338
1098
|
|
|
1339
1099
|
export interface FileEntryRequiredException extends __SmithyException, $MetadataBearer {
|
|
1340
1100
|
name: "FileEntryRequiredException";
|
|
@@ -1342,10 +1102,6 @@ export interface FileEntryRequiredException extends __SmithyException, $Metadata
|
|
|
1342
1102
|
|
|
1343
1103
|
message?: string;
|
|
1344
1104
|
}
|
|
1345
|
-
export declare namespace FileEntryRequiredException {
|
|
1346
|
-
|
|
1347
|
-
const filterSensitiveLog: (obj: FileEntryRequiredException) => any;
|
|
1348
|
-
}
|
|
1349
1105
|
|
|
1350
1106
|
export interface FileModeRequiredException extends __SmithyException, $MetadataBearer {
|
|
1351
1107
|
name: "FileModeRequiredException";
|
|
@@ -1353,10 +1109,6 @@ export interface FileModeRequiredException extends __SmithyException, $MetadataB
|
|
|
1353
1109
|
|
|
1354
1110
|
message?: string;
|
|
1355
1111
|
}
|
|
1356
|
-
export declare namespace FileModeRequiredException {
|
|
1357
|
-
|
|
1358
|
-
const filterSensitiveLog: (obj: FileModeRequiredException) => any;
|
|
1359
|
-
}
|
|
1360
1112
|
|
|
1361
1113
|
export interface FileNameConflictsWithDirectoryNameException extends __SmithyException, $MetadataBearer {
|
|
1362
1114
|
name: "FileNameConflictsWithDirectoryNameException";
|
|
@@ -1364,10 +1116,6 @@ export interface FileNameConflictsWithDirectoryNameException extends __SmithyExc
|
|
|
1364
1116
|
|
|
1365
1117
|
message?: string;
|
|
1366
1118
|
}
|
|
1367
|
-
export declare namespace FileNameConflictsWithDirectoryNameException {
|
|
1368
|
-
|
|
1369
|
-
const filterSensitiveLog: (obj: FileNameConflictsWithDirectoryNameException) => any;
|
|
1370
|
-
}
|
|
1371
1119
|
|
|
1372
1120
|
export interface FilePathConflictsWithSubmodulePathException extends __SmithyException, $MetadataBearer {
|
|
1373
1121
|
name: "FilePathConflictsWithSubmodulePathException";
|
|
@@ -1375,10 +1123,6 @@ export interface FilePathConflictsWithSubmodulePathException extends __SmithyExc
|
|
|
1375
1123
|
|
|
1376
1124
|
message?: string;
|
|
1377
1125
|
}
|
|
1378
|
-
export declare namespace FilePathConflictsWithSubmodulePathException {
|
|
1379
|
-
|
|
1380
|
-
const filterSensitiveLog: (obj: FilePathConflictsWithSubmodulePathException) => any;
|
|
1381
|
-
}
|
|
1382
1126
|
|
|
1383
1127
|
export interface FolderContentSizeLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1384
1128
|
name: "FolderContentSizeLimitExceededException";
|
|
@@ -1386,10 +1130,6 @@ export interface FolderContentSizeLimitExceededException extends __SmithyExcepti
|
|
|
1386
1130
|
|
|
1387
1131
|
message?: string;
|
|
1388
1132
|
}
|
|
1389
|
-
export declare namespace FolderContentSizeLimitExceededException {
|
|
1390
|
-
|
|
1391
|
-
const filterSensitiveLog: (obj: FolderContentSizeLimitExceededException) => any;
|
|
1392
|
-
}
|
|
1393
1133
|
|
|
1394
1134
|
export interface InvalidDeletionParameterException extends __SmithyException, $MetadataBearer {
|
|
1395
1135
|
name: "InvalidDeletionParameterException";
|
|
@@ -1397,10 +1137,6 @@ export interface InvalidDeletionParameterException extends __SmithyException, $M
|
|
|
1397
1137
|
|
|
1398
1138
|
message?: string;
|
|
1399
1139
|
}
|
|
1400
|
-
export declare namespace InvalidDeletionParameterException {
|
|
1401
|
-
|
|
1402
|
-
const filterSensitiveLog: (obj: InvalidDeletionParameterException) => any;
|
|
1403
|
-
}
|
|
1404
1140
|
|
|
1405
1141
|
export interface InvalidEmailException extends __SmithyException, $MetadataBearer {
|
|
1406
1142
|
name: "InvalidEmailException";
|
|
@@ -1408,10 +1144,6 @@ export interface InvalidEmailException extends __SmithyException, $MetadataBeare
|
|
|
1408
1144
|
|
|
1409
1145
|
message?: string;
|
|
1410
1146
|
}
|
|
1411
|
-
export declare namespace InvalidEmailException {
|
|
1412
|
-
|
|
1413
|
-
const filterSensitiveLog: (obj: InvalidEmailException) => any;
|
|
1414
|
-
}
|
|
1415
1147
|
|
|
1416
1148
|
export interface InvalidFileModeException extends __SmithyException, $MetadataBearer {
|
|
1417
1149
|
name: "InvalidFileModeException";
|
|
@@ -1419,10 +1151,6 @@ export interface InvalidFileModeException extends __SmithyException, $MetadataBe
|
|
|
1419
1151
|
|
|
1420
1152
|
message?: string;
|
|
1421
1153
|
}
|
|
1422
|
-
export declare namespace InvalidFileModeException {
|
|
1423
|
-
|
|
1424
|
-
const filterSensitiveLog: (obj: InvalidFileModeException) => any;
|
|
1425
|
-
}
|
|
1426
1154
|
|
|
1427
1155
|
export interface InvalidParentCommitIdException extends __SmithyException, $MetadataBearer {
|
|
1428
1156
|
name: "InvalidParentCommitIdException";
|
|
@@ -1430,10 +1158,6 @@ export interface InvalidParentCommitIdException extends __SmithyException, $Meta
|
|
|
1430
1158
|
|
|
1431
1159
|
message?: string;
|
|
1432
1160
|
}
|
|
1433
|
-
export declare namespace InvalidParentCommitIdException {
|
|
1434
|
-
|
|
1435
|
-
const filterSensitiveLog: (obj: InvalidParentCommitIdException) => any;
|
|
1436
|
-
}
|
|
1437
1161
|
|
|
1438
1162
|
export interface InvalidPathException extends __SmithyException, $MetadataBearer {
|
|
1439
1163
|
name: "InvalidPathException";
|
|
@@ -1441,10 +1165,6 @@ export interface InvalidPathException extends __SmithyException, $MetadataBearer
|
|
|
1441
1165
|
|
|
1442
1166
|
message?: string;
|
|
1443
1167
|
}
|
|
1444
|
-
export declare namespace InvalidPathException {
|
|
1445
|
-
|
|
1446
|
-
const filterSensitiveLog: (obj: InvalidPathException) => any;
|
|
1447
|
-
}
|
|
1448
1168
|
|
|
1449
1169
|
export interface MaximumFileEntriesExceededException extends __SmithyException, $MetadataBearer {
|
|
1450
1170
|
name: "MaximumFileEntriesExceededException";
|
|
@@ -1452,10 +1172,6 @@ export interface MaximumFileEntriesExceededException extends __SmithyException,
|
|
|
1452
1172
|
|
|
1453
1173
|
message?: string;
|
|
1454
1174
|
}
|
|
1455
|
-
export declare namespace MaximumFileEntriesExceededException {
|
|
1456
|
-
|
|
1457
|
-
const filterSensitiveLog: (obj: MaximumFileEntriesExceededException) => any;
|
|
1458
|
-
}
|
|
1459
1175
|
|
|
1460
1176
|
export interface NameLengthExceededException extends __SmithyException, $MetadataBearer {
|
|
1461
1177
|
name: "NameLengthExceededException";
|
|
@@ -1463,10 +1179,6 @@ export interface NameLengthExceededException extends __SmithyException, $Metadat
|
|
|
1463
1179
|
|
|
1464
1180
|
message?: string;
|
|
1465
1181
|
}
|
|
1466
|
-
export declare namespace NameLengthExceededException {
|
|
1467
|
-
|
|
1468
|
-
const filterSensitiveLog: (obj: NameLengthExceededException) => any;
|
|
1469
|
-
}
|
|
1470
1182
|
|
|
1471
1183
|
export interface NoChangeException extends __SmithyException, $MetadataBearer {
|
|
1472
1184
|
name: "NoChangeException";
|
|
@@ -1474,10 +1186,6 @@ export interface NoChangeException extends __SmithyException, $MetadataBearer {
|
|
|
1474
1186
|
|
|
1475
1187
|
message?: string;
|
|
1476
1188
|
}
|
|
1477
|
-
export declare namespace NoChangeException {
|
|
1478
|
-
|
|
1479
|
-
const filterSensitiveLog: (obj: NoChangeException) => any;
|
|
1480
|
-
}
|
|
1481
1189
|
|
|
1482
1190
|
export interface ParentCommitDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1483
1191
|
name: "ParentCommitDoesNotExistException";
|
|
@@ -1485,10 +1193,6 @@ export interface ParentCommitDoesNotExistException extends __SmithyException, $M
|
|
|
1485
1193
|
|
|
1486
1194
|
message?: string;
|
|
1487
1195
|
}
|
|
1488
|
-
export declare namespace ParentCommitDoesNotExistException {
|
|
1489
|
-
|
|
1490
|
-
const filterSensitiveLog: (obj: ParentCommitDoesNotExistException) => any;
|
|
1491
|
-
}
|
|
1492
1196
|
|
|
1493
1197
|
export interface ParentCommitIdOutdatedException extends __SmithyException, $MetadataBearer {
|
|
1494
1198
|
name: "ParentCommitIdOutdatedException";
|
|
@@ -1496,10 +1200,6 @@ export interface ParentCommitIdOutdatedException extends __SmithyException, $Met
|
|
|
1496
1200
|
|
|
1497
1201
|
message?: string;
|
|
1498
1202
|
}
|
|
1499
|
-
export declare namespace ParentCommitIdOutdatedException {
|
|
1500
|
-
|
|
1501
|
-
const filterSensitiveLog: (obj: ParentCommitIdOutdatedException) => any;
|
|
1502
|
-
}
|
|
1503
1203
|
|
|
1504
1204
|
export interface ParentCommitIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
1505
1205
|
name: "ParentCommitIdRequiredException";
|
|
@@ -1507,10 +1207,6 @@ export interface ParentCommitIdRequiredException extends __SmithyException, $Met
|
|
|
1507
1207
|
|
|
1508
1208
|
message?: string;
|
|
1509
1209
|
}
|
|
1510
|
-
export declare namespace ParentCommitIdRequiredException {
|
|
1511
|
-
|
|
1512
|
-
const filterSensitiveLog: (obj: ParentCommitIdRequiredException) => any;
|
|
1513
|
-
}
|
|
1514
1210
|
|
|
1515
1211
|
export interface PathRequiredException extends __SmithyException, $MetadataBearer {
|
|
1516
1212
|
name: "PathRequiredException";
|
|
@@ -1518,10 +1214,6 @@ export interface PathRequiredException extends __SmithyException, $MetadataBeare
|
|
|
1518
1214
|
|
|
1519
1215
|
message?: string;
|
|
1520
1216
|
}
|
|
1521
|
-
export declare namespace PathRequiredException {
|
|
1522
|
-
|
|
1523
|
-
const filterSensitiveLog: (obj: PathRequiredException) => any;
|
|
1524
|
-
}
|
|
1525
1217
|
|
|
1526
1218
|
export interface PutFileEntryConflictException extends __SmithyException, $MetadataBearer {
|
|
1527
1219
|
name: "PutFileEntryConflictException";
|
|
@@ -1529,10 +1221,6 @@ export interface PutFileEntryConflictException extends __SmithyException, $Metad
|
|
|
1529
1221
|
|
|
1530
1222
|
message?: string;
|
|
1531
1223
|
}
|
|
1532
|
-
export declare namespace PutFileEntryConflictException {
|
|
1533
|
-
|
|
1534
|
-
const filterSensitiveLog: (obj: PutFileEntryConflictException) => any;
|
|
1535
|
-
}
|
|
1536
1224
|
|
|
1537
1225
|
export interface RestrictedSourceFileException extends __SmithyException, $MetadataBearer {
|
|
1538
1226
|
name: "RestrictedSourceFileException";
|
|
@@ -1540,10 +1228,6 @@ export interface RestrictedSourceFileException extends __SmithyException, $Metad
|
|
|
1540
1228
|
|
|
1541
1229
|
message?: string;
|
|
1542
1230
|
}
|
|
1543
|
-
export declare namespace RestrictedSourceFileException {
|
|
1544
|
-
|
|
1545
|
-
const filterSensitiveLog: (obj: RestrictedSourceFileException) => any;
|
|
1546
|
-
}
|
|
1547
1231
|
|
|
1548
1232
|
export interface SamePathRequestException extends __SmithyException, $MetadataBearer {
|
|
1549
1233
|
name: "SamePathRequestException";
|
|
@@ -1551,10 +1235,6 @@ export interface SamePathRequestException extends __SmithyException, $MetadataBe
|
|
|
1551
1235
|
|
|
1552
1236
|
message?: string;
|
|
1553
1237
|
}
|
|
1554
|
-
export declare namespace SamePathRequestException {
|
|
1555
|
-
|
|
1556
|
-
const filterSensitiveLog: (obj: SamePathRequestException) => any;
|
|
1557
|
-
}
|
|
1558
1238
|
|
|
1559
1239
|
export interface SourceFileOrContentRequiredException extends __SmithyException, $MetadataBearer {
|
|
1560
1240
|
name: "SourceFileOrContentRequiredException";
|
|
@@ -1562,10 +1242,6 @@ export interface SourceFileOrContentRequiredException extends __SmithyException,
|
|
|
1562
1242
|
|
|
1563
1243
|
message?: string;
|
|
1564
1244
|
}
|
|
1565
|
-
export declare namespace SourceFileOrContentRequiredException {
|
|
1566
|
-
|
|
1567
|
-
const filterSensitiveLog: (obj: SourceFileOrContentRequiredException) => any;
|
|
1568
|
-
}
|
|
1569
1245
|
|
|
1570
1246
|
export interface Target {
|
|
1571
1247
|
|
|
@@ -1677,10 +1353,6 @@ export interface IdempotencyParameterMismatchException extends __SmithyException
|
|
|
1677
1353
|
|
|
1678
1354
|
message?: string;
|
|
1679
1355
|
}
|
|
1680
|
-
export declare namespace IdempotencyParameterMismatchException {
|
|
1681
|
-
|
|
1682
|
-
const filterSensitiveLog: (obj: IdempotencyParameterMismatchException) => any;
|
|
1683
|
-
}
|
|
1684
1356
|
|
|
1685
1357
|
export interface InvalidClientRequestTokenException extends __SmithyException, $MetadataBearer {
|
|
1686
1358
|
name: "InvalidClientRequestTokenException";
|
|
@@ -1688,10 +1360,6 @@ export interface InvalidClientRequestTokenException extends __SmithyException, $
|
|
|
1688
1360
|
|
|
1689
1361
|
message?: string;
|
|
1690
1362
|
}
|
|
1691
|
-
export declare namespace InvalidClientRequestTokenException {
|
|
1692
|
-
|
|
1693
|
-
const filterSensitiveLog: (obj: InvalidClientRequestTokenException) => any;
|
|
1694
|
-
}
|
|
1695
1363
|
|
|
1696
1364
|
export interface InvalidDescriptionException extends __SmithyException, $MetadataBearer {
|
|
1697
1365
|
name: "InvalidDescriptionException";
|
|
@@ -1699,10 +1367,6 @@ export interface InvalidDescriptionException extends __SmithyException, $Metadat
|
|
|
1699
1367
|
|
|
1700
1368
|
message?: string;
|
|
1701
1369
|
}
|
|
1702
|
-
export declare namespace InvalidDescriptionException {
|
|
1703
|
-
|
|
1704
|
-
const filterSensitiveLog: (obj: InvalidDescriptionException) => any;
|
|
1705
|
-
}
|
|
1706
1370
|
|
|
1707
1371
|
export interface InvalidReferenceNameException extends __SmithyException, $MetadataBearer {
|
|
1708
1372
|
name: "InvalidReferenceNameException";
|
|
@@ -1710,10 +1374,6 @@ export interface InvalidReferenceNameException extends __SmithyException, $Metad
|
|
|
1710
1374
|
|
|
1711
1375
|
message?: string;
|
|
1712
1376
|
}
|
|
1713
|
-
export declare namespace InvalidReferenceNameException {
|
|
1714
|
-
|
|
1715
|
-
const filterSensitiveLog: (obj: InvalidReferenceNameException) => any;
|
|
1716
|
-
}
|
|
1717
1377
|
|
|
1718
1378
|
export interface InvalidTargetException extends __SmithyException, $MetadataBearer {
|
|
1719
1379
|
name: "InvalidTargetException";
|
|
@@ -1721,10 +1381,6 @@ export interface InvalidTargetException extends __SmithyException, $MetadataBear
|
|
|
1721
1381
|
|
|
1722
1382
|
message?: string;
|
|
1723
1383
|
}
|
|
1724
|
-
export declare namespace InvalidTargetException {
|
|
1725
|
-
|
|
1726
|
-
const filterSensitiveLog: (obj: InvalidTargetException) => any;
|
|
1727
|
-
}
|
|
1728
1384
|
|
|
1729
1385
|
export interface InvalidTargetsException extends __SmithyException, $MetadataBearer {
|
|
1730
1386
|
name: "InvalidTargetsException";
|
|
@@ -1732,10 +1388,6 @@ export interface InvalidTargetsException extends __SmithyException, $MetadataBea
|
|
|
1732
1388
|
|
|
1733
1389
|
message?: string;
|
|
1734
1390
|
}
|
|
1735
|
-
export declare namespace InvalidTargetsException {
|
|
1736
|
-
|
|
1737
|
-
const filterSensitiveLog: (obj: InvalidTargetsException) => any;
|
|
1738
|
-
}
|
|
1739
1391
|
|
|
1740
1392
|
export interface InvalidTitleException extends __SmithyException, $MetadataBearer {
|
|
1741
1393
|
name: "InvalidTitleException";
|
|
@@ -1743,10 +1395,6 @@ export interface InvalidTitleException extends __SmithyException, $MetadataBeare
|
|
|
1743
1395
|
|
|
1744
1396
|
message?: string;
|
|
1745
1397
|
}
|
|
1746
|
-
export declare namespace InvalidTitleException {
|
|
1747
|
-
|
|
1748
|
-
const filterSensitiveLog: (obj: InvalidTitleException) => any;
|
|
1749
|
-
}
|
|
1750
1398
|
|
|
1751
1399
|
export interface MaximumOpenPullRequestsExceededException extends __SmithyException, $MetadataBearer {
|
|
1752
1400
|
name: "MaximumOpenPullRequestsExceededException";
|
|
@@ -1754,10 +1402,6 @@ export interface MaximumOpenPullRequestsExceededException extends __SmithyExcept
|
|
|
1754
1402
|
|
|
1755
1403
|
message?: string;
|
|
1756
1404
|
}
|
|
1757
|
-
export declare namespace MaximumOpenPullRequestsExceededException {
|
|
1758
|
-
|
|
1759
|
-
const filterSensitiveLog: (obj: MaximumOpenPullRequestsExceededException) => any;
|
|
1760
|
-
}
|
|
1761
1405
|
|
|
1762
1406
|
export interface MultipleRepositoriesInPullRequestException extends __SmithyException, $MetadataBearer {
|
|
1763
1407
|
name: "MultipleRepositoriesInPullRequestException";
|
|
@@ -1765,10 +1409,6 @@ export interface MultipleRepositoriesInPullRequestException extends __SmithyExce
|
|
|
1765
1409
|
|
|
1766
1410
|
message?: string;
|
|
1767
1411
|
}
|
|
1768
|
-
export declare namespace MultipleRepositoriesInPullRequestException {
|
|
1769
|
-
|
|
1770
|
-
const filterSensitiveLog: (obj: MultipleRepositoriesInPullRequestException) => any;
|
|
1771
|
-
}
|
|
1772
1412
|
|
|
1773
1413
|
export interface ReferenceDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1774
1414
|
name: "ReferenceDoesNotExistException";
|
|
@@ -1776,10 +1416,6 @@ export interface ReferenceDoesNotExistException extends __SmithyException, $Meta
|
|
|
1776
1416
|
|
|
1777
1417
|
message?: string;
|
|
1778
1418
|
}
|
|
1779
|
-
export declare namespace ReferenceDoesNotExistException {
|
|
1780
|
-
|
|
1781
|
-
const filterSensitiveLog: (obj: ReferenceDoesNotExistException) => any;
|
|
1782
|
-
}
|
|
1783
1419
|
|
|
1784
1420
|
export interface ReferenceNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
1785
1421
|
name: "ReferenceNameRequiredException";
|
|
@@ -1787,10 +1423,6 @@ export interface ReferenceNameRequiredException extends __SmithyException, $Meta
|
|
|
1787
1423
|
|
|
1788
1424
|
message?: string;
|
|
1789
1425
|
}
|
|
1790
|
-
export declare namespace ReferenceNameRequiredException {
|
|
1791
|
-
|
|
1792
|
-
const filterSensitiveLog: (obj: ReferenceNameRequiredException) => any;
|
|
1793
|
-
}
|
|
1794
1426
|
|
|
1795
1427
|
export interface ReferenceTypeNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
1796
1428
|
name: "ReferenceTypeNotSupportedException";
|
|
@@ -1798,10 +1430,6 @@ export interface ReferenceTypeNotSupportedException extends __SmithyException, $
|
|
|
1798
1430
|
|
|
1799
1431
|
message?: string;
|
|
1800
1432
|
}
|
|
1801
|
-
export declare namespace ReferenceTypeNotSupportedException {
|
|
1802
|
-
|
|
1803
|
-
const filterSensitiveLog: (obj: ReferenceTypeNotSupportedException) => any;
|
|
1804
|
-
}
|
|
1805
1433
|
|
|
1806
1434
|
export interface SourceAndDestinationAreSameException extends __SmithyException, $MetadataBearer {
|
|
1807
1435
|
name: "SourceAndDestinationAreSameException";
|
|
@@ -1809,10 +1437,6 @@ export interface SourceAndDestinationAreSameException extends __SmithyException,
|
|
|
1809
1437
|
|
|
1810
1438
|
message?: string;
|
|
1811
1439
|
}
|
|
1812
|
-
export declare namespace SourceAndDestinationAreSameException {
|
|
1813
|
-
|
|
1814
|
-
const filterSensitiveLog: (obj: SourceAndDestinationAreSameException) => any;
|
|
1815
|
-
}
|
|
1816
1440
|
|
|
1817
1441
|
export interface TargetRequiredException extends __SmithyException, $MetadataBearer {
|
|
1818
1442
|
name: "TargetRequiredException";
|
|
@@ -1820,10 +1444,6 @@ export interface TargetRequiredException extends __SmithyException, $MetadataBea
|
|
|
1820
1444
|
|
|
1821
1445
|
message?: string;
|
|
1822
1446
|
}
|
|
1823
|
-
export declare namespace TargetRequiredException {
|
|
1824
|
-
|
|
1825
|
-
const filterSensitiveLog: (obj: TargetRequiredException) => any;
|
|
1826
|
-
}
|
|
1827
1447
|
|
|
1828
1448
|
export interface TargetsRequiredException extends __SmithyException, $MetadataBearer {
|
|
1829
1449
|
name: "TargetsRequiredException";
|
|
@@ -1831,10 +1451,6 @@ export interface TargetsRequiredException extends __SmithyException, $MetadataBe
|
|
|
1831
1451
|
|
|
1832
1452
|
message?: string;
|
|
1833
1453
|
}
|
|
1834
|
-
export declare namespace TargetsRequiredException {
|
|
1835
|
-
|
|
1836
|
-
const filterSensitiveLog: (obj: TargetsRequiredException) => any;
|
|
1837
|
-
}
|
|
1838
1454
|
|
|
1839
1455
|
export interface TitleRequiredException extends __SmithyException, $MetadataBearer {
|
|
1840
1456
|
name: "TitleRequiredException";
|
|
@@ -1842,10 +1458,6 @@ export interface TitleRequiredException extends __SmithyException, $MetadataBear
|
|
|
1842
1458
|
|
|
1843
1459
|
message?: string;
|
|
1844
1460
|
}
|
|
1845
|
-
export declare namespace TitleRequiredException {
|
|
1846
|
-
|
|
1847
|
-
const filterSensitiveLog: (obj: TitleRequiredException) => any;
|
|
1848
|
-
}
|
|
1849
1461
|
export interface CreatePullRequestApprovalRuleInput {
|
|
1850
1462
|
|
|
1851
1463
|
pullRequestId: string | undefined;
|
|
@@ -1873,10 +1485,6 @@ export interface InvalidApprovalRuleContentException extends __SmithyException,
|
|
|
1873
1485
|
|
|
1874
1486
|
message?: string;
|
|
1875
1487
|
}
|
|
1876
|
-
export declare namespace InvalidApprovalRuleContentException {
|
|
1877
|
-
|
|
1878
|
-
const filterSensitiveLog: (obj: InvalidApprovalRuleContentException) => any;
|
|
1879
|
-
}
|
|
1880
1488
|
|
|
1881
1489
|
export interface InvalidApprovalRuleNameException extends __SmithyException, $MetadataBearer {
|
|
1882
1490
|
name: "InvalidApprovalRuleNameException";
|
|
@@ -1884,10 +1492,6 @@ export interface InvalidApprovalRuleNameException extends __SmithyException, $Me
|
|
|
1884
1492
|
|
|
1885
1493
|
message?: string;
|
|
1886
1494
|
}
|
|
1887
|
-
export declare namespace InvalidApprovalRuleNameException {
|
|
1888
|
-
|
|
1889
|
-
const filterSensitiveLog: (obj: InvalidApprovalRuleNameException) => any;
|
|
1890
|
-
}
|
|
1891
1495
|
|
|
1892
1496
|
export interface InvalidPullRequestIdException extends __SmithyException, $MetadataBearer {
|
|
1893
1497
|
name: "InvalidPullRequestIdException";
|
|
@@ -1895,10 +1499,6 @@ export interface InvalidPullRequestIdException extends __SmithyException, $Metad
|
|
|
1895
1499
|
|
|
1896
1500
|
message?: string;
|
|
1897
1501
|
}
|
|
1898
|
-
export declare namespace InvalidPullRequestIdException {
|
|
1899
|
-
|
|
1900
|
-
const filterSensitiveLog: (obj: InvalidPullRequestIdException) => any;
|
|
1901
|
-
}
|
|
1902
1502
|
|
|
1903
1503
|
export interface NumberOfRulesExceededException extends __SmithyException, $MetadataBearer {
|
|
1904
1504
|
name: "NumberOfRulesExceededException";
|
|
@@ -1906,10 +1506,6 @@ export interface NumberOfRulesExceededException extends __SmithyException, $Meta
|
|
|
1906
1506
|
|
|
1907
1507
|
message?: string;
|
|
1908
1508
|
}
|
|
1909
|
-
export declare namespace NumberOfRulesExceededException {
|
|
1910
|
-
|
|
1911
|
-
const filterSensitiveLog: (obj: NumberOfRulesExceededException) => any;
|
|
1912
|
-
}
|
|
1913
1509
|
|
|
1914
1510
|
export interface PullRequestAlreadyClosedException extends __SmithyException, $MetadataBearer {
|
|
1915
1511
|
name: "PullRequestAlreadyClosedException";
|
|
@@ -1917,10 +1513,6 @@ export interface PullRequestAlreadyClosedException extends __SmithyException, $M
|
|
|
1917
1513
|
|
|
1918
1514
|
message?: string;
|
|
1919
1515
|
}
|
|
1920
|
-
export declare namespace PullRequestAlreadyClosedException {
|
|
1921
|
-
|
|
1922
|
-
const filterSensitiveLog: (obj: PullRequestAlreadyClosedException) => any;
|
|
1923
|
-
}
|
|
1924
1516
|
|
|
1925
1517
|
export interface PullRequestDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1926
1518
|
name: "PullRequestDoesNotExistException";
|
|
@@ -1928,10 +1520,6 @@ export interface PullRequestDoesNotExistException extends __SmithyException, $Me
|
|
|
1928
1520
|
|
|
1929
1521
|
message?: string;
|
|
1930
1522
|
}
|
|
1931
|
-
export declare namespace PullRequestDoesNotExistException {
|
|
1932
|
-
|
|
1933
|
-
const filterSensitiveLog: (obj: PullRequestDoesNotExistException) => any;
|
|
1934
|
-
}
|
|
1935
1523
|
|
|
1936
1524
|
export interface PullRequestIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
1937
1525
|
name: "PullRequestIdRequiredException";
|
|
@@ -1939,10 +1527,6 @@ export interface PullRequestIdRequiredException extends __SmithyException, $Meta
|
|
|
1939
1527
|
|
|
1940
1528
|
message?: string;
|
|
1941
1529
|
}
|
|
1942
|
-
export declare namespace PullRequestIdRequiredException {
|
|
1943
|
-
|
|
1944
|
-
const filterSensitiveLog: (obj: PullRequestIdRequiredException) => any;
|
|
1945
|
-
}
|
|
1946
1530
|
|
|
1947
1531
|
export interface CreateRepositoryInput {
|
|
1948
1532
|
|
|
@@ -1974,10 +1558,6 @@ export interface InvalidRepositoryDescriptionException extends __SmithyException
|
|
|
1974
1558
|
|
|
1975
1559
|
message?: string;
|
|
1976
1560
|
}
|
|
1977
|
-
export declare namespace InvalidRepositoryDescriptionException {
|
|
1978
|
-
|
|
1979
|
-
const filterSensitiveLog: (obj: InvalidRepositoryDescriptionException) => any;
|
|
1980
|
-
}
|
|
1981
1561
|
|
|
1982
1562
|
export interface InvalidSystemTagUsageException extends __SmithyException, $MetadataBearer {
|
|
1983
1563
|
name: "InvalidSystemTagUsageException";
|
|
@@ -1985,10 +1565,6 @@ export interface InvalidSystemTagUsageException extends __SmithyException, $Meta
|
|
|
1985
1565
|
|
|
1986
1566
|
message?: string;
|
|
1987
1567
|
}
|
|
1988
|
-
export declare namespace InvalidSystemTagUsageException {
|
|
1989
|
-
|
|
1990
|
-
const filterSensitiveLog: (obj: InvalidSystemTagUsageException) => any;
|
|
1991
|
-
}
|
|
1992
1568
|
|
|
1993
1569
|
export interface InvalidTagsMapException extends __SmithyException, $MetadataBearer {
|
|
1994
1570
|
name: "InvalidTagsMapException";
|
|
@@ -1996,10 +1572,6 @@ export interface InvalidTagsMapException extends __SmithyException, $MetadataBea
|
|
|
1996
1572
|
|
|
1997
1573
|
message?: string;
|
|
1998
1574
|
}
|
|
1999
|
-
export declare namespace InvalidTagsMapException {
|
|
2000
|
-
|
|
2001
|
-
const filterSensitiveLog: (obj: InvalidTagsMapException) => any;
|
|
2002
|
-
}
|
|
2003
1575
|
|
|
2004
1576
|
export interface RepositoryLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2005
1577
|
name: "RepositoryLimitExceededException";
|
|
@@ -2007,10 +1579,6 @@ export interface RepositoryLimitExceededException extends __SmithyException, $Me
|
|
|
2007
1579
|
|
|
2008
1580
|
message?: string;
|
|
2009
1581
|
}
|
|
2010
|
-
export declare namespace RepositoryLimitExceededException {
|
|
2011
|
-
|
|
2012
|
-
const filterSensitiveLog: (obj: RepositoryLimitExceededException) => any;
|
|
2013
|
-
}
|
|
2014
1582
|
|
|
2015
1583
|
export interface RepositoryNameExistsException extends __SmithyException, $MetadataBearer {
|
|
2016
1584
|
name: "RepositoryNameExistsException";
|
|
@@ -2018,10 +1586,6 @@ export interface RepositoryNameExistsException extends __SmithyException, $Metad
|
|
|
2018
1586
|
|
|
2019
1587
|
message?: string;
|
|
2020
1588
|
}
|
|
2021
|
-
export declare namespace RepositoryNameExistsException {
|
|
2022
|
-
|
|
2023
|
-
const filterSensitiveLog: (obj: RepositoryNameExistsException) => any;
|
|
2024
|
-
}
|
|
2025
1589
|
|
|
2026
1590
|
export interface TagPolicyException extends __SmithyException, $MetadataBearer {
|
|
2027
1591
|
name: "TagPolicyException";
|
|
@@ -2029,10 +1593,6 @@ export interface TagPolicyException extends __SmithyException, $MetadataBearer {
|
|
|
2029
1593
|
|
|
2030
1594
|
message?: string;
|
|
2031
1595
|
}
|
|
2032
|
-
export declare namespace TagPolicyException {
|
|
2033
|
-
|
|
2034
|
-
const filterSensitiveLog: (obj: TagPolicyException) => any;
|
|
2035
|
-
}
|
|
2036
1596
|
|
|
2037
1597
|
export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
|
|
2038
1598
|
name: "TooManyTagsException";
|
|
@@ -2040,10 +1600,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
|
|
|
2040
1600
|
|
|
2041
1601
|
message?: string;
|
|
2042
1602
|
}
|
|
2043
|
-
export declare namespace TooManyTagsException {
|
|
2044
|
-
|
|
2045
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
2046
|
-
}
|
|
2047
1603
|
|
|
2048
1604
|
export interface ConcurrentReferenceUpdateException extends __SmithyException, $MetadataBearer {
|
|
2049
1605
|
name: "ConcurrentReferenceUpdateException";
|
|
@@ -2051,10 +1607,6 @@ export interface ConcurrentReferenceUpdateException extends __SmithyException, $
|
|
|
2051
1607
|
|
|
2052
1608
|
message?: string;
|
|
2053
1609
|
}
|
|
2054
|
-
export declare namespace ConcurrentReferenceUpdateException {
|
|
2055
|
-
|
|
2056
|
-
const filterSensitiveLog: (obj: ConcurrentReferenceUpdateException) => any;
|
|
2057
|
-
}
|
|
2058
1610
|
export declare enum ReplacementTypeEnum {
|
|
2059
1611
|
KEEP_BASE = "KEEP_BASE",
|
|
2060
1612
|
KEEP_DESTINATION = "KEEP_DESTINATION",
|
|
@@ -2134,10 +1686,6 @@ export interface InvalidConflictResolutionException extends __SmithyException, $
|
|
|
2134
1686
|
|
|
2135
1687
|
message?: string;
|
|
2136
1688
|
}
|
|
2137
|
-
export declare namespace InvalidConflictResolutionException {
|
|
2138
|
-
|
|
2139
|
-
const filterSensitiveLog: (obj: InvalidConflictResolutionException) => any;
|
|
2140
|
-
}
|
|
2141
1689
|
|
|
2142
1690
|
export interface InvalidReplacementContentException extends __SmithyException, $MetadataBearer {
|
|
2143
1691
|
name: "InvalidReplacementContentException";
|
|
@@ -2145,10 +1693,6 @@ export interface InvalidReplacementContentException extends __SmithyException, $
|
|
|
2145
1693
|
|
|
2146
1694
|
message?: string;
|
|
2147
1695
|
}
|
|
2148
|
-
export declare namespace InvalidReplacementContentException {
|
|
2149
|
-
|
|
2150
|
-
const filterSensitiveLog: (obj: InvalidReplacementContentException) => any;
|
|
2151
|
-
}
|
|
2152
1696
|
|
|
2153
1697
|
export interface InvalidReplacementTypeException extends __SmithyException, $MetadataBearer {
|
|
2154
1698
|
name: "InvalidReplacementTypeException";
|
|
@@ -2156,10 +1700,6 @@ export interface InvalidReplacementTypeException extends __SmithyException, $Met
|
|
|
2156
1700
|
|
|
2157
1701
|
message?: string;
|
|
2158
1702
|
}
|
|
2159
|
-
export declare namespace InvalidReplacementTypeException {
|
|
2160
|
-
|
|
2161
|
-
const filterSensitiveLog: (obj: InvalidReplacementTypeException) => any;
|
|
2162
|
-
}
|
|
2163
1703
|
|
|
2164
1704
|
export interface ManualMergeRequiredException extends __SmithyException, $MetadataBearer {
|
|
2165
1705
|
name: "ManualMergeRequiredException";
|
|
@@ -2167,10 +1707,6 @@ export interface ManualMergeRequiredException extends __SmithyException, $Metada
|
|
|
2167
1707
|
|
|
2168
1708
|
message?: string;
|
|
2169
1709
|
}
|
|
2170
|
-
export declare namespace ManualMergeRequiredException {
|
|
2171
|
-
|
|
2172
|
-
const filterSensitiveLog: (obj: ManualMergeRequiredException) => any;
|
|
2173
|
-
}
|
|
2174
1710
|
|
|
2175
1711
|
export interface MaximumConflictResolutionEntriesExceededException extends __SmithyException, $MetadataBearer {
|
|
2176
1712
|
name: "MaximumConflictResolutionEntriesExceededException";
|
|
@@ -2178,10 +1714,6 @@ export interface MaximumConflictResolutionEntriesExceededException extends __Smi
|
|
|
2178
1714
|
|
|
2179
1715
|
message?: string;
|
|
2180
1716
|
}
|
|
2181
|
-
export declare namespace MaximumConflictResolutionEntriesExceededException {
|
|
2182
|
-
|
|
2183
|
-
const filterSensitiveLog: (obj: MaximumConflictResolutionEntriesExceededException) => any;
|
|
2184
|
-
}
|
|
2185
1717
|
|
|
2186
1718
|
export interface MultipleConflictResolutionEntriesException extends __SmithyException, $MetadataBearer {
|
|
2187
1719
|
name: "MultipleConflictResolutionEntriesException";
|
|
@@ -2189,10 +1721,6 @@ export interface MultipleConflictResolutionEntriesException extends __SmithyExce
|
|
|
2189
1721
|
|
|
2190
1722
|
message?: string;
|
|
2191
1723
|
}
|
|
2192
|
-
export declare namespace MultipleConflictResolutionEntriesException {
|
|
2193
|
-
|
|
2194
|
-
const filterSensitiveLog: (obj: MultipleConflictResolutionEntriesException) => any;
|
|
2195
|
-
}
|
|
2196
1724
|
|
|
2197
1725
|
export interface ReplacementContentRequiredException extends __SmithyException, $MetadataBearer {
|
|
2198
1726
|
name: "ReplacementContentRequiredException";
|
|
@@ -2200,10 +1728,6 @@ export interface ReplacementContentRequiredException extends __SmithyException,
|
|
|
2200
1728
|
|
|
2201
1729
|
message?: string;
|
|
2202
1730
|
}
|
|
2203
|
-
export declare namespace ReplacementContentRequiredException {
|
|
2204
|
-
|
|
2205
|
-
const filterSensitiveLog: (obj: ReplacementContentRequiredException) => any;
|
|
2206
|
-
}
|
|
2207
1731
|
|
|
2208
1732
|
export interface ReplacementTypeRequiredException extends __SmithyException, $MetadataBearer {
|
|
2209
1733
|
name: "ReplacementTypeRequiredException";
|
|
@@ -2211,10 +1735,6 @@ export interface ReplacementTypeRequiredException extends __SmithyException, $Me
|
|
|
2211
1735
|
|
|
2212
1736
|
message?: string;
|
|
2213
1737
|
}
|
|
2214
|
-
export declare namespace ReplacementTypeRequiredException {
|
|
2215
|
-
|
|
2216
|
-
const filterSensitiveLog: (obj: ReplacementTypeRequiredException) => any;
|
|
2217
|
-
}
|
|
2218
1738
|
export interface DeleteApprovalRuleTemplateInput {
|
|
2219
1739
|
|
|
2220
1740
|
approvalRuleTemplateName: string | undefined;
|
|
@@ -2238,10 +1758,6 @@ export interface DefaultBranchCannotBeDeletedException extends __SmithyException
|
|
|
2238
1758
|
|
|
2239
1759
|
message?: string;
|
|
2240
1760
|
}
|
|
2241
|
-
export declare namespace DefaultBranchCannotBeDeletedException {
|
|
2242
|
-
|
|
2243
|
-
const filterSensitiveLog: (obj: DefaultBranchCannotBeDeletedException) => any;
|
|
2244
|
-
}
|
|
2245
1761
|
|
|
2246
1762
|
export interface DeleteBranchInput {
|
|
2247
1763
|
|
|
@@ -2269,10 +1785,6 @@ export interface CommentDeletedException extends __SmithyException, $MetadataBea
|
|
|
2269
1785
|
|
|
2270
1786
|
message?: string;
|
|
2271
1787
|
}
|
|
2272
|
-
export declare namespace CommentDeletedException {
|
|
2273
|
-
|
|
2274
|
-
const filterSensitiveLog: (obj: CommentDeletedException) => any;
|
|
2275
|
-
}
|
|
2276
1788
|
|
|
2277
1789
|
export interface CommentDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
2278
1790
|
name: "CommentDoesNotExistException";
|
|
@@ -2280,10 +1792,6 @@ export interface CommentDoesNotExistException extends __SmithyException, $Metada
|
|
|
2280
1792
|
|
|
2281
1793
|
message?: string;
|
|
2282
1794
|
}
|
|
2283
|
-
export declare namespace CommentDoesNotExistException {
|
|
2284
|
-
|
|
2285
|
-
const filterSensitiveLog: (obj: CommentDoesNotExistException) => any;
|
|
2286
|
-
}
|
|
2287
1795
|
|
|
2288
1796
|
export interface CommentIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
2289
1797
|
name: "CommentIdRequiredException";
|
|
@@ -2291,10 +1799,6 @@ export interface CommentIdRequiredException extends __SmithyException, $Metadata
|
|
|
2291
1799
|
|
|
2292
1800
|
message?: string;
|
|
2293
1801
|
}
|
|
2294
|
-
export declare namespace CommentIdRequiredException {
|
|
2295
|
-
|
|
2296
|
-
const filterSensitiveLog: (obj: CommentIdRequiredException) => any;
|
|
2297
|
-
}
|
|
2298
1802
|
export interface DeleteCommentContentInput {
|
|
2299
1803
|
|
|
2300
1804
|
commentId: string | undefined;
|
|
@@ -2347,10 +1851,6 @@ export interface InvalidCommentIdException extends __SmithyException, $MetadataB
|
|
|
2347
1851
|
|
|
2348
1852
|
message?: string;
|
|
2349
1853
|
}
|
|
2350
|
-
export declare namespace InvalidCommentIdException {
|
|
2351
|
-
|
|
2352
|
-
const filterSensitiveLog: (obj: InvalidCommentIdException) => any;
|
|
2353
|
-
}
|
|
2354
1854
|
export interface DeleteFileInput {
|
|
2355
1855
|
|
|
2356
1856
|
repositoryName: string | undefined;
|
|
@@ -2590,10 +2090,6 @@ export interface InvalidActorArnException extends __SmithyException, $MetadataBe
|
|
|
2590
2090
|
|
|
2591
2091
|
message?: string;
|
|
2592
2092
|
}
|
|
2593
|
-
export declare namespace InvalidActorArnException {
|
|
2594
|
-
|
|
2595
|
-
const filterSensitiveLog: (obj: InvalidActorArnException) => any;
|
|
2596
|
-
}
|
|
2597
2093
|
|
|
2598
2094
|
export interface InvalidMaxResultsException extends __SmithyException, $MetadataBearer {
|
|
2599
2095
|
name: "InvalidMaxResultsException";
|
|
@@ -2601,10 +2097,6 @@ export interface InvalidMaxResultsException extends __SmithyException, $Metadata
|
|
|
2601
2097
|
|
|
2602
2098
|
message?: string;
|
|
2603
2099
|
}
|
|
2604
|
-
export declare namespace InvalidMaxResultsException {
|
|
2605
|
-
|
|
2606
|
-
const filterSensitiveLog: (obj: InvalidMaxResultsException) => any;
|
|
2607
|
-
}
|
|
2608
2100
|
|
|
2609
2101
|
export interface InvalidPullRequestEventTypeException extends __SmithyException, $MetadataBearer {
|
|
2610
2102
|
name: "InvalidPullRequestEventTypeException";
|
|
@@ -2612,10 +2104,6 @@ export interface InvalidPullRequestEventTypeException extends __SmithyException,
|
|
|
2612
2104
|
|
|
2613
2105
|
message?: string;
|
|
2614
2106
|
}
|
|
2615
|
-
export declare namespace InvalidPullRequestEventTypeException {
|
|
2616
|
-
|
|
2617
|
-
const filterSensitiveLog: (obj: InvalidPullRequestEventTypeException) => any;
|
|
2618
|
-
}
|
|
2619
2107
|
export interface DisassociateApprovalRuleTemplateFromRepositoryInput {
|
|
2620
2108
|
|
|
2621
2109
|
approvalRuleTemplateName: string | undefined;
|
|
@@ -2666,10 +2154,6 @@ export interface InvalidRevisionIdException extends __SmithyException, $Metadata
|
|
|
2666
2154
|
|
|
2667
2155
|
message?: string;
|
|
2668
2156
|
}
|
|
2669
|
-
export declare namespace InvalidRevisionIdException {
|
|
2670
|
-
|
|
2671
|
-
const filterSensitiveLog: (obj: InvalidRevisionIdException) => any;
|
|
2672
|
-
}
|
|
2673
2157
|
|
|
2674
2158
|
export interface RevisionIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
2675
2159
|
name: "RevisionIdRequiredException";
|
|
@@ -2677,10 +2161,6 @@ export interface RevisionIdRequiredException extends __SmithyException, $Metadat
|
|
|
2677
2161
|
|
|
2678
2162
|
message?: string;
|
|
2679
2163
|
}
|
|
2680
|
-
export declare namespace RevisionIdRequiredException {
|
|
2681
|
-
|
|
2682
|
-
const filterSensitiveLog: (obj: RevisionIdRequiredException) => any;
|
|
2683
|
-
}
|
|
2684
2164
|
|
|
2685
2165
|
export interface RevisionNotCurrentException extends __SmithyException, $MetadataBearer {
|
|
2686
2166
|
name: "RevisionNotCurrentException";
|
|
@@ -2688,10 +2168,6 @@ export interface RevisionNotCurrentException extends __SmithyException, $Metadat
|
|
|
2688
2168
|
|
|
2689
2169
|
message?: string;
|
|
2690
2170
|
}
|
|
2691
|
-
export declare namespace RevisionNotCurrentException {
|
|
2692
|
-
|
|
2693
|
-
const filterSensitiveLog: (obj: RevisionNotCurrentException) => any;
|
|
2694
|
-
}
|
|
2695
2171
|
export interface GetApprovalRuleTemplateInput {
|
|
2696
2172
|
|
|
2697
2173
|
approvalRuleTemplateName: string | undefined;
|
|
@@ -2715,10 +2191,6 @@ export interface FileTooLargeException extends __SmithyException, $MetadataBeare
|
|
|
2715
2191
|
|
|
2716
2192
|
message?: string;
|
|
2717
2193
|
}
|
|
2718
|
-
export declare namespace FileTooLargeException {
|
|
2719
|
-
|
|
2720
|
-
const filterSensitiveLog: (obj: FileTooLargeException) => any;
|
|
2721
|
-
}
|
|
2722
2194
|
|
|
2723
2195
|
export interface GetBlobInput {
|
|
2724
2196
|
|
|
@@ -2746,10 +2218,6 @@ export interface InvalidBlobIdException extends __SmithyException, $MetadataBear
|
|
|
2746
2218
|
|
|
2747
2219
|
message?: string;
|
|
2748
2220
|
}
|
|
2749
|
-
export declare namespace InvalidBlobIdException {
|
|
2750
|
-
|
|
2751
|
-
const filterSensitiveLog: (obj: InvalidBlobIdException) => any;
|
|
2752
|
-
}
|
|
2753
2221
|
|
|
2754
2222
|
export interface GetBranchInput {
|
|
2755
2223
|
|
|
@@ -2843,10 +2311,6 @@ export interface InvalidReactionUserArnException extends __SmithyException, $Met
|
|
|
2843
2311
|
|
|
2844
2312
|
message?: string;
|
|
2845
2313
|
}
|
|
2846
|
-
export declare namespace InvalidReactionUserArnException {
|
|
2847
|
-
|
|
2848
|
-
const filterSensitiveLog: (obj: InvalidReactionUserArnException) => any;
|
|
2849
|
-
}
|
|
2850
2314
|
export interface GetCommentsForComparedCommitInput {
|
|
2851
2315
|
|
|
2852
2316
|
repositoryName: string | undefined;
|
|
@@ -2969,10 +2433,6 @@ export interface RepositoryNotAssociatedWithPullRequestException extends __Smith
|
|
|
2969
2433
|
|
|
2970
2434
|
message?: string;
|
|
2971
2435
|
}
|
|
2972
|
-
export declare namespace RepositoryNotAssociatedWithPullRequestException {
|
|
2973
|
-
|
|
2974
|
-
const filterSensitiveLog: (obj: RepositoryNotAssociatedWithPullRequestException) => any;
|
|
2975
|
-
}
|
|
2976
2436
|
|
|
2977
2437
|
export interface CommitIdDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
2978
2438
|
name: "CommitIdDoesNotExistException";
|
|
@@ -2980,10 +2440,6 @@ export interface CommitIdDoesNotExistException extends __SmithyException, $Metad
|
|
|
2980
2440
|
|
|
2981
2441
|
message?: string;
|
|
2982
2442
|
}
|
|
2983
|
-
export declare namespace CommitIdDoesNotExistException {
|
|
2984
|
-
|
|
2985
|
-
const filterSensitiveLog: (obj: CommitIdDoesNotExistException) => any;
|
|
2986
|
-
}
|
|
2987
2443
|
|
|
2988
2444
|
export interface GetCommitInput {
|
|
2989
2445
|
|
|
@@ -3054,10 +2510,6 @@ export interface PathDoesNotExistException extends __SmithyException, $MetadataB
|
|
|
3054
2510
|
|
|
3055
2511
|
message?: string;
|
|
3056
2512
|
}
|
|
3057
|
-
export declare namespace PathDoesNotExistException {
|
|
3058
|
-
|
|
3059
|
-
const filterSensitiveLog: (obj: PathDoesNotExistException) => any;
|
|
3060
|
-
}
|
|
3061
2513
|
export interface GetFileInput {
|
|
3062
2514
|
|
|
3063
2515
|
repositoryName: string | undefined;
|
|
@@ -3095,10 +2547,6 @@ export interface FolderDoesNotExistException extends __SmithyException, $Metadat
|
|
|
3095
2547
|
|
|
3096
2548
|
message?: string;
|
|
3097
2549
|
}
|
|
3098
|
-
export declare namespace FolderDoesNotExistException {
|
|
3099
|
-
|
|
3100
|
-
const filterSensitiveLog: (obj: FolderDoesNotExistException) => any;
|
|
3101
|
-
}
|
|
3102
2550
|
export interface GetFolderInput {
|
|
3103
2551
|
|
|
3104
2552
|
repositoryName: string | undefined;
|
|
@@ -3264,10 +2712,6 @@ export interface InvalidDestinationCommitSpecifierException extends __SmithyExce
|
|
|
3264
2712
|
|
|
3265
2713
|
message?: string;
|
|
3266
2714
|
}
|
|
3267
|
-
export declare namespace InvalidDestinationCommitSpecifierException {
|
|
3268
|
-
|
|
3269
|
-
const filterSensitiveLog: (obj: InvalidDestinationCommitSpecifierException) => any;
|
|
3270
|
-
}
|
|
3271
2715
|
|
|
3272
2716
|
export interface InvalidSourceCommitSpecifierException extends __SmithyException, $MetadataBearer {
|
|
3273
2717
|
name: "InvalidSourceCommitSpecifierException";
|
|
@@ -3275,10 +2719,6 @@ export interface InvalidSourceCommitSpecifierException extends __SmithyException
|
|
|
3275
2719
|
|
|
3276
2720
|
message?: string;
|
|
3277
2721
|
}
|
|
3278
|
-
export declare namespace InvalidSourceCommitSpecifierException {
|
|
3279
|
-
|
|
3280
|
-
const filterSensitiveLog: (obj: InvalidSourceCommitSpecifierException) => any;
|
|
3281
|
-
}
|
|
3282
2722
|
export interface GetMergeOptionsInput {
|
|
3283
2723
|
|
|
3284
2724
|
repositoryName: string | undefined;
|
|
@@ -3495,10 +2935,6 @@ export interface InvalidAuthorArnException extends __SmithyException, $MetadataB
|
|
|
3495
2935
|
|
|
3496
2936
|
message?: string;
|
|
3497
2937
|
}
|
|
3498
|
-
export declare namespace InvalidAuthorArnException {
|
|
3499
|
-
|
|
3500
|
-
const filterSensitiveLog: (obj: InvalidAuthorArnException) => any;
|
|
3501
|
-
}
|
|
3502
2938
|
|
|
3503
2939
|
export interface InvalidPullRequestStatusException extends __SmithyException, $MetadataBearer {
|
|
3504
2940
|
name: "InvalidPullRequestStatusException";
|
|
@@ -3506,10 +2942,6 @@ export interface InvalidPullRequestStatusException extends __SmithyException, $M
|
|
|
3506
2942
|
|
|
3507
2943
|
message?: string;
|
|
3508
2944
|
}
|
|
3509
|
-
export declare namespace InvalidPullRequestStatusException {
|
|
3510
|
-
|
|
3511
|
-
const filterSensitiveLog: (obj: InvalidPullRequestStatusException) => any;
|
|
3512
|
-
}
|
|
3513
2945
|
export interface ListPullRequestsInput {
|
|
3514
2946
|
|
|
3515
2947
|
repositoryName: string | undefined;
|
|
@@ -3543,10 +2975,6 @@ export interface InvalidOrderException extends __SmithyException, $MetadataBeare
|
|
|
3543
2975
|
|
|
3544
2976
|
message?: string;
|
|
3545
2977
|
}
|
|
3546
|
-
export declare namespace InvalidOrderException {
|
|
3547
|
-
|
|
3548
|
-
const filterSensitiveLog: (obj: InvalidOrderException) => any;
|
|
3549
|
-
}
|
|
3550
2978
|
|
|
3551
2979
|
export interface InvalidSortByException extends __SmithyException, $MetadataBearer {
|
|
3552
2980
|
name: "InvalidSortByException";
|
|
@@ -3554,7 +2982,3 @@ export interface InvalidSortByException extends __SmithyException, $MetadataBear
|
|
|
3554
2982
|
|
|
3555
2983
|
message?: string;
|
|
3556
2984
|
}
|
|
3557
|
-
export declare namespace InvalidSortByException {
|
|
3558
|
-
|
|
3559
|
-
const filterSensitiveLog: (obj: InvalidSortByException) => any;
|
|
3560
|
-
}
|