File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-docdb/dist-cjs/models

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

errors.js28.6 KB · 760 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.InvalidEventSubscriptionStateFault = exports.InvalidDBSubnetStateFault = exports.DBSnapshotAlreadyExistsFault = exports.InvalidDBParameterGroupStateFault = exports.GlobalClusterQuotaExceededFault = exports.GlobalClusterAlreadyExistsFault = exports.SubscriptionCategoryNotFoundFault = exports.SubscriptionAlreadyExistFault = exports.SNSTopicArnNotFoundFault = exports.SNSNoAuthorizationFault = exports.SNSInvalidTopicFault = exports.EventSubscriptionQuotaExceededFault = exports.DBSubnetQuotaExceededFault = exports.DBSubnetGroupQuotaExceededFault = exports.DBSubnetGroupAlreadyExistsFault = exports.StorageTypeNotSupportedFault = exports.InsufficientDBInstanceCapacityFault = exports.InstanceQuotaExceededFault = exports.DBSecurityGroupNotFoundFault = exports.DBInstanceAlreadyExistsFault = exports.AuthorizationNotFoundFault = exports.StorageQuotaExceededFault = exports.NetworkTypeNotSupported = exports.InvalidVPCNetworkStateFault = exports.InvalidSubnet = exports.InvalidGlobalClusterStateFault = exports.InvalidDBSubnetGroupStateFault = exports.InsufficientStorageClusterCapacityFault = exports.GlobalClusterNotFoundFault = exports.DBSubnetGroupNotFoundFault = exports.DBSubnetGroupDoesNotCoverEnoughAZs = exports.DBClusterQuotaExceededFault = exports.DBClusterParameterGroupNotFoundFault = exports.DBClusterAlreadyExistsFault = exports.SnapshotQuotaExceededFault = exports.KMSKeyNotAccessibleFault = exports.InvalidDBClusterSnapshotStateFault = exports.DBClusterSnapshotNotFoundFault = exports.DBClusterSnapshotAlreadyExistsFault = exports.DBParameterGroupQuotaExceededFault = exports.DBParameterGroupNotFoundFault = exports.DBParameterGroupAlreadyExistsFault = exports.ResourceNotFoundFault = exports.InvalidDBInstanceStateFault = exports.InvalidDBClusterStateFault = exports.DBSnapshotNotFoundFault = exports.DBInstanceNotFoundFault = exports.DBClusterNotFoundFault = exports.SubscriptionNotFoundFault = exports.SourceNotFoundFault = void 0;exports.InvalidRestoreFault = exports.InvalidDBSnapshotStateFault = exports.InsufficientDBClusterCapacityFault = exports.SubnetAlreadyInUse = exports.DBUpgradeDependencyFailureFault = exports.SharedSnapshotQuotaExceededFault = exports.InvalidDBSecurityGroupStateFault = exports.CertificateNotFoundFault = void 0;const DocDBServiceException_1 = require("./DocDBServiceException");class SourceNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "SourceNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "SourceNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SourceNotFoundFault.prototype);    }}exports.SourceNotFoundFault = SourceNotFoundFault;class SubscriptionNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "SubscriptionNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "SubscriptionNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SubscriptionNotFoundFault.prototype);    }}exports.SubscriptionNotFoundFault = SubscriptionNotFoundFault;class DBClusterNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBClusterNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "DBClusterNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBClusterNotFoundFault.prototype);    }}exports.DBClusterNotFoundFault = DBClusterNotFoundFault;class DBInstanceNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBInstanceNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "DBInstanceNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBInstanceNotFoundFault.prototype);    }}exports.DBInstanceNotFoundFault = DBInstanceNotFoundFault;class DBSnapshotNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBSnapshotNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "DBSnapshotNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBSnapshotNotFoundFault.prototype);    }}exports.DBSnapshotNotFoundFault = DBSnapshotNotFoundFault;class InvalidDBClusterStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidDBClusterStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDBClusterStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDBClusterStateFault.prototype);    }}exports.InvalidDBClusterStateFault = InvalidDBClusterStateFault;class InvalidDBInstanceStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidDBInstanceStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDBInstanceStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDBInstanceStateFault.prototype);    }}exports.InvalidDBInstanceStateFault = InvalidDBInstanceStateFault;class ResourceNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "ResourceNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "ResourceNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundFault.prototype);    }}exports.ResourceNotFoundFault = ResourceNotFoundFault;class DBParameterGroupAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBParameterGroupAlreadyExistsFault";    $fault = "client";    constructor(opts) {        super({            name: "DBParameterGroupAlreadyExistsFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBParameterGroupAlreadyExistsFault.prototype);    }}exports.DBParameterGroupAlreadyExistsFault = DBParameterGroupAlreadyExistsFault;class DBParameterGroupNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBParameterGroupNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "DBParameterGroupNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBParameterGroupNotFoundFault.prototype);    }}exports.DBParameterGroupNotFoundFault = DBParameterGroupNotFoundFault;class DBParameterGroupQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBParameterGroupQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "DBParameterGroupQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBParameterGroupQuotaExceededFault.prototype);    }}exports.DBParameterGroupQuotaExceededFault = DBParameterGroupQuotaExceededFault;class DBClusterSnapshotAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBClusterSnapshotAlreadyExistsFault";    $fault = "client";    constructor(opts) {        super({            name: "DBClusterSnapshotAlreadyExistsFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBClusterSnapshotAlreadyExistsFault.prototype);    }}exports.DBClusterSnapshotAlreadyExistsFault = DBClusterSnapshotAlreadyExistsFault;class DBClusterSnapshotNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBClusterSnapshotNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "DBClusterSnapshotNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBClusterSnapshotNotFoundFault.prototype);    }}exports.DBClusterSnapshotNotFoundFault = DBClusterSnapshotNotFoundFault;class InvalidDBClusterSnapshotStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidDBClusterSnapshotStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDBClusterSnapshotStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDBClusterSnapshotStateFault.prototype);    }}exports.InvalidDBClusterSnapshotStateFault = InvalidDBClusterSnapshotStateFault;class KMSKeyNotAccessibleFault extends DocDBServiceException_1.DocDBServiceException {    name = "KMSKeyNotAccessibleFault";    $fault = "client";    constructor(opts) {        super({            name: "KMSKeyNotAccessibleFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSKeyNotAccessibleFault.prototype);    }}exports.KMSKeyNotAccessibleFault = KMSKeyNotAccessibleFault;class SnapshotQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "SnapshotQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "SnapshotQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SnapshotQuotaExceededFault.prototype);    }}exports.SnapshotQuotaExceededFault = SnapshotQuotaExceededFault;class DBClusterAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBClusterAlreadyExistsFault";    $fault = "client";    constructor(opts) {        super({            name: "DBClusterAlreadyExistsFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBClusterAlreadyExistsFault.prototype);    }}exports.DBClusterAlreadyExistsFault = DBClusterAlreadyExistsFault;class DBClusterParameterGroupNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBClusterParameterGroupNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "DBClusterParameterGroupNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBClusterParameterGroupNotFoundFault.prototype);    }}exports.DBClusterParameterGroupNotFoundFault = DBClusterParameterGroupNotFoundFault;class DBClusterQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBClusterQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "DBClusterQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBClusterQuotaExceededFault.prototype);    }}exports.DBClusterQuotaExceededFault = DBClusterQuotaExceededFault;class DBSubnetGroupDoesNotCoverEnoughAZs extends DocDBServiceException_1.DocDBServiceException {    name = "DBSubnetGroupDoesNotCoverEnoughAZs";    $fault = "client";    constructor(opts) {        super({            name: "DBSubnetGroupDoesNotCoverEnoughAZs",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBSubnetGroupDoesNotCoverEnoughAZs.prototype);    }}exports.DBSubnetGroupDoesNotCoverEnoughAZs = DBSubnetGroupDoesNotCoverEnoughAZs;class DBSubnetGroupNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBSubnetGroupNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "DBSubnetGroupNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBSubnetGroupNotFoundFault.prototype);    }}exports.DBSubnetGroupNotFoundFault = DBSubnetGroupNotFoundFault;class GlobalClusterNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "GlobalClusterNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "GlobalClusterNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);    }}exports.GlobalClusterNotFoundFault = GlobalClusterNotFoundFault;class InsufficientStorageClusterCapacityFault extends DocDBServiceException_1.DocDBServiceException {    name = "InsufficientStorageClusterCapacityFault";    $fault = "client";    constructor(opts) {        super({            name: "InsufficientStorageClusterCapacityFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsufficientStorageClusterCapacityFault.prototype);    }}exports.InsufficientStorageClusterCapacityFault = InsufficientStorageClusterCapacityFault;class InvalidDBSubnetGroupStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidDBSubnetGroupStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDBSubnetGroupStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDBSubnetGroupStateFault.prototype);    }}exports.InvalidDBSubnetGroupStateFault = InvalidDBSubnetGroupStateFault;class InvalidGlobalClusterStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidGlobalClusterStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidGlobalClusterStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidGlobalClusterStateFault.prototype);    }}exports.InvalidGlobalClusterStateFault = InvalidGlobalClusterStateFault;class InvalidSubnet extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidSubnet";    $fault = "client";    constructor(opts) {        super({            name: "InvalidSubnet",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidSubnet.prototype);    }}exports.InvalidSubnet = InvalidSubnet;class InvalidVPCNetworkStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidVPCNetworkStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidVPCNetworkStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype);    }}exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;class NetworkTypeNotSupported extends DocDBServiceException_1.DocDBServiceException {    name = "NetworkTypeNotSupported";    $fault = "client";    constructor(opts) {        super({            name: "NetworkTypeNotSupported",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NetworkTypeNotSupported.prototype);    }}exports.NetworkTypeNotSupported = NetworkTypeNotSupported;class StorageQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "StorageQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "StorageQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, StorageQuotaExceededFault.prototype);    }}exports.StorageQuotaExceededFault = StorageQuotaExceededFault;class AuthorizationNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "AuthorizationNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "AuthorizationNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AuthorizationNotFoundFault.prototype);    }}exports.AuthorizationNotFoundFault = AuthorizationNotFoundFault;class DBInstanceAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBInstanceAlreadyExistsFault";    $fault = "client";    constructor(opts) {        super({            name: "DBInstanceAlreadyExistsFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);    }}exports.DBInstanceAlreadyExistsFault = DBInstanceAlreadyExistsFault;class DBSecurityGroupNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBSecurityGroupNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "DBSecurityGroupNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBSecurityGroupNotFoundFault.prototype);    }}exports.DBSecurityGroupNotFoundFault = DBSecurityGroupNotFoundFault;class InstanceQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "InstanceQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "InstanceQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InstanceQuotaExceededFault.prototype);    }}exports.InstanceQuotaExceededFault = InstanceQuotaExceededFault;class InsufficientDBInstanceCapacityFault extends DocDBServiceException_1.DocDBServiceException {    name = "InsufficientDBInstanceCapacityFault";    $fault = "client";    constructor(opts) {        super({            name: "InsufficientDBInstanceCapacityFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);    }}exports.InsufficientDBInstanceCapacityFault = InsufficientDBInstanceCapacityFault;class StorageTypeNotSupportedFault extends DocDBServiceException_1.DocDBServiceException {    name = "StorageTypeNotSupportedFault";    $fault = "client";    constructor(opts) {        super({            name: "StorageTypeNotSupportedFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);    }}exports.StorageTypeNotSupportedFault = StorageTypeNotSupportedFault;class DBSubnetGroupAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBSubnetGroupAlreadyExistsFault";    $fault = "client";    constructor(opts) {        super({            name: "DBSubnetGroupAlreadyExistsFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBSubnetGroupAlreadyExistsFault.prototype);    }}exports.DBSubnetGroupAlreadyExistsFault = DBSubnetGroupAlreadyExistsFault;class DBSubnetGroupQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBSubnetGroupQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "DBSubnetGroupQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBSubnetGroupQuotaExceededFault.prototype);    }}exports.DBSubnetGroupQuotaExceededFault = DBSubnetGroupQuotaExceededFault;class DBSubnetQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBSubnetQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "DBSubnetQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBSubnetQuotaExceededFault.prototype);    }}exports.DBSubnetQuotaExceededFault = DBSubnetQuotaExceededFault;class EventSubscriptionQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "EventSubscriptionQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "EventSubscriptionQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EventSubscriptionQuotaExceededFault.prototype);    }}exports.EventSubscriptionQuotaExceededFault = EventSubscriptionQuotaExceededFault;class SNSInvalidTopicFault extends DocDBServiceException_1.DocDBServiceException {    name = "SNSInvalidTopicFault";    $fault = "client";    constructor(opts) {        super({            name: "SNSInvalidTopicFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SNSInvalidTopicFault.prototype);    }}exports.SNSInvalidTopicFault = SNSInvalidTopicFault;class SNSNoAuthorizationFault extends DocDBServiceException_1.DocDBServiceException {    name = "SNSNoAuthorizationFault";    $fault = "client";    constructor(opts) {        super({            name: "SNSNoAuthorizationFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SNSNoAuthorizationFault.prototype);    }}exports.SNSNoAuthorizationFault = SNSNoAuthorizationFault;class SNSTopicArnNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "SNSTopicArnNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "SNSTopicArnNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SNSTopicArnNotFoundFault.prototype);    }}exports.SNSTopicArnNotFoundFault = SNSTopicArnNotFoundFault;class SubscriptionAlreadyExistFault extends DocDBServiceException_1.DocDBServiceException {    name = "SubscriptionAlreadyExistFault";    $fault = "client";    constructor(opts) {        super({            name: "SubscriptionAlreadyExistFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SubscriptionAlreadyExistFault.prototype);    }}exports.SubscriptionAlreadyExistFault = SubscriptionAlreadyExistFault;class SubscriptionCategoryNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "SubscriptionCategoryNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "SubscriptionCategoryNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SubscriptionCategoryNotFoundFault.prototype);    }}exports.SubscriptionCategoryNotFoundFault = SubscriptionCategoryNotFoundFault;class GlobalClusterAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {    name = "GlobalClusterAlreadyExistsFault";    $fault = "client";    constructor(opts) {        super({            name: "GlobalClusterAlreadyExistsFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, GlobalClusterAlreadyExistsFault.prototype);    }}exports.GlobalClusterAlreadyExistsFault = GlobalClusterAlreadyExistsFault;class GlobalClusterQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "GlobalClusterQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "GlobalClusterQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, GlobalClusterQuotaExceededFault.prototype);    }}exports.GlobalClusterQuotaExceededFault = GlobalClusterQuotaExceededFault;class InvalidDBParameterGroupStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidDBParameterGroupStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDBParameterGroupStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDBParameterGroupStateFault.prototype);    }}exports.InvalidDBParameterGroupStateFault = InvalidDBParameterGroupStateFault;class DBSnapshotAlreadyExistsFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBSnapshotAlreadyExistsFault";    $fault = "client";    constructor(opts) {        super({            name: "DBSnapshotAlreadyExistsFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBSnapshotAlreadyExistsFault.prototype);    }}exports.DBSnapshotAlreadyExistsFault = DBSnapshotAlreadyExistsFault;class InvalidDBSubnetStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidDBSubnetStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDBSubnetStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDBSubnetStateFault.prototype);    }}exports.InvalidDBSubnetStateFault = InvalidDBSubnetStateFault;class InvalidEventSubscriptionStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidEventSubscriptionStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidEventSubscriptionStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidEventSubscriptionStateFault.prototype);    }}exports.InvalidEventSubscriptionStateFault = InvalidEventSubscriptionStateFault;class CertificateNotFoundFault extends DocDBServiceException_1.DocDBServiceException {    name = "CertificateNotFoundFault";    $fault = "client";    constructor(opts) {        super({            name: "CertificateNotFoundFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CertificateNotFoundFault.prototype);    }}exports.CertificateNotFoundFault = CertificateNotFoundFault;class InvalidDBSecurityGroupStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidDBSecurityGroupStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDBSecurityGroupStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDBSecurityGroupStateFault.prototype);    }}exports.InvalidDBSecurityGroupStateFault = InvalidDBSecurityGroupStateFault;class SharedSnapshotQuotaExceededFault extends DocDBServiceException_1.DocDBServiceException {    name = "SharedSnapshotQuotaExceededFault";    $fault = "client";    constructor(opts) {        super({            name: "SharedSnapshotQuotaExceededFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SharedSnapshotQuotaExceededFault.prototype);    }}exports.SharedSnapshotQuotaExceededFault = SharedSnapshotQuotaExceededFault;class DBUpgradeDependencyFailureFault extends DocDBServiceException_1.DocDBServiceException {    name = "DBUpgradeDependencyFailureFault";    $fault = "client";    constructor(opts) {        super({            name: "DBUpgradeDependencyFailureFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DBUpgradeDependencyFailureFault.prototype);    }}exports.DBUpgradeDependencyFailureFault = DBUpgradeDependencyFailureFault;class SubnetAlreadyInUse extends DocDBServiceException_1.DocDBServiceException {    name = "SubnetAlreadyInUse";    $fault = "client";    constructor(opts) {        super({            name: "SubnetAlreadyInUse",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, SubnetAlreadyInUse.prototype);    }}exports.SubnetAlreadyInUse = SubnetAlreadyInUse;class InsufficientDBClusterCapacityFault extends DocDBServiceException_1.DocDBServiceException {    name = "InsufficientDBClusterCapacityFault";    $fault = "client";    constructor(opts) {        super({            name: "InsufficientDBClusterCapacityFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsufficientDBClusterCapacityFault.prototype);    }}exports.InsufficientDBClusterCapacityFault = InsufficientDBClusterCapacityFault;class InvalidDBSnapshotStateFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidDBSnapshotStateFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDBSnapshotStateFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDBSnapshotStateFault.prototype);    }}exports.InvalidDBSnapshotStateFault = InvalidDBSnapshotStateFault;class InvalidRestoreFault extends DocDBServiceException_1.DocDBServiceException {    name = "InvalidRestoreFault";    $fault = "client";    constructor(opts) {        super({            name: "InvalidRestoreFault",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidRestoreFault.prototype);    }}exports.InvalidRestoreFault = InvalidRestoreFault;