File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-chatbot/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.js18.5 KB · 471 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.UpdateSlackChannelConfigurationException = exports.UpdateTeamsChannelConfigurationException = exports.UpdateChimeWebhookConfigurationException = exports.UpdateAccountPreferencesException = exports.TooManyTagsException = exports.ServiceUnavailableException = exports.ListMicrosoftTeamsUserIdentitiesException = exports.ListMicrosoftTeamsConfiguredTeamsException = exports.ListTeamsChannelConfigurationsException = exports.GetTeamsChannelConfigurationException = exports.GetAccountPreferencesException = exports.DescribeSlackWorkspacesException = exports.DescribeSlackUserIdentitiesException = exports.DescribeSlackChannelConfigurationsException = exports.DescribeChimeWebhookConfigurationsException = exports.DeleteSlackWorkspaceAuthorizationFault = exports.DeleteSlackUserIdentityException = exports.DeleteSlackChannelConfigurationException = exports.DeleteMicrosoftTeamsUserIdentityException = exports.DeleteTeamsConfiguredTeamException = exports.DeleteTeamsChannelConfigurationException = exports.DeleteChimeWebhookConfigurationException = exports.ResourceNotFoundException = exports.CreateSlackChannelConfigurationException = exports.CreateTeamsChannelConfigurationException = exports.LimitExceededException = exports.InvalidParameterException = exports.CreateChimeWebhookConfigurationException = exports.ConflictException = exports.UnauthorizedException = exports.InvalidRequestException = exports.InternalServiceError = void 0;const ChatbotServiceException_1 = require("./ChatbotServiceException");class InternalServiceError extends ChatbotServiceException_1.ChatbotServiceException {    name = "InternalServiceError";    $fault = "server";    Message;    constructor(opts) {        super({            name: "InternalServiceError",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServiceError.prototype);        this.Message = opts.Message;    }}exports.InternalServiceError = InternalServiceError;class InvalidRequestException extends ChatbotServiceException_1.ChatbotServiceException {    name = "InvalidRequestException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidRequestException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidRequestException.prototype);    }}exports.InvalidRequestException = InvalidRequestException;class UnauthorizedException extends ChatbotServiceException_1.ChatbotServiceException {    name = "UnauthorizedException";    $fault = "client";    constructor(opts) {        super({            name: "UnauthorizedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnauthorizedException.prototype);    }}exports.UnauthorizedException = UnauthorizedException;class ConflictException extends ChatbotServiceException_1.ChatbotServiceException {    name = "ConflictException";    $fault = "client";    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);    }}exports.ConflictException = ConflictException;class CreateChimeWebhookConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "CreateChimeWebhookConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "CreateChimeWebhookConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, CreateChimeWebhookConfigurationException.prototype);        this.Message = opts.Message;    }}exports.CreateChimeWebhookConfigurationException = CreateChimeWebhookConfigurationException;class InvalidParameterException extends ChatbotServiceException_1.ChatbotServiceException {    name = "InvalidParameterException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidParameterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterException.prototype);    }}exports.InvalidParameterException = InvalidParameterException;class LimitExceededException extends ChatbotServiceException_1.ChatbotServiceException {    name = "LimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);    }}exports.LimitExceededException = LimitExceededException;class CreateTeamsChannelConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "CreateTeamsChannelConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "CreateTeamsChannelConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, CreateTeamsChannelConfigurationException.prototype);        this.Message = opts.Message;    }}exports.CreateTeamsChannelConfigurationException = CreateTeamsChannelConfigurationException;class CreateSlackChannelConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "CreateSlackChannelConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "CreateSlackChannelConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, CreateSlackChannelConfigurationException.prototype);        this.Message = opts.Message;    }}exports.CreateSlackChannelConfigurationException = CreateSlackChannelConfigurationException;class ResourceNotFoundException extends ChatbotServiceException_1.ChatbotServiceException {    name = "ResourceNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);        this.Message = opts.Message;    }}exports.ResourceNotFoundException = ResourceNotFoundException;class DeleteChimeWebhookConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DeleteChimeWebhookConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DeleteChimeWebhookConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DeleteChimeWebhookConfigurationException.prototype);        this.Message = opts.Message;    }}exports.DeleteChimeWebhookConfigurationException = DeleteChimeWebhookConfigurationException;class DeleteTeamsChannelConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DeleteTeamsChannelConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DeleteTeamsChannelConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DeleteTeamsChannelConfigurationException.prototype);        this.Message = opts.Message;    }}exports.DeleteTeamsChannelConfigurationException = DeleteTeamsChannelConfigurationException;class DeleteTeamsConfiguredTeamException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DeleteTeamsConfiguredTeamException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DeleteTeamsConfiguredTeamException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DeleteTeamsConfiguredTeamException.prototype);        this.Message = opts.Message;    }}exports.DeleteTeamsConfiguredTeamException = DeleteTeamsConfiguredTeamException;class DeleteMicrosoftTeamsUserIdentityException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DeleteMicrosoftTeamsUserIdentityException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DeleteMicrosoftTeamsUserIdentityException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DeleteMicrosoftTeamsUserIdentityException.prototype);        this.Message = opts.Message;    }}exports.DeleteMicrosoftTeamsUserIdentityException = DeleteMicrosoftTeamsUserIdentityException;class DeleteSlackChannelConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DeleteSlackChannelConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DeleteSlackChannelConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DeleteSlackChannelConfigurationException.prototype);        this.Message = opts.Message;    }}exports.DeleteSlackChannelConfigurationException = DeleteSlackChannelConfigurationException;class DeleteSlackUserIdentityException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DeleteSlackUserIdentityException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DeleteSlackUserIdentityException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DeleteSlackUserIdentityException.prototype);        this.Message = opts.Message;    }}exports.DeleteSlackUserIdentityException = DeleteSlackUserIdentityException;class DeleteSlackWorkspaceAuthorizationFault extends ChatbotServiceException_1.ChatbotServiceException {    name = "DeleteSlackWorkspaceAuthorizationFault";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DeleteSlackWorkspaceAuthorizationFault",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DeleteSlackWorkspaceAuthorizationFault.prototype);        this.Message = opts.Message;    }}exports.DeleteSlackWorkspaceAuthorizationFault = DeleteSlackWorkspaceAuthorizationFault;class DescribeChimeWebhookConfigurationsException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DescribeChimeWebhookConfigurationsException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DescribeChimeWebhookConfigurationsException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DescribeChimeWebhookConfigurationsException.prototype);        this.Message = opts.Message;    }}exports.DescribeChimeWebhookConfigurationsException = DescribeChimeWebhookConfigurationsException;class DescribeSlackChannelConfigurationsException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DescribeSlackChannelConfigurationsException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DescribeSlackChannelConfigurationsException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DescribeSlackChannelConfigurationsException.prototype);        this.Message = opts.Message;    }}exports.DescribeSlackChannelConfigurationsException = DescribeSlackChannelConfigurationsException;class DescribeSlackUserIdentitiesException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DescribeSlackUserIdentitiesException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DescribeSlackUserIdentitiesException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DescribeSlackUserIdentitiesException.prototype);        this.Message = opts.Message;    }}exports.DescribeSlackUserIdentitiesException = DescribeSlackUserIdentitiesException;class DescribeSlackWorkspacesException extends ChatbotServiceException_1.ChatbotServiceException {    name = "DescribeSlackWorkspacesException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "DescribeSlackWorkspacesException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, DescribeSlackWorkspacesException.prototype);        this.Message = opts.Message;    }}exports.DescribeSlackWorkspacesException = DescribeSlackWorkspacesException;class GetAccountPreferencesException extends ChatbotServiceException_1.ChatbotServiceException {    name = "GetAccountPreferencesException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "GetAccountPreferencesException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, GetAccountPreferencesException.prototype);        this.Message = opts.Message;    }}exports.GetAccountPreferencesException = GetAccountPreferencesException;class GetTeamsChannelConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "GetTeamsChannelConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "GetTeamsChannelConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, GetTeamsChannelConfigurationException.prototype);        this.Message = opts.Message;    }}exports.GetTeamsChannelConfigurationException = GetTeamsChannelConfigurationException;class ListTeamsChannelConfigurationsException extends ChatbotServiceException_1.ChatbotServiceException {    name = "ListTeamsChannelConfigurationsException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "ListTeamsChannelConfigurationsException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ListTeamsChannelConfigurationsException.prototype);        this.Message = opts.Message;    }}exports.ListTeamsChannelConfigurationsException = ListTeamsChannelConfigurationsException;class ListMicrosoftTeamsConfiguredTeamsException extends ChatbotServiceException_1.ChatbotServiceException {    name = "ListMicrosoftTeamsConfiguredTeamsException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "ListMicrosoftTeamsConfiguredTeamsException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ListMicrosoftTeamsConfiguredTeamsException.prototype);        this.Message = opts.Message;    }}exports.ListMicrosoftTeamsConfiguredTeamsException = ListMicrosoftTeamsConfiguredTeamsException;class ListMicrosoftTeamsUserIdentitiesException extends ChatbotServiceException_1.ChatbotServiceException {    name = "ListMicrosoftTeamsUserIdentitiesException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "ListMicrosoftTeamsUserIdentitiesException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, ListMicrosoftTeamsUserIdentitiesException.prototype);        this.Message = opts.Message;    }}exports.ListMicrosoftTeamsUserIdentitiesException = ListMicrosoftTeamsUserIdentitiesException;class ServiceUnavailableException extends ChatbotServiceException_1.ChatbotServiceException {    name = "ServiceUnavailableException";    $fault = "client";    constructor(opts) {        super({            name: "ServiceUnavailableException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ServiceUnavailableException.prototype);    }}exports.ServiceUnavailableException = ServiceUnavailableException;class TooManyTagsException extends ChatbotServiceException_1.ChatbotServiceException {    name = "TooManyTagsException";    $fault = "client";    constructor(opts) {        super({            name: "TooManyTagsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyTagsException.prototype);    }}exports.TooManyTagsException = TooManyTagsException;class UpdateAccountPreferencesException extends ChatbotServiceException_1.ChatbotServiceException {    name = "UpdateAccountPreferencesException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "UpdateAccountPreferencesException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, UpdateAccountPreferencesException.prototype);        this.Message = opts.Message;    }}exports.UpdateAccountPreferencesException = UpdateAccountPreferencesException;class UpdateChimeWebhookConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "UpdateChimeWebhookConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "UpdateChimeWebhookConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, UpdateChimeWebhookConfigurationException.prototype);        this.Message = opts.Message;    }}exports.UpdateChimeWebhookConfigurationException = UpdateChimeWebhookConfigurationException;class UpdateTeamsChannelConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "UpdateTeamsChannelConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "UpdateTeamsChannelConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, UpdateTeamsChannelConfigurationException.prototype);        this.Message = opts.Message;    }}exports.UpdateTeamsChannelConfigurationException = UpdateTeamsChannelConfigurationException;class UpdateSlackChannelConfigurationException extends ChatbotServiceException_1.ChatbotServiceException {    name = "UpdateSlackChannelConfigurationException";    $fault = "server";    Message;    constructor(opts) {        super({            name: "UpdateSlackChannelConfigurationException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, UpdateSlackChannelConfigurationException.prototype);        this.Message = opts.Message;    }}exports.UpdateSlackChannelConfigurationException = UpdateSlackChannelConfigurationException;