File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-cloudtrail/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.js48.8 KB · 1296 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.InvalidCloudWatchLogsRoleArnException = exports.InvalidCloudWatchLogsLogGroupArnException = exports.InsufficientSnsTopicPolicyException = exports.InsufficientS3BucketPolicyException = exports.CloudWatchLogsDeliveryUnavailableException = exports.CloudTrailInvalidClientTokenIdException = exports.ThrottlingException = exports.OrganizationsNotInUseException = exports.OrganizationNotInAllFeaturesModeException = exports.KmsKeyNotFoundException = exports.KmsException = exports.InvalidKmsKeyIdException = exports.InvalidEventSelectorsException = exports.InsufficientDependencyServiceAccessPermissionException = exports.EventDataStoreMaxLimitExceededException = exports.EventDataStoreAlreadyExistsException = exports.CloudTrailAccessNotEnabledException = exports.ServiceQuotaExceededException = exports.InvalidQueryStatementException = exports.InsufficientEncryptionPolicyException = exports.InvalidSourceException = exports.InvalidEventDataStoreCategoryException = exports.ChannelMaxLimitExceededException = exports.ChannelExistsForEDSException = exports.ChannelAlreadyExistsException = exports.CannotDelegateManagementAccountException = exports.QueryIdNotFoundException = exports.InvalidParameterException = exports.InactiveQueryException = exports.UnsupportedOperationException = exports.TagsLimitExceededException = exports.ResourceTypeNotSupportedException = exports.ResourceNotFoundException = exports.OperationNotPermittedException = exports.NotOrganizationMasterAccountException = exports.NoManagementAccountSLRExistsException = exports.InvalidTrailNameException = exports.InvalidTagParameterException = exports.InactiveEventDataStoreException = exports.EventDataStoreNotFoundException = exports.EventDataStoreARNInvalidException = exports.ConflictException = exports.CloudTrailARNInvalidException = exports.ChannelNotFoundException = exports.ChannelARNInvalidException = exports.AccountRegisteredException = exports.AccountNotRegisteredException = exports.AccountNotFoundException = exports.AccountHasOngoingImportException = exports.AccessDeniedException = void 0;exports.MaxConcurrentQueriesException = exports.InvalidImportSourceException = exports.DelegatedAdminAccountLimitExceededException = exports.ResourcePolicyNotValidException = exports.InvalidInsightSelectorsException = exports.InsufficientIAMAccessPermissionException = exports.InvalidLookupAttributesException = exports.InvalidEventCategoryException = exports.InvalidQueryStatusException = exports.InvalidDateRangeException = exports.InvalidTokenException = exports.InvalidTimeRangeException = exports.InvalidNextTokenException = exports.InvalidMaxResultsException = exports.InsightNotEnabledException = exports.ImportNotFoundException = exports.InvalidEventDataStoreStatusException = exports.GenerateResponseException = exports.ConcurrentModificationException = exports.NotOrganizationManagementAccountException = exports.TrailNotFoundException = exports.InvalidHomeRegionException = exports.ResourcePolicyNotFoundException = exports.ResourceARNNotValidException = exports.EventDataStoreTerminationProtectedException = exports.EventDataStoreHasOngoingImportException = exports.EventDataStoreFederationEnabledException = exports.TrailNotProvidedException = exports.TrailAlreadyExistsException = exports.S3BucketDoesNotExistException = exports.MaximumNumberOfTrailsExceededException = exports.KmsKeyDisabledException = exports.InvalidSnsTopicNameException = exports.InvalidS3PrefixException = exports.InvalidS3BucketNameException = exports.InvalidParameterCombinationException = void 0;const CloudTrailServiceException_1 = require("./CloudTrailServiceException");class AccessDeniedException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "AccessDeniedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);        this.Message = opts.Message;    }}exports.AccessDeniedException = AccessDeniedException;class AccountHasOngoingImportException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "AccountHasOngoingImportException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "AccountHasOngoingImportException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccountHasOngoingImportException.prototype);        this.Message = opts.Message;    }}exports.AccountHasOngoingImportException = AccountHasOngoingImportException;class AccountNotFoundException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "AccountNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "AccountNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccountNotFoundException.prototype);        this.Message = opts.Message;    }}exports.AccountNotFoundException = AccountNotFoundException;class AccountNotRegisteredException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "AccountNotRegisteredException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "AccountNotRegisteredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccountNotRegisteredException.prototype);        this.Message = opts.Message;    }}exports.AccountNotRegisteredException = AccountNotRegisteredException;class AccountRegisteredException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "AccountRegisteredException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "AccountRegisteredException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccountRegisteredException.prototype);        this.Message = opts.Message;    }}exports.AccountRegisteredException = AccountRegisteredException;class ChannelARNInvalidException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ChannelARNInvalidException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ChannelARNInvalidException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ChannelARNInvalidException.prototype);        this.Message = opts.Message;    }}exports.ChannelARNInvalidException = ChannelARNInvalidException;class ChannelNotFoundException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ChannelNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ChannelNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ChannelNotFoundException.prototype);        this.Message = opts.Message;    }}exports.ChannelNotFoundException = ChannelNotFoundException;class CloudTrailARNInvalidException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "CloudTrailARNInvalidException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "CloudTrailARNInvalidException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CloudTrailARNInvalidException.prototype);        this.Message = opts.Message;    }}exports.CloudTrailARNInvalidException = CloudTrailARNInvalidException;class ConflictException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ConflictException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);        this.Message = opts.Message;    }}exports.ConflictException = ConflictException;class EventDataStoreARNInvalidException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "EventDataStoreARNInvalidException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EventDataStoreARNInvalidException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EventDataStoreARNInvalidException.prototype);        this.Message = opts.Message;    }}exports.EventDataStoreARNInvalidException = EventDataStoreARNInvalidException;class EventDataStoreNotFoundException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "EventDataStoreNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EventDataStoreNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EventDataStoreNotFoundException.prototype);        this.Message = opts.Message;    }}exports.EventDataStoreNotFoundException = EventDataStoreNotFoundException;class InactiveEventDataStoreException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InactiveEventDataStoreException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InactiveEventDataStoreException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InactiveEventDataStoreException.prototype);        this.Message = opts.Message;    }}exports.InactiveEventDataStoreException = InactiveEventDataStoreException;class InvalidTagParameterException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidTagParameterException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidTagParameterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTagParameterException.prototype);        this.Message = opts.Message;    }}exports.InvalidTagParameterException = InvalidTagParameterException;class InvalidTrailNameException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidTrailNameException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidTrailNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTrailNameException.prototype);        this.Message = opts.Message;    }}exports.InvalidTrailNameException = InvalidTrailNameException;class NoManagementAccountSLRExistsException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "NoManagementAccountSLRExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "NoManagementAccountSLRExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NoManagementAccountSLRExistsException.prototype);        this.Message = opts.Message;    }}exports.NoManagementAccountSLRExistsException = NoManagementAccountSLRExistsException;class NotOrganizationMasterAccountException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "NotOrganizationMasterAccountException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "NotOrganizationMasterAccountException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NotOrganizationMasterAccountException.prototype);        this.Message = opts.Message;    }}exports.NotOrganizationMasterAccountException = NotOrganizationMasterAccountException;class OperationNotPermittedException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "OperationNotPermittedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "OperationNotPermittedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OperationNotPermittedException.prototype);        this.Message = opts.Message;    }}exports.OperationNotPermittedException = OperationNotPermittedException;class ResourceNotFoundException extends CloudTrailServiceException_1.CloudTrailServiceException {    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 ResourceTypeNotSupportedException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ResourceTypeNotSupportedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceTypeNotSupportedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceTypeNotSupportedException.prototype);        this.Message = opts.Message;    }}exports.ResourceTypeNotSupportedException = ResourceTypeNotSupportedException;class TagsLimitExceededException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "TagsLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "TagsLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagsLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.TagsLimitExceededException = TagsLimitExceededException;class UnsupportedOperationException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "UnsupportedOperationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "UnsupportedOperationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, UnsupportedOperationException.prototype);        this.Message = opts.Message;    }}exports.UnsupportedOperationException = UnsupportedOperationException;class InactiveQueryException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InactiveQueryException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InactiveQueryException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InactiveQueryException.prototype);        this.Message = opts.Message;    }}exports.InactiveQueryException = InactiveQueryException;class InvalidParameterException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidParameterException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidParameterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterException.prototype);        this.Message = opts.Message;    }}exports.InvalidParameterException = InvalidParameterException;class QueryIdNotFoundException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "QueryIdNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "QueryIdNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, QueryIdNotFoundException.prototype);        this.Message = opts.Message;    }}exports.QueryIdNotFoundException = QueryIdNotFoundException;class CannotDelegateManagementAccountException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "CannotDelegateManagementAccountException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "CannotDelegateManagementAccountException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CannotDelegateManagementAccountException.prototype);        this.Message = opts.Message;    }}exports.CannotDelegateManagementAccountException = CannotDelegateManagementAccountException;class ChannelAlreadyExistsException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ChannelAlreadyExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ChannelAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ChannelAlreadyExistsException.prototype);        this.Message = opts.Message;    }}exports.ChannelAlreadyExistsException = ChannelAlreadyExistsException;class ChannelExistsForEDSException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ChannelExistsForEDSException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ChannelExistsForEDSException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ChannelExistsForEDSException.prototype);        this.Message = opts.Message;    }}exports.ChannelExistsForEDSException = ChannelExistsForEDSException;class ChannelMaxLimitExceededException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ChannelMaxLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ChannelMaxLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ChannelMaxLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.ChannelMaxLimitExceededException = ChannelMaxLimitExceededException;class InvalidEventDataStoreCategoryException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidEventDataStoreCategoryException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidEventDataStoreCategoryException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidEventDataStoreCategoryException.prototype);        this.Message = opts.Message;    }}exports.InvalidEventDataStoreCategoryException = InvalidEventDataStoreCategoryException;class InvalidSourceException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidSourceException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidSourceException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidSourceException.prototype);        this.Message = opts.Message;    }}exports.InvalidSourceException = InvalidSourceException;class InsufficientEncryptionPolicyException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InsufficientEncryptionPolicyException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InsufficientEncryptionPolicyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsufficientEncryptionPolicyException.prototype);        this.Message = opts.Message;    }}exports.InsufficientEncryptionPolicyException = InsufficientEncryptionPolicyException;class InvalidQueryStatementException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidQueryStatementException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidQueryStatementException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidQueryStatementException.prototype);        this.Message = opts.Message;    }}exports.InvalidQueryStatementException = InvalidQueryStatementException;class ServiceQuotaExceededException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ServiceQuotaExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ServiceQuotaExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);        this.Message = opts.Message;    }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class CloudTrailAccessNotEnabledException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "CloudTrailAccessNotEnabledException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "CloudTrailAccessNotEnabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CloudTrailAccessNotEnabledException.prototype);        this.Message = opts.Message;    }}exports.CloudTrailAccessNotEnabledException = CloudTrailAccessNotEnabledException;class EventDataStoreAlreadyExistsException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "EventDataStoreAlreadyExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EventDataStoreAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EventDataStoreAlreadyExistsException.prototype);        this.Message = opts.Message;    }}exports.EventDataStoreAlreadyExistsException = EventDataStoreAlreadyExistsException;class EventDataStoreMaxLimitExceededException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "EventDataStoreMaxLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EventDataStoreMaxLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EventDataStoreMaxLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.EventDataStoreMaxLimitExceededException = EventDataStoreMaxLimitExceededException;class InsufficientDependencyServiceAccessPermissionException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InsufficientDependencyServiceAccessPermissionException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InsufficientDependencyServiceAccessPermissionException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsufficientDependencyServiceAccessPermissionException.prototype);        this.Message = opts.Message;    }}exports.InsufficientDependencyServiceAccessPermissionException = InsufficientDependencyServiceAccessPermissionException;class InvalidEventSelectorsException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidEventSelectorsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidEventSelectorsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidEventSelectorsException.prototype);        this.Message = opts.Message;    }}exports.InvalidEventSelectorsException = InvalidEventSelectorsException;class InvalidKmsKeyIdException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidKmsKeyIdException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidKmsKeyIdException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidKmsKeyIdException.prototype);        this.Message = opts.Message;    }}exports.InvalidKmsKeyIdException = InvalidKmsKeyIdException;class KmsException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "KmsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "KmsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KmsException.prototype);        this.Message = opts.Message;    }}exports.KmsException = KmsException;class KmsKeyNotFoundException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "KmsKeyNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "KmsKeyNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KmsKeyNotFoundException.prototype);        this.Message = opts.Message;    }}exports.KmsKeyNotFoundException = KmsKeyNotFoundException;class OrganizationNotInAllFeaturesModeException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "OrganizationNotInAllFeaturesModeException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "OrganizationNotInAllFeaturesModeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OrganizationNotInAllFeaturesModeException.prototype);        this.Message = opts.Message;    }}exports.OrganizationNotInAllFeaturesModeException = OrganizationNotInAllFeaturesModeException;class OrganizationsNotInUseException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "OrganizationsNotInUseException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "OrganizationsNotInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OrganizationsNotInUseException.prototype);        this.Message = opts.Message;    }}exports.OrganizationsNotInUseException = OrganizationsNotInUseException;class ThrottlingException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ThrottlingException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);        this.Message = opts.Message;    }}exports.ThrottlingException = ThrottlingException;class CloudTrailInvalidClientTokenIdException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "CloudTrailInvalidClientTokenIdException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "CloudTrailInvalidClientTokenIdException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CloudTrailInvalidClientTokenIdException.prototype);        this.Message = opts.Message;    }}exports.CloudTrailInvalidClientTokenIdException = CloudTrailInvalidClientTokenIdException;class CloudWatchLogsDeliveryUnavailableException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "CloudWatchLogsDeliveryUnavailableException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "CloudWatchLogsDeliveryUnavailableException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, CloudWatchLogsDeliveryUnavailableException.prototype);        this.Message = opts.Message;    }}exports.CloudWatchLogsDeliveryUnavailableException = CloudWatchLogsDeliveryUnavailableException;class InsufficientS3BucketPolicyException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InsufficientS3BucketPolicyException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InsufficientS3BucketPolicyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsufficientS3BucketPolicyException.prototype);        this.Message = opts.Message;    }}exports.InsufficientS3BucketPolicyException = InsufficientS3BucketPolicyException;class InsufficientSnsTopicPolicyException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InsufficientSnsTopicPolicyException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InsufficientSnsTopicPolicyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsufficientSnsTopicPolicyException.prototype);        this.Message = opts.Message;    }}exports.InsufficientSnsTopicPolicyException = InsufficientSnsTopicPolicyException;class InvalidCloudWatchLogsLogGroupArnException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidCloudWatchLogsLogGroupArnException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidCloudWatchLogsLogGroupArnException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidCloudWatchLogsLogGroupArnException.prototype);        this.Message = opts.Message;    }}exports.InvalidCloudWatchLogsLogGroupArnException = InvalidCloudWatchLogsLogGroupArnException;class InvalidCloudWatchLogsRoleArnException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidCloudWatchLogsRoleArnException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidCloudWatchLogsRoleArnException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidCloudWatchLogsRoleArnException.prototype);        this.Message = opts.Message;    }}exports.InvalidCloudWatchLogsRoleArnException = InvalidCloudWatchLogsRoleArnException;class InvalidParameterCombinationException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidParameterCombinationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidParameterCombinationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);        this.Message = opts.Message;    }}exports.InvalidParameterCombinationException = InvalidParameterCombinationException;class InvalidS3BucketNameException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidS3BucketNameException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidS3BucketNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidS3BucketNameException.prototype);        this.Message = opts.Message;    }}exports.InvalidS3BucketNameException = InvalidS3BucketNameException;class InvalidS3PrefixException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidS3PrefixException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidS3PrefixException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidS3PrefixException.prototype);        this.Message = opts.Message;    }}exports.InvalidS3PrefixException = InvalidS3PrefixException;class InvalidSnsTopicNameException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidSnsTopicNameException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidSnsTopicNameException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidSnsTopicNameException.prototype);        this.Message = opts.Message;    }}exports.InvalidSnsTopicNameException = InvalidSnsTopicNameException;class KmsKeyDisabledException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "KmsKeyDisabledException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "KmsKeyDisabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, KmsKeyDisabledException.prototype);        this.Message = opts.Message;    }}exports.KmsKeyDisabledException = KmsKeyDisabledException;class MaximumNumberOfTrailsExceededException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "MaximumNumberOfTrailsExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "MaximumNumberOfTrailsExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MaximumNumberOfTrailsExceededException.prototype);        this.Message = opts.Message;    }}exports.MaximumNumberOfTrailsExceededException = MaximumNumberOfTrailsExceededException;class S3BucketDoesNotExistException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "S3BucketDoesNotExistException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "S3BucketDoesNotExistException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, S3BucketDoesNotExistException.prototype);        this.Message = opts.Message;    }}exports.S3BucketDoesNotExistException = S3BucketDoesNotExistException;class TrailAlreadyExistsException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "TrailAlreadyExistsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "TrailAlreadyExistsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TrailAlreadyExistsException.prototype);        this.Message = opts.Message;    }}exports.TrailAlreadyExistsException = TrailAlreadyExistsException;class TrailNotProvidedException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "TrailNotProvidedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "TrailNotProvidedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TrailNotProvidedException.prototype);        this.Message = opts.Message;    }}exports.TrailNotProvidedException = TrailNotProvidedException;class EventDataStoreFederationEnabledException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "EventDataStoreFederationEnabledException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EventDataStoreFederationEnabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EventDataStoreFederationEnabledException.prototype);        this.Message = opts.Message;    }}exports.EventDataStoreFederationEnabledException = EventDataStoreFederationEnabledException;class EventDataStoreHasOngoingImportException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "EventDataStoreHasOngoingImportException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EventDataStoreHasOngoingImportException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EventDataStoreHasOngoingImportException.prototype);        this.Message = opts.Message;    }}exports.EventDataStoreHasOngoingImportException = EventDataStoreHasOngoingImportException;class EventDataStoreTerminationProtectedException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "EventDataStoreTerminationProtectedException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "EventDataStoreTerminationProtectedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, EventDataStoreTerminationProtectedException.prototype);        this.Message = opts.Message;    }}exports.EventDataStoreTerminationProtectedException = EventDataStoreTerminationProtectedException;class ResourceARNNotValidException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ResourceARNNotValidException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourceARNNotValidException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceARNNotValidException.prototype);        this.Message = opts.Message;    }}exports.ResourceARNNotValidException = ResourceARNNotValidException;class ResourcePolicyNotFoundException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ResourcePolicyNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourcePolicyNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourcePolicyNotFoundException.prototype);        this.Message = opts.Message;    }}exports.ResourcePolicyNotFoundException = ResourcePolicyNotFoundException;class InvalidHomeRegionException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidHomeRegionException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidHomeRegionException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidHomeRegionException.prototype);        this.Message = opts.Message;    }}exports.InvalidHomeRegionException = InvalidHomeRegionException;class TrailNotFoundException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "TrailNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "TrailNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TrailNotFoundException.prototype);        this.Message = opts.Message;    }}exports.TrailNotFoundException = TrailNotFoundException;class NotOrganizationManagementAccountException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "NotOrganizationManagementAccountException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "NotOrganizationManagementAccountException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, NotOrganizationManagementAccountException.prototype);        this.Message = opts.Message;    }}exports.NotOrganizationManagementAccountException = NotOrganizationManagementAccountException;class ConcurrentModificationException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ConcurrentModificationException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ConcurrentModificationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConcurrentModificationException.prototype);        this.Message = opts.Message;    }}exports.ConcurrentModificationException = ConcurrentModificationException;class GenerateResponseException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "GenerateResponseException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "GenerateResponseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, GenerateResponseException.prototype);        this.Message = opts.Message;    }}exports.GenerateResponseException = GenerateResponseException;class InvalidEventDataStoreStatusException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidEventDataStoreStatusException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidEventDataStoreStatusException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidEventDataStoreStatusException.prototype);        this.Message = opts.Message;    }}exports.InvalidEventDataStoreStatusException = InvalidEventDataStoreStatusException;class ImportNotFoundException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ImportNotFoundException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ImportNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ImportNotFoundException.prototype);        this.Message = opts.Message;    }}exports.ImportNotFoundException = ImportNotFoundException;class InsightNotEnabledException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InsightNotEnabledException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InsightNotEnabledException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsightNotEnabledException.prototype);        this.Message = opts.Message;    }}exports.InsightNotEnabledException = InsightNotEnabledException;class InvalidMaxResultsException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidMaxResultsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidMaxResultsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);        this.Message = opts.Message;    }}exports.InvalidMaxResultsException = InvalidMaxResultsException;class InvalidNextTokenException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidNextTokenException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidNextTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidNextTokenException.prototype);        this.Message = opts.Message;    }}exports.InvalidNextTokenException = InvalidNextTokenException;class InvalidTimeRangeException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidTimeRangeException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidTimeRangeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);        this.Message = opts.Message;    }}exports.InvalidTimeRangeException = InvalidTimeRangeException;class InvalidTokenException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidTokenException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidTokenException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTokenException.prototype);        this.Message = opts.Message;    }}exports.InvalidTokenException = InvalidTokenException;class InvalidDateRangeException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidDateRangeException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidDateRangeException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDateRangeException.prototype);        this.Message = opts.Message;    }}exports.InvalidDateRangeException = InvalidDateRangeException;class InvalidQueryStatusException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidQueryStatusException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidQueryStatusException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidQueryStatusException.prototype);        this.Message = opts.Message;    }}exports.InvalidQueryStatusException = InvalidQueryStatusException;class InvalidEventCategoryException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidEventCategoryException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidEventCategoryException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidEventCategoryException.prototype);        this.Message = opts.Message;    }}exports.InvalidEventCategoryException = InvalidEventCategoryException;class InvalidLookupAttributesException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidLookupAttributesException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidLookupAttributesException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidLookupAttributesException.prototype);        this.Message = opts.Message;    }}exports.InvalidLookupAttributesException = InvalidLookupAttributesException;class InsufficientIAMAccessPermissionException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InsufficientIAMAccessPermissionException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InsufficientIAMAccessPermissionException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InsufficientIAMAccessPermissionException.prototype);        this.Message = opts.Message;    }}exports.InsufficientIAMAccessPermissionException = InsufficientIAMAccessPermissionException;class InvalidInsightSelectorsException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidInsightSelectorsException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidInsightSelectorsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInsightSelectorsException.prototype);        this.Message = opts.Message;    }}exports.InvalidInsightSelectorsException = InvalidInsightSelectorsException;class ResourcePolicyNotValidException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "ResourcePolicyNotValidException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "ResourcePolicyNotValidException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourcePolicyNotValidException.prototype);        this.Message = opts.Message;    }}exports.ResourcePolicyNotValidException = ResourcePolicyNotValidException;class DelegatedAdminAccountLimitExceededException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "DelegatedAdminAccountLimitExceededException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "DelegatedAdminAccountLimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, DelegatedAdminAccountLimitExceededException.prototype);        this.Message = opts.Message;    }}exports.DelegatedAdminAccountLimitExceededException = DelegatedAdminAccountLimitExceededException;class InvalidImportSourceException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "InvalidImportSourceException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "InvalidImportSourceException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidImportSourceException.prototype);        this.Message = opts.Message;    }}exports.InvalidImportSourceException = InvalidImportSourceException;class MaxConcurrentQueriesException extends CloudTrailServiceException_1.CloudTrailServiceException {    name = "MaxConcurrentQueriesException";    $fault = "client";    Message;    constructor(opts) {        super({            name: "MaxConcurrentQueriesException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, MaxConcurrentQueriesException.prototype);        this.Message = opts.Message;    }}exports.MaxConcurrentQueriesException = MaxConcurrentQueriesException;