File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-securitylake/dist-cjs

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 /.

index.js24.3 KB · 636 lines
'use strict'; var client$1 = require('@aws-sdk/core/client');var core = require('@smithy/core');var client = require('@smithy/core/client');var config = require('@smithy/core/config');var endpoints = require('@smithy/core/endpoints');var protocols = require('@smithy/core/protocols');var retry = require('@smithy/core/retry');var schema = require('@smithy/core/schema');var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');var runtimeConfig = require('./runtimeConfig');var schemas_0 = require('./schemas/schemas_0');var errors = require('./models/errors');var SecurityLakeServiceException = require('./models/SecurityLakeServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "securitylake",    });};const commonParams = {    UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },    Endpoint: { type: "builtInParams", name: "endpoint" },    Region: { type: "builtInParams", name: "region" },    UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },}; const getHttpAuthExtensionConfiguration = (runtimeConfig) => {    const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;    let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;    let _credentials = runtimeConfig.credentials;    return {        setHttpAuthScheme(httpAuthScheme) {            const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);            if (index === -1) {                _httpAuthSchemes.push(httpAuthScheme);            }            else {                _httpAuthSchemes.splice(index, 1, httpAuthScheme);            }        },        httpAuthSchemes() {            return _httpAuthSchemes;        },        setHttpAuthSchemeProvider(httpAuthSchemeProvider) {            _httpAuthSchemeProvider = httpAuthSchemeProvider;        },        httpAuthSchemeProvider() {            return _httpAuthSchemeProvider;        },        setCredentials(credentials) {            _credentials = credentials;        },        credentials() {            return _credentials;        },    };};const resolveHttpAuthRuntimeConfig = (config) => {    return {        httpAuthSchemes: config.httpAuthSchemes(),        httpAuthSchemeProvider: config.httpAuthSchemeProvider(),        credentials: config.credentials(),    };}; const resolveRuntimeExtensions = (runtimeConfig, extensions) => {    const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));    extensions.forEach((extension) => extension.configure(extensionConfiguration));    return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));}; class SecurityLakeClient extends client.Client {    config;    constructor(...[configuration]) {        const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});        super(_config_0);        this.initConfig = _config_0;        const _config_1 = resolveClientEndpointParameters(_config_0);        const _config_2 = client$1.resolveUserAgentConfig(_config_1);        const _config_3 = retry.resolveRetryConfig(_config_2);        const _config_4 = config.resolveRegionConfig(_config_3);        const _config_5 = client$1.resolveHostHeaderConfig(_config_4);        const _config_6 = endpoints.resolveEndpointConfig(_config_5);        const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);        const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);        this.config = _config_8;        this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));        this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));        this.middlewareStack.use(retry.getRetryPlugin(this.config));        this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));        this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));        this.middlewareStack.use(client$1.getLoggerPlugin(this.config));        this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));        this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {            httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultSecurityLakeHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class CreateAwsLogSourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "CreateAwsLogSource", {})    .n("SecurityLakeClient", "CreateAwsLogSourceCommand")    .sc(schemas_0.CreateAwsLogSource$)    .build() {} class CreateCustomLogSourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "CreateCustomLogSource", {})    .n("SecurityLakeClient", "CreateCustomLogSourceCommand")    .sc(schemas_0.CreateCustomLogSource$)    .build() {} class CreateDataLakeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "CreateDataLake", {})    .n("SecurityLakeClient", "CreateDataLakeCommand")    .sc(schemas_0.CreateDataLake$)    .build() {} class CreateDataLakeExceptionSubscriptionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "CreateDataLakeExceptionSubscription", {})    .n("SecurityLakeClient", "CreateDataLakeExceptionSubscriptionCommand")    .sc(schemas_0.CreateDataLakeExceptionSubscription$)    .build() {} class CreateDataLakeOrganizationConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "CreateDataLakeOrganizationConfiguration", {})    .n("SecurityLakeClient", "CreateDataLakeOrganizationConfigurationCommand")    .sc(schemas_0.CreateDataLakeOrganizationConfiguration$)    .build() {} class CreateSubscriberCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "CreateSubscriber", {})    .n("SecurityLakeClient", "CreateSubscriberCommand")    .sc(schemas_0.CreateSubscriber$)    .build() {} class CreateSubscriberNotificationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "CreateSubscriberNotification", {})    .n("SecurityLakeClient", "CreateSubscriberNotificationCommand")    .sc(schemas_0.CreateSubscriberNotification$)    .build() {} class DeleteAwsLogSourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "DeleteAwsLogSource", {})    .n("SecurityLakeClient", "DeleteAwsLogSourceCommand")    .sc(schemas_0.DeleteAwsLogSource$)    .build() {} class DeleteCustomLogSourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "DeleteCustomLogSource", {})    .n("SecurityLakeClient", "DeleteCustomLogSourceCommand")    .sc(schemas_0.DeleteCustomLogSource$)    .build() {} class DeleteDataLakeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "DeleteDataLake", {})    .n("SecurityLakeClient", "DeleteDataLakeCommand")    .sc(schemas_0.DeleteDataLake$)    .build() {} class DeleteDataLakeExceptionSubscriptionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "DeleteDataLakeExceptionSubscription", {})    .n("SecurityLakeClient", "DeleteDataLakeExceptionSubscriptionCommand")    .sc(schemas_0.DeleteDataLakeExceptionSubscription$)    .build() {} class DeleteDataLakeOrganizationConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "DeleteDataLakeOrganizationConfiguration", {})    .n("SecurityLakeClient", "DeleteDataLakeOrganizationConfigurationCommand")    .sc(schemas_0.DeleteDataLakeOrganizationConfiguration$)    .build() {} class DeleteSubscriberCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "DeleteSubscriber", {})    .n("SecurityLakeClient", "DeleteSubscriberCommand")    .sc(schemas_0.DeleteSubscriber$)    .build() {} class DeleteSubscriberNotificationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "DeleteSubscriberNotification", {})    .n("SecurityLakeClient", "DeleteSubscriberNotificationCommand")    .sc(schemas_0.DeleteSubscriberNotification$)    .build() {} class DeregisterDataLakeDelegatedAdministratorCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "DeregisterDataLakeDelegatedAdministrator", {})    .n("SecurityLakeClient", "DeregisterDataLakeDelegatedAdministratorCommand")    .sc(schemas_0.DeregisterDataLakeDelegatedAdministrator$)    .build() {} class GetDataLakeExceptionSubscriptionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "GetDataLakeExceptionSubscription", {})    .n("SecurityLakeClient", "GetDataLakeExceptionSubscriptionCommand")    .sc(schemas_0.GetDataLakeExceptionSubscription$)    .build() {} class GetDataLakeOrganizationConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "GetDataLakeOrganizationConfiguration", {})    .n("SecurityLakeClient", "GetDataLakeOrganizationConfigurationCommand")    .sc(schemas_0.GetDataLakeOrganizationConfiguration$)    .build() {} class GetDataLakeSourcesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "GetDataLakeSources", {})    .n("SecurityLakeClient", "GetDataLakeSourcesCommand")    .sc(schemas_0.GetDataLakeSources$)    .build() {} class GetSubscriberCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "GetSubscriber", {})    .n("SecurityLakeClient", "GetSubscriberCommand")    .sc(schemas_0.GetSubscriber$)    .build() {} class ListDataLakeExceptionsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "ListDataLakeExceptions", {})    .n("SecurityLakeClient", "ListDataLakeExceptionsCommand")    .sc(schemas_0.ListDataLakeExceptions$)    .build() {} class ListDataLakesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "ListDataLakes", {})    .n("SecurityLakeClient", "ListDataLakesCommand")    .sc(schemas_0.ListDataLakes$)    .build() {} class ListLogSourcesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "ListLogSources", {})    .n("SecurityLakeClient", "ListLogSourcesCommand")    .sc(schemas_0.ListLogSources$)    .build() {} class ListSubscribersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "ListSubscribers", {})    .n("SecurityLakeClient", "ListSubscribersCommand")    .sc(schemas_0.ListSubscribers$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "ListTagsForResource", {})    .n("SecurityLakeClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class RegisterDataLakeDelegatedAdministratorCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "RegisterDataLakeDelegatedAdministrator", {})    .n("SecurityLakeClient", "RegisterDataLakeDelegatedAdministratorCommand")    .sc(schemas_0.RegisterDataLakeDelegatedAdministrator$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "TagResource", {})    .n("SecurityLakeClient", "TagResourceCommand")    .sc(schemas_0.TagResource$)    .build() {} class UntagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "UntagResource", {})    .n("SecurityLakeClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateDataLakeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "UpdateDataLake", {})    .n("SecurityLakeClient", "UpdateDataLakeCommand")    .sc(schemas_0.UpdateDataLake$)    .build() {} class UpdateDataLakeExceptionSubscriptionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "UpdateDataLakeExceptionSubscription", {})    .n("SecurityLakeClient", "UpdateDataLakeExceptionSubscriptionCommand")    .sc(schemas_0.UpdateDataLakeExceptionSubscription$)    .build() {} class UpdateSubscriberCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "UpdateSubscriber", {})    .n("SecurityLakeClient", "UpdateSubscriberCommand")    .sc(schemas_0.UpdateSubscriber$)    .build() {} class UpdateSubscriberNotificationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityLake", "UpdateSubscriberNotification", {})    .n("SecurityLakeClient", "UpdateSubscriberNotificationCommand")    .sc(schemas_0.UpdateSubscriberNotification$)    .build() {} const paginateGetDataLakeSources = core.createPaginator(SecurityLakeClient, GetDataLakeSourcesCommand, "nextToken", "nextToken", "maxResults"); const paginateListDataLakeExceptions = core.createPaginator(SecurityLakeClient, ListDataLakeExceptionsCommand, "nextToken", "nextToken", "maxResults"); const paginateListLogSources = core.createPaginator(SecurityLakeClient, ListLogSourcesCommand, "nextToken", "nextToken", "maxResults"); const paginateListSubscribers = core.createPaginator(SecurityLakeClient, ListSubscribersCommand, "nextToken", "nextToken", "maxResults"); const commands = {    CreateAwsLogSourceCommand,    CreateCustomLogSourceCommand,    CreateDataLakeCommand,    CreateDataLakeExceptionSubscriptionCommand,    CreateDataLakeOrganizationConfigurationCommand,    CreateSubscriberCommand,    CreateSubscriberNotificationCommand,    DeleteAwsLogSourceCommand,    DeleteCustomLogSourceCommand,    DeleteDataLakeCommand,    DeleteDataLakeExceptionSubscriptionCommand,    DeleteDataLakeOrganizationConfigurationCommand,    DeleteSubscriberCommand,    DeleteSubscriberNotificationCommand,    DeregisterDataLakeDelegatedAdministratorCommand,    GetDataLakeExceptionSubscriptionCommand,    GetDataLakeOrganizationConfigurationCommand,    GetDataLakeSourcesCommand,    GetSubscriberCommand,    ListDataLakeExceptionsCommand,    ListDataLakesCommand,    ListLogSourcesCommand,    ListSubscribersCommand,    ListTagsForResourceCommand,    RegisterDataLakeDelegatedAdministratorCommand,    TagResourceCommand,    UntagResourceCommand,    UpdateDataLakeCommand,    UpdateDataLakeExceptionSubscriptionCommand,    UpdateSubscriberCommand,    UpdateSubscriberNotificationCommand,};const paginators = {    paginateGetDataLakeSources,    paginateListDataLakeExceptions,    paginateListLogSources,    paginateListSubscribers,};class SecurityLake extends SecurityLakeClient {}client.createAggregatedClient(commands, SecurityLake, { paginators }); const AccessType = {    LAKEFORMATION: "LAKEFORMATION",    S3: "S3",};const AwsLogSourceName = {    CLOUD_TRAIL_MGMT: "CLOUD_TRAIL_MGMT",    EKS_AUDIT: "EKS_AUDIT",    LAMBDA_EXECUTION: "LAMBDA_EXECUTION",    ROUTE53: "ROUTE53",    S3_DATA: "S3_DATA",    SH_FINDINGS: "SH_FINDINGS",    VPC_FLOW: "VPC_FLOW",    WAF: "WAF",};const DataLakeStatus = {    COMPLETED: "COMPLETED",    FAILED: "FAILED",    INITIALIZED: "INITIALIZED",    PENDING: "PENDING",};const SubscriberStatus = {    ACTIVE: "ACTIVE",    DEACTIVATED: "DEACTIVATED",    PENDING: "PENDING",    READY: "READY",};const HttpMethod = {    POST: "POST",    PUT: "PUT",};const SourceCollectionStatus = {    COLLECTING: "COLLECTING",    MISCONFIGURED: "MISCONFIGURED",    NOT_COLLECTING: "NOT_COLLECTING",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.SecurityLakeServiceException = SecurityLakeServiceException.SecurityLakeServiceException;exports.AccessType = AccessType;exports.AwsLogSourceName = AwsLogSourceName;exports.CreateAwsLogSourceCommand = CreateAwsLogSourceCommand;exports.CreateCustomLogSourceCommand = CreateCustomLogSourceCommand;exports.CreateDataLakeCommand = CreateDataLakeCommand;exports.CreateDataLakeExceptionSubscriptionCommand = CreateDataLakeExceptionSubscriptionCommand;exports.CreateDataLakeOrganizationConfigurationCommand = CreateDataLakeOrganizationConfigurationCommand;exports.CreateSubscriberCommand = CreateSubscriberCommand;exports.CreateSubscriberNotificationCommand = CreateSubscriberNotificationCommand;exports.DataLakeStatus = DataLakeStatus;exports.DeleteAwsLogSourceCommand = DeleteAwsLogSourceCommand;exports.DeleteCustomLogSourceCommand = DeleteCustomLogSourceCommand;exports.DeleteDataLakeCommand = DeleteDataLakeCommand;exports.DeleteDataLakeExceptionSubscriptionCommand = DeleteDataLakeExceptionSubscriptionCommand;exports.DeleteDataLakeOrganizationConfigurationCommand = DeleteDataLakeOrganizationConfigurationCommand;exports.DeleteSubscriberCommand = DeleteSubscriberCommand;exports.DeleteSubscriberNotificationCommand = DeleteSubscriberNotificationCommand;exports.DeregisterDataLakeDelegatedAdministratorCommand = DeregisterDataLakeDelegatedAdministratorCommand;exports.GetDataLakeExceptionSubscriptionCommand = GetDataLakeExceptionSubscriptionCommand;exports.GetDataLakeOrganizationConfigurationCommand = GetDataLakeOrganizationConfigurationCommand;exports.GetDataLakeSourcesCommand = GetDataLakeSourcesCommand;exports.GetSubscriberCommand = GetSubscriberCommand;exports.HttpMethod = HttpMethod;exports.ListDataLakeExceptionsCommand = ListDataLakeExceptionsCommand;exports.ListDataLakesCommand = ListDataLakesCommand;exports.ListLogSourcesCommand = ListLogSourcesCommand;exports.ListSubscribersCommand = ListSubscribersCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.RegisterDataLakeDelegatedAdministratorCommand = RegisterDataLakeDelegatedAdministratorCommand;exports.SecurityLake = SecurityLake;exports.SecurityLakeClient = SecurityLakeClient;exports.SourceCollectionStatus = SourceCollectionStatus;exports.SubscriberStatus = SubscriberStatus;exports.TagResourceCommand = TagResourceCommand;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateDataLakeCommand = UpdateDataLakeCommand;exports.UpdateDataLakeExceptionSubscriptionCommand = UpdateDataLakeExceptionSubscriptionCommand;exports.UpdateSubscriberCommand = UpdateSubscriberCommand;exports.UpdateSubscriberNotificationCommand = UpdateSubscriberNotificationCommand;exports.paginateGetDataLakeSources = paginateGetDataLakeSources;exports.paginateListDataLakeExceptions = paginateListDataLakeExceptions;exports.paginateListLogSources = paginateListLogSources;exports.paginateListSubscribers = paginateListSubscribers;Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: schemas_0['__proto__']    }); Object.keys(schemas_0).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];});Object.prototype.hasOwnProperty.call(errors, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: errors['__proto__']    }); Object.keys(errors).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];});