File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-kms/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.js23.7 KB · 629 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.KMSInvalidSignatureException = exports.KMSInvalidMacException = exports.InvalidGrantIdException = exports.InvalidImportTokenException = exports.IncorrectKeyMaterialException = exports.ExpiredImportTokenException = exports.InvalidMarkerException = exports.KeyUnavailableException = exports.InvalidKeyUsageException = exports.InvalidCiphertextException = exports.IncorrectKeyException = exports.CustomKeyStoreHasCMKsException = exports.XksKeyNotFoundException = exports.XksKeyInvalidConfigurationException = exports.XksKeyAlreadyInUseException = exports.UnsupportedOperationException = exports.TagException = exports.MalformedPolicyDocumentException = exports.InvalidGrantTokenException = exports.DryRunOperationException = exports.DisabledException = exports.XksProxyVpcEndpointServiceNotFoundException = exports.XksProxyVpcEndpointServiceInvalidConfigurationException = exports.XksProxyVpcEndpointServiceInUseException = exports.XksProxyUriUnreachableException = exports.XksProxyUriInUseException = exports.XksProxyUriEndpointInUseException = exports.XksProxyInvalidResponseException = exports.XksProxyInvalidConfigurationException = exports.XksProxyIncorrectAuthenticationCredentialException = exports.IncorrectTrustAnchorException = exports.CustomKeyStoreNameInUseException = exports.LimitExceededException = exports.InvalidAliasNameException = exports.CustomKeyStoreNotFoundException = exports.CustomKeyStoreInvalidStateException = exports.ConflictException = exports.CloudHsmClusterNotRelatedException = exports.CloudHsmClusterNotFoundException = exports.CloudHsmClusterNotActiveException = exports.CloudHsmClusterInvalidConfigurationException = exports.CloudHsmClusterInUseException = exports.NotFoundException = exports.KMSInvalidStateException = exports.KMSInternalException = exports.InvalidArnException = exports.DependencyTimeoutException = exports.AlreadyExistsException = void 0;const KMSServiceException_1 = require("./KMSServiceException");class AlreadyExistsException extends KMSServiceException_1.KMSServiceException {    name = "AlreadyExistsException";    $fault = "client";    constructor(opts) {        super({            name: "AlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AlreadyExistsException.prototype);    }}exports.AlreadyExistsException = AlreadyExistsException;class DependencyTimeoutException extends KMSServiceException_1.KMSServiceException {    name = "DependencyTimeoutException";    $fault = "server";    constructor(opts) {        super({            name: "DependencyTimeoutException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DependencyTimeoutException.prototype);    }}exports.DependencyTimeoutException = DependencyTimeoutException;class InvalidArnException extends KMSServiceException_1.KMSServiceException {    name = "InvalidArnException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidArnException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidArnException.prototype);    }}exports.InvalidArnException = InvalidArnException;class KMSInternalException extends KMSServiceException_1.KMSServiceException {    name = "KMSInternalException";    $fault = "server";    constructor(opts) {        super({            name: "KMSInternalException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, KMSInternalException.prototype);    }}exports.KMSInternalException = KMSInternalException;class KMSInvalidStateException extends KMSServiceException_1.KMSServiceException {    name = "KMSInvalidStateException";    $fault = "client";    constructor(opts) {        super({            name: "KMSInvalidStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSInvalidStateException.prototype);    }}exports.KMSInvalidStateException = KMSInvalidStateException;class NotFoundException extends KMSServiceException_1.KMSServiceException {    name = "NotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "NotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NotFoundException.prototype);    }}exports.NotFoundException = NotFoundException;class CloudHsmClusterInUseException extends KMSServiceException_1.KMSServiceException {    name = "CloudHsmClusterInUseException";    $fault = "client";    constructor(opts) {        super({            name: "CloudHsmClusterInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CloudHsmClusterInUseException.prototype);    }}exports.CloudHsmClusterInUseException = CloudHsmClusterInUseException;class CloudHsmClusterInvalidConfigurationException extends KMSServiceException_1.KMSServiceException {    name = "CloudHsmClusterInvalidConfigurationException";    $fault = "client";    constructor(opts) {        super({            name: "CloudHsmClusterInvalidConfigurationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CloudHsmClusterInvalidConfigurationException.prototype);    }}exports.CloudHsmClusterInvalidConfigurationException = CloudHsmClusterInvalidConfigurationException;class CloudHsmClusterNotActiveException extends KMSServiceException_1.KMSServiceException {    name = "CloudHsmClusterNotActiveException";    $fault = "client";    constructor(opts) {        super({            name: "CloudHsmClusterNotActiveException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CloudHsmClusterNotActiveException.prototype);    }}exports.CloudHsmClusterNotActiveException = CloudHsmClusterNotActiveException;class CloudHsmClusterNotFoundException extends KMSServiceException_1.KMSServiceException {    name = "CloudHsmClusterNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "CloudHsmClusterNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CloudHsmClusterNotFoundException.prototype);    }}exports.CloudHsmClusterNotFoundException = CloudHsmClusterNotFoundException;class CloudHsmClusterNotRelatedException extends KMSServiceException_1.KMSServiceException {    name = "CloudHsmClusterNotRelatedException";    $fault = "client";    constructor(opts) {        super({            name: "CloudHsmClusterNotRelatedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CloudHsmClusterNotRelatedException.prototype);    }}exports.CloudHsmClusterNotRelatedException = CloudHsmClusterNotRelatedException;class ConflictException extends KMSServiceException_1.KMSServiceException {    name = "ConflictException";    $fault = "client";    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);    }}exports.ConflictException = ConflictException;class CustomKeyStoreInvalidStateException extends KMSServiceException_1.KMSServiceException {    name = "CustomKeyStoreInvalidStateException";    $fault = "client";    constructor(opts) {        super({            name: "CustomKeyStoreInvalidStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CustomKeyStoreInvalidStateException.prototype);    }}exports.CustomKeyStoreInvalidStateException = CustomKeyStoreInvalidStateException;class CustomKeyStoreNotFoundException extends KMSServiceException_1.KMSServiceException {    name = "CustomKeyStoreNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "CustomKeyStoreNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CustomKeyStoreNotFoundException.prototype);    }}exports.CustomKeyStoreNotFoundException = CustomKeyStoreNotFoundException;class InvalidAliasNameException extends KMSServiceException_1.KMSServiceException {    name = "InvalidAliasNameException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidAliasNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidAliasNameException.prototype);    }}exports.InvalidAliasNameException = InvalidAliasNameException;class LimitExceededException extends KMSServiceException_1.KMSServiceException {    name = "LimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);    }}exports.LimitExceededException = LimitExceededException;class CustomKeyStoreNameInUseException extends KMSServiceException_1.KMSServiceException {    name = "CustomKeyStoreNameInUseException";    $fault = "client";    constructor(opts) {        super({            name: "CustomKeyStoreNameInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CustomKeyStoreNameInUseException.prototype);    }}exports.CustomKeyStoreNameInUseException = CustomKeyStoreNameInUseException;class IncorrectTrustAnchorException extends KMSServiceException_1.KMSServiceException {    name = "IncorrectTrustAnchorException";    $fault = "client";    constructor(opts) {        super({            name: "IncorrectTrustAnchorException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IncorrectTrustAnchorException.prototype);    }}exports.IncorrectTrustAnchorException = IncorrectTrustAnchorException;class XksProxyIncorrectAuthenticationCredentialException extends KMSServiceException_1.KMSServiceException {    name = "XksProxyIncorrectAuthenticationCredentialException";    $fault = "client";    constructor(opts) {        super({            name: "XksProxyIncorrectAuthenticationCredentialException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksProxyIncorrectAuthenticationCredentialException.prototype);    }}exports.XksProxyIncorrectAuthenticationCredentialException = XksProxyIncorrectAuthenticationCredentialException;class XksProxyInvalidConfigurationException extends KMSServiceException_1.KMSServiceException {    name = "XksProxyInvalidConfigurationException";    $fault = "client";    constructor(opts) {        super({            name: "XksProxyInvalidConfigurationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksProxyInvalidConfigurationException.prototype);    }}exports.XksProxyInvalidConfigurationException = XksProxyInvalidConfigurationException;class XksProxyInvalidResponseException extends KMSServiceException_1.KMSServiceException {    name = "XksProxyInvalidResponseException";    $fault = "client";    constructor(opts) {        super({            name: "XksProxyInvalidResponseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksProxyInvalidResponseException.prototype);    }}exports.XksProxyInvalidResponseException = XksProxyInvalidResponseException;class XksProxyUriEndpointInUseException extends KMSServiceException_1.KMSServiceException {    name = "XksProxyUriEndpointInUseException";    $fault = "client";    constructor(opts) {        super({            name: "XksProxyUriEndpointInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksProxyUriEndpointInUseException.prototype);    }}exports.XksProxyUriEndpointInUseException = XksProxyUriEndpointInUseException;class XksProxyUriInUseException extends KMSServiceException_1.KMSServiceException {    name = "XksProxyUriInUseException";    $fault = "client";    constructor(opts) {        super({            name: "XksProxyUriInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksProxyUriInUseException.prototype);    }}exports.XksProxyUriInUseException = XksProxyUriInUseException;class XksProxyUriUnreachableException extends KMSServiceException_1.KMSServiceException {    name = "XksProxyUriUnreachableException";    $fault = "client";    constructor(opts) {        super({            name: "XksProxyUriUnreachableException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksProxyUriUnreachableException.prototype);    }}exports.XksProxyUriUnreachableException = XksProxyUriUnreachableException;class XksProxyVpcEndpointServiceInUseException extends KMSServiceException_1.KMSServiceException {    name = "XksProxyVpcEndpointServiceInUseException";    $fault = "client";    constructor(opts) {        super({            name: "XksProxyVpcEndpointServiceInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksProxyVpcEndpointServiceInUseException.prototype);    }}exports.XksProxyVpcEndpointServiceInUseException = XksProxyVpcEndpointServiceInUseException;class XksProxyVpcEndpointServiceInvalidConfigurationException extends KMSServiceException_1.KMSServiceException {    name = "XksProxyVpcEndpointServiceInvalidConfigurationException";    $fault = "client";    constructor(opts) {        super({            name: "XksProxyVpcEndpointServiceInvalidConfigurationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksProxyVpcEndpointServiceInvalidConfigurationException.prototype);    }}exports.XksProxyVpcEndpointServiceInvalidConfigurationException = XksProxyVpcEndpointServiceInvalidConfigurationException;class XksProxyVpcEndpointServiceNotFoundException extends KMSServiceException_1.KMSServiceException {    name = "XksProxyVpcEndpointServiceNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "XksProxyVpcEndpointServiceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksProxyVpcEndpointServiceNotFoundException.prototype);    }}exports.XksProxyVpcEndpointServiceNotFoundException = XksProxyVpcEndpointServiceNotFoundException;class DisabledException extends KMSServiceException_1.KMSServiceException {    name = "DisabledException";    $fault = "client";    constructor(opts) {        super({            name: "DisabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DisabledException.prototype);    }}exports.DisabledException = DisabledException;class DryRunOperationException extends KMSServiceException_1.KMSServiceException {    name = "DryRunOperationException";    $fault = "client";    constructor(opts) {        super({            name: "DryRunOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DryRunOperationException.prototype);    }}exports.DryRunOperationException = DryRunOperationException;class InvalidGrantTokenException extends KMSServiceException_1.KMSServiceException {    name = "InvalidGrantTokenException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidGrantTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidGrantTokenException.prototype);    }}exports.InvalidGrantTokenException = InvalidGrantTokenException;class MalformedPolicyDocumentException extends KMSServiceException_1.KMSServiceException {    name = "MalformedPolicyDocumentException";    $fault = "client";    constructor(opts) {        super({            name: "MalformedPolicyDocumentException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);    }}exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;class TagException extends KMSServiceException_1.KMSServiceException {    name = "TagException";    $fault = "client";    constructor(opts) {        super({            name: "TagException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagException.prototype);    }}exports.TagException = TagException;class UnsupportedOperationException extends KMSServiceException_1.KMSServiceException {    name = "UnsupportedOperationException";    $fault = "client";    constructor(opts) {        super({            name: "UnsupportedOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnsupportedOperationException.prototype);    }}exports.UnsupportedOperationException = UnsupportedOperationException;class XksKeyAlreadyInUseException extends KMSServiceException_1.KMSServiceException {    name = "XksKeyAlreadyInUseException";    $fault = "client";    constructor(opts) {        super({            name: "XksKeyAlreadyInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksKeyAlreadyInUseException.prototype);    }}exports.XksKeyAlreadyInUseException = XksKeyAlreadyInUseException;class XksKeyInvalidConfigurationException extends KMSServiceException_1.KMSServiceException {    name = "XksKeyInvalidConfigurationException";    $fault = "client";    constructor(opts) {        super({            name: "XksKeyInvalidConfigurationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksKeyInvalidConfigurationException.prototype);    }}exports.XksKeyInvalidConfigurationException = XksKeyInvalidConfigurationException;class XksKeyNotFoundException extends KMSServiceException_1.KMSServiceException {    name = "XksKeyNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "XksKeyNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, XksKeyNotFoundException.prototype);    }}exports.XksKeyNotFoundException = XksKeyNotFoundException;class CustomKeyStoreHasCMKsException extends KMSServiceException_1.KMSServiceException {    name = "CustomKeyStoreHasCMKsException";    $fault = "client";    constructor(opts) {        super({            name: "CustomKeyStoreHasCMKsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CustomKeyStoreHasCMKsException.prototype);    }}exports.CustomKeyStoreHasCMKsException = CustomKeyStoreHasCMKsException;class IncorrectKeyException extends KMSServiceException_1.KMSServiceException {    name = "IncorrectKeyException";    $fault = "client";    constructor(opts) {        super({            name: "IncorrectKeyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IncorrectKeyException.prototype);    }}exports.IncorrectKeyException = IncorrectKeyException;class InvalidCiphertextException extends KMSServiceException_1.KMSServiceException {    name = "InvalidCiphertextException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidCiphertextException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidCiphertextException.prototype);    }}exports.InvalidCiphertextException = InvalidCiphertextException;class InvalidKeyUsageException extends KMSServiceException_1.KMSServiceException {    name = "InvalidKeyUsageException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidKeyUsageException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidKeyUsageException.prototype);    }}exports.InvalidKeyUsageException = InvalidKeyUsageException;class KeyUnavailableException extends KMSServiceException_1.KMSServiceException {    name = "KeyUnavailableException";    $fault = "server";    constructor(opts) {        super({            name: "KeyUnavailableException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, KeyUnavailableException.prototype);    }}exports.KeyUnavailableException = KeyUnavailableException;class InvalidMarkerException extends KMSServiceException_1.KMSServiceException {    name = "InvalidMarkerException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidMarkerException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidMarkerException.prototype);    }}exports.InvalidMarkerException = InvalidMarkerException;class ExpiredImportTokenException extends KMSServiceException_1.KMSServiceException {    name = "ExpiredImportTokenException";    $fault = "client";    constructor(opts) {        super({            name: "ExpiredImportTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ExpiredImportTokenException.prototype);    }}exports.ExpiredImportTokenException = ExpiredImportTokenException;class IncorrectKeyMaterialException extends KMSServiceException_1.KMSServiceException {    name = "IncorrectKeyMaterialException";    $fault = "client";    constructor(opts) {        super({            name: "IncorrectKeyMaterialException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, IncorrectKeyMaterialException.prototype);    }}exports.IncorrectKeyMaterialException = IncorrectKeyMaterialException;class InvalidImportTokenException extends KMSServiceException_1.KMSServiceException {    name = "InvalidImportTokenException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidImportTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidImportTokenException.prototype);    }}exports.InvalidImportTokenException = InvalidImportTokenException;class InvalidGrantIdException extends KMSServiceException_1.KMSServiceException {    name = "InvalidGrantIdException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidGrantIdException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidGrantIdException.prototype);    }}exports.InvalidGrantIdException = InvalidGrantIdException;class KMSInvalidMacException extends KMSServiceException_1.KMSServiceException {    name = "KMSInvalidMacException";    $fault = "client";    constructor(opts) {        super({            name: "KMSInvalidMacException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSInvalidMacException.prototype);    }}exports.KMSInvalidMacException = KMSInvalidMacException;class KMSInvalidSignatureException extends KMSServiceException_1.KMSServiceException {    name = "KMSInvalidSignatureException";    $fault = "client";    constructor(opts) {        super({            name: "KMSInvalidSignatureException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KMSInvalidSignatureException.prototype);    }}exports.KMSInvalidSignatureException = KMSInvalidSignatureException;