/proc/self/root/var/runtime/node_modules/@aws-sdk/client-rekognition/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.VideoTooLargeException = exports.MalformedPolicyDocumentException = exports.InvalidManifestException = exports.SessionNotFoundException = exports.HumanLoopQuotaExceededException = exports.ResourceNotReadyException = exports.InvalidPaginationTokenException = exports.InvalidPolicyRevisionIdException = exports.ResourceAlreadyExistsException = exports.ResourceInUseException = exports.LimitExceededException = exports.InvalidS3ObjectException = exports.InvalidImageFormatException = exports.ImageTooLargeException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.ProvisionedThroughputExceededException = exports.InvalidParameterException = exports.InternalServerError = exports.IdempotentParameterMismatchException = exports.ConflictException = exports.AccessDeniedException = void 0;const RekognitionServiceException_1 = require("./RekognitionServiceException");class AccessDeniedException extends RekognitionServiceException_1.RekognitionServiceException { name = "AccessDeniedException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "AccessDeniedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, AccessDeniedException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.AccessDeniedException = AccessDeniedException;class ConflictException extends RekognitionServiceException_1.RekognitionServiceException { name = "ConflictException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "ConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.ConflictException = ConflictException;class IdempotentParameterMismatchException extends RekognitionServiceException_1.RekognitionServiceException { name = "IdempotentParameterMismatchException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "IdempotentParameterMismatchException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;class InternalServerError extends RekognitionServiceException_1.RekognitionServiceException { name = "InternalServerError"; $fault = "server"; Message; Code; Logref; constructor(opts) { super({ name: "InternalServerError", $fault: "server", ...opts, }); Object.setPrototypeOf(this, InternalServerError.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.InternalServerError = InternalServerError;class InvalidParameterException extends RekognitionServiceException_1.RekognitionServiceException { name = "InvalidParameterException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "InvalidParameterException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidParameterException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.InvalidParameterException = InvalidParameterException;class ProvisionedThroughputExceededException extends RekognitionServiceException_1.RekognitionServiceException { name = "ProvisionedThroughputExceededException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "ProvisionedThroughputExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ProvisionedThroughputExceededException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.ProvisionedThroughputExceededException = ProvisionedThroughputExceededException;class ResourceNotFoundException extends RekognitionServiceException_1.RekognitionServiceException { name = "ResourceNotFoundException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.ResourceNotFoundException = ResourceNotFoundException;class ServiceQuotaExceededException extends RekognitionServiceException_1.RekognitionServiceException { name = "ServiceQuotaExceededException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "ServiceQuotaExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class ThrottlingException extends RekognitionServiceException_1.RekognitionServiceException { name = "ThrottlingException"; $fault = "server"; Message; Code; Logref; constructor(opts) { super({ name: "ThrottlingException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, ThrottlingException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.ThrottlingException = ThrottlingException;class ImageTooLargeException extends RekognitionServiceException_1.RekognitionServiceException { name = "ImageTooLargeException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "ImageTooLargeException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ImageTooLargeException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.ImageTooLargeException = ImageTooLargeException;class InvalidImageFormatException extends RekognitionServiceException_1.RekognitionServiceException { name = "InvalidImageFormatException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "InvalidImageFormatException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidImageFormatException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.InvalidImageFormatException = InvalidImageFormatException;class InvalidS3ObjectException extends RekognitionServiceException_1.RekognitionServiceException { name = "InvalidS3ObjectException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "InvalidS3ObjectException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidS3ObjectException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.InvalidS3ObjectException = InvalidS3ObjectException;class LimitExceededException extends RekognitionServiceException_1.RekognitionServiceException { name = "LimitExceededException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "LimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, LimitExceededException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.LimitExceededException = LimitExceededException;class ResourceInUseException extends RekognitionServiceException_1.RekognitionServiceException { name = "ResourceInUseException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "ResourceInUseException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceInUseException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.ResourceInUseException = ResourceInUseException;class ResourceAlreadyExistsException extends RekognitionServiceException_1.RekognitionServiceException { name = "ResourceAlreadyExistsException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "ResourceAlreadyExistsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;class InvalidPolicyRevisionIdException extends RekognitionServiceException_1.RekognitionServiceException { name = "InvalidPolicyRevisionIdException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "InvalidPolicyRevisionIdException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidPolicyRevisionIdException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException;class InvalidPaginationTokenException extends RekognitionServiceException_1.RekognitionServiceException { name = "InvalidPaginationTokenException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "InvalidPaginationTokenException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.InvalidPaginationTokenException = InvalidPaginationTokenException;class ResourceNotReadyException extends RekognitionServiceException_1.RekognitionServiceException { name = "ResourceNotReadyException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "ResourceNotReadyException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotReadyException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.ResourceNotReadyException = ResourceNotReadyException;class HumanLoopQuotaExceededException extends RekognitionServiceException_1.RekognitionServiceException { name = "HumanLoopQuotaExceededException"; $fault = "client"; ResourceType; QuotaCode; ServiceCode; Message; Code; Logref; constructor(opts) { super({ name: "HumanLoopQuotaExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, HumanLoopQuotaExceededException.prototype); this.ResourceType = opts.ResourceType; this.QuotaCode = opts.QuotaCode; this.ServiceCode = opts.ServiceCode; this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.HumanLoopQuotaExceededException = HumanLoopQuotaExceededException;class SessionNotFoundException extends RekognitionServiceException_1.RekognitionServiceException { name = "SessionNotFoundException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "SessionNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, SessionNotFoundException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.SessionNotFoundException = SessionNotFoundException;class InvalidManifestException extends RekognitionServiceException_1.RekognitionServiceException { name = "InvalidManifestException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "InvalidManifestException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidManifestException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.InvalidManifestException = InvalidManifestException;class MalformedPolicyDocumentException extends RekognitionServiceException_1.RekognitionServiceException { name = "MalformedPolicyDocumentException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "MalformedPolicyDocumentException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;class VideoTooLargeException extends RekognitionServiceException_1.RekognitionServiceException { name = "VideoTooLargeException"; $fault = "client"; Message; Code; Logref; constructor(opts) { super({ name: "VideoTooLargeException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, VideoTooLargeException.prototype); this.Message = opts.Message; this.Code = opts.Code; this.Logref = opts.Logref; }}exports.VideoTooLargeException = VideoTooLargeException;