@aws-sdk/client-codecommit 3.52.0 → 3.54.1

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.
@@ -1,10 +1,11 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CodeCommitServiceException as __BaseException } from "./CodeCommitServiceException";
2
3
 
3
- export interface ActorDoesNotExistException extends __SmithyException, $MetadataBearer {
4
- name: "ActorDoesNotExistException";
5
- $fault: "client";
4
+ export declare class ActorDoesNotExistException extends __BaseException {
5
+ readonly name: "ActorDoesNotExistException";
6
+ readonly $fault: "client";
6
7
 
7
- message?: string;
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 interface ApprovalRuleContentRequiredException extends __SmithyException, $MetadataBearer {
60
- name: "ApprovalRuleContentRequiredException";
61
- $fault: "client";
60
+ export declare class ApprovalRuleContentRequiredException extends __BaseException {
61
+ readonly name: "ApprovalRuleContentRequiredException";
62
+ readonly $fault: "client";
62
63
 
63
- message?: string;
64
+ constructor(opts: __ExceptionOptionType<ApprovalRuleContentRequiredException, __BaseException>);
64
65
  }
65
66
 
66
- export interface ApprovalRuleDoesNotExistException extends __SmithyException, $MetadataBearer {
67
- name: "ApprovalRuleDoesNotExistException";
68
- $fault: "client";
67
+ export declare class ApprovalRuleDoesNotExistException extends __BaseException {
68
+ readonly name: "ApprovalRuleDoesNotExistException";
69
+ readonly $fault: "client";
69
70
 
70
- message?: string;
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 interface ApprovalRuleNameAlreadyExistsException extends __SmithyException, $MetadataBearer {
87
- name: "ApprovalRuleNameAlreadyExistsException";
88
- $fault: "client";
87
+ export declare class ApprovalRuleNameAlreadyExistsException extends __BaseException {
88
+ readonly name: "ApprovalRuleNameAlreadyExistsException";
89
+ readonly $fault: "client";
89
90
 
90
- message?: string;
91
+ constructor(opts: __ExceptionOptionType<ApprovalRuleNameAlreadyExistsException, __BaseException>);
91
92
  }
92
93
 
93
- export interface ApprovalRuleNameRequiredException extends __SmithyException, $MetadataBearer {
94
- name: "ApprovalRuleNameRequiredException";
95
- $fault: "client";
94
+ export declare class ApprovalRuleNameRequiredException extends __BaseException {
95
+ readonly name: "ApprovalRuleNameRequiredException";
96
+ readonly $fault: "client";
96
97
 
97
- message?: string;
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 interface ApprovalRuleTemplateContentRequiredException extends __SmithyException, $MetadataBearer {
139
- name: "ApprovalRuleTemplateContentRequiredException";
140
- $fault: "client";
139
+ export declare class ApprovalRuleTemplateContentRequiredException extends __BaseException {
140
+ readonly name: "ApprovalRuleTemplateContentRequiredException";
141
+ readonly $fault: "client";
141
142
 
142
- message?: string;
143
+ constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateContentRequiredException, __BaseException>);
143
144
  }
144
145
 
145
- export interface ApprovalRuleTemplateDoesNotExistException extends __SmithyException, $MetadataBearer {
146
- name: "ApprovalRuleTemplateDoesNotExistException";
147
- $fault: "client";
146
+ export declare class ApprovalRuleTemplateDoesNotExistException extends __BaseException {
147
+ readonly name: "ApprovalRuleTemplateDoesNotExistException";
148
+ readonly $fault: "client";
148
149
 
149
- message?: string;
150
+ constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateDoesNotExistException, __BaseException>);
150
151
  }
151
152
 
152
- export interface ApprovalRuleTemplateInUseException extends __SmithyException, $MetadataBearer {
153
- name: "ApprovalRuleTemplateInUseException";
154
- $fault: "client";
153
+ export declare class ApprovalRuleTemplateInUseException extends __BaseException {
154
+ readonly name: "ApprovalRuleTemplateInUseException";
155
+ readonly $fault: "client";
155
156
 
156
- message?: string;
157
+ constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateInUseException, __BaseException>);
157
158
  }
158
159
 
159
- export interface ApprovalRuleTemplateNameAlreadyExistsException extends __SmithyException, $MetadataBearer {
160
- name: "ApprovalRuleTemplateNameAlreadyExistsException";
161
- $fault: "client";
160
+ export declare class ApprovalRuleTemplateNameAlreadyExistsException extends __BaseException {
161
+ readonly name: "ApprovalRuleTemplateNameAlreadyExistsException";
162
+ readonly $fault: "client";
162
163
 
163
- message?: string;
164
+ constructor(opts: __ExceptionOptionType<ApprovalRuleTemplateNameAlreadyExistsException, __BaseException>);
164
165
  }
165
166
 
166
- export interface ApprovalRuleTemplateNameRequiredException extends __SmithyException, $MetadataBearer {
167
- name: "ApprovalRuleTemplateNameRequiredException";
168
- $fault: "client";
167
+ export declare class ApprovalRuleTemplateNameRequiredException extends __BaseException {
168
+ readonly name: "ApprovalRuleTemplateNameRequiredException";
169
+ readonly $fault: "client";
169
170
 
170
- message?: string;
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 interface ApprovalStateRequiredException extends __SmithyException, $MetadataBearer {
185
- name: "ApprovalStateRequiredException";
186
- $fault: "client";
185
+ export declare class ApprovalStateRequiredException extends __BaseException {
186
+ readonly name: "ApprovalStateRequiredException";
187
+ readonly $fault: "client";
187
188
 
188
- message?: string;
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 interface EncryptionIntegrityChecksFailedException extends __SmithyException, $MetadataBearer {
202
- name: "EncryptionIntegrityChecksFailedException";
203
- $fault: "server";
202
+ export declare class EncryptionIntegrityChecksFailedException extends __BaseException {
203
+ readonly name: "EncryptionIntegrityChecksFailedException";
204
+ readonly $fault: "server";
204
205
 
205
- message?: string;
206
+ constructor(opts: __ExceptionOptionType<EncryptionIntegrityChecksFailedException, __BaseException>);
206
207
  }
207
208
 
208
- export interface EncryptionKeyAccessDeniedException extends __SmithyException, $MetadataBearer {
209
- name: "EncryptionKeyAccessDeniedException";
210
- $fault: "client";
209
+ export declare class EncryptionKeyAccessDeniedException extends __BaseException {
210
+ readonly name: "EncryptionKeyAccessDeniedException";
211
+ readonly $fault: "client";
211
212
 
212
- message?: string;
213
+ constructor(opts: __ExceptionOptionType<EncryptionKeyAccessDeniedException, __BaseException>);
213
214
  }
214
215
 
215
- export interface EncryptionKeyDisabledException extends __SmithyException, $MetadataBearer {
216
- name: "EncryptionKeyDisabledException";
217
- $fault: "client";
216
+ export declare class EncryptionKeyDisabledException extends __BaseException {
217
+ readonly name: "EncryptionKeyDisabledException";
218
+ readonly $fault: "client";
218
219
 
219
- message?: string;
220
+ constructor(opts: __ExceptionOptionType<EncryptionKeyDisabledException, __BaseException>);
220
221
  }
221
222
 
222
- export interface EncryptionKeyNotFoundException extends __SmithyException, $MetadataBearer {
223
- name: "EncryptionKeyNotFoundException";
224
- $fault: "client";
223
+ export declare class EncryptionKeyNotFoundException extends __BaseException {
224
+ readonly name: "EncryptionKeyNotFoundException";
225
+ readonly $fault: "client";
225
226
 
226
- message?: string;
227
+ constructor(opts: __ExceptionOptionType<EncryptionKeyNotFoundException, __BaseException>);
227
228
  }
228
229
 
229
- export interface EncryptionKeyUnavailableException extends __SmithyException, $MetadataBearer {
230
- name: "EncryptionKeyUnavailableException";
231
- $fault: "client";
230
+ export declare class EncryptionKeyUnavailableException extends __BaseException {
231
+ readonly name: "EncryptionKeyUnavailableException";
232
+ readonly $fault: "client";
232
233
 
233
- message?: string;
234
+ constructor(opts: __ExceptionOptionType<EncryptionKeyUnavailableException, __BaseException>);
234
235
  }
235
236
 
236
- export interface InvalidApprovalRuleTemplateNameException extends __SmithyException, $MetadataBearer {
237
- name: "InvalidApprovalRuleTemplateNameException";
238
- $fault: "client";
237
+ export declare class InvalidApprovalRuleTemplateNameException extends __BaseException {
238
+ readonly name: "InvalidApprovalRuleTemplateNameException";
239
+ readonly $fault: "client";
239
240
 
240
- message?: string;
241
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateNameException, __BaseException>);
241
242
  }
242
243
 
243
- export interface InvalidRepositoryNameException extends __SmithyException, $MetadataBearer {
244
- name: "InvalidRepositoryNameException";
245
- $fault: "client";
244
+ export declare class InvalidRepositoryNameException extends __BaseException {
245
+ readonly name: "InvalidRepositoryNameException";
246
+ readonly $fault: "client";
246
247
 
247
- message?: string;
248
+ constructor(opts: __ExceptionOptionType<InvalidRepositoryNameException, __BaseException>);
248
249
  }
249
250
 
250
- export interface MaximumRuleTemplatesAssociatedWithRepositoryException extends __SmithyException, $MetadataBearer {
251
- name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
252
- $fault: "client";
251
+ export declare class MaximumRuleTemplatesAssociatedWithRepositoryException extends __BaseException {
252
+ readonly name: "MaximumRuleTemplatesAssociatedWithRepositoryException";
253
+ readonly $fault: "client";
253
254
 
254
- message?: string;
255
+ constructor(opts: __ExceptionOptionType<MaximumRuleTemplatesAssociatedWithRepositoryException, __BaseException>);
255
256
  }
256
257
 
257
- export interface RepositoryDoesNotExistException extends __SmithyException, $MetadataBearer {
258
- name: "RepositoryDoesNotExistException";
259
- $fault: "client";
258
+ export declare class RepositoryDoesNotExistException extends __BaseException {
259
+ readonly name: "RepositoryDoesNotExistException";
260
+ readonly $fault: "client";
260
261
 
261
- message?: string;
262
+ constructor(opts: __ExceptionOptionType<RepositoryDoesNotExistException, __BaseException>);
262
263
  }
263
264
 
264
- export interface RepositoryNameRequiredException extends __SmithyException, $MetadataBearer {
265
- name: "RepositoryNameRequiredException";
266
- $fault: "client";
265
+ export declare class RepositoryNameRequiredException extends __BaseException {
266
+ readonly name: "RepositoryNameRequiredException";
267
+ readonly $fault: "client";
267
268
 
268
- message?: string;
269
+ constructor(opts: __ExceptionOptionType<RepositoryNameRequiredException, __BaseException>);
269
270
  }
270
271
 
271
- export interface AuthorDoesNotExistException extends __SmithyException, $MetadataBearer {
272
- name: "AuthorDoesNotExistException";
273
- $fault: "client";
272
+ export declare class AuthorDoesNotExistException extends __BaseException {
273
+ readonly name: "AuthorDoesNotExistException";
274
+ readonly $fault: "client";
274
275
 
275
- message?: string;
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 interface MaximumRepositoryNamesExceededException extends __SmithyException, $MetadataBearer {
312
- name: "MaximumRepositoryNamesExceededException";
313
- $fault: "client";
312
+ export declare class MaximumRepositoryNamesExceededException extends __BaseException {
313
+ readonly name: "MaximumRepositoryNamesExceededException";
314
+ readonly $fault: "client";
314
315
 
315
- message?: string;
316
+ constructor(opts: __ExceptionOptionType<MaximumRepositoryNamesExceededException, __BaseException>);
316
317
  }
317
318
 
318
- export interface RepositoryNamesRequiredException extends __SmithyException, $MetadataBearer {
319
- name: "RepositoryNamesRequiredException";
320
- $fault: "client";
319
+ export declare class RepositoryNamesRequiredException extends __BaseException {
320
+ readonly name: "RepositoryNamesRequiredException";
321
+ readonly $fault: "client";
321
322
 
322
- message?: string;
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 interface CommitDoesNotExistException extends __SmithyException, $MetadataBearer {
543
- name: "CommitDoesNotExistException";
544
- $fault: "client";
543
+ export declare class CommitDoesNotExistException extends __BaseException {
544
+ readonly name: "CommitDoesNotExistException";
545
+ readonly $fault: "client";
545
546
 
546
- message?: string;
547
+ constructor(opts: __ExceptionOptionType<CommitDoesNotExistException, __BaseException>);
547
548
  }
548
549
 
549
- export interface CommitRequiredException extends __SmithyException, $MetadataBearer {
550
- name: "CommitRequiredException";
551
- $fault: "client";
550
+ export declare class CommitRequiredException extends __BaseException {
551
+ readonly name: "CommitRequiredException";
552
+ readonly $fault: "client";
552
553
 
553
- message?: string;
554
+ constructor(opts: __ExceptionOptionType<CommitRequiredException, __BaseException>);
554
555
  }
555
556
 
556
- export interface InvalidCommitException extends __SmithyException, $MetadataBearer {
557
- name: "InvalidCommitException";
558
- $fault: "client";
557
+ export declare class InvalidCommitException extends __BaseException {
558
+ readonly name: "InvalidCommitException";
559
+ readonly $fault: "client";
559
560
 
560
- message?: string;
561
+ constructor(opts: __ExceptionOptionType<InvalidCommitException, __BaseException>);
561
562
  }
562
563
 
563
- export interface InvalidConflictDetailLevelException extends __SmithyException, $MetadataBearer {
564
- name: "InvalidConflictDetailLevelException";
565
- $fault: "client";
564
+ export declare class InvalidConflictDetailLevelException extends __BaseException {
565
+ readonly name: "InvalidConflictDetailLevelException";
566
+ readonly $fault: "client";
566
567
 
567
- message?: string;
568
+ constructor(opts: __ExceptionOptionType<InvalidConflictDetailLevelException, __BaseException>);
568
569
  }
569
570
 
570
- export interface InvalidConflictResolutionStrategyException extends __SmithyException, $MetadataBearer {
571
- name: "InvalidConflictResolutionStrategyException";
572
- $fault: "client";
571
+ export declare class InvalidConflictResolutionStrategyException extends __BaseException {
572
+ readonly name: "InvalidConflictResolutionStrategyException";
573
+ readonly $fault: "client";
573
574
 
574
- message?: string;
575
+ constructor(opts: __ExceptionOptionType<InvalidConflictResolutionStrategyException, __BaseException>);
575
576
  }
576
577
 
577
- export interface InvalidContinuationTokenException extends __SmithyException, $MetadataBearer {
578
- name: "InvalidContinuationTokenException";
579
- $fault: "client";
578
+ export declare class InvalidContinuationTokenException extends __BaseException {
579
+ readonly name: "InvalidContinuationTokenException";
580
+ readonly $fault: "client";
580
581
 
581
- message?: string;
582
+ constructor(opts: __ExceptionOptionType<InvalidContinuationTokenException, __BaseException>);
582
583
  }
583
584
 
584
- export interface InvalidMaxConflictFilesException extends __SmithyException, $MetadataBearer {
585
- name: "InvalidMaxConflictFilesException";
586
- $fault: "client";
585
+ export declare class InvalidMaxConflictFilesException extends __BaseException {
586
+ readonly name: "InvalidMaxConflictFilesException";
587
+ readonly $fault: "client";
587
588
 
588
- message?: string;
589
+ constructor(opts: __ExceptionOptionType<InvalidMaxConflictFilesException, __BaseException>);
589
590
  }
590
591
 
591
- export interface InvalidMaxMergeHunksException extends __SmithyException, $MetadataBearer {
592
- name: "InvalidMaxMergeHunksException";
593
- $fault: "client";
592
+ export declare class InvalidMaxMergeHunksException extends __BaseException {
593
+ readonly name: "InvalidMaxMergeHunksException";
594
+ readonly $fault: "client";
594
595
 
595
- message?: string;
596
+ constructor(opts: __ExceptionOptionType<InvalidMaxMergeHunksException, __BaseException>);
596
597
  }
597
598
 
598
- export interface InvalidMergeOptionException extends __SmithyException, $MetadataBearer {
599
- name: "InvalidMergeOptionException";
600
- $fault: "client";
599
+ export declare class InvalidMergeOptionException extends __BaseException {
600
+ readonly name: "InvalidMergeOptionException";
601
+ readonly $fault: "client";
601
602
 
602
- message?: string;
603
+ constructor(opts: __ExceptionOptionType<InvalidMergeOptionException, __BaseException>);
603
604
  }
604
605
 
605
- export interface MaximumFileContentToLoadExceededException extends __SmithyException, $MetadataBearer {
606
- name: "MaximumFileContentToLoadExceededException";
607
- $fault: "client";
606
+ export declare class MaximumFileContentToLoadExceededException extends __BaseException {
607
+ readonly name: "MaximumFileContentToLoadExceededException";
608
+ readonly $fault: "client";
608
609
 
609
- message?: string;
610
+ constructor(opts: __ExceptionOptionType<MaximumFileContentToLoadExceededException, __BaseException>);
610
611
  }
611
612
 
612
- export interface MaximumItemsToCompareExceededException extends __SmithyException, $MetadataBearer {
613
- name: "MaximumItemsToCompareExceededException";
614
- $fault: "client";
613
+ export declare class MaximumItemsToCompareExceededException extends __BaseException {
614
+ readonly name: "MaximumItemsToCompareExceededException";
615
+ readonly $fault: "client";
615
616
 
616
- message?: string;
617
+ constructor(opts: __ExceptionOptionType<MaximumItemsToCompareExceededException, __BaseException>);
617
618
  }
618
619
 
619
- export interface MergeOptionRequiredException extends __SmithyException, $MetadataBearer {
620
- name: "MergeOptionRequiredException";
621
- $fault: "client";
620
+ export declare class MergeOptionRequiredException extends __BaseException {
621
+ readonly name: "MergeOptionRequiredException";
622
+ readonly $fault: "client";
622
623
 
623
- message?: string;
624
+ constructor(opts: __ExceptionOptionType<MergeOptionRequiredException, __BaseException>);
624
625
  }
625
626
 
626
- export interface TipsDivergenceExceededException extends __SmithyException, $MetadataBearer {
627
- name: "TipsDivergenceExceededException";
628
- $fault: "client";
627
+ export declare class TipsDivergenceExceededException extends __BaseException {
628
+ readonly name: "TipsDivergenceExceededException";
629
+ readonly $fault: "client";
629
630
 
630
- message?: string;
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 interface CommitIdsLimitExceededException extends __SmithyException, $MetadataBearer {
734
- name: "CommitIdsLimitExceededException";
735
- $fault: "client";
734
+ export declare class CommitIdsLimitExceededException extends __BaseException {
735
+ readonly name: "CommitIdsLimitExceededException";
736
+ readonly $fault: "client";
736
737
 
737
- message?: string;
738
+ constructor(opts: __ExceptionOptionType<CommitIdsLimitExceededException, __BaseException>);
738
739
  }
739
740
 
740
- export interface CommitIdsListRequiredException extends __SmithyException, $MetadataBearer {
741
- name: "CommitIdsListRequiredException";
742
- $fault: "client";
741
+ export declare class CommitIdsListRequiredException extends __BaseException {
742
+ readonly name: "CommitIdsListRequiredException";
743
+ readonly $fault: "client";
743
744
 
744
- message?: string;
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 interface BeforeCommitIdAndAfterCommitIdAreSameException extends __SmithyException, $MetadataBearer {
795
- name: "BeforeCommitIdAndAfterCommitIdAreSameException";
796
- $fault: "client";
795
+ export declare class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
796
+ readonly name: "BeforeCommitIdAndAfterCommitIdAreSameException";
797
+ readonly $fault: "client";
797
798
 
798
- message?: string;
799
+ constructor(opts: __ExceptionOptionType<BeforeCommitIdAndAfterCommitIdAreSameException, __BaseException>);
799
800
  }
800
801
 
801
- export interface BlobIdDoesNotExistException extends __SmithyException, $MetadataBearer {
802
- name: "BlobIdDoesNotExistException";
803
- $fault: "client";
802
+ export declare class BlobIdDoesNotExistException extends __BaseException {
803
+ readonly name: "BlobIdDoesNotExistException";
804
+ readonly $fault: "client";
804
805
 
805
- message?: string;
806
+ constructor(opts: __ExceptionOptionType<BlobIdDoesNotExistException, __BaseException>);
806
807
  }
807
808
 
808
- export interface BlobIdRequiredException extends __SmithyException, $MetadataBearer {
809
- name: "BlobIdRequiredException";
810
- $fault: "client";
809
+ export declare class BlobIdRequiredException extends __BaseException {
810
+ readonly name: "BlobIdRequiredException";
811
+ readonly $fault: "client";
811
812
 
812
- message?: string;
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 interface BranchDoesNotExistException extends __SmithyException, $MetadataBearer {
829
- name: "BranchDoesNotExistException";
830
- $fault: "client";
829
+ export declare class BranchDoesNotExistException extends __BaseException {
830
+ readonly name: "BranchDoesNotExistException";
831
+ readonly $fault: "client";
831
832
 
832
- message?: string;
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 interface BranchNameExistsException extends __SmithyException, $MetadataBearer {
847
- name: "BranchNameExistsException";
848
- $fault: "client";
847
+ export declare class BranchNameExistsException extends __BaseException {
848
+ readonly name: "BranchNameExistsException";
849
+ readonly $fault: "client";
849
850
 
850
- message?: string;
851
+ constructor(opts: __ExceptionOptionType<BranchNameExistsException, __BaseException>);
851
852
  }
852
853
 
853
- export interface BranchNameIsTagNameException extends __SmithyException, $MetadataBearer {
854
- name: "BranchNameIsTagNameException";
855
- $fault: "client";
854
+ export declare class BranchNameIsTagNameException extends __BaseException {
855
+ readonly name: "BranchNameIsTagNameException";
856
+ readonly $fault: "client";
856
857
 
857
- message?: string;
858
+ constructor(opts: __ExceptionOptionType<BranchNameIsTagNameException, __BaseException>);
858
859
  }
859
860
 
860
- export interface BranchNameRequiredException extends __SmithyException, $MetadataBearer {
861
- name: "BranchNameRequiredException";
862
- $fault: "client";
861
+ export declare class BranchNameRequiredException extends __BaseException {
862
+ readonly name: "BranchNameRequiredException";
863
+ readonly $fault: "client";
863
864
 
864
- message?: string;
865
+ constructor(opts: __ExceptionOptionType<BranchNameRequiredException, __BaseException>);
865
866
  }
866
867
 
867
- export interface CannotDeleteApprovalRuleFromTemplateException extends __SmithyException, $MetadataBearer {
868
- name: "CannotDeleteApprovalRuleFromTemplateException";
869
- $fault: "client";
868
+ export declare class CannotDeleteApprovalRuleFromTemplateException extends __BaseException {
869
+ readonly name: "CannotDeleteApprovalRuleFromTemplateException";
870
+ readonly $fault: "client";
870
871
 
871
- message?: string;
872
+ constructor(opts: __ExceptionOptionType<CannotDeleteApprovalRuleFromTemplateException, __BaseException>);
872
873
  }
873
874
 
874
- export interface CannotModifyApprovalRuleFromTemplateException extends __SmithyException, $MetadataBearer {
875
- name: "CannotModifyApprovalRuleFromTemplateException";
876
- $fault: "client";
875
+ export declare class CannotModifyApprovalRuleFromTemplateException extends __BaseException {
876
+ readonly name: "CannotModifyApprovalRuleFromTemplateException";
877
+ readonly $fault: "client";
877
878
 
878
- message?: string;
879
+ constructor(opts: __ExceptionOptionType<CannotModifyApprovalRuleFromTemplateException, __BaseException>);
879
880
  }
880
881
 
881
- export interface ClientRequestTokenRequiredException extends __SmithyException, $MetadataBearer {
882
- name: "ClientRequestTokenRequiredException";
883
- $fault: "client";
882
+ export declare class ClientRequestTokenRequiredException extends __BaseException {
883
+ readonly name: "ClientRequestTokenRequiredException";
884
+ readonly $fault: "client";
884
885
 
885
- message?: string;
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 interface InvalidApprovalRuleTemplateContentException extends __SmithyException, $MetadataBearer {
909
- name: "InvalidApprovalRuleTemplateContentException";
910
- $fault: "client";
909
+ export declare class InvalidApprovalRuleTemplateContentException extends __BaseException {
910
+ readonly name: "InvalidApprovalRuleTemplateContentException";
911
+ readonly $fault: "client";
911
912
 
912
- message?: string;
913
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateContentException, __BaseException>);
913
914
  }
914
915
 
915
- export interface InvalidApprovalRuleTemplateDescriptionException extends __SmithyException, $MetadataBearer {
916
- name: "InvalidApprovalRuleTemplateDescriptionException";
917
- $fault: "client";
916
+ export declare class InvalidApprovalRuleTemplateDescriptionException extends __BaseException {
917
+ readonly name: "InvalidApprovalRuleTemplateDescriptionException";
918
+ readonly $fault: "client";
918
919
 
919
- message?: string;
920
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleTemplateDescriptionException, __BaseException>);
920
921
  }
921
922
 
922
- export interface NumberOfRuleTemplatesExceededException extends __SmithyException, $MetadataBearer {
923
- name: "NumberOfRuleTemplatesExceededException";
924
- $fault: "client";
923
+ export declare class NumberOfRuleTemplatesExceededException extends __BaseException {
924
+ readonly name: "NumberOfRuleTemplatesExceededException";
925
+ readonly $fault: "client";
925
926
 
926
- message?: string;
927
+ constructor(opts: __ExceptionOptionType<NumberOfRuleTemplatesExceededException, __BaseException>);
927
928
  }
928
929
 
929
- export interface CommitIdRequiredException extends __SmithyException, $MetadataBearer {
930
- name: "CommitIdRequiredException";
931
- $fault: "client";
930
+ export declare class CommitIdRequiredException extends __BaseException {
931
+ readonly name: "CommitIdRequiredException";
932
+ readonly $fault: "client";
932
933
 
933
- message?: string;
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 interface InvalidBranchNameException extends __SmithyException, $MetadataBearer {
950
- name: "InvalidBranchNameException";
951
- $fault: "client";
950
+ export declare class InvalidBranchNameException extends __BaseException {
951
+ readonly name: "InvalidBranchNameException";
952
+ readonly $fault: "client";
952
953
 
953
- message?: string;
954
+ constructor(opts: __ExceptionOptionType<InvalidBranchNameException, __BaseException>);
954
955
  }
955
956
 
956
- export interface InvalidCommitIdException extends __SmithyException, $MetadataBearer {
957
- name: "InvalidCommitIdException";
958
- $fault: "client";
957
+ export declare class InvalidCommitIdException extends __BaseException {
958
+ readonly name: "InvalidCommitIdException";
959
+ readonly $fault: "client";
959
960
 
960
- message?: string;
961
+ constructor(opts: __ExceptionOptionType<InvalidCommitIdException, __BaseException>);
961
962
  }
962
963
 
963
- export interface CommitMessageLengthExceededException extends __SmithyException, $MetadataBearer {
964
- name: "CommitMessageLengthExceededException";
965
- $fault: "client";
964
+ export declare class CommitMessageLengthExceededException extends __BaseException {
965
+ readonly name: "CommitMessageLengthExceededException";
966
+ readonly $fault: "client";
966
967
 
967
- message?: string;
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 interface DirectoryNameConflictsWithFileNameException extends __SmithyException, $MetadataBearer {
1072
- name: "DirectoryNameConflictsWithFileNameException";
1073
- $fault: "client";
1072
+ export declare class DirectoryNameConflictsWithFileNameException extends __BaseException {
1073
+ readonly name: "DirectoryNameConflictsWithFileNameException";
1074
+ readonly $fault: "client";
1074
1075
 
1075
- message?: string;
1076
+ constructor(opts: __ExceptionOptionType<DirectoryNameConflictsWithFileNameException, __BaseException>);
1076
1077
  }
1077
1078
 
1078
- export interface FileContentAndSourceFileSpecifiedException extends __SmithyException, $MetadataBearer {
1079
- name: "FileContentAndSourceFileSpecifiedException";
1080
- $fault: "client";
1079
+ export declare class FileContentAndSourceFileSpecifiedException extends __BaseException {
1080
+ readonly name: "FileContentAndSourceFileSpecifiedException";
1081
+ readonly $fault: "client";
1081
1082
 
1082
- message?: string;
1083
+ constructor(opts: __ExceptionOptionType<FileContentAndSourceFileSpecifiedException, __BaseException>);
1083
1084
  }
1084
1085
 
1085
- export interface FileContentSizeLimitExceededException extends __SmithyException, $MetadataBearer {
1086
- name: "FileContentSizeLimitExceededException";
1087
- $fault: "client";
1086
+ export declare class FileContentSizeLimitExceededException extends __BaseException {
1087
+ readonly name: "FileContentSizeLimitExceededException";
1088
+ readonly $fault: "client";
1088
1089
 
1089
- message?: string;
1090
+ constructor(opts: __ExceptionOptionType<FileContentSizeLimitExceededException, __BaseException>);
1090
1091
  }
1091
1092
 
1092
- export interface FileDoesNotExistException extends __SmithyException, $MetadataBearer {
1093
- name: "FileDoesNotExistException";
1094
- $fault: "client";
1093
+ export declare class FileDoesNotExistException extends __BaseException {
1094
+ readonly name: "FileDoesNotExistException";
1095
+ readonly $fault: "client";
1095
1096
 
1096
- message?: string;
1097
+ constructor(opts: __ExceptionOptionType<FileDoesNotExistException, __BaseException>);
1097
1098
  }
1098
1099
 
1099
- export interface FileEntryRequiredException extends __SmithyException, $MetadataBearer {
1100
- name: "FileEntryRequiredException";
1101
- $fault: "client";
1100
+ export declare class FileEntryRequiredException extends __BaseException {
1101
+ readonly name: "FileEntryRequiredException";
1102
+ readonly $fault: "client";
1102
1103
 
1103
- message?: string;
1104
+ constructor(opts: __ExceptionOptionType<FileEntryRequiredException, __BaseException>);
1104
1105
  }
1105
1106
 
1106
- export interface FileModeRequiredException extends __SmithyException, $MetadataBearer {
1107
- name: "FileModeRequiredException";
1108
- $fault: "client";
1107
+ export declare class FileModeRequiredException extends __BaseException {
1108
+ readonly name: "FileModeRequiredException";
1109
+ readonly $fault: "client";
1109
1110
 
1110
- message?: string;
1111
+ constructor(opts: __ExceptionOptionType<FileModeRequiredException, __BaseException>);
1111
1112
  }
1112
1113
 
1113
- export interface FileNameConflictsWithDirectoryNameException extends __SmithyException, $MetadataBearer {
1114
- name: "FileNameConflictsWithDirectoryNameException";
1115
- $fault: "client";
1114
+ export declare class FileNameConflictsWithDirectoryNameException extends __BaseException {
1115
+ readonly name: "FileNameConflictsWithDirectoryNameException";
1116
+ readonly $fault: "client";
1116
1117
 
1117
- message?: string;
1118
+ constructor(opts: __ExceptionOptionType<FileNameConflictsWithDirectoryNameException, __BaseException>);
1118
1119
  }
1119
1120
 
1120
- export interface FilePathConflictsWithSubmodulePathException extends __SmithyException, $MetadataBearer {
1121
- name: "FilePathConflictsWithSubmodulePathException";
1122
- $fault: "client";
1121
+ export declare class FilePathConflictsWithSubmodulePathException extends __BaseException {
1122
+ readonly name: "FilePathConflictsWithSubmodulePathException";
1123
+ readonly $fault: "client";
1123
1124
 
1124
- message?: string;
1125
+ constructor(opts: __ExceptionOptionType<FilePathConflictsWithSubmodulePathException, __BaseException>);
1125
1126
  }
1126
1127
 
1127
- export interface FolderContentSizeLimitExceededException extends __SmithyException, $MetadataBearer {
1128
- name: "FolderContentSizeLimitExceededException";
1129
- $fault: "client";
1128
+ export declare class FolderContentSizeLimitExceededException extends __BaseException {
1129
+ readonly name: "FolderContentSizeLimitExceededException";
1130
+ readonly $fault: "client";
1130
1131
 
1131
- message?: string;
1132
+ constructor(opts: __ExceptionOptionType<FolderContentSizeLimitExceededException, __BaseException>);
1132
1133
  }
1133
1134
 
1134
- export interface InvalidDeletionParameterException extends __SmithyException, $MetadataBearer {
1135
- name: "InvalidDeletionParameterException";
1136
- $fault: "client";
1135
+ export declare class InvalidDeletionParameterException extends __BaseException {
1136
+ readonly name: "InvalidDeletionParameterException";
1137
+ readonly $fault: "client";
1137
1138
 
1138
- message?: string;
1139
+ constructor(opts: __ExceptionOptionType<InvalidDeletionParameterException, __BaseException>);
1139
1140
  }
1140
1141
 
1141
- export interface InvalidEmailException extends __SmithyException, $MetadataBearer {
1142
- name: "InvalidEmailException";
1143
- $fault: "client";
1142
+ export declare class InvalidEmailException extends __BaseException {
1143
+ readonly name: "InvalidEmailException";
1144
+ readonly $fault: "client";
1144
1145
 
1145
- message?: string;
1146
+ constructor(opts: __ExceptionOptionType<InvalidEmailException, __BaseException>);
1146
1147
  }
1147
1148
 
1148
- export interface InvalidFileModeException extends __SmithyException, $MetadataBearer {
1149
- name: "InvalidFileModeException";
1150
- $fault: "client";
1149
+ export declare class InvalidFileModeException extends __BaseException {
1150
+ readonly name: "InvalidFileModeException";
1151
+ readonly $fault: "client";
1151
1152
 
1152
- message?: string;
1153
+ constructor(opts: __ExceptionOptionType<InvalidFileModeException, __BaseException>);
1153
1154
  }
1154
1155
 
1155
- export interface InvalidParentCommitIdException extends __SmithyException, $MetadataBearer {
1156
- name: "InvalidParentCommitIdException";
1157
- $fault: "client";
1156
+ export declare class InvalidParentCommitIdException extends __BaseException {
1157
+ readonly name: "InvalidParentCommitIdException";
1158
+ readonly $fault: "client";
1158
1159
 
1159
- message?: string;
1160
+ constructor(opts: __ExceptionOptionType<InvalidParentCommitIdException, __BaseException>);
1160
1161
  }
1161
1162
 
1162
- export interface InvalidPathException extends __SmithyException, $MetadataBearer {
1163
- name: "InvalidPathException";
1164
- $fault: "client";
1163
+ export declare class InvalidPathException extends __BaseException {
1164
+ readonly name: "InvalidPathException";
1165
+ readonly $fault: "client";
1165
1166
 
1166
- message?: string;
1167
+ constructor(opts: __ExceptionOptionType<InvalidPathException, __BaseException>);
1167
1168
  }
1168
1169
 
1169
- export interface MaximumFileEntriesExceededException extends __SmithyException, $MetadataBearer {
1170
- name: "MaximumFileEntriesExceededException";
1171
- $fault: "client";
1170
+ export declare class MaximumFileEntriesExceededException extends __BaseException {
1171
+ readonly name: "MaximumFileEntriesExceededException";
1172
+ readonly $fault: "client";
1172
1173
 
1173
- message?: string;
1174
+ constructor(opts: __ExceptionOptionType<MaximumFileEntriesExceededException, __BaseException>);
1174
1175
  }
1175
1176
 
1176
- export interface NameLengthExceededException extends __SmithyException, $MetadataBearer {
1177
- name: "NameLengthExceededException";
1178
- $fault: "client";
1177
+ export declare class NameLengthExceededException extends __BaseException {
1178
+ readonly name: "NameLengthExceededException";
1179
+ readonly $fault: "client";
1179
1180
 
1180
- message?: string;
1181
+ constructor(opts: __ExceptionOptionType<NameLengthExceededException, __BaseException>);
1181
1182
  }
1182
1183
 
1183
- export interface NoChangeException extends __SmithyException, $MetadataBearer {
1184
- name: "NoChangeException";
1185
- $fault: "client";
1184
+ export declare class NoChangeException extends __BaseException {
1185
+ readonly name: "NoChangeException";
1186
+ readonly $fault: "client";
1186
1187
 
1187
- message?: string;
1188
+ constructor(opts: __ExceptionOptionType<NoChangeException, __BaseException>);
1188
1189
  }
1189
1190
 
1190
- export interface ParentCommitDoesNotExistException extends __SmithyException, $MetadataBearer {
1191
- name: "ParentCommitDoesNotExistException";
1192
- $fault: "client";
1191
+ export declare class ParentCommitDoesNotExistException extends __BaseException {
1192
+ readonly name: "ParentCommitDoesNotExistException";
1193
+ readonly $fault: "client";
1193
1194
 
1194
- message?: string;
1195
+ constructor(opts: __ExceptionOptionType<ParentCommitDoesNotExistException, __BaseException>);
1195
1196
  }
1196
1197
 
1197
- export interface ParentCommitIdOutdatedException extends __SmithyException, $MetadataBearer {
1198
- name: "ParentCommitIdOutdatedException";
1199
- $fault: "client";
1198
+ export declare class ParentCommitIdOutdatedException extends __BaseException {
1199
+ readonly name: "ParentCommitIdOutdatedException";
1200
+ readonly $fault: "client";
1200
1201
 
1201
- message?: string;
1202
+ constructor(opts: __ExceptionOptionType<ParentCommitIdOutdatedException, __BaseException>);
1202
1203
  }
1203
1204
 
1204
- export interface ParentCommitIdRequiredException extends __SmithyException, $MetadataBearer {
1205
- name: "ParentCommitIdRequiredException";
1206
- $fault: "client";
1205
+ export declare class ParentCommitIdRequiredException extends __BaseException {
1206
+ readonly name: "ParentCommitIdRequiredException";
1207
+ readonly $fault: "client";
1207
1208
 
1208
- message?: string;
1209
+ constructor(opts: __ExceptionOptionType<ParentCommitIdRequiredException, __BaseException>);
1209
1210
  }
1210
1211
 
1211
- export interface PathRequiredException extends __SmithyException, $MetadataBearer {
1212
- name: "PathRequiredException";
1213
- $fault: "client";
1212
+ export declare class PathRequiredException extends __BaseException {
1213
+ readonly name: "PathRequiredException";
1214
+ readonly $fault: "client";
1214
1215
 
1215
- message?: string;
1216
+ constructor(opts: __ExceptionOptionType<PathRequiredException, __BaseException>);
1216
1217
  }
1217
1218
 
1218
- export interface PutFileEntryConflictException extends __SmithyException, $MetadataBearer {
1219
- name: "PutFileEntryConflictException";
1220
- $fault: "client";
1219
+ export declare class PutFileEntryConflictException extends __BaseException {
1220
+ readonly name: "PutFileEntryConflictException";
1221
+ readonly $fault: "client";
1221
1222
 
1222
- message?: string;
1223
+ constructor(opts: __ExceptionOptionType<PutFileEntryConflictException, __BaseException>);
1223
1224
  }
1224
1225
 
1225
- export interface RestrictedSourceFileException extends __SmithyException, $MetadataBearer {
1226
- name: "RestrictedSourceFileException";
1227
- $fault: "client";
1226
+ export declare class RestrictedSourceFileException extends __BaseException {
1227
+ readonly name: "RestrictedSourceFileException";
1228
+ readonly $fault: "client";
1228
1229
 
1229
- message?: string;
1230
+ constructor(opts: __ExceptionOptionType<RestrictedSourceFileException, __BaseException>);
1230
1231
  }
1231
1232
 
1232
- export interface SamePathRequestException extends __SmithyException, $MetadataBearer {
1233
- name: "SamePathRequestException";
1234
- $fault: "client";
1233
+ export declare class SamePathRequestException extends __BaseException {
1234
+ readonly name: "SamePathRequestException";
1235
+ readonly $fault: "client";
1235
1236
 
1236
- message?: string;
1237
+ constructor(opts: __ExceptionOptionType<SamePathRequestException, __BaseException>);
1237
1238
  }
1238
1239
 
1239
- export interface SourceFileOrContentRequiredException extends __SmithyException, $MetadataBearer {
1240
- name: "SourceFileOrContentRequiredException";
1241
- $fault: "client";
1240
+ export declare class SourceFileOrContentRequiredException extends __BaseException {
1241
+ readonly name: "SourceFileOrContentRequiredException";
1242
+ readonly $fault: "client";
1242
1243
 
1243
- message?: string;
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 interface IdempotencyParameterMismatchException extends __SmithyException, $MetadataBearer {
1351
- name: "IdempotencyParameterMismatchException";
1352
- $fault: "client";
1351
+ export declare class IdempotencyParameterMismatchException extends __BaseException {
1352
+ readonly name: "IdempotencyParameterMismatchException";
1353
+ readonly $fault: "client";
1353
1354
 
1354
- message?: string;
1355
+ constructor(opts: __ExceptionOptionType<IdempotencyParameterMismatchException, __BaseException>);
1355
1356
  }
1356
1357
 
1357
- export interface InvalidClientRequestTokenException extends __SmithyException, $MetadataBearer {
1358
- name: "InvalidClientRequestTokenException";
1359
- $fault: "client";
1358
+ export declare class InvalidClientRequestTokenException extends __BaseException {
1359
+ readonly name: "InvalidClientRequestTokenException";
1360
+ readonly $fault: "client";
1360
1361
 
1361
- message?: string;
1362
+ constructor(opts: __ExceptionOptionType<InvalidClientRequestTokenException, __BaseException>);
1362
1363
  }
1363
1364
 
1364
- export interface InvalidDescriptionException extends __SmithyException, $MetadataBearer {
1365
- name: "InvalidDescriptionException";
1366
- $fault: "client";
1365
+ export declare class InvalidDescriptionException extends __BaseException {
1366
+ readonly name: "InvalidDescriptionException";
1367
+ readonly $fault: "client";
1367
1368
 
1368
- message?: string;
1369
+ constructor(opts: __ExceptionOptionType<InvalidDescriptionException, __BaseException>);
1369
1370
  }
1370
1371
 
1371
- export interface InvalidReferenceNameException extends __SmithyException, $MetadataBearer {
1372
- name: "InvalidReferenceNameException";
1373
- $fault: "client";
1372
+ export declare class InvalidReferenceNameException extends __BaseException {
1373
+ readonly name: "InvalidReferenceNameException";
1374
+ readonly $fault: "client";
1374
1375
 
1375
- message?: string;
1376
+ constructor(opts: __ExceptionOptionType<InvalidReferenceNameException, __BaseException>);
1376
1377
  }
1377
1378
 
1378
- export interface InvalidTargetException extends __SmithyException, $MetadataBearer {
1379
- name: "InvalidTargetException";
1380
- $fault: "client";
1379
+ export declare class InvalidTargetException extends __BaseException {
1380
+ readonly name: "InvalidTargetException";
1381
+ readonly $fault: "client";
1381
1382
 
1382
- message?: string;
1383
+ constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
1383
1384
  }
1384
1385
 
1385
- export interface InvalidTargetsException extends __SmithyException, $MetadataBearer {
1386
- name: "InvalidTargetsException";
1387
- $fault: "client";
1386
+ export declare class InvalidTargetsException extends __BaseException {
1387
+ readonly name: "InvalidTargetsException";
1388
+ readonly $fault: "client";
1388
1389
 
1389
- message?: string;
1390
+ constructor(opts: __ExceptionOptionType<InvalidTargetsException, __BaseException>);
1390
1391
  }
1391
1392
 
1392
- export interface InvalidTitleException extends __SmithyException, $MetadataBearer {
1393
- name: "InvalidTitleException";
1394
- $fault: "client";
1393
+ export declare class InvalidTitleException extends __BaseException {
1394
+ readonly name: "InvalidTitleException";
1395
+ readonly $fault: "client";
1395
1396
 
1396
- message?: string;
1397
+ constructor(opts: __ExceptionOptionType<InvalidTitleException, __BaseException>);
1397
1398
  }
1398
1399
 
1399
- export interface MaximumOpenPullRequestsExceededException extends __SmithyException, $MetadataBearer {
1400
- name: "MaximumOpenPullRequestsExceededException";
1401
- $fault: "client";
1400
+ export declare class MaximumOpenPullRequestsExceededException extends __BaseException {
1401
+ readonly name: "MaximumOpenPullRequestsExceededException";
1402
+ readonly $fault: "client";
1402
1403
 
1403
- message?: string;
1404
+ constructor(opts: __ExceptionOptionType<MaximumOpenPullRequestsExceededException, __BaseException>);
1404
1405
  }
1405
1406
 
1406
- export interface MultipleRepositoriesInPullRequestException extends __SmithyException, $MetadataBearer {
1407
- name: "MultipleRepositoriesInPullRequestException";
1408
- $fault: "client";
1407
+ export declare class MultipleRepositoriesInPullRequestException extends __BaseException {
1408
+ readonly name: "MultipleRepositoriesInPullRequestException";
1409
+ readonly $fault: "client";
1409
1410
 
1410
- message?: string;
1411
+ constructor(opts: __ExceptionOptionType<MultipleRepositoriesInPullRequestException, __BaseException>);
1411
1412
  }
1412
1413
 
1413
- export interface ReferenceDoesNotExistException extends __SmithyException, $MetadataBearer {
1414
- name: "ReferenceDoesNotExistException";
1415
- $fault: "client";
1414
+ export declare class ReferenceDoesNotExistException extends __BaseException {
1415
+ readonly name: "ReferenceDoesNotExistException";
1416
+ readonly $fault: "client";
1416
1417
 
1417
- message?: string;
1418
+ constructor(opts: __ExceptionOptionType<ReferenceDoesNotExistException, __BaseException>);
1418
1419
  }
1419
1420
 
1420
- export interface ReferenceNameRequiredException extends __SmithyException, $MetadataBearer {
1421
- name: "ReferenceNameRequiredException";
1422
- $fault: "client";
1421
+ export declare class ReferenceNameRequiredException extends __BaseException {
1422
+ readonly name: "ReferenceNameRequiredException";
1423
+ readonly $fault: "client";
1423
1424
 
1424
- message?: string;
1425
+ constructor(opts: __ExceptionOptionType<ReferenceNameRequiredException, __BaseException>);
1425
1426
  }
1426
1427
 
1427
- export interface ReferenceTypeNotSupportedException extends __SmithyException, $MetadataBearer {
1428
- name: "ReferenceTypeNotSupportedException";
1429
- $fault: "client";
1428
+ export declare class ReferenceTypeNotSupportedException extends __BaseException {
1429
+ readonly name: "ReferenceTypeNotSupportedException";
1430
+ readonly $fault: "client";
1430
1431
 
1431
- message?: string;
1432
+ constructor(opts: __ExceptionOptionType<ReferenceTypeNotSupportedException, __BaseException>);
1432
1433
  }
1433
1434
 
1434
- export interface SourceAndDestinationAreSameException extends __SmithyException, $MetadataBearer {
1435
- name: "SourceAndDestinationAreSameException";
1436
- $fault: "client";
1435
+ export declare class SourceAndDestinationAreSameException extends __BaseException {
1436
+ readonly name: "SourceAndDestinationAreSameException";
1437
+ readonly $fault: "client";
1437
1438
 
1438
- message?: string;
1439
+ constructor(opts: __ExceptionOptionType<SourceAndDestinationAreSameException, __BaseException>);
1439
1440
  }
1440
1441
 
1441
- export interface TargetRequiredException extends __SmithyException, $MetadataBearer {
1442
- name: "TargetRequiredException";
1443
- $fault: "client";
1442
+ export declare class TargetRequiredException extends __BaseException {
1443
+ readonly name: "TargetRequiredException";
1444
+ readonly $fault: "client";
1444
1445
 
1445
- message?: string;
1446
+ constructor(opts: __ExceptionOptionType<TargetRequiredException, __BaseException>);
1446
1447
  }
1447
1448
 
1448
- export interface TargetsRequiredException extends __SmithyException, $MetadataBearer {
1449
- name: "TargetsRequiredException";
1450
- $fault: "client";
1449
+ export declare class TargetsRequiredException extends __BaseException {
1450
+ readonly name: "TargetsRequiredException";
1451
+ readonly $fault: "client";
1451
1452
 
1452
- message?: string;
1453
+ constructor(opts: __ExceptionOptionType<TargetsRequiredException, __BaseException>);
1453
1454
  }
1454
1455
 
1455
- export interface TitleRequiredException extends __SmithyException, $MetadataBearer {
1456
- name: "TitleRequiredException";
1457
- $fault: "client";
1456
+ export declare class TitleRequiredException extends __BaseException {
1457
+ readonly name: "TitleRequiredException";
1458
+ readonly $fault: "client";
1458
1459
 
1459
- message?: string;
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 interface InvalidApprovalRuleContentException extends __SmithyException, $MetadataBearer {
1483
- name: "InvalidApprovalRuleContentException";
1484
- $fault: "client";
1483
+ export declare class InvalidApprovalRuleContentException extends __BaseException {
1484
+ readonly name: "InvalidApprovalRuleContentException";
1485
+ readonly $fault: "client";
1485
1486
 
1486
- message?: string;
1487
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleContentException, __BaseException>);
1487
1488
  }
1488
1489
 
1489
- export interface InvalidApprovalRuleNameException extends __SmithyException, $MetadataBearer {
1490
- name: "InvalidApprovalRuleNameException";
1491
- $fault: "client";
1490
+ export declare class InvalidApprovalRuleNameException extends __BaseException {
1491
+ readonly name: "InvalidApprovalRuleNameException";
1492
+ readonly $fault: "client";
1492
1493
 
1493
- message?: string;
1494
+ constructor(opts: __ExceptionOptionType<InvalidApprovalRuleNameException, __BaseException>);
1494
1495
  }
1495
1496
 
1496
- export interface InvalidPullRequestIdException extends __SmithyException, $MetadataBearer {
1497
- name: "InvalidPullRequestIdException";
1498
- $fault: "client";
1497
+ export declare class InvalidPullRequestIdException extends __BaseException {
1498
+ readonly name: "InvalidPullRequestIdException";
1499
+ readonly $fault: "client";
1499
1500
 
1500
- message?: string;
1501
+ constructor(opts: __ExceptionOptionType<InvalidPullRequestIdException, __BaseException>);
1501
1502
  }
1502
1503
 
1503
- export interface NumberOfRulesExceededException extends __SmithyException, $MetadataBearer {
1504
- name: "NumberOfRulesExceededException";
1505
- $fault: "client";
1504
+ export declare class NumberOfRulesExceededException extends __BaseException {
1505
+ readonly name: "NumberOfRulesExceededException";
1506
+ readonly $fault: "client";
1506
1507
 
1507
- message?: string;
1508
+ constructor(opts: __ExceptionOptionType<NumberOfRulesExceededException, __BaseException>);
1508
1509
  }
1509
1510
 
1510
- export interface PullRequestAlreadyClosedException extends __SmithyException, $MetadataBearer {
1511
- name: "PullRequestAlreadyClosedException";
1512
- $fault: "client";
1511
+ export declare class PullRequestAlreadyClosedException extends __BaseException {
1512
+ readonly name: "PullRequestAlreadyClosedException";
1513
+ readonly $fault: "client";
1513
1514
 
1514
- message?: string;
1515
+ constructor(opts: __ExceptionOptionType<PullRequestAlreadyClosedException, __BaseException>);
1515
1516
  }
1516
1517
 
1517
- export interface PullRequestDoesNotExistException extends __SmithyException, $MetadataBearer {
1518
- name: "PullRequestDoesNotExistException";
1519
- $fault: "client";
1518
+ export declare class PullRequestDoesNotExistException extends __BaseException {
1519
+ readonly name: "PullRequestDoesNotExistException";
1520
+ readonly $fault: "client";
1520
1521
 
1521
- message?: string;
1522
+ constructor(opts: __ExceptionOptionType<PullRequestDoesNotExistException, __BaseException>);
1522
1523
  }
1523
1524
 
1524
- export interface PullRequestIdRequiredException extends __SmithyException, $MetadataBearer {
1525
- name: "PullRequestIdRequiredException";
1526
- $fault: "client";
1525
+ export declare class PullRequestIdRequiredException extends __BaseException {
1526
+ readonly name: "PullRequestIdRequiredException";
1527
+ readonly $fault: "client";
1527
1528
 
1528
- message?: string;
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 interface InvalidRepositoryDescriptionException extends __SmithyException, $MetadataBearer {
1556
- name: "InvalidRepositoryDescriptionException";
1557
- $fault: "client";
1556
+ export declare class InvalidRepositoryDescriptionException extends __BaseException {
1557
+ readonly name: "InvalidRepositoryDescriptionException";
1558
+ readonly $fault: "client";
1558
1559
 
1559
- message?: string;
1560
+ constructor(opts: __ExceptionOptionType<InvalidRepositoryDescriptionException, __BaseException>);
1560
1561
  }
1561
1562
 
1562
- export interface InvalidSystemTagUsageException extends __SmithyException, $MetadataBearer {
1563
- name: "InvalidSystemTagUsageException";
1564
- $fault: "client";
1563
+ export declare class InvalidSystemTagUsageException extends __BaseException {
1564
+ readonly name: "InvalidSystemTagUsageException";
1565
+ readonly $fault: "client";
1565
1566
 
1566
- message?: string;
1567
+ constructor(opts: __ExceptionOptionType<InvalidSystemTagUsageException, __BaseException>);
1567
1568
  }
1568
1569
 
1569
- export interface InvalidTagsMapException extends __SmithyException, $MetadataBearer {
1570
- name: "InvalidTagsMapException";
1571
- $fault: "client";
1570
+ export declare class InvalidTagsMapException extends __BaseException {
1571
+ readonly name: "InvalidTagsMapException";
1572
+ readonly $fault: "client";
1572
1573
 
1573
- message?: string;
1574
+ constructor(opts: __ExceptionOptionType<InvalidTagsMapException, __BaseException>);
1574
1575
  }
1575
1576
 
1576
- export interface RepositoryLimitExceededException extends __SmithyException, $MetadataBearer {
1577
- name: "RepositoryLimitExceededException";
1578
- $fault: "client";
1577
+ export declare class RepositoryLimitExceededException extends __BaseException {
1578
+ readonly name: "RepositoryLimitExceededException";
1579
+ readonly $fault: "client";
1579
1580
 
1580
- message?: string;
1581
+ constructor(opts: __ExceptionOptionType<RepositoryLimitExceededException, __BaseException>);
1581
1582
  }
1582
1583
 
1583
- export interface RepositoryNameExistsException extends __SmithyException, $MetadataBearer {
1584
- name: "RepositoryNameExistsException";
1585
- $fault: "client";
1584
+ export declare class RepositoryNameExistsException extends __BaseException {
1585
+ readonly name: "RepositoryNameExistsException";
1586
+ readonly $fault: "client";
1586
1587
 
1587
- message?: string;
1588
+ constructor(opts: __ExceptionOptionType<RepositoryNameExistsException, __BaseException>);
1588
1589
  }
1589
1590
 
1590
- export interface TagPolicyException extends __SmithyException, $MetadataBearer {
1591
- name: "TagPolicyException";
1592
- $fault: "client";
1591
+ export declare class TagPolicyException extends __BaseException {
1592
+ readonly name: "TagPolicyException";
1593
+ readonly $fault: "client";
1593
1594
 
1594
- message?: string;
1595
+ constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
1595
1596
  }
1596
1597
 
1597
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
1598
- name: "TooManyTagsException";
1599
- $fault: "client";
1598
+ export declare class TooManyTagsException extends __BaseException {
1599
+ readonly name: "TooManyTagsException";
1600
+ readonly $fault: "client";
1600
1601
 
1601
- message?: string;
1602
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1602
1603
  }
1603
1604
 
1604
- export interface ConcurrentReferenceUpdateException extends __SmithyException, $MetadataBearer {
1605
- name: "ConcurrentReferenceUpdateException";
1606
- $fault: "client";
1605
+ export declare class ConcurrentReferenceUpdateException extends __BaseException {
1606
+ readonly name: "ConcurrentReferenceUpdateException";
1607
+ readonly $fault: "client";
1607
1608
 
1608
- message?: string;
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 interface InvalidConflictResolutionException extends __SmithyException, $MetadataBearer {
1684
- name: "InvalidConflictResolutionException";
1685
- $fault: "client";
1684
+ export declare class InvalidConflictResolutionException extends __BaseException {
1685
+ readonly name: "InvalidConflictResolutionException";
1686
+ readonly $fault: "client";
1686
1687
 
1687
- message?: string;
1688
+ constructor(opts: __ExceptionOptionType<InvalidConflictResolutionException, __BaseException>);
1688
1689
  }
1689
1690
 
1690
- export interface InvalidReplacementContentException extends __SmithyException, $MetadataBearer {
1691
- name: "InvalidReplacementContentException";
1692
- $fault: "client";
1691
+ export declare class InvalidReplacementContentException extends __BaseException {
1692
+ readonly name: "InvalidReplacementContentException";
1693
+ readonly $fault: "client";
1693
1694
 
1694
- message?: string;
1695
+ constructor(opts: __ExceptionOptionType<InvalidReplacementContentException, __BaseException>);
1695
1696
  }
1696
1697
 
1697
- export interface InvalidReplacementTypeException extends __SmithyException, $MetadataBearer {
1698
- name: "InvalidReplacementTypeException";
1699
- $fault: "client";
1698
+ export declare class InvalidReplacementTypeException extends __BaseException {
1699
+ readonly name: "InvalidReplacementTypeException";
1700
+ readonly $fault: "client";
1700
1701
 
1701
- message?: string;
1702
+ constructor(opts: __ExceptionOptionType<InvalidReplacementTypeException, __BaseException>);
1702
1703
  }
1703
1704
 
1704
- export interface ManualMergeRequiredException extends __SmithyException, $MetadataBearer {
1705
- name: "ManualMergeRequiredException";
1706
- $fault: "client";
1705
+ export declare class ManualMergeRequiredException extends __BaseException {
1706
+ readonly name: "ManualMergeRequiredException";
1707
+ readonly $fault: "client";
1707
1708
 
1708
- message?: string;
1709
+ constructor(opts: __ExceptionOptionType<ManualMergeRequiredException, __BaseException>);
1709
1710
  }
1710
1711
 
1711
- export interface MaximumConflictResolutionEntriesExceededException extends __SmithyException, $MetadataBearer {
1712
- name: "MaximumConflictResolutionEntriesExceededException";
1713
- $fault: "client";
1712
+ export declare class MaximumConflictResolutionEntriesExceededException extends __BaseException {
1713
+ readonly name: "MaximumConflictResolutionEntriesExceededException";
1714
+ readonly $fault: "client";
1714
1715
 
1715
- message?: string;
1716
+ constructor(opts: __ExceptionOptionType<MaximumConflictResolutionEntriesExceededException, __BaseException>);
1716
1717
  }
1717
1718
 
1718
- export interface MultipleConflictResolutionEntriesException extends __SmithyException, $MetadataBearer {
1719
- name: "MultipleConflictResolutionEntriesException";
1720
- $fault: "client";
1719
+ export declare class MultipleConflictResolutionEntriesException extends __BaseException {
1720
+ readonly name: "MultipleConflictResolutionEntriesException";
1721
+ readonly $fault: "client";
1721
1722
 
1722
- message?: string;
1723
+ constructor(opts: __ExceptionOptionType<MultipleConflictResolutionEntriesException, __BaseException>);
1723
1724
  }
1724
1725
 
1725
- export interface ReplacementContentRequiredException extends __SmithyException, $MetadataBearer {
1726
- name: "ReplacementContentRequiredException";
1727
- $fault: "client";
1726
+ export declare class ReplacementContentRequiredException extends __BaseException {
1727
+ readonly name: "ReplacementContentRequiredException";
1728
+ readonly $fault: "client";
1728
1729
 
1729
- message?: string;
1730
+ constructor(opts: __ExceptionOptionType<ReplacementContentRequiredException, __BaseException>);
1730
1731
  }
1731
1732
 
1732
- export interface ReplacementTypeRequiredException extends __SmithyException, $MetadataBearer {
1733
- name: "ReplacementTypeRequiredException";
1734
- $fault: "client";
1733
+ export declare class ReplacementTypeRequiredException extends __BaseException {
1734
+ readonly name: "ReplacementTypeRequiredException";
1735
+ readonly $fault: "client";
1735
1736
 
1736
- message?: string;
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 interface DefaultBranchCannotBeDeletedException extends __SmithyException, $MetadataBearer {
1756
- name: "DefaultBranchCannotBeDeletedException";
1757
- $fault: "client";
1756
+ export declare class DefaultBranchCannotBeDeletedException extends __BaseException {
1757
+ readonly name: "DefaultBranchCannotBeDeletedException";
1758
+ readonly $fault: "client";
1758
1759
 
1759
- message?: string;
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 interface CommentDeletedException extends __SmithyException, $MetadataBearer {
1783
- name: "CommentDeletedException";
1784
- $fault: "client";
1783
+ export declare class CommentDeletedException extends __BaseException {
1784
+ readonly name: "CommentDeletedException";
1785
+ readonly $fault: "client";
1785
1786
 
1786
- message?: string;
1787
+ constructor(opts: __ExceptionOptionType<CommentDeletedException, __BaseException>);
1787
1788
  }
1788
1789
 
1789
- export interface CommentDoesNotExistException extends __SmithyException, $MetadataBearer {
1790
- name: "CommentDoesNotExistException";
1791
- $fault: "client";
1790
+ export declare class CommentDoesNotExistException extends __BaseException {
1791
+ readonly name: "CommentDoesNotExistException";
1792
+ readonly $fault: "client";
1792
1793
 
1793
- message?: string;
1794
+ constructor(opts: __ExceptionOptionType<CommentDoesNotExistException, __BaseException>);
1794
1795
  }
1795
1796
 
1796
- export interface CommentIdRequiredException extends __SmithyException, $MetadataBearer {
1797
- name: "CommentIdRequiredException";
1798
- $fault: "client";
1797
+ export declare class CommentIdRequiredException extends __BaseException {
1798
+ readonly name: "CommentIdRequiredException";
1799
+ readonly $fault: "client";
1799
1800
 
1800
- message?: string;
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 interface InvalidCommentIdException extends __SmithyException, $MetadataBearer {
1849
- name: "InvalidCommentIdException";
1850
- $fault: "client";
1849
+ export declare class InvalidCommentIdException extends __BaseException {
1850
+ readonly name: "InvalidCommentIdException";
1851
+ readonly $fault: "client";
1851
1852
 
1852
- message?: string;
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 interface InvalidActorArnException extends __SmithyException, $MetadataBearer {
2088
- name: "InvalidActorArnException";
2089
- $fault: "client";
2088
+ export declare class InvalidActorArnException extends __BaseException {
2089
+ readonly name: "InvalidActorArnException";
2090
+ readonly $fault: "client";
2090
2091
 
2091
- message?: string;
2092
+ constructor(opts: __ExceptionOptionType<InvalidActorArnException, __BaseException>);
2092
2093
  }
2093
2094
 
2094
- export interface InvalidMaxResultsException extends __SmithyException, $MetadataBearer {
2095
- name: "InvalidMaxResultsException";
2096
- $fault: "client";
2095
+ export declare class InvalidMaxResultsException extends __BaseException {
2096
+ readonly name: "InvalidMaxResultsException";
2097
+ readonly $fault: "client";
2097
2098
 
2098
- message?: string;
2099
+ constructor(opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>);
2099
2100
  }
2100
2101
 
2101
- export interface InvalidPullRequestEventTypeException extends __SmithyException, $MetadataBearer {
2102
- name: "InvalidPullRequestEventTypeException";
2103
- $fault: "client";
2102
+ export declare class InvalidPullRequestEventTypeException extends __BaseException {
2103
+ readonly name: "InvalidPullRequestEventTypeException";
2104
+ readonly $fault: "client";
2104
2105
 
2105
- message?: string;
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 interface InvalidRevisionIdException extends __SmithyException, $MetadataBearer {
2152
- name: "InvalidRevisionIdException";
2153
- $fault: "client";
2152
+ export declare class InvalidRevisionIdException extends __BaseException {
2153
+ readonly name: "InvalidRevisionIdException";
2154
+ readonly $fault: "client";
2154
2155
 
2155
- message?: string;
2156
+ constructor(opts: __ExceptionOptionType<InvalidRevisionIdException, __BaseException>);
2156
2157
  }
2157
2158
 
2158
- export interface RevisionIdRequiredException extends __SmithyException, $MetadataBearer {
2159
- name: "RevisionIdRequiredException";
2160
- $fault: "client";
2159
+ export declare class RevisionIdRequiredException extends __BaseException {
2160
+ readonly name: "RevisionIdRequiredException";
2161
+ readonly $fault: "client";
2161
2162
 
2162
- message?: string;
2163
+ constructor(opts: __ExceptionOptionType<RevisionIdRequiredException, __BaseException>);
2163
2164
  }
2164
2165
 
2165
- export interface RevisionNotCurrentException extends __SmithyException, $MetadataBearer {
2166
- name: "RevisionNotCurrentException";
2167
- $fault: "client";
2166
+ export declare class RevisionNotCurrentException extends __BaseException {
2167
+ readonly name: "RevisionNotCurrentException";
2168
+ readonly $fault: "client";
2168
2169
 
2169
- message?: string;
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 interface FileTooLargeException extends __SmithyException, $MetadataBearer {
2189
- name: "FileTooLargeException";
2190
- $fault: "client";
2189
+ export declare class FileTooLargeException extends __BaseException {
2190
+ readonly name: "FileTooLargeException";
2191
+ readonly $fault: "client";
2191
2192
 
2192
- message?: string;
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 interface InvalidBlobIdException extends __SmithyException, $MetadataBearer {
2216
- name: "InvalidBlobIdException";
2217
- $fault: "client";
2216
+ export declare class InvalidBlobIdException extends __BaseException {
2217
+ readonly name: "InvalidBlobIdException";
2218
+ readonly $fault: "client";
2218
2219
 
2219
- message?: string;
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 interface InvalidReactionUserArnException extends __SmithyException, $MetadataBearer {
2309
- name: "InvalidReactionUserArnException";
2310
- $fault: "client";
2309
+ export declare class InvalidReactionUserArnException extends __BaseException {
2310
+ readonly name: "InvalidReactionUserArnException";
2311
+ readonly $fault: "client";
2311
2312
 
2312
- message?: string;
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 interface RepositoryNotAssociatedWithPullRequestException extends __SmithyException, $MetadataBearer {
2431
- name: "RepositoryNotAssociatedWithPullRequestException";
2432
- $fault: "client";
2431
+ export declare class RepositoryNotAssociatedWithPullRequestException extends __BaseException {
2432
+ readonly name: "RepositoryNotAssociatedWithPullRequestException";
2433
+ readonly $fault: "client";
2433
2434
 
2434
- message?: string;
2435
+ constructor(opts: __ExceptionOptionType<RepositoryNotAssociatedWithPullRequestException, __BaseException>);
2435
2436
  }
2436
2437
 
2437
- export interface CommitIdDoesNotExistException extends __SmithyException, $MetadataBearer {
2438
- name: "CommitIdDoesNotExistException";
2439
- $fault: "client";
2438
+ export declare class CommitIdDoesNotExistException extends __BaseException {
2439
+ readonly name: "CommitIdDoesNotExistException";
2440
+ readonly $fault: "client";
2440
2441
 
2441
- message?: string;
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 interface PathDoesNotExistException extends __SmithyException, $MetadataBearer {
2508
- name: "PathDoesNotExistException";
2509
- $fault: "client";
2508
+ export declare class PathDoesNotExistException extends __BaseException {
2509
+ readonly name: "PathDoesNotExistException";
2510
+ readonly $fault: "client";
2510
2511
 
2511
- message?: string;
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 interface FolderDoesNotExistException extends __SmithyException, $MetadataBearer {
2545
- name: "FolderDoesNotExistException";
2546
- $fault: "client";
2545
+ export declare class FolderDoesNotExistException extends __BaseException {
2546
+ readonly name: "FolderDoesNotExistException";
2547
+ readonly $fault: "client";
2547
2548
 
2548
- message?: string;
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 interface InvalidDestinationCommitSpecifierException extends __SmithyException, $MetadataBearer {
2710
- name: "InvalidDestinationCommitSpecifierException";
2711
- $fault: "client";
2710
+ export declare class InvalidDestinationCommitSpecifierException extends __BaseException {
2711
+ readonly name: "InvalidDestinationCommitSpecifierException";
2712
+ readonly $fault: "client";
2712
2713
 
2713
- message?: string;
2714
+ constructor(opts: __ExceptionOptionType<InvalidDestinationCommitSpecifierException, __BaseException>);
2714
2715
  }
2715
2716
 
2716
- export interface InvalidSourceCommitSpecifierException extends __SmithyException, $MetadataBearer {
2717
- name: "InvalidSourceCommitSpecifierException";
2718
- $fault: "client";
2717
+ export declare class InvalidSourceCommitSpecifierException extends __BaseException {
2718
+ readonly name: "InvalidSourceCommitSpecifierException";
2719
+ readonly $fault: "client";
2719
2720
 
2720
- message?: string;
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 interface InvalidAuthorArnException extends __SmithyException, $MetadataBearer {
2933
- name: "InvalidAuthorArnException";
2934
- $fault: "client";
2933
+ export declare class InvalidAuthorArnException extends __BaseException {
2934
+ readonly name: "InvalidAuthorArnException";
2935
+ readonly $fault: "client";
2935
2936
 
2936
- message?: string;
2937
+ constructor(opts: __ExceptionOptionType<InvalidAuthorArnException, __BaseException>);
2937
2938
  }
2938
2939
 
2939
- export interface InvalidPullRequestStatusException extends __SmithyException, $MetadataBearer {
2940
- name: "InvalidPullRequestStatusException";
2941
- $fault: "client";
2940
+ export declare class InvalidPullRequestStatusException extends __BaseException {
2941
+ readonly name: "InvalidPullRequestStatusException";
2942
+ readonly $fault: "client";
2942
2943
 
2943
- message?: string;
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 interface InvalidOrderException extends __SmithyException, $MetadataBearer {
2973
- name: "InvalidOrderException";
2974
- $fault: "client";
2973
+ export declare class InvalidOrderException extends __BaseException {
2974
+ readonly name: "InvalidOrderException";
2975
+ readonly $fault: "client";
2975
2976
 
2976
- message?: string;
2977
+ constructor(opts: __ExceptionOptionType<InvalidOrderException, __BaseException>);
2977
2978
  }
2978
2979
 
2979
- export interface InvalidSortByException extends __SmithyException, $MetadataBearer {
2980
- name: "InvalidSortByException";
2981
- $fault: "client";
2980
+ export declare class InvalidSortByException extends __BaseException {
2981
+ readonly name: "InvalidSortByException";
2982
+ readonly $fault: "client";
2982
2983
 
2983
- message?: string;
2984
+ constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
2984
2985
  }