@aws-sdk/client-rds 3.52.0 → 3.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { RDSServiceException as __BaseException } from "./RDSServiceException";
2
3
  export var TargetRole;
3
4
  (function (TargetRole) {
4
5
  TargetRole["READ_ONLY"] = "READ_ONLY";
@@ -225,6 +226,18 @@ export var ReservedDBInstanceMessage;
225
226
  (function (ReservedDBInstanceMessage) {
226
227
  ReservedDBInstanceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
227
228
  })(ReservedDBInstanceMessage || (ReservedDBInstanceMessage = {}));
229
+ var ReservedDBInstanceNotFoundFault = (function (_super) {
230
+ __extends(ReservedDBInstanceNotFoundFault, _super);
231
+ function ReservedDBInstanceNotFoundFault(opts) {
232
+ var _this = _super.call(this, __assign({ name: "ReservedDBInstanceNotFoundFault", $fault: "client" }, opts)) || this;
233
+ _this.name = "ReservedDBInstanceNotFoundFault";
234
+ _this.$fault = "client";
235
+ Object.setPrototypeOf(_this, ReservedDBInstanceNotFoundFault.prototype);
236
+ return _this;
237
+ }
238
+ return ReservedDBInstanceNotFoundFault;
239
+ }(__BaseException));
240
+ export { ReservedDBInstanceNotFoundFault };
228
241
  export var DescribeReservedDBInstancesOfferingsMessage;
229
242
  (function (DescribeReservedDBInstancesOfferingsMessage) {
230
243
  DescribeReservedDBInstancesOfferingsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -237,6 +250,18 @@ export var ReservedDBInstancesOfferingMessage;
237
250
  (function (ReservedDBInstancesOfferingMessage) {
238
251
  ReservedDBInstancesOfferingMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
239
252
  })(ReservedDBInstancesOfferingMessage || (ReservedDBInstancesOfferingMessage = {}));
253
+ var ReservedDBInstancesOfferingNotFoundFault = (function (_super) {
254
+ __extends(ReservedDBInstancesOfferingNotFoundFault, _super);
255
+ function ReservedDBInstancesOfferingNotFoundFault(opts) {
256
+ var _this = _super.call(this, __assign({ name: "ReservedDBInstancesOfferingNotFoundFault", $fault: "client" }, opts)) || this;
257
+ _this.name = "ReservedDBInstancesOfferingNotFoundFault";
258
+ _this.$fault = "client";
259
+ Object.setPrototypeOf(_this, ReservedDBInstancesOfferingNotFoundFault.prototype);
260
+ return _this;
261
+ }
262
+ return ReservedDBInstancesOfferingNotFoundFault;
263
+ }(__BaseException));
264
+ export { ReservedDBInstancesOfferingNotFoundFault };
240
265
  export var DescribeSourceRegionsMessage;
241
266
  (function (DescribeSourceRegionsMessage) {
242
267
  DescribeSourceRegionsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -273,6 +298,18 @@ export var DescribeValidDBInstanceModificationsResult;
273
298
  (function (DescribeValidDBInstanceModificationsResult) {
274
299
  DescribeValidDBInstanceModificationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
275
300
  })(DescribeValidDBInstanceModificationsResult || (DescribeValidDBInstanceModificationsResult = {}));
301
+ var DBLogFileNotFoundFault = (function (_super) {
302
+ __extends(DBLogFileNotFoundFault, _super);
303
+ function DBLogFileNotFoundFault(opts) {
304
+ var _this = _super.call(this, __assign({ name: "DBLogFileNotFoundFault", $fault: "client" }, opts)) || this;
305
+ _this.name = "DBLogFileNotFoundFault";
306
+ _this.$fault = "client";
307
+ Object.setPrototypeOf(_this, DBLogFileNotFoundFault.prototype);
308
+ return _this;
309
+ }
310
+ return DBLogFileNotFoundFault;
311
+ }(__BaseException));
312
+ export { DBLogFileNotFoundFault };
276
313
  export var DownloadDBLogFilePortionDetails;
277
314
  (function (DownloadDBLogFilePortionDetails) {
278
315
  DownloadDBLogFilePortionDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -301,6 +338,18 @@ export var ImportInstallationMediaMessage;
301
338
  (function (ImportInstallationMediaMessage) {
302
339
  ImportInstallationMediaMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
303
340
  })(ImportInstallationMediaMessage || (ImportInstallationMediaMessage = {}));
341
+ var InstallationMediaAlreadyExistsFault = (function (_super) {
342
+ __extends(InstallationMediaAlreadyExistsFault, _super);
343
+ function InstallationMediaAlreadyExistsFault(opts) {
344
+ var _this = _super.call(this, __assign({ name: "InstallationMediaAlreadyExistsFault", $fault: "client" }, opts)) || this;
345
+ _this.name = "InstallationMediaAlreadyExistsFault";
346
+ _this.$fault = "client";
347
+ Object.setPrototypeOf(_this, InstallationMediaAlreadyExistsFault.prototype);
348
+ return _this;
349
+ }
350
+ return InstallationMediaAlreadyExistsFault;
351
+ }(__BaseException));
352
+ export { InstallationMediaAlreadyExistsFault };
304
353
  export var ListTagsForResourceMessage;
305
354
  (function (ListTagsForResourceMessage) {
306
355
  ListTagsForResourceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -321,6 +370,18 @@ export var DBClusterCapacityInfo;
321
370
  (function (DBClusterCapacityInfo) {
322
371
  DBClusterCapacityInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
323
372
  })(DBClusterCapacityInfo || (DBClusterCapacityInfo = {}));
373
+ var InvalidDBClusterCapacityFault = (function (_super) {
374
+ __extends(InvalidDBClusterCapacityFault, _super);
375
+ function InvalidDBClusterCapacityFault(opts) {
376
+ var _this = _super.call(this, __assign({ name: "InvalidDBClusterCapacityFault", $fault: "client" }, opts)) || this;
377
+ _this.name = "InvalidDBClusterCapacityFault";
378
+ _this.$fault = "client";
379
+ Object.setPrototypeOf(_this, InvalidDBClusterCapacityFault.prototype);
380
+ return _this;
381
+ }
382
+ return InvalidDBClusterCapacityFault;
383
+ }(__BaseException));
384
+ export { InvalidDBClusterCapacityFault };
324
385
  export var ModifyCurrentDBClusterCapacityMessage;
325
386
  (function (ModifyCurrentDBClusterCapacityMessage) {
326
387
  ModifyCurrentDBClusterCapacityMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -367,6 +428,30 @@ export var ModifyDBClusterSnapshotAttributeResult;
367
428
  (function (ModifyDBClusterSnapshotAttributeResult) {
368
429
  ModifyDBClusterSnapshotAttributeResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
430
  })(ModifyDBClusterSnapshotAttributeResult || (ModifyDBClusterSnapshotAttributeResult = {}));
431
+ var SharedSnapshotQuotaExceededFault = (function (_super) {
432
+ __extends(SharedSnapshotQuotaExceededFault, _super);
433
+ function SharedSnapshotQuotaExceededFault(opts) {
434
+ var _this = _super.call(this, __assign({ name: "SharedSnapshotQuotaExceededFault", $fault: "client" }, opts)) || this;
435
+ _this.name = "SharedSnapshotQuotaExceededFault";
436
+ _this.$fault = "client";
437
+ Object.setPrototypeOf(_this, SharedSnapshotQuotaExceededFault.prototype);
438
+ return _this;
439
+ }
440
+ return SharedSnapshotQuotaExceededFault;
441
+ }(__BaseException));
442
+ export { SharedSnapshotQuotaExceededFault };
443
+ var DBUpgradeDependencyFailureFault = (function (_super) {
444
+ __extends(DBUpgradeDependencyFailureFault, _super);
445
+ function DBUpgradeDependencyFailureFault(opts) {
446
+ var _this = _super.call(this, __assign({ name: "DBUpgradeDependencyFailureFault", $fault: "client" }, opts)) || this;
447
+ _this.name = "DBUpgradeDependencyFailureFault";
448
+ _this.$fault = "client";
449
+ Object.setPrototypeOf(_this, DBUpgradeDependencyFailureFault.prototype);
450
+ return _this;
451
+ }
452
+ return DBUpgradeDependencyFailureFault;
453
+ }(__BaseException));
454
+ export { DBUpgradeDependencyFailureFault };
370
455
  export var ModifyDBInstanceMessage;
371
456
  (function (ModifyDBInstanceMessage) {
372
457
  ModifyDBInstanceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -435,6 +520,18 @@ export var ModifyDBSubnetGroupResult;
435
520
  (function (ModifyDBSubnetGroupResult) {
436
521
  ModifyDBSubnetGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
437
522
  })(ModifyDBSubnetGroupResult || (ModifyDBSubnetGroupResult = {}));
523
+ var SubnetAlreadyInUse = (function (_super) {
524
+ __extends(SubnetAlreadyInUse, _super);
525
+ function SubnetAlreadyInUse(opts) {
526
+ var _this = _super.call(this, __assign({ name: "SubnetAlreadyInUse", $fault: "client" }, opts)) || this;
527
+ _this.name = "SubnetAlreadyInUse";
528
+ _this.$fault = "client";
529
+ Object.setPrototypeOf(_this, SubnetAlreadyInUse.prototype);
530
+ return _this;
531
+ }
532
+ return SubnetAlreadyInUse;
533
+ }(__BaseException));
534
+ export { SubnetAlreadyInUse };
438
535
  export var ModifyEventSubscriptionMessage;
439
536
  (function (ModifyEventSubscriptionMessage) {
440
537
  ModifyEventSubscriptionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -487,6 +584,30 @@ export var PurchaseReservedDBInstancesOfferingResult;
487
584
  (function (PurchaseReservedDBInstancesOfferingResult) {
488
585
  PurchaseReservedDBInstancesOfferingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
489
586
  })(PurchaseReservedDBInstancesOfferingResult || (PurchaseReservedDBInstancesOfferingResult = {}));
587
+ var ReservedDBInstanceAlreadyExistsFault = (function (_super) {
588
+ __extends(ReservedDBInstanceAlreadyExistsFault, _super);
589
+ function ReservedDBInstanceAlreadyExistsFault(opts) {
590
+ var _this = _super.call(this, __assign({ name: "ReservedDBInstanceAlreadyExistsFault", $fault: "client" }, opts)) || this;
591
+ _this.name = "ReservedDBInstanceAlreadyExistsFault";
592
+ _this.$fault = "client";
593
+ Object.setPrototypeOf(_this, ReservedDBInstanceAlreadyExistsFault.prototype);
594
+ return _this;
595
+ }
596
+ return ReservedDBInstanceAlreadyExistsFault;
597
+ }(__BaseException));
598
+ export { ReservedDBInstanceAlreadyExistsFault };
599
+ var ReservedDBInstanceQuotaExceededFault = (function (_super) {
600
+ __extends(ReservedDBInstanceQuotaExceededFault, _super);
601
+ function ReservedDBInstanceQuotaExceededFault(opts) {
602
+ var _this = _super.call(this, __assign({ name: "ReservedDBInstanceQuotaExceededFault", $fault: "client" }, opts)) || this;
603
+ _this.name = "ReservedDBInstanceQuotaExceededFault";
604
+ _this.$fault = "client";
605
+ Object.setPrototypeOf(_this, ReservedDBInstanceQuotaExceededFault.prototype);
606
+ return _this;
607
+ }
608
+ return ReservedDBInstanceQuotaExceededFault;
609
+ }(__BaseException));
610
+ export { ReservedDBInstanceQuotaExceededFault };
490
611
  export var RebootDBClusterMessage;
491
612
  (function (RebootDBClusterMessage) {
492
613
  RebootDBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -503,6 +624,30 @@ export var RebootDBInstanceResult;
503
624
  (function (RebootDBInstanceResult) {
504
625
  RebootDBInstanceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
505
626
  })(RebootDBInstanceResult || (RebootDBInstanceResult = {}));
627
+ var DBProxyTargetAlreadyRegisteredFault = (function (_super) {
628
+ __extends(DBProxyTargetAlreadyRegisteredFault, _super);
629
+ function DBProxyTargetAlreadyRegisteredFault(opts) {
630
+ var _this = _super.call(this, __assign({ name: "DBProxyTargetAlreadyRegisteredFault", $fault: "client" }, opts)) || this;
631
+ _this.name = "DBProxyTargetAlreadyRegisteredFault";
632
+ _this.$fault = "client";
633
+ Object.setPrototypeOf(_this, DBProxyTargetAlreadyRegisteredFault.prototype);
634
+ return _this;
635
+ }
636
+ return DBProxyTargetAlreadyRegisteredFault;
637
+ }(__BaseException));
638
+ export { DBProxyTargetAlreadyRegisteredFault };
639
+ var InsufficientAvailableIPsInSubnetFault = (function (_super) {
640
+ __extends(InsufficientAvailableIPsInSubnetFault, _super);
641
+ function InsufficientAvailableIPsInSubnetFault(opts) {
642
+ var _this = _super.call(this, __assign({ name: "InsufficientAvailableIPsInSubnetFault", $fault: "client" }, opts)) || this;
643
+ _this.name = "InsufficientAvailableIPsInSubnetFault";
644
+ _this.$fault = "client";
645
+ Object.setPrototypeOf(_this, InsufficientAvailableIPsInSubnetFault.prototype);
646
+ return _this;
647
+ }
648
+ return InsufficientAvailableIPsInSubnetFault;
649
+ }(__BaseException));
650
+ export { InsufficientAvailableIPsInSubnetFault };
506
651
  export var RegisterDBProxyTargetsRequest;
507
652
  (function (RegisterDBProxyTargetsRequest) {
508
653
  RegisterDBProxyTargetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -519,10 +664,34 @@ export var RemoveFromGlobalClusterResult;
519
664
  (function (RemoveFromGlobalClusterResult) {
520
665
  RemoveFromGlobalClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
521
666
  })(RemoveFromGlobalClusterResult || (RemoveFromGlobalClusterResult = {}));
667
+ var DBClusterRoleNotFoundFault = (function (_super) {
668
+ __extends(DBClusterRoleNotFoundFault, _super);
669
+ function DBClusterRoleNotFoundFault(opts) {
670
+ var _this = _super.call(this, __assign({ name: "DBClusterRoleNotFoundFault", $fault: "client" }, opts)) || this;
671
+ _this.name = "DBClusterRoleNotFoundFault";
672
+ _this.$fault = "client";
673
+ Object.setPrototypeOf(_this, DBClusterRoleNotFoundFault.prototype);
674
+ return _this;
675
+ }
676
+ return DBClusterRoleNotFoundFault;
677
+ }(__BaseException));
678
+ export { DBClusterRoleNotFoundFault };
522
679
  export var RemoveRoleFromDBClusterMessage;
523
680
  (function (RemoveRoleFromDBClusterMessage) {
524
681
  RemoveRoleFromDBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
525
682
  })(RemoveRoleFromDBClusterMessage || (RemoveRoleFromDBClusterMessage = {}));
683
+ var DBInstanceRoleNotFoundFault = (function (_super) {
684
+ __extends(DBInstanceRoleNotFoundFault, _super);
685
+ function DBInstanceRoleNotFoundFault(opts) {
686
+ var _this = _super.call(this, __assign({ name: "DBInstanceRoleNotFoundFault", $fault: "client" }, opts)) || this;
687
+ _this.name = "DBInstanceRoleNotFoundFault";
688
+ _this.$fault = "client";
689
+ Object.setPrototypeOf(_this, DBInstanceRoleNotFoundFault.prototype);
690
+ return _this;
691
+ }
692
+ return DBInstanceRoleNotFoundFault;
693
+ }(__BaseException));
694
+ export { DBInstanceRoleNotFoundFault };
526
695
  export var RemoveRoleFromDBInstanceMessage;
527
696
  (function (RemoveRoleFromDBInstanceMessage) {
528
697
  RemoveRoleFromDBInstanceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -547,6 +716,18 @@ export var ResetDBParameterGroupMessage;
547
716
  (function (ResetDBParameterGroupMessage) {
548
717
  ResetDBParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
549
718
  })(ResetDBParameterGroupMessage || (ResetDBParameterGroupMessage = {}));
719
+ var InvalidS3BucketFault = (function (_super) {
720
+ __extends(InvalidS3BucketFault, _super);
721
+ function InvalidS3BucketFault(opts) {
722
+ var _this = _super.call(this, __assign({ name: "InvalidS3BucketFault", $fault: "client" }, opts)) || this;
723
+ _this.name = "InvalidS3BucketFault";
724
+ _this.$fault = "client";
725
+ Object.setPrototypeOf(_this, InvalidS3BucketFault.prototype);
726
+ return _this;
727
+ }
728
+ return InvalidS3BucketFault;
729
+ }(__BaseException));
730
+ export { InvalidS3BucketFault };
550
731
  export var RestoreDBClusterFromS3Message;
551
732
  (function (RestoreDBClusterFromS3Message) {
552
733
  RestoreDBClusterFromS3Message.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -555,6 +736,30 @@ export var RestoreDBClusterFromS3Result;
555
736
  (function (RestoreDBClusterFromS3Result) {
556
737
  RestoreDBClusterFromS3Result.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
557
738
  })(RestoreDBClusterFromS3Result || (RestoreDBClusterFromS3Result = {}));
739
+ var InsufficientDBClusterCapacityFault = (function (_super) {
740
+ __extends(InsufficientDBClusterCapacityFault, _super);
741
+ function InsufficientDBClusterCapacityFault(opts) {
742
+ var _this = _super.call(this, __assign({ name: "InsufficientDBClusterCapacityFault", $fault: "client" }, opts)) || this;
743
+ _this.name = "InsufficientDBClusterCapacityFault";
744
+ _this.$fault = "client";
745
+ Object.setPrototypeOf(_this, InsufficientDBClusterCapacityFault.prototype);
746
+ return _this;
747
+ }
748
+ return InsufficientDBClusterCapacityFault;
749
+ }(__BaseException));
750
+ export { InsufficientDBClusterCapacityFault };
751
+ var InvalidRestoreFault = (function (_super) {
752
+ __extends(InvalidRestoreFault, _super);
753
+ function InvalidRestoreFault(opts) {
754
+ var _this = _super.call(this, __assign({ name: "InvalidRestoreFault", $fault: "client" }, opts)) || this;
755
+ _this.name = "InvalidRestoreFault";
756
+ _this.$fault = "client";
757
+ Object.setPrototypeOf(_this, InvalidRestoreFault.prototype);
758
+ return _this;
759
+ }
760
+ return InvalidRestoreFault;
761
+ }(__BaseException));
762
+ export { InvalidRestoreFault };
558
763
  export var RestoreDBClusterFromSnapshotMessage;
559
764
  (function (RestoreDBClusterFromSnapshotMessage) {
560
765
  RestoreDBClusterFromSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -587,6 +792,18 @@ export var RestoreDBInstanceFromS3Result;
587
792
  (function (RestoreDBInstanceFromS3Result) {
588
793
  RestoreDBInstanceFromS3Result.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
589
794
  })(RestoreDBInstanceFromS3Result || (RestoreDBInstanceFromS3Result = {}));
795
+ var PointInTimeRestoreNotEnabledFault = (function (_super) {
796
+ __extends(PointInTimeRestoreNotEnabledFault, _super);
797
+ function PointInTimeRestoreNotEnabledFault(opts) {
798
+ var _this = _super.call(this, __assign({ name: "PointInTimeRestoreNotEnabledFault", $fault: "client" }, opts)) || this;
799
+ _this.name = "PointInTimeRestoreNotEnabledFault";
800
+ _this.$fault = "client";
801
+ Object.setPrototypeOf(_this, PointInTimeRestoreNotEnabledFault.prototype);
802
+ return _this;
803
+ }
804
+ return PointInTimeRestoreNotEnabledFault;
805
+ }(__BaseException));
806
+ export { PointInTimeRestoreNotEnabledFault };
590
807
  export var RestoreDBInstanceToPointInTimeMessage;
591
808
  (function (RestoreDBInstanceToPointInTimeMessage) {
592
809
  RestoreDBInstanceToPointInTimeMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -635,6 +852,66 @@ export var StartDBInstanceAutomatedBackupsReplicationResult;
635
852
  (function (StartDBInstanceAutomatedBackupsReplicationResult) {
636
853
  StartDBInstanceAutomatedBackupsReplicationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
637
854
  })(StartDBInstanceAutomatedBackupsReplicationResult || (StartDBInstanceAutomatedBackupsReplicationResult = {}));
855
+ var ExportTaskAlreadyExistsFault = (function (_super) {
856
+ __extends(ExportTaskAlreadyExistsFault, _super);
857
+ function ExportTaskAlreadyExistsFault(opts) {
858
+ var _this = _super.call(this, __assign({ name: "ExportTaskAlreadyExistsFault", $fault: "client" }, opts)) || this;
859
+ _this.name = "ExportTaskAlreadyExistsFault";
860
+ _this.$fault = "client";
861
+ Object.setPrototypeOf(_this, ExportTaskAlreadyExistsFault.prototype);
862
+ return _this;
863
+ }
864
+ return ExportTaskAlreadyExistsFault;
865
+ }(__BaseException));
866
+ export { ExportTaskAlreadyExistsFault };
867
+ var IamRoleMissingPermissionsFault = (function (_super) {
868
+ __extends(IamRoleMissingPermissionsFault, _super);
869
+ function IamRoleMissingPermissionsFault(opts) {
870
+ var _this = _super.call(this, __assign({ name: "IamRoleMissingPermissionsFault", $fault: "client" }, opts)) || this;
871
+ _this.name = "IamRoleMissingPermissionsFault";
872
+ _this.$fault = "client";
873
+ Object.setPrototypeOf(_this, IamRoleMissingPermissionsFault.prototype);
874
+ return _this;
875
+ }
876
+ return IamRoleMissingPermissionsFault;
877
+ }(__BaseException));
878
+ export { IamRoleMissingPermissionsFault };
879
+ var IamRoleNotFoundFault = (function (_super) {
880
+ __extends(IamRoleNotFoundFault, _super);
881
+ function IamRoleNotFoundFault(opts) {
882
+ var _this = _super.call(this, __assign({ name: "IamRoleNotFoundFault", $fault: "client" }, opts)) || this;
883
+ _this.name = "IamRoleNotFoundFault";
884
+ _this.$fault = "client";
885
+ Object.setPrototypeOf(_this, IamRoleNotFoundFault.prototype);
886
+ return _this;
887
+ }
888
+ return IamRoleNotFoundFault;
889
+ }(__BaseException));
890
+ export { IamRoleNotFoundFault };
891
+ var InvalidExportOnlyFault = (function (_super) {
892
+ __extends(InvalidExportOnlyFault, _super);
893
+ function InvalidExportOnlyFault(opts) {
894
+ var _this = _super.call(this, __assign({ name: "InvalidExportOnlyFault", $fault: "client" }, opts)) || this;
895
+ _this.name = "InvalidExportOnlyFault";
896
+ _this.$fault = "client";
897
+ Object.setPrototypeOf(_this, InvalidExportOnlyFault.prototype);
898
+ return _this;
899
+ }
900
+ return InvalidExportOnlyFault;
901
+ }(__BaseException));
902
+ export { InvalidExportOnlyFault };
903
+ var InvalidExportSourceStateFault = (function (_super) {
904
+ __extends(InvalidExportSourceStateFault, _super);
905
+ function InvalidExportSourceStateFault(opts) {
906
+ var _this = _super.call(this, __assign({ name: "InvalidExportSourceStateFault", $fault: "client" }, opts)) || this;
907
+ _this.name = "InvalidExportSourceStateFault";
908
+ _this.$fault = "client";
909
+ Object.setPrototypeOf(_this, InvalidExportSourceStateFault.prototype);
910
+ return _this;
911
+ }
912
+ return InvalidExportSourceStateFault;
913
+ }(__BaseException));
914
+ export { InvalidExportSourceStateFault };
638
915
  export var StartExportTaskMessage;
639
916
  (function (StartExportTaskMessage) {
640
917
  StartExportTaskMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };