/var/runtime/node_modules/@aws-sdk/client-dax/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 /.
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.SubnetInUse = exports.TagNotFoundFault = exports.InvalidARNFault = exports.SubnetGroupInUseFault = exports.NodeNotFoundFault = exports.ClusterNotFoundFault = exports.SubnetQuotaExceededFault = exports.SubnetNotAllowedFault = exports.SubnetGroupQuotaExceededFault = exports.SubnetGroupAlreadyExistsFault = exports.InvalidSubnet = exports.ParameterGroupQuotaExceededFault = exports.ParameterGroupAlreadyExistsFault = exports.TagQuotaPerResourceExceeded = exports.SubnetGroupNotFoundFault = exports.ServiceQuotaExceededException = exports.ServiceLinkedRoleNotFoundFault = exports.ParameterGroupNotFoundFault = exports.NodeQuotaForCustomerExceededFault = exports.NodeQuotaForClusterExceededFault = exports.InvalidVPCNetworkStateFault = exports.InvalidParameterValueException = exports.InvalidParameterGroupStateFault = exports.InvalidParameterCombinationException = exports.InvalidClusterStateFault = exports.InsufficientClusterCapacityFault = exports.ClusterQuotaForCustomerExceededFault = exports.ClusterAlreadyExistsFault = void 0;const DAXServiceException_1 = require("./DAXServiceException");class ClusterAlreadyExistsFault extends DAXServiceException_1.DAXServiceException { name = "ClusterAlreadyExistsFault"; $fault = "client"; constructor(opts) { super({ name: "ClusterAlreadyExistsFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ClusterAlreadyExistsFault.prototype); }}exports.ClusterAlreadyExistsFault = ClusterAlreadyExistsFault;class ClusterQuotaForCustomerExceededFault extends DAXServiceException_1.DAXServiceException { name = "ClusterQuotaForCustomerExceededFault"; $fault = "client"; constructor(opts) { super({ name: "ClusterQuotaForCustomerExceededFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ClusterQuotaForCustomerExceededFault.prototype); }}exports.ClusterQuotaForCustomerExceededFault = ClusterQuotaForCustomerExceededFault;class InsufficientClusterCapacityFault extends DAXServiceException_1.DAXServiceException { name = "InsufficientClusterCapacityFault"; $fault = "client"; constructor(opts) { super({ name: "InsufficientClusterCapacityFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InsufficientClusterCapacityFault.prototype); }}exports.InsufficientClusterCapacityFault = InsufficientClusterCapacityFault;class InvalidClusterStateFault extends DAXServiceException_1.DAXServiceException { name = "InvalidClusterStateFault"; $fault = "client"; constructor(opts) { super({ name: "InvalidClusterStateFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidClusterStateFault.prototype); }}exports.InvalidClusterStateFault = InvalidClusterStateFault;class InvalidParameterCombinationException extends DAXServiceException_1.DAXServiceException { name = "InvalidParameterCombinationException"; $fault = "client"; constructor(opts) { super({ name: "InvalidParameterCombinationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype); }}exports.InvalidParameterCombinationException = InvalidParameterCombinationException;class InvalidParameterGroupStateFault extends DAXServiceException_1.DAXServiceException { name = "InvalidParameterGroupStateFault"; $fault = "client"; constructor(opts) { super({ name: "InvalidParameterGroupStateFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidParameterGroupStateFault.prototype); }}exports.InvalidParameterGroupStateFault = InvalidParameterGroupStateFault;class InvalidParameterValueException extends DAXServiceException_1.DAXServiceException { name = "InvalidParameterValueException"; $fault = "client"; constructor(opts) { super({ name: "InvalidParameterValueException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidParameterValueException.prototype); }}exports.InvalidParameterValueException = InvalidParameterValueException;class InvalidVPCNetworkStateFault extends DAXServiceException_1.DAXServiceException { name = "InvalidVPCNetworkStateFault"; $fault = "client"; constructor(opts) { super({ name: "InvalidVPCNetworkStateFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidVPCNetworkStateFault.prototype); }}exports.InvalidVPCNetworkStateFault = InvalidVPCNetworkStateFault;class NodeQuotaForClusterExceededFault extends DAXServiceException_1.DAXServiceException { name = "NodeQuotaForClusterExceededFault"; $fault = "client"; constructor(opts) { super({ name: "NodeQuotaForClusterExceededFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NodeQuotaForClusterExceededFault.prototype); }}exports.NodeQuotaForClusterExceededFault = NodeQuotaForClusterExceededFault;class NodeQuotaForCustomerExceededFault extends DAXServiceException_1.DAXServiceException { name = "NodeQuotaForCustomerExceededFault"; $fault = "client"; constructor(opts) { super({ name: "NodeQuotaForCustomerExceededFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NodeQuotaForCustomerExceededFault.prototype); }}exports.NodeQuotaForCustomerExceededFault = NodeQuotaForCustomerExceededFault;class ParameterGroupNotFoundFault extends DAXServiceException_1.DAXServiceException { name = "ParameterGroupNotFoundFault"; $fault = "client"; constructor(opts) { super({ name: "ParameterGroupNotFoundFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ParameterGroupNotFoundFault.prototype); }}exports.ParameterGroupNotFoundFault = ParameterGroupNotFoundFault;class ServiceLinkedRoleNotFoundFault extends DAXServiceException_1.DAXServiceException { name = "ServiceLinkedRoleNotFoundFault"; $fault = "client"; constructor(opts) { super({ name: "ServiceLinkedRoleNotFoundFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ServiceLinkedRoleNotFoundFault.prototype); }}exports.ServiceLinkedRoleNotFoundFault = ServiceLinkedRoleNotFoundFault;class ServiceQuotaExceededException extends DAXServiceException_1.DAXServiceException { name = "ServiceQuotaExceededException"; $fault = "client"; constructor(opts) { super({ name: "ServiceQuotaExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype); }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class SubnetGroupNotFoundFault extends DAXServiceException_1.DAXServiceException { name = "SubnetGroupNotFoundFault"; $fault = "client"; constructor(opts) { super({ name: "SubnetGroupNotFoundFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, SubnetGroupNotFoundFault.prototype); }}exports.SubnetGroupNotFoundFault = SubnetGroupNotFoundFault;class TagQuotaPerResourceExceeded extends DAXServiceException_1.DAXServiceException { name = "TagQuotaPerResourceExceeded"; $fault = "client"; constructor(opts) { super({ name: "TagQuotaPerResourceExceeded", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TagQuotaPerResourceExceeded.prototype); }}exports.TagQuotaPerResourceExceeded = TagQuotaPerResourceExceeded;class ParameterGroupAlreadyExistsFault extends DAXServiceException_1.DAXServiceException { name = "ParameterGroupAlreadyExistsFault"; $fault = "client"; constructor(opts) { super({ name: "ParameterGroupAlreadyExistsFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ParameterGroupAlreadyExistsFault.prototype); }}exports.ParameterGroupAlreadyExistsFault = ParameterGroupAlreadyExistsFault;class ParameterGroupQuotaExceededFault extends DAXServiceException_1.DAXServiceException { name = "ParameterGroupQuotaExceededFault"; $fault = "client"; constructor(opts) { super({ name: "ParameterGroupQuotaExceededFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ParameterGroupQuotaExceededFault.prototype); }}exports.ParameterGroupQuotaExceededFault = ParameterGroupQuotaExceededFault;class InvalidSubnet extends DAXServiceException_1.DAXServiceException { name = "InvalidSubnet"; $fault = "client"; constructor(opts) { super({ name: "InvalidSubnet", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidSubnet.prototype); }}exports.InvalidSubnet = InvalidSubnet;class SubnetGroupAlreadyExistsFault extends DAXServiceException_1.DAXServiceException { name = "SubnetGroupAlreadyExistsFault"; $fault = "client"; constructor(opts) { super({ name: "SubnetGroupAlreadyExistsFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, SubnetGroupAlreadyExistsFault.prototype); }}exports.SubnetGroupAlreadyExistsFault = SubnetGroupAlreadyExistsFault;class SubnetGroupQuotaExceededFault extends DAXServiceException_1.DAXServiceException { name = "SubnetGroupQuotaExceededFault"; $fault = "client"; constructor(opts) { super({ name: "SubnetGroupQuotaExceededFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, SubnetGroupQuotaExceededFault.prototype); }}exports.SubnetGroupQuotaExceededFault = SubnetGroupQuotaExceededFault;class SubnetNotAllowedFault extends DAXServiceException_1.DAXServiceException { name = "SubnetNotAllowedFault"; $fault = "client"; constructor(opts) { super({ name: "SubnetNotAllowedFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, SubnetNotAllowedFault.prototype); }}exports.SubnetNotAllowedFault = SubnetNotAllowedFault;class SubnetQuotaExceededFault extends DAXServiceException_1.DAXServiceException { name = "SubnetQuotaExceededFault"; $fault = "client"; constructor(opts) { super({ name: "SubnetQuotaExceededFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, SubnetQuotaExceededFault.prototype); }}exports.SubnetQuotaExceededFault = SubnetQuotaExceededFault;class ClusterNotFoundFault extends DAXServiceException_1.DAXServiceException { name = "ClusterNotFoundFault"; $fault = "client"; constructor(opts) { super({ name: "ClusterNotFoundFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ClusterNotFoundFault.prototype); }}exports.ClusterNotFoundFault = ClusterNotFoundFault;class NodeNotFoundFault extends DAXServiceException_1.DAXServiceException { name = "NodeNotFoundFault"; $fault = "client"; constructor(opts) { super({ name: "NodeNotFoundFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NodeNotFoundFault.prototype); }}exports.NodeNotFoundFault = NodeNotFoundFault;class SubnetGroupInUseFault extends DAXServiceException_1.DAXServiceException { name = "SubnetGroupInUseFault"; $fault = "client"; constructor(opts) { super({ name: "SubnetGroupInUseFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, SubnetGroupInUseFault.prototype); }}exports.SubnetGroupInUseFault = SubnetGroupInUseFault;class InvalidARNFault extends DAXServiceException_1.DAXServiceException { name = "InvalidARNFault"; $fault = "client"; constructor(opts) { super({ name: "InvalidARNFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidARNFault.prototype); }}exports.InvalidARNFault = InvalidARNFault;class TagNotFoundFault extends DAXServiceException_1.DAXServiceException { name = "TagNotFoundFault"; $fault = "client"; constructor(opts) { super({ name: "TagNotFoundFault", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TagNotFoundFault.prototype); }}exports.TagNotFoundFault = TagNotFoundFault;class SubnetInUse extends DAXServiceException_1.DAXServiceException { name = "SubnetInUse"; $fault = "client"; constructor(opts) { super({ name: "SubnetInUse", $fault: "client", ...opts, }); Object.setPrototypeOf(this, SubnetInUse.prototype); }}exports.SubnetInUse = SubnetInUse;