@aws-sdk/client-codedeploy 3.51.0 → 3.54.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.
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CodeDeployServiceException as __BaseException } from "./CodeDeployServiceException";
2
3
 
3
4
  export interface Tag {
4
5
 
@@ -22,53 +23,53 @@ export declare namespace AddTagsToOnPremisesInstancesInput {
22
23
  const filterSensitiveLog: (obj: AddTagsToOnPremisesInstancesInput) => any;
23
24
  }
24
25
 
25
- export interface InstanceLimitExceededException extends __SmithyException, $MetadataBearer {
26
- name: "InstanceLimitExceededException";
27
- $fault: "client";
26
+ export declare class InstanceLimitExceededException extends __BaseException {
27
+ readonly name: "InstanceLimitExceededException";
28
+ readonly $fault: "client";
28
29
 
29
- message?: string;
30
+ constructor(opts: __ExceptionOptionType<InstanceLimitExceededException, __BaseException>);
30
31
  }
31
32
 
32
- export interface InstanceNameRequiredException extends __SmithyException, $MetadataBearer {
33
- name: "InstanceNameRequiredException";
34
- $fault: "client";
33
+ export declare class InstanceNameRequiredException extends __BaseException {
34
+ readonly name: "InstanceNameRequiredException";
35
+ readonly $fault: "client";
35
36
 
36
- message?: string;
37
+ constructor(opts: __ExceptionOptionType<InstanceNameRequiredException, __BaseException>);
37
38
  }
38
39
 
39
- export interface InstanceNotRegisteredException extends __SmithyException, $MetadataBearer {
40
- name: "InstanceNotRegisteredException";
41
- $fault: "client";
40
+ export declare class InstanceNotRegisteredException extends __BaseException {
41
+ readonly name: "InstanceNotRegisteredException";
42
+ readonly $fault: "client";
42
43
 
43
- message?: string;
44
+ constructor(opts: __ExceptionOptionType<InstanceNotRegisteredException, __BaseException>);
44
45
  }
45
46
 
46
- export interface InvalidInstanceNameException extends __SmithyException, $MetadataBearer {
47
- name: "InvalidInstanceNameException";
48
- $fault: "client";
47
+ export declare class InvalidInstanceNameException extends __BaseException {
48
+ readonly name: "InvalidInstanceNameException";
49
+ readonly $fault: "client";
49
50
 
50
- message?: string;
51
+ constructor(opts: __ExceptionOptionType<InvalidInstanceNameException, __BaseException>);
51
52
  }
52
53
 
53
- export interface InvalidTagException extends __SmithyException, $MetadataBearer {
54
- name: "InvalidTagException";
55
- $fault: "client";
54
+ export declare class InvalidTagException extends __BaseException {
55
+ readonly name: "InvalidTagException";
56
+ readonly $fault: "client";
56
57
 
57
- message?: string;
58
+ constructor(opts: __ExceptionOptionType<InvalidTagException, __BaseException>);
58
59
  }
59
60
 
60
- export interface TagLimitExceededException extends __SmithyException, $MetadataBearer {
61
- name: "TagLimitExceededException";
62
- $fault: "client";
61
+ export declare class TagLimitExceededException extends __BaseException {
62
+ readonly name: "TagLimitExceededException";
63
+ readonly $fault: "client";
63
64
 
64
- message?: string;
65
+ constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
65
66
  }
66
67
 
67
- export interface TagRequiredException extends __SmithyException, $MetadataBearer {
68
- name: "TagRequiredException";
69
- $fault: "client";
68
+ export declare class TagRequiredException extends __BaseException {
69
+ readonly name: "TagRequiredException";
70
+ readonly $fault: "client";
70
71
 
71
- message?: string;
72
+ constructor(opts: __ExceptionOptionType<TagRequiredException, __BaseException>);
72
73
  }
73
74
 
74
75
  export interface Alarm {
@@ -93,25 +94,25 @@ export declare namespace AlarmConfiguration {
93
94
  const filterSensitiveLog: (obj: AlarmConfiguration) => any;
94
95
  }
95
96
 
96
- export interface AlarmsLimitExceededException extends __SmithyException, $MetadataBearer {
97
- name: "AlarmsLimitExceededException";
98
- $fault: "client";
97
+ export declare class AlarmsLimitExceededException extends __BaseException {
98
+ readonly name: "AlarmsLimitExceededException";
99
+ readonly $fault: "client";
99
100
 
100
- message?: string;
101
+ constructor(opts: __ExceptionOptionType<AlarmsLimitExceededException, __BaseException>);
101
102
  }
102
103
 
103
- export interface ApplicationAlreadyExistsException extends __SmithyException, $MetadataBearer {
104
- name: "ApplicationAlreadyExistsException";
105
- $fault: "client";
104
+ export declare class ApplicationAlreadyExistsException extends __BaseException {
105
+ readonly name: "ApplicationAlreadyExistsException";
106
+ readonly $fault: "client";
106
107
 
107
- message?: string;
108
+ constructor(opts: __ExceptionOptionType<ApplicationAlreadyExistsException, __BaseException>);
108
109
  }
109
110
 
110
- export interface ApplicationDoesNotExistException extends __SmithyException, $MetadataBearer {
111
- name: "ApplicationDoesNotExistException";
112
- $fault: "client";
111
+ export declare class ApplicationDoesNotExistException extends __BaseException {
112
+ readonly name: "ApplicationDoesNotExistException";
113
+ readonly $fault: "client";
113
114
 
114
- message?: string;
115
+ constructor(opts: __ExceptionOptionType<ApplicationDoesNotExistException, __BaseException>);
115
116
  }
116
117
  export declare enum ComputePlatform {
117
118
  ECS = "ECS",
@@ -138,18 +139,18 @@ export declare namespace ApplicationInfo {
138
139
  const filterSensitiveLog: (obj: ApplicationInfo) => any;
139
140
  }
140
141
 
141
- export interface ApplicationLimitExceededException extends __SmithyException, $MetadataBearer {
142
- name: "ApplicationLimitExceededException";
143
- $fault: "client";
142
+ export declare class ApplicationLimitExceededException extends __BaseException {
143
+ readonly name: "ApplicationLimitExceededException";
144
+ readonly $fault: "client";
144
145
 
145
- message?: string;
146
+ constructor(opts: __ExceptionOptionType<ApplicationLimitExceededException, __BaseException>);
146
147
  }
147
148
 
148
- export interface ApplicationNameRequiredException extends __SmithyException, $MetadataBearer {
149
- name: "ApplicationNameRequiredException";
150
- $fault: "client";
149
+ export declare class ApplicationNameRequiredException extends __BaseException {
150
+ readonly name: "ApplicationNameRequiredException";
151
+ readonly $fault: "client";
151
152
 
152
- message?: string;
153
+ constructor(opts: __ExceptionOptionType<ApplicationNameRequiredException, __BaseException>);
153
154
  }
154
155
  export declare enum ApplicationRevisionSortBy {
155
156
  FirstUsedTime = "firstUsedTime",
@@ -168,11 +169,11 @@ export declare namespace AppSpecContent {
168
169
  const filterSensitiveLog: (obj: AppSpecContent) => any;
169
170
  }
170
171
 
171
- export interface ArnNotSupportedException extends __SmithyException, $MetadataBearer {
172
- name: "ArnNotSupportedException";
173
- $fault: "client";
172
+ export declare class ArnNotSupportedException extends __BaseException {
173
+ readonly name: "ArnNotSupportedException";
174
+ readonly $fault: "client";
174
175
 
175
- message?: string;
176
+ constructor(opts: __ExceptionOptionType<ArnNotSupportedException, __BaseException>);
176
177
  }
177
178
  export declare enum AutoRollbackEvent {
178
179
  DEPLOYMENT_FAILURE = "DEPLOYMENT_FAILURE",
@@ -323,32 +324,32 @@ export declare namespace BatchGetApplicationRevisionsOutput {
323
324
  const filterSensitiveLog: (obj: BatchGetApplicationRevisionsOutput) => any;
324
325
  }
325
326
 
326
- export interface BatchLimitExceededException extends __SmithyException, $MetadataBearer {
327
- name: "BatchLimitExceededException";
328
- $fault: "client";
327
+ export declare class BatchLimitExceededException extends __BaseException {
328
+ readonly name: "BatchLimitExceededException";
329
+ readonly $fault: "client";
329
330
 
330
- message?: string;
331
+ constructor(opts: __ExceptionOptionType<BatchLimitExceededException, __BaseException>);
331
332
  }
332
333
 
333
- export interface InvalidApplicationNameException extends __SmithyException, $MetadataBearer {
334
- name: "InvalidApplicationNameException";
335
- $fault: "client";
334
+ export declare class InvalidApplicationNameException extends __BaseException {
335
+ readonly name: "InvalidApplicationNameException";
336
+ readonly $fault: "client";
336
337
 
337
- message?: string;
338
+ constructor(opts: __ExceptionOptionType<InvalidApplicationNameException, __BaseException>);
338
339
  }
339
340
 
340
- export interface InvalidRevisionException extends __SmithyException, $MetadataBearer {
341
- name: "InvalidRevisionException";
342
- $fault: "client";
341
+ export declare class InvalidRevisionException extends __BaseException {
342
+ readonly name: "InvalidRevisionException";
343
+ readonly $fault: "client";
343
344
 
344
- message?: string;
345
+ constructor(opts: __ExceptionOptionType<InvalidRevisionException, __BaseException>);
345
346
  }
346
347
 
347
- export interface RevisionRequiredException extends __SmithyException, $MetadataBearer {
348
- name: "RevisionRequiredException";
349
- $fault: "client";
348
+ export declare class RevisionRequiredException extends __BaseException {
349
+ readonly name: "RevisionRequiredException";
350
+ readonly $fault: "client";
350
351
 
351
- message?: string;
352
+ constructor(opts: __ExceptionOptionType<RevisionRequiredException, __BaseException>);
352
353
  }
353
354
 
354
355
  export interface BatchGetApplicationsInput {
@@ -689,25 +690,25 @@ export declare namespace BatchGetDeploymentGroupsOutput {
689
690
  const filterSensitiveLog: (obj: BatchGetDeploymentGroupsOutput) => any;
690
691
  }
691
692
 
692
- export interface DeploymentConfigDoesNotExistException extends __SmithyException, $MetadataBearer {
693
- name: "DeploymentConfigDoesNotExistException";
694
- $fault: "client";
693
+ export declare class DeploymentConfigDoesNotExistException extends __BaseException {
694
+ readonly name: "DeploymentConfigDoesNotExistException";
695
+ readonly $fault: "client";
695
696
 
696
- message?: string;
697
+ constructor(opts: __ExceptionOptionType<DeploymentConfigDoesNotExistException, __BaseException>);
697
698
  }
698
699
 
699
- export interface DeploymentGroupNameRequiredException extends __SmithyException, $MetadataBearer {
700
- name: "DeploymentGroupNameRequiredException";
701
- $fault: "client";
700
+ export declare class DeploymentGroupNameRequiredException extends __BaseException {
701
+ readonly name: "DeploymentGroupNameRequiredException";
702
+ readonly $fault: "client";
702
703
 
703
- message?: string;
704
+ constructor(opts: __ExceptionOptionType<DeploymentGroupNameRequiredException, __BaseException>);
704
705
  }
705
706
 
706
- export interface InvalidDeploymentGroupNameException extends __SmithyException, $MetadataBearer {
707
- name: "InvalidDeploymentGroupNameException";
708
- $fault: "client";
707
+ export declare class InvalidDeploymentGroupNameException extends __BaseException {
708
+ readonly name: "InvalidDeploymentGroupNameException";
709
+ readonly $fault: "client";
709
710
 
710
- message?: string;
711
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentGroupNameException, __BaseException>);
711
712
  }
712
713
 
713
714
  export interface BatchGetDeploymentInstancesInput {
@@ -812,39 +813,39 @@ export declare namespace BatchGetDeploymentInstancesOutput {
812
813
  const filterSensitiveLog: (obj: BatchGetDeploymentInstancesOutput) => any;
813
814
  }
814
815
 
815
- export interface DeploymentDoesNotExistException extends __SmithyException, $MetadataBearer {
816
- name: "DeploymentDoesNotExistException";
817
- $fault: "client";
816
+ export declare class DeploymentDoesNotExistException extends __BaseException {
817
+ readonly name: "DeploymentDoesNotExistException";
818
+ readonly $fault: "client";
818
819
 
819
- message?: string;
820
+ constructor(opts: __ExceptionOptionType<DeploymentDoesNotExistException, __BaseException>);
820
821
  }
821
822
 
822
- export interface DeploymentIdRequiredException extends __SmithyException, $MetadataBearer {
823
- name: "DeploymentIdRequiredException";
824
- $fault: "client";
823
+ export declare class DeploymentIdRequiredException extends __BaseException {
824
+ readonly name: "DeploymentIdRequiredException";
825
+ readonly $fault: "client";
825
826
 
826
- message?: string;
827
+ constructor(opts: __ExceptionOptionType<DeploymentIdRequiredException, __BaseException>);
827
828
  }
828
829
 
829
- export interface InstanceIdRequiredException extends __SmithyException, $MetadataBearer {
830
- name: "InstanceIdRequiredException";
831
- $fault: "client";
830
+ export declare class InstanceIdRequiredException extends __BaseException {
831
+ readonly name: "InstanceIdRequiredException";
832
+ readonly $fault: "client";
832
833
 
833
- message?: string;
834
+ constructor(opts: __ExceptionOptionType<InstanceIdRequiredException, __BaseException>);
834
835
  }
835
836
 
836
- export interface InvalidComputePlatformException extends __SmithyException, $MetadataBearer {
837
- name: "InvalidComputePlatformException";
838
- $fault: "client";
837
+ export declare class InvalidComputePlatformException extends __BaseException {
838
+ readonly name: "InvalidComputePlatformException";
839
+ readonly $fault: "client";
839
840
 
840
- message?: string;
841
+ constructor(opts: __ExceptionOptionType<InvalidComputePlatformException, __BaseException>);
841
842
  }
842
843
 
843
- export interface InvalidDeploymentIdException extends __SmithyException, $MetadataBearer {
844
- name: "InvalidDeploymentIdException";
845
- $fault: "client";
844
+ export declare class InvalidDeploymentIdException extends __BaseException {
845
+ readonly name: "InvalidDeploymentIdException";
846
+ readonly $fault: "client";
846
847
 
847
- message?: string;
848
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentIdException, __BaseException>);
848
849
  }
849
850
 
850
851
  export interface BatchGetDeploymentsInput {
@@ -1225,46 +1226,46 @@ export declare namespace BatchGetDeploymentTargetsOutput {
1225
1226
  const filterSensitiveLog: (obj: BatchGetDeploymentTargetsOutput) => any;
1226
1227
  }
1227
1228
 
1228
- export interface DeploymentNotStartedException extends __SmithyException, $MetadataBearer {
1229
- name: "DeploymentNotStartedException";
1230
- $fault: "client";
1229
+ export declare class DeploymentNotStartedException extends __BaseException {
1230
+ readonly name: "DeploymentNotStartedException";
1231
+ readonly $fault: "client";
1231
1232
 
1232
- message?: string;
1233
+ constructor(opts: __ExceptionOptionType<DeploymentNotStartedException, __BaseException>);
1233
1234
  }
1234
1235
 
1235
- export interface DeploymentTargetDoesNotExistException extends __SmithyException, $MetadataBearer {
1236
- name: "DeploymentTargetDoesNotExistException";
1237
- $fault: "client";
1236
+ export declare class DeploymentTargetDoesNotExistException extends __BaseException {
1237
+ readonly name: "DeploymentTargetDoesNotExistException";
1238
+ readonly $fault: "client";
1238
1239
 
1239
- message?: string;
1240
+ constructor(opts: __ExceptionOptionType<DeploymentTargetDoesNotExistException, __BaseException>);
1240
1241
  }
1241
1242
 
1242
- export interface DeploymentTargetIdRequiredException extends __SmithyException, $MetadataBearer {
1243
- name: "DeploymentTargetIdRequiredException";
1244
- $fault: "client";
1243
+ export declare class DeploymentTargetIdRequiredException extends __BaseException {
1244
+ readonly name: "DeploymentTargetIdRequiredException";
1245
+ readonly $fault: "client";
1245
1246
 
1246
- message?: string;
1247
+ constructor(opts: __ExceptionOptionType<DeploymentTargetIdRequiredException, __BaseException>);
1247
1248
  }
1248
1249
 
1249
- export interface DeploymentTargetListSizeExceededException extends __SmithyException, $MetadataBearer {
1250
- name: "DeploymentTargetListSizeExceededException";
1251
- $fault: "client";
1250
+ export declare class DeploymentTargetListSizeExceededException extends __BaseException {
1251
+ readonly name: "DeploymentTargetListSizeExceededException";
1252
+ readonly $fault: "client";
1252
1253
 
1253
- message?: string;
1254
+ constructor(opts: __ExceptionOptionType<DeploymentTargetListSizeExceededException, __BaseException>);
1254
1255
  }
1255
1256
 
1256
- export interface InstanceDoesNotExistException extends __SmithyException, $MetadataBearer {
1257
- name: "InstanceDoesNotExistException";
1258
- $fault: "client";
1257
+ export declare class InstanceDoesNotExistException extends __BaseException {
1258
+ readonly name: "InstanceDoesNotExistException";
1259
+ readonly $fault: "client";
1259
1260
 
1260
- message?: string;
1261
+ constructor(opts: __ExceptionOptionType<InstanceDoesNotExistException, __BaseException>);
1261
1262
  }
1262
1263
 
1263
- export interface InvalidDeploymentTargetIdException extends __SmithyException, $MetadataBearer {
1264
- name: "InvalidDeploymentTargetIdException";
1265
- $fault: "client";
1264
+ export declare class InvalidDeploymentTargetIdException extends __BaseException {
1265
+ readonly name: "InvalidDeploymentTargetIdException";
1266
+ readonly $fault: "client";
1266
1267
 
1267
- message?: string;
1268
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentTargetIdException, __BaseException>);
1268
1269
  }
1269
1270
 
1270
1271
  export interface BatchGetOnPremisesInstancesInput {
@@ -1306,11 +1307,11 @@ export declare namespace BatchGetOnPremisesInstancesOutput {
1306
1307
  const filterSensitiveLog: (obj: BatchGetOnPremisesInstancesOutput) => any;
1307
1308
  }
1308
1309
 
1309
- export interface BucketNameFilterRequiredException extends __SmithyException, $MetadataBearer {
1310
- name: "BucketNameFilterRequiredException";
1311
- $fault: "client";
1310
+ export declare class BucketNameFilterRequiredException extends __BaseException {
1311
+ readonly name: "BucketNameFilterRequiredException";
1312
+ readonly $fault: "client";
1312
1313
 
1313
- message?: string;
1314
+ constructor(opts: __ExceptionOptionType<BucketNameFilterRequiredException, __BaseException>);
1314
1315
  }
1315
1316
  export declare enum DeploymentWaitType {
1316
1317
  READY_WAIT = "READY_WAIT",
@@ -1327,39 +1328,39 @@ export declare namespace ContinueDeploymentInput {
1327
1328
  const filterSensitiveLog: (obj: ContinueDeploymentInput) => any;
1328
1329
  }
1329
1330
 
1330
- export interface DeploymentAlreadyCompletedException extends __SmithyException, $MetadataBearer {
1331
- name: "DeploymentAlreadyCompletedException";
1332
- $fault: "client";
1331
+ export declare class DeploymentAlreadyCompletedException extends __BaseException {
1332
+ readonly name: "DeploymentAlreadyCompletedException";
1333
+ readonly $fault: "client";
1333
1334
 
1334
- message?: string;
1335
+ constructor(opts: __ExceptionOptionType<DeploymentAlreadyCompletedException, __BaseException>);
1335
1336
  }
1336
1337
 
1337
- export interface DeploymentIsNotInReadyStateException extends __SmithyException, $MetadataBearer {
1338
- name: "DeploymentIsNotInReadyStateException";
1339
- $fault: "client";
1338
+ export declare class DeploymentIsNotInReadyStateException extends __BaseException {
1339
+ readonly name: "DeploymentIsNotInReadyStateException";
1340
+ readonly $fault: "client";
1340
1341
 
1341
- message?: string;
1342
+ constructor(opts: __ExceptionOptionType<DeploymentIsNotInReadyStateException, __BaseException>);
1342
1343
  }
1343
1344
 
1344
- export interface InvalidDeploymentStatusException extends __SmithyException, $MetadataBearer {
1345
- name: "InvalidDeploymentStatusException";
1346
- $fault: "client";
1345
+ export declare class InvalidDeploymentStatusException extends __BaseException {
1346
+ readonly name: "InvalidDeploymentStatusException";
1347
+ readonly $fault: "client";
1347
1348
 
1348
- message?: string;
1349
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentStatusException, __BaseException>);
1349
1350
  }
1350
1351
 
1351
- export interface InvalidDeploymentWaitTypeException extends __SmithyException, $MetadataBearer {
1352
- name: "InvalidDeploymentWaitTypeException";
1353
- $fault: "client";
1352
+ export declare class InvalidDeploymentWaitTypeException extends __BaseException {
1353
+ readonly name: "InvalidDeploymentWaitTypeException";
1354
+ readonly $fault: "client";
1354
1355
 
1355
- message?: string;
1356
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentWaitTypeException, __BaseException>);
1356
1357
  }
1357
1358
 
1358
- export interface UnsupportedActionForDeploymentTypeException extends __SmithyException, $MetadataBearer {
1359
- name: "UnsupportedActionForDeploymentTypeException";
1360
- $fault: "client";
1359
+ export declare class UnsupportedActionForDeploymentTypeException extends __BaseException {
1360
+ readonly name: "UnsupportedActionForDeploymentTypeException";
1361
+ readonly $fault: "client";
1361
1362
 
1362
- message?: string;
1363
+ constructor(opts: __ExceptionOptionType<UnsupportedActionForDeploymentTypeException, __BaseException>);
1363
1364
  }
1364
1365
 
1365
1366
  export interface CreateApplicationInput {
@@ -1384,11 +1385,11 @@ export declare namespace CreateApplicationOutput {
1384
1385
  const filterSensitiveLog: (obj: CreateApplicationOutput) => any;
1385
1386
  }
1386
1387
 
1387
- export interface InvalidTagsToAddException extends __SmithyException, $MetadataBearer {
1388
- name: "InvalidTagsToAddException";
1389
- $fault: "client";
1388
+ export declare class InvalidTagsToAddException extends __BaseException {
1389
+ readonly name: "InvalidTagsToAddException";
1390
+ readonly $fault: "client";
1390
1391
 
1391
- message?: string;
1392
+ constructor(opts: __ExceptionOptionType<InvalidTagsToAddException, __BaseException>);
1392
1393
  }
1393
1394
 
1394
1395
  export interface CreateDeploymentInput {
@@ -1427,116 +1428,116 @@ export declare namespace CreateDeploymentOutput {
1427
1428
  const filterSensitiveLog: (obj: CreateDeploymentOutput) => any;
1428
1429
  }
1429
1430
 
1430
- export interface DeploymentGroupDoesNotExistException extends __SmithyException, $MetadataBearer {
1431
- name: "DeploymentGroupDoesNotExistException";
1432
- $fault: "client";
1431
+ export declare class DeploymentGroupDoesNotExistException extends __BaseException {
1432
+ readonly name: "DeploymentGroupDoesNotExistException";
1433
+ readonly $fault: "client";
1433
1434
 
1434
- message?: string;
1435
+ constructor(opts: __ExceptionOptionType<DeploymentGroupDoesNotExistException, __BaseException>);
1435
1436
  }
1436
1437
 
1437
- export interface DeploymentLimitExceededException extends __SmithyException, $MetadataBearer {
1438
- name: "DeploymentLimitExceededException";
1439
- $fault: "client";
1438
+ export declare class DeploymentLimitExceededException extends __BaseException {
1439
+ readonly name: "DeploymentLimitExceededException";
1440
+ readonly $fault: "client";
1440
1441
 
1441
- message?: string;
1442
+ constructor(opts: __ExceptionOptionType<DeploymentLimitExceededException, __BaseException>);
1442
1443
  }
1443
1444
 
1444
- export interface DescriptionTooLongException extends __SmithyException, $MetadataBearer {
1445
- name: "DescriptionTooLongException";
1446
- $fault: "client";
1445
+ export declare class DescriptionTooLongException extends __BaseException {
1446
+ readonly name: "DescriptionTooLongException";
1447
+ readonly $fault: "client";
1447
1448
 
1448
- message?: string;
1449
+ constructor(opts: __ExceptionOptionType<DescriptionTooLongException, __BaseException>);
1449
1450
  }
1450
1451
 
1451
- export interface InvalidAutoRollbackConfigException extends __SmithyException, $MetadataBearer {
1452
- name: "InvalidAutoRollbackConfigException";
1453
- $fault: "client";
1452
+ export declare class InvalidAutoRollbackConfigException extends __BaseException {
1453
+ readonly name: "InvalidAutoRollbackConfigException";
1454
+ readonly $fault: "client";
1454
1455
 
1455
- message?: string;
1456
+ constructor(opts: __ExceptionOptionType<InvalidAutoRollbackConfigException, __BaseException>);
1456
1457
  }
1457
1458
 
1458
- export interface InvalidAutoScalingGroupException extends __SmithyException, $MetadataBearer {
1459
- name: "InvalidAutoScalingGroupException";
1460
- $fault: "client";
1459
+ export declare class InvalidAutoScalingGroupException extends __BaseException {
1460
+ readonly name: "InvalidAutoScalingGroupException";
1461
+ readonly $fault: "client";
1461
1462
 
1462
- message?: string;
1463
+ constructor(opts: __ExceptionOptionType<InvalidAutoScalingGroupException, __BaseException>);
1463
1464
  }
1464
1465
 
1465
- export interface InvalidDeploymentConfigNameException extends __SmithyException, $MetadataBearer {
1466
- name: "InvalidDeploymentConfigNameException";
1467
- $fault: "client";
1466
+ export declare class InvalidDeploymentConfigNameException extends __BaseException {
1467
+ readonly name: "InvalidDeploymentConfigNameException";
1468
+ readonly $fault: "client";
1468
1469
 
1469
- message?: string;
1470
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentConfigNameException, __BaseException>);
1470
1471
  }
1471
1472
 
1472
- export interface InvalidFileExistsBehaviorException extends __SmithyException, $MetadataBearer {
1473
- name: "InvalidFileExistsBehaviorException";
1474
- $fault: "client";
1473
+ export declare class InvalidFileExistsBehaviorException extends __BaseException {
1474
+ readonly name: "InvalidFileExistsBehaviorException";
1475
+ readonly $fault: "client";
1475
1476
 
1476
- message?: string;
1477
+ constructor(opts: __ExceptionOptionType<InvalidFileExistsBehaviorException, __BaseException>);
1477
1478
  }
1478
1479
 
1479
- export interface InvalidGitHubAccountTokenException extends __SmithyException, $MetadataBearer {
1480
- name: "InvalidGitHubAccountTokenException";
1481
- $fault: "client";
1480
+ export declare class InvalidGitHubAccountTokenException extends __BaseException {
1481
+ readonly name: "InvalidGitHubAccountTokenException";
1482
+ readonly $fault: "client";
1482
1483
 
1483
- message?: string;
1484
+ constructor(opts: __ExceptionOptionType<InvalidGitHubAccountTokenException, __BaseException>);
1484
1485
  }
1485
1486
 
1486
- export interface InvalidIgnoreApplicationStopFailuresValueException extends __SmithyException, $MetadataBearer {
1487
- name: "InvalidIgnoreApplicationStopFailuresValueException";
1488
- $fault: "client";
1487
+ export declare class InvalidIgnoreApplicationStopFailuresValueException extends __BaseException {
1488
+ readonly name: "InvalidIgnoreApplicationStopFailuresValueException";
1489
+ readonly $fault: "client";
1489
1490
 
1490
- message?: string;
1491
+ constructor(opts: __ExceptionOptionType<InvalidIgnoreApplicationStopFailuresValueException, __BaseException>);
1491
1492
  }
1492
1493
 
1493
- export interface InvalidLoadBalancerInfoException extends __SmithyException, $MetadataBearer {
1494
- name: "InvalidLoadBalancerInfoException";
1495
- $fault: "client";
1494
+ export declare class InvalidLoadBalancerInfoException extends __BaseException {
1495
+ readonly name: "InvalidLoadBalancerInfoException";
1496
+ readonly $fault: "client";
1496
1497
 
1497
- message?: string;
1498
+ constructor(opts: __ExceptionOptionType<InvalidLoadBalancerInfoException, __BaseException>);
1498
1499
  }
1499
1500
 
1500
- export interface InvalidRoleException extends __SmithyException, $MetadataBearer {
1501
- name: "InvalidRoleException";
1502
- $fault: "client";
1501
+ export declare class InvalidRoleException extends __BaseException {
1502
+ readonly name: "InvalidRoleException";
1503
+ readonly $fault: "client";
1503
1504
 
1504
- message?: string;
1505
+ constructor(opts: __ExceptionOptionType<InvalidRoleException, __BaseException>);
1505
1506
  }
1506
1507
 
1507
- export interface InvalidTargetInstancesException extends __SmithyException, $MetadataBearer {
1508
- name: "InvalidTargetInstancesException";
1509
- $fault: "client";
1508
+ export declare class InvalidTargetInstancesException extends __BaseException {
1509
+ readonly name: "InvalidTargetInstancesException";
1510
+ readonly $fault: "client";
1510
1511
 
1511
- message?: string;
1512
+ constructor(opts: __ExceptionOptionType<InvalidTargetInstancesException, __BaseException>);
1512
1513
  }
1513
1514
 
1514
- export interface InvalidTrafficRoutingConfigurationException extends __SmithyException, $MetadataBearer {
1515
- name: "InvalidTrafficRoutingConfigurationException";
1516
- $fault: "client";
1515
+ export declare class InvalidTrafficRoutingConfigurationException extends __BaseException {
1516
+ readonly name: "InvalidTrafficRoutingConfigurationException";
1517
+ readonly $fault: "client";
1517
1518
 
1518
- message?: string;
1519
+ constructor(opts: __ExceptionOptionType<InvalidTrafficRoutingConfigurationException, __BaseException>);
1519
1520
  }
1520
1521
 
1521
- export interface InvalidUpdateOutdatedInstancesOnlyValueException extends __SmithyException, $MetadataBearer {
1522
- name: "InvalidUpdateOutdatedInstancesOnlyValueException";
1523
- $fault: "client";
1522
+ export declare class InvalidUpdateOutdatedInstancesOnlyValueException extends __BaseException {
1523
+ readonly name: "InvalidUpdateOutdatedInstancesOnlyValueException";
1524
+ readonly $fault: "client";
1524
1525
 
1525
- message?: string;
1526
+ constructor(opts: __ExceptionOptionType<InvalidUpdateOutdatedInstancesOnlyValueException, __BaseException>);
1526
1527
  }
1527
1528
 
1528
- export interface RevisionDoesNotExistException extends __SmithyException, $MetadataBearer {
1529
- name: "RevisionDoesNotExistException";
1530
- $fault: "client";
1529
+ export declare class RevisionDoesNotExistException extends __BaseException {
1530
+ readonly name: "RevisionDoesNotExistException";
1531
+ readonly $fault: "client";
1531
1532
 
1532
- message?: string;
1533
+ constructor(opts: __ExceptionOptionType<RevisionDoesNotExistException, __BaseException>);
1533
1534
  }
1534
1535
 
1535
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
1536
- name: "ThrottlingException";
1537
- $fault: "client";
1536
+ export declare class ThrottlingException extends __BaseException {
1537
+ readonly name: "ThrottlingException";
1538
+ readonly $fault: "client";
1538
1539
 
1539
- message?: string;
1540
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
1540
1541
  }
1541
1542
  export declare type MinimumHealthyHostsType = "FLEET_PERCENT" | "HOST_COUNT";
1542
1543
 
@@ -1615,32 +1616,32 @@ export declare namespace CreateDeploymentConfigOutput {
1615
1616
  const filterSensitiveLog: (obj: CreateDeploymentConfigOutput) => any;
1616
1617
  }
1617
1618
 
1618
- export interface DeploymentConfigAlreadyExistsException extends __SmithyException, $MetadataBearer {
1619
- name: "DeploymentConfigAlreadyExistsException";
1620
- $fault: "client";
1619
+ export declare class DeploymentConfigAlreadyExistsException extends __BaseException {
1620
+ readonly name: "DeploymentConfigAlreadyExistsException";
1621
+ readonly $fault: "client";
1621
1622
 
1622
- message?: string;
1623
+ constructor(opts: __ExceptionOptionType<DeploymentConfigAlreadyExistsException, __BaseException>);
1623
1624
  }
1624
1625
 
1625
- export interface DeploymentConfigLimitExceededException extends __SmithyException, $MetadataBearer {
1626
- name: "DeploymentConfigLimitExceededException";
1627
- $fault: "client";
1626
+ export declare class DeploymentConfigLimitExceededException extends __BaseException {
1627
+ readonly name: "DeploymentConfigLimitExceededException";
1628
+ readonly $fault: "client";
1628
1629
 
1629
- message?: string;
1630
+ constructor(opts: __ExceptionOptionType<DeploymentConfigLimitExceededException, __BaseException>);
1630
1631
  }
1631
1632
 
1632
- export interface DeploymentConfigNameRequiredException extends __SmithyException, $MetadataBearer {
1633
- name: "DeploymentConfigNameRequiredException";
1634
- $fault: "client";
1633
+ export declare class DeploymentConfigNameRequiredException extends __BaseException {
1634
+ readonly name: "DeploymentConfigNameRequiredException";
1635
+ readonly $fault: "client";
1635
1636
 
1636
- message?: string;
1637
+ constructor(opts: __ExceptionOptionType<DeploymentConfigNameRequiredException, __BaseException>);
1637
1638
  }
1638
1639
 
1639
- export interface InvalidMinimumHealthyHostValueException extends __SmithyException, $MetadataBearer {
1640
- name: "InvalidMinimumHealthyHostValueException";
1641
- $fault: "client";
1640
+ export declare class InvalidMinimumHealthyHostValueException extends __BaseException {
1641
+ readonly name: "InvalidMinimumHealthyHostValueException";
1642
+ readonly $fault: "client";
1642
1643
 
1643
- message?: string;
1644
+ constructor(opts: __ExceptionOptionType<InvalidMinimumHealthyHostValueException, __BaseException>);
1644
1645
  }
1645
1646
 
1646
1647
  export interface CreateDeploymentGroupInput {
@@ -1695,123 +1696,123 @@ export declare namespace CreateDeploymentGroupOutput {
1695
1696
  const filterSensitiveLog: (obj: CreateDeploymentGroupOutput) => any;
1696
1697
  }
1697
1698
 
1698
- export interface DeploymentGroupAlreadyExistsException extends __SmithyException, $MetadataBearer {
1699
- name: "DeploymentGroupAlreadyExistsException";
1700
- $fault: "client";
1699
+ export declare class DeploymentGroupAlreadyExistsException extends __BaseException {
1700
+ readonly name: "DeploymentGroupAlreadyExistsException";
1701
+ readonly $fault: "client";
1701
1702
 
1702
- message?: string;
1703
+ constructor(opts: __ExceptionOptionType<DeploymentGroupAlreadyExistsException, __BaseException>);
1703
1704
  }
1704
1705
 
1705
- export interface DeploymentGroupLimitExceededException extends __SmithyException, $MetadataBearer {
1706
- name: "DeploymentGroupLimitExceededException";
1707
- $fault: "client";
1706
+ export declare class DeploymentGroupLimitExceededException extends __BaseException {
1707
+ readonly name: "DeploymentGroupLimitExceededException";
1708
+ readonly $fault: "client";
1708
1709
 
1709
- message?: string;
1710
+ constructor(opts: __ExceptionOptionType<DeploymentGroupLimitExceededException, __BaseException>);
1710
1711
  }
1711
1712
 
1712
- export interface ECSServiceMappingLimitExceededException extends __SmithyException, $MetadataBearer {
1713
- name: "ECSServiceMappingLimitExceededException";
1714
- $fault: "client";
1713
+ export declare class ECSServiceMappingLimitExceededException extends __BaseException {
1714
+ readonly name: "ECSServiceMappingLimitExceededException";
1715
+ readonly $fault: "client";
1715
1716
 
1716
- message?: string;
1717
+ constructor(opts: __ExceptionOptionType<ECSServiceMappingLimitExceededException, __BaseException>);
1717
1718
  }
1718
1719
 
1719
- export interface InvalidAlarmConfigException extends __SmithyException, $MetadataBearer {
1720
- name: "InvalidAlarmConfigException";
1721
- $fault: "client";
1720
+ export declare class InvalidAlarmConfigException extends __BaseException {
1721
+ readonly name: "InvalidAlarmConfigException";
1722
+ readonly $fault: "client";
1722
1723
 
1723
- message?: string;
1724
+ constructor(opts: __ExceptionOptionType<InvalidAlarmConfigException, __BaseException>);
1724
1725
  }
1725
1726
 
1726
- export interface InvalidBlueGreenDeploymentConfigurationException extends __SmithyException, $MetadataBearer {
1727
- name: "InvalidBlueGreenDeploymentConfigurationException";
1728
- $fault: "client";
1727
+ export declare class InvalidBlueGreenDeploymentConfigurationException extends __BaseException {
1728
+ readonly name: "InvalidBlueGreenDeploymentConfigurationException";
1729
+ readonly $fault: "client";
1729
1730
 
1730
- message?: string;
1731
+ constructor(opts: __ExceptionOptionType<InvalidBlueGreenDeploymentConfigurationException, __BaseException>);
1731
1732
  }
1732
1733
 
1733
- export interface InvalidDeploymentStyleException extends __SmithyException, $MetadataBearer {
1734
- name: "InvalidDeploymentStyleException";
1735
- $fault: "client";
1734
+ export declare class InvalidDeploymentStyleException extends __BaseException {
1735
+ readonly name: "InvalidDeploymentStyleException";
1736
+ readonly $fault: "client";
1736
1737
 
1737
- message?: string;
1738
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentStyleException, __BaseException>);
1738
1739
  }
1739
1740
 
1740
- export interface InvalidEC2TagCombinationException extends __SmithyException, $MetadataBearer {
1741
- name: "InvalidEC2TagCombinationException";
1742
- $fault: "client";
1741
+ export declare class InvalidEC2TagCombinationException extends __BaseException {
1742
+ readonly name: "InvalidEC2TagCombinationException";
1743
+ readonly $fault: "client";
1743
1744
 
1744
- message?: string;
1745
+ constructor(opts: __ExceptionOptionType<InvalidEC2TagCombinationException, __BaseException>);
1745
1746
  }
1746
1747
 
1747
- export interface InvalidEC2TagException extends __SmithyException, $MetadataBearer {
1748
- name: "InvalidEC2TagException";
1749
- $fault: "client";
1748
+ export declare class InvalidEC2TagException extends __BaseException {
1749
+ readonly name: "InvalidEC2TagException";
1750
+ readonly $fault: "client";
1750
1751
 
1751
- message?: string;
1752
+ constructor(opts: __ExceptionOptionType<InvalidEC2TagException, __BaseException>);
1752
1753
  }
1753
1754
 
1754
- export interface InvalidECSServiceException extends __SmithyException, $MetadataBearer {
1755
- name: "InvalidECSServiceException";
1756
- $fault: "client";
1755
+ export declare class InvalidECSServiceException extends __BaseException {
1756
+ readonly name: "InvalidECSServiceException";
1757
+ readonly $fault: "client";
1757
1758
 
1758
- message?: string;
1759
+ constructor(opts: __ExceptionOptionType<InvalidECSServiceException, __BaseException>);
1759
1760
  }
1760
1761
 
1761
- export interface InvalidInputException extends __SmithyException, $MetadataBearer {
1762
- name: "InvalidInputException";
1763
- $fault: "client";
1762
+ export declare class InvalidInputException extends __BaseException {
1763
+ readonly name: "InvalidInputException";
1764
+ readonly $fault: "client";
1764
1765
 
1765
- message?: string;
1766
+ constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
1766
1767
  }
1767
1768
 
1768
- export interface InvalidOnPremisesTagCombinationException extends __SmithyException, $MetadataBearer {
1769
- name: "InvalidOnPremisesTagCombinationException";
1770
- $fault: "client";
1769
+ export declare class InvalidOnPremisesTagCombinationException extends __BaseException {
1770
+ readonly name: "InvalidOnPremisesTagCombinationException";
1771
+ readonly $fault: "client";
1771
1772
 
1772
- message?: string;
1773
+ constructor(opts: __ExceptionOptionType<InvalidOnPremisesTagCombinationException, __BaseException>);
1773
1774
  }
1774
1775
 
1775
- export interface InvalidTargetGroupPairException extends __SmithyException, $MetadataBearer {
1776
- name: "InvalidTargetGroupPairException";
1777
- $fault: "client";
1776
+ export declare class InvalidTargetGroupPairException extends __BaseException {
1777
+ readonly name: "InvalidTargetGroupPairException";
1778
+ readonly $fault: "client";
1778
1779
 
1779
- message?: string;
1780
+ constructor(opts: __ExceptionOptionType<InvalidTargetGroupPairException, __BaseException>);
1780
1781
  }
1781
1782
 
1782
- export interface InvalidTriggerConfigException extends __SmithyException, $MetadataBearer {
1783
- name: "InvalidTriggerConfigException";
1784
- $fault: "client";
1783
+ export declare class InvalidTriggerConfigException extends __BaseException {
1784
+ readonly name: "InvalidTriggerConfigException";
1785
+ readonly $fault: "client";
1785
1786
 
1786
- message?: string;
1787
+ constructor(opts: __ExceptionOptionType<InvalidTriggerConfigException, __BaseException>);
1787
1788
  }
1788
1789
 
1789
- export interface LifecycleHookLimitExceededException extends __SmithyException, $MetadataBearer {
1790
- name: "LifecycleHookLimitExceededException";
1791
- $fault: "client";
1790
+ export declare class LifecycleHookLimitExceededException extends __BaseException {
1791
+ readonly name: "LifecycleHookLimitExceededException";
1792
+ readonly $fault: "client";
1792
1793
 
1793
- message?: string;
1794
+ constructor(opts: __ExceptionOptionType<LifecycleHookLimitExceededException, __BaseException>);
1794
1795
  }
1795
1796
 
1796
- export interface RoleRequiredException extends __SmithyException, $MetadataBearer {
1797
- name: "RoleRequiredException";
1798
- $fault: "client";
1797
+ export declare class RoleRequiredException extends __BaseException {
1798
+ readonly name: "RoleRequiredException";
1799
+ readonly $fault: "client";
1799
1800
 
1800
- message?: string;
1801
+ constructor(opts: __ExceptionOptionType<RoleRequiredException, __BaseException>);
1801
1802
  }
1802
1803
 
1803
- export interface TagSetListLimitExceededException extends __SmithyException, $MetadataBearer {
1804
- name: "TagSetListLimitExceededException";
1805
- $fault: "client";
1804
+ export declare class TagSetListLimitExceededException extends __BaseException {
1805
+ readonly name: "TagSetListLimitExceededException";
1806
+ readonly $fault: "client";
1806
1807
 
1807
- message?: string;
1808
+ constructor(opts: __ExceptionOptionType<TagSetListLimitExceededException, __BaseException>);
1808
1809
  }
1809
1810
 
1810
- export interface TriggerTargetsLimitExceededException extends __SmithyException, $MetadataBearer {
1811
- name: "TriggerTargetsLimitExceededException";
1812
- $fault: "client";
1811
+ export declare class TriggerTargetsLimitExceededException extends __BaseException {
1812
+ readonly name: "TriggerTargetsLimitExceededException";
1813
+ readonly $fault: "client";
1813
1814
 
1814
- message?: string;
1815
+ constructor(opts: __ExceptionOptionType<TriggerTargetsLimitExceededException, __BaseException>);
1815
1816
  }
1816
1817
 
1817
1818
  export interface DeleteApplicationInput {
@@ -1832,18 +1833,18 @@ export declare namespace DeleteDeploymentConfigInput {
1832
1833
  const filterSensitiveLog: (obj: DeleteDeploymentConfigInput) => any;
1833
1834
  }
1834
1835
 
1835
- export interface DeploymentConfigInUseException extends __SmithyException, $MetadataBearer {
1836
- name: "DeploymentConfigInUseException";
1837
- $fault: "client";
1836
+ export declare class DeploymentConfigInUseException extends __BaseException {
1837
+ readonly name: "DeploymentConfigInUseException";
1838
+ readonly $fault: "client";
1838
1839
 
1839
- message?: string;
1840
+ constructor(opts: __ExceptionOptionType<DeploymentConfigInUseException, __BaseException>);
1840
1841
  }
1841
1842
 
1842
- export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
1843
- name: "InvalidOperationException";
1844
- $fault: "client";
1843
+ export declare class InvalidOperationException extends __BaseException {
1844
+ readonly name: "InvalidOperationException";
1845
+ readonly $fault: "client";
1845
1846
 
1846
- message?: string;
1847
+ constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
1847
1848
  }
1848
1849
 
1849
1850
  export interface DeleteDeploymentGroupInput {
@@ -1884,39 +1885,39 @@ export declare namespace DeleteGitHubAccountTokenOutput {
1884
1885
  const filterSensitiveLog: (obj: DeleteGitHubAccountTokenOutput) => any;
1885
1886
  }
1886
1887
 
1887
- export interface GitHubAccountTokenDoesNotExistException extends __SmithyException, $MetadataBearer {
1888
- name: "GitHubAccountTokenDoesNotExistException";
1889
- $fault: "client";
1888
+ export declare class GitHubAccountTokenDoesNotExistException extends __BaseException {
1889
+ readonly name: "GitHubAccountTokenDoesNotExistException";
1890
+ readonly $fault: "client";
1890
1891
 
1891
- message?: string;
1892
+ constructor(opts: __ExceptionOptionType<GitHubAccountTokenDoesNotExistException, __BaseException>);
1892
1893
  }
1893
1894
 
1894
- export interface GitHubAccountTokenNameRequiredException extends __SmithyException, $MetadataBearer {
1895
- name: "GitHubAccountTokenNameRequiredException";
1896
- $fault: "client";
1895
+ export declare class GitHubAccountTokenNameRequiredException extends __BaseException {
1896
+ readonly name: "GitHubAccountTokenNameRequiredException";
1897
+ readonly $fault: "client";
1897
1898
 
1898
- message?: string;
1899
+ constructor(opts: __ExceptionOptionType<GitHubAccountTokenNameRequiredException, __BaseException>);
1899
1900
  }
1900
1901
 
1901
- export interface InvalidGitHubAccountTokenNameException extends __SmithyException, $MetadataBearer {
1902
- name: "InvalidGitHubAccountTokenNameException";
1903
- $fault: "client";
1902
+ export declare class InvalidGitHubAccountTokenNameException extends __BaseException {
1903
+ readonly name: "InvalidGitHubAccountTokenNameException";
1904
+ readonly $fault: "client";
1904
1905
 
1905
- message?: string;
1906
+ constructor(opts: __ExceptionOptionType<InvalidGitHubAccountTokenNameException, __BaseException>);
1906
1907
  }
1907
1908
 
1908
- export interface OperationNotSupportedException extends __SmithyException, $MetadataBearer {
1909
- name: "OperationNotSupportedException";
1910
- $fault: "client";
1909
+ export declare class OperationNotSupportedException extends __BaseException {
1910
+ readonly name: "OperationNotSupportedException";
1911
+ readonly $fault: "client";
1911
1912
 
1912
- message?: string;
1913
+ constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
1913
1914
  }
1914
1915
 
1915
- export interface ResourceValidationException extends __SmithyException, $MetadataBearer {
1916
- name: "ResourceValidationException";
1917
- $fault: "client";
1916
+ export declare class ResourceValidationException extends __BaseException {
1917
+ readonly name: "ResourceValidationException";
1918
+ readonly $fault: "client";
1918
1919
 
1919
- message?: string;
1920
+ constructor(opts: __ExceptionOptionType<ResourceValidationException, __BaseException>);
1920
1921
  }
1921
1922
  export interface DeleteResourcesByExternalIdInput {
1922
1923
 
@@ -2115,46 +2116,46 @@ export declare namespace GetOnPremisesInstanceOutput {
2115
2116
  const filterSensitiveLog: (obj: GetOnPremisesInstanceOutput) => any;
2116
2117
  }
2117
2118
 
2118
- export interface InvalidBucketNameFilterException extends __SmithyException, $MetadataBearer {
2119
- name: "InvalidBucketNameFilterException";
2120
- $fault: "client";
2119
+ export declare class InvalidBucketNameFilterException extends __BaseException {
2120
+ readonly name: "InvalidBucketNameFilterException";
2121
+ readonly $fault: "client";
2121
2122
 
2122
- message?: string;
2123
+ constructor(opts: __ExceptionOptionType<InvalidBucketNameFilterException, __BaseException>);
2123
2124
  }
2124
2125
 
2125
- export interface InvalidDeployedStateFilterException extends __SmithyException, $MetadataBearer {
2126
- name: "InvalidDeployedStateFilterException";
2127
- $fault: "client";
2126
+ export declare class InvalidDeployedStateFilterException extends __BaseException {
2127
+ readonly name: "InvalidDeployedStateFilterException";
2128
+ readonly $fault: "client";
2128
2129
 
2129
- message?: string;
2130
+ constructor(opts: __ExceptionOptionType<InvalidDeployedStateFilterException, __BaseException>);
2130
2131
  }
2131
2132
 
2132
- export interface InvalidKeyPrefixFilterException extends __SmithyException, $MetadataBearer {
2133
- name: "InvalidKeyPrefixFilterException";
2134
- $fault: "client";
2133
+ export declare class InvalidKeyPrefixFilterException extends __BaseException {
2134
+ readonly name: "InvalidKeyPrefixFilterException";
2135
+ readonly $fault: "client";
2135
2136
 
2136
- message?: string;
2137
+ constructor(opts: __ExceptionOptionType<InvalidKeyPrefixFilterException, __BaseException>);
2137
2138
  }
2138
2139
 
2139
- export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
2140
- name: "InvalidNextTokenException";
2141
- $fault: "client";
2140
+ export declare class InvalidNextTokenException extends __BaseException {
2141
+ readonly name: "InvalidNextTokenException";
2142
+ readonly $fault: "client";
2142
2143
 
2143
- message?: string;
2144
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
2144
2145
  }
2145
2146
 
2146
- export interface InvalidSortByException extends __SmithyException, $MetadataBearer {
2147
- name: "InvalidSortByException";
2148
- $fault: "client";
2147
+ export declare class InvalidSortByException extends __BaseException {
2148
+ readonly name: "InvalidSortByException";
2149
+ readonly $fault: "client";
2149
2150
 
2150
- message?: string;
2151
+ constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
2151
2152
  }
2152
2153
 
2153
- export interface InvalidSortOrderException extends __SmithyException, $MetadataBearer {
2154
- name: "InvalidSortOrderException";
2155
- $fault: "client";
2154
+ export declare class InvalidSortOrderException extends __BaseException {
2155
+ readonly name: "InvalidSortOrderException";
2156
+ readonly $fault: "client";
2156
2157
 
2157
- message?: string;
2158
+ constructor(opts: __ExceptionOptionType<InvalidSortOrderException, __BaseException>);
2158
2159
  }
2159
2160
  export declare enum ListStateFilterAction {
2160
2161
  Exclude = "exclude",
@@ -2262,32 +2263,32 @@ export declare namespace ListDeploymentGroupsOutput {
2262
2263
  const filterSensitiveLog: (obj: ListDeploymentGroupsOutput) => any;
2263
2264
  }
2264
2265
 
2265
- export interface InvalidDeploymentInstanceTypeException extends __SmithyException, $MetadataBearer {
2266
- name: "InvalidDeploymentInstanceTypeException";
2267
- $fault: "client";
2266
+ export declare class InvalidDeploymentInstanceTypeException extends __BaseException {
2267
+ readonly name: "InvalidDeploymentInstanceTypeException";
2268
+ readonly $fault: "client";
2268
2269
 
2269
- message?: string;
2270
+ constructor(opts: __ExceptionOptionType<InvalidDeploymentInstanceTypeException, __BaseException>);
2270
2271
  }
2271
2272
 
2272
- export interface InvalidInstanceStatusException extends __SmithyException, $MetadataBearer {
2273
- name: "InvalidInstanceStatusException";
2274
- $fault: "client";
2273
+ export declare class InvalidInstanceStatusException extends __BaseException {
2274
+ readonly name: "InvalidInstanceStatusException";
2275
+ readonly $fault: "client";
2275
2276
 
2276
- message?: string;
2277
+ constructor(opts: __ExceptionOptionType<InvalidInstanceStatusException, __BaseException>);
2277
2278
  }
2278
2279
 
2279
- export interface InvalidInstanceTypeException extends __SmithyException, $MetadataBearer {
2280
- name: "InvalidInstanceTypeException";
2281
- $fault: "client";
2280
+ export declare class InvalidInstanceTypeException extends __BaseException {
2281
+ readonly name: "InvalidInstanceTypeException";
2282
+ readonly $fault: "client";
2282
2283
 
2283
- message?: string;
2284
+ constructor(opts: __ExceptionOptionType<InvalidInstanceTypeException, __BaseException>);
2284
2285
  }
2285
2286
 
2286
- export interface InvalidTargetFilterNameException extends __SmithyException, $MetadataBearer {
2287
- name: "InvalidTargetFilterNameException";
2288
- $fault: "client";
2287
+ export declare class InvalidTargetFilterNameException extends __BaseException {
2288
+ readonly name: "InvalidTargetFilterNameException";
2289
+ readonly $fault: "client";
2289
2290
 
2290
- message?: string;
2291
+ constructor(opts: __ExceptionOptionType<InvalidTargetFilterNameException, __BaseException>);
2291
2292
  }
2292
2293
 
2293
2294
  export interface ListDeploymentInstancesInput {
@@ -2316,18 +2317,18 @@ export declare namespace ListDeploymentInstancesOutput {
2316
2317
  const filterSensitiveLog: (obj: ListDeploymentInstancesOutput) => any;
2317
2318
  }
2318
2319
 
2319
- export interface InvalidExternalIdException extends __SmithyException, $MetadataBearer {
2320
- name: "InvalidExternalIdException";
2321
- $fault: "client";
2320
+ export declare class InvalidExternalIdException extends __BaseException {
2321
+ readonly name: "InvalidExternalIdException";
2322
+ readonly $fault: "client";
2322
2323
 
2323
- message?: string;
2324
+ constructor(opts: __ExceptionOptionType<InvalidExternalIdException, __BaseException>);
2324
2325
  }
2325
2326
 
2326
- export interface InvalidTimeRangeException extends __SmithyException, $MetadataBearer {
2327
- name: "InvalidTimeRangeException";
2328
- $fault: "client";
2327
+ export declare class InvalidTimeRangeException extends __BaseException {
2328
+ readonly name: "InvalidTimeRangeException";
2329
+ readonly $fault: "client";
2329
2330
 
2330
- message?: string;
2331
+ constructor(opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>);
2331
2332
  }
2332
2333
 
2333
2334
  export interface TimeRange {
@@ -2419,18 +2420,18 @@ export declare namespace ListGitHubAccountTokenNamesOutput {
2419
2420
  const filterSensitiveLog: (obj: ListGitHubAccountTokenNamesOutput) => any;
2420
2421
  }
2421
2422
 
2422
- export interface InvalidRegistrationStatusException extends __SmithyException, $MetadataBearer {
2423
- name: "InvalidRegistrationStatusException";
2424
- $fault: "client";
2423
+ export declare class InvalidRegistrationStatusException extends __BaseException {
2424
+ readonly name: "InvalidRegistrationStatusException";
2425
+ readonly $fault: "client";
2425
2426
 
2426
- message?: string;
2427
+ constructor(opts: __ExceptionOptionType<InvalidRegistrationStatusException, __BaseException>);
2427
2428
  }
2428
2429
 
2429
- export interface InvalidTagFilterException extends __SmithyException, $MetadataBearer {
2430
- name: "InvalidTagFilterException";
2431
- $fault: "client";
2430
+ export declare class InvalidTagFilterException extends __BaseException {
2431
+ readonly name: "InvalidTagFilterException";
2432
+ readonly $fault: "client";
2432
2433
 
2433
- message?: string;
2434
+ constructor(opts: __ExceptionOptionType<InvalidTagFilterException, __BaseException>);
2434
2435
  }
2435
2436
  export declare enum RegistrationStatus {
2436
2437
  Deregistered = "Deregistered",
@@ -2461,11 +2462,11 @@ export declare namespace ListOnPremisesInstancesOutput {
2461
2462
  const filterSensitiveLog: (obj: ListOnPremisesInstancesOutput) => any;
2462
2463
  }
2463
2464
 
2464
- export interface InvalidArnException extends __SmithyException, $MetadataBearer {
2465
- name: "InvalidArnException";
2466
- $fault: "client";
2465
+ export declare class InvalidArnException extends __BaseException {
2466
+ readonly name: "InvalidArnException";
2467
+ readonly $fault: "client";
2467
2468
 
2468
- message?: string;
2469
+ constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
2469
2470
  }
2470
2471
  export interface ListTagsForResourceInput {
2471
2472
 
@@ -2488,32 +2489,32 @@ export declare namespace ListTagsForResourceOutput {
2488
2489
  const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2489
2490
  }
2490
2491
 
2491
- export interface ResourceArnRequiredException extends __SmithyException, $MetadataBearer {
2492
- name: "ResourceArnRequiredException";
2493
- $fault: "client";
2492
+ export declare class ResourceArnRequiredException extends __BaseException {
2493
+ readonly name: "ResourceArnRequiredException";
2494
+ readonly $fault: "client";
2494
2495
 
2495
- message?: string;
2496
+ constructor(opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>);
2496
2497
  }
2497
2498
 
2498
- export interface InvalidLifecycleEventHookExecutionIdException extends __SmithyException, $MetadataBearer {
2499
- name: "InvalidLifecycleEventHookExecutionIdException";
2500
- $fault: "client";
2499
+ export declare class InvalidLifecycleEventHookExecutionIdException extends __BaseException {
2500
+ readonly name: "InvalidLifecycleEventHookExecutionIdException";
2501
+ readonly $fault: "client";
2501
2502
 
2502
- message?: string;
2503
+ constructor(opts: __ExceptionOptionType<InvalidLifecycleEventHookExecutionIdException, __BaseException>);
2503
2504
  }
2504
2505
 
2505
- export interface InvalidLifecycleEventHookExecutionStatusException extends __SmithyException, $MetadataBearer {
2506
- name: "InvalidLifecycleEventHookExecutionStatusException";
2507
- $fault: "client";
2506
+ export declare class InvalidLifecycleEventHookExecutionStatusException extends __BaseException {
2507
+ readonly name: "InvalidLifecycleEventHookExecutionStatusException";
2508
+ readonly $fault: "client";
2508
2509
 
2509
- message?: string;
2510
+ constructor(opts: __ExceptionOptionType<InvalidLifecycleEventHookExecutionStatusException, __BaseException>);
2510
2511
  }
2511
2512
 
2512
- export interface LifecycleEventAlreadyCompletedException extends __SmithyException, $MetadataBearer {
2513
- name: "LifecycleEventAlreadyCompletedException";
2514
- $fault: "client";
2513
+ export declare class LifecycleEventAlreadyCompletedException extends __BaseException {
2514
+ readonly name: "LifecycleEventAlreadyCompletedException";
2515
+ readonly $fault: "client";
2515
2516
 
2516
- message?: string;
2517
+ constructor(opts: __ExceptionOptionType<LifecycleEventAlreadyCompletedException, __BaseException>);
2517
2518
  }
2518
2519
  export interface PutLifecycleEventHookExecutionStatusInput {
2519
2520
 
@@ -2549,60 +2550,60 @@ export declare namespace RegisterApplicationRevisionInput {
2549
2550
  const filterSensitiveLog: (obj: RegisterApplicationRevisionInput) => any;
2550
2551
  }
2551
2552
 
2552
- export interface IamArnRequiredException extends __SmithyException, $MetadataBearer {
2553
- name: "IamArnRequiredException";
2554
- $fault: "client";
2553
+ export declare class IamArnRequiredException extends __BaseException {
2554
+ readonly name: "IamArnRequiredException";
2555
+ readonly $fault: "client";
2555
2556
 
2556
- message?: string;
2557
+ constructor(opts: __ExceptionOptionType<IamArnRequiredException, __BaseException>);
2557
2558
  }
2558
2559
 
2559
- export interface IamSessionArnAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
2560
- name: "IamSessionArnAlreadyRegisteredException";
2561
- $fault: "client";
2560
+ export declare class IamSessionArnAlreadyRegisteredException extends __BaseException {
2561
+ readonly name: "IamSessionArnAlreadyRegisteredException";
2562
+ readonly $fault: "client";
2562
2563
 
2563
- message?: string;
2564
+ constructor(opts: __ExceptionOptionType<IamSessionArnAlreadyRegisteredException, __BaseException>);
2564
2565
  }
2565
2566
 
2566
- export interface IamUserArnAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
2567
- name: "IamUserArnAlreadyRegisteredException";
2568
- $fault: "client";
2567
+ export declare class IamUserArnAlreadyRegisteredException extends __BaseException {
2568
+ readonly name: "IamUserArnAlreadyRegisteredException";
2569
+ readonly $fault: "client";
2569
2570
 
2570
- message?: string;
2571
+ constructor(opts: __ExceptionOptionType<IamUserArnAlreadyRegisteredException, __BaseException>);
2571
2572
  }
2572
2573
 
2573
- export interface IamUserArnRequiredException extends __SmithyException, $MetadataBearer {
2574
- name: "IamUserArnRequiredException";
2575
- $fault: "client";
2574
+ export declare class IamUserArnRequiredException extends __BaseException {
2575
+ readonly name: "IamUserArnRequiredException";
2576
+ readonly $fault: "client";
2576
2577
 
2577
- message?: string;
2578
+ constructor(opts: __ExceptionOptionType<IamUserArnRequiredException, __BaseException>);
2578
2579
  }
2579
2580
 
2580
- export interface InstanceNameAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
2581
- name: "InstanceNameAlreadyRegisteredException";
2582
- $fault: "client";
2581
+ export declare class InstanceNameAlreadyRegisteredException extends __BaseException {
2582
+ readonly name: "InstanceNameAlreadyRegisteredException";
2583
+ readonly $fault: "client";
2583
2584
 
2584
- message?: string;
2585
+ constructor(opts: __ExceptionOptionType<InstanceNameAlreadyRegisteredException, __BaseException>);
2585
2586
  }
2586
2587
 
2587
- export interface InvalidIamSessionArnException extends __SmithyException, $MetadataBearer {
2588
- name: "InvalidIamSessionArnException";
2589
- $fault: "client";
2588
+ export declare class InvalidIamSessionArnException extends __BaseException {
2589
+ readonly name: "InvalidIamSessionArnException";
2590
+ readonly $fault: "client";
2590
2591
 
2591
- message?: string;
2592
+ constructor(opts: __ExceptionOptionType<InvalidIamSessionArnException, __BaseException>);
2592
2593
  }
2593
2594
 
2594
- export interface InvalidIamUserArnException extends __SmithyException, $MetadataBearer {
2595
- name: "InvalidIamUserArnException";
2596
- $fault: "client";
2595
+ export declare class InvalidIamUserArnException extends __BaseException {
2596
+ readonly name: "InvalidIamUserArnException";
2597
+ readonly $fault: "client";
2597
2598
 
2598
- message?: string;
2599
+ constructor(opts: __ExceptionOptionType<InvalidIamUserArnException, __BaseException>);
2599
2600
  }
2600
2601
 
2601
- export interface MultipleIamArnsProvidedException extends __SmithyException, $MetadataBearer {
2602
- name: "MultipleIamArnsProvidedException";
2603
- $fault: "client";
2602
+ export declare class MultipleIamArnsProvidedException extends __BaseException {
2603
+ readonly name: "MultipleIamArnsProvidedException";
2604
+ readonly $fault: "client";
2604
2605
 
2605
- message?: string;
2606
+ constructor(opts: __ExceptionOptionType<MultipleIamArnsProvidedException, __BaseException>);
2606
2607
  }
2607
2608
 
2608
2609
  export interface RegisterOnPremisesInstanceInput {