File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-neptunedata/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.js30.8 KB · 839 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 NeptunedataServiceException = require('./models/NeptunedataServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "neptune-db",    });};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 NeptunedataClient 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.defaultNeptunedataHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class CancelGremlinQueryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "CancelGremlinQuery", {})    .n("NeptunedataClient", "CancelGremlinQueryCommand")    .sc(schemas_0.CancelGremlinQuery$)    .build() {} class CancelLoaderJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "CancelLoaderJob", {})    .n("NeptunedataClient", "CancelLoaderJobCommand")    .sc(schemas_0.CancelLoaderJob$)    .build() {} class CancelMLDataProcessingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "CancelMLDataProcessingJob", {})    .n("NeptunedataClient", "CancelMLDataProcessingJobCommand")    .sc(schemas_0.CancelMLDataProcessingJob$)    .build() {} class CancelMLModelTrainingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "CancelMLModelTrainingJob", {})    .n("NeptunedataClient", "CancelMLModelTrainingJobCommand")    .sc(schemas_0.CancelMLModelTrainingJob$)    .build() {} class CancelMLModelTransformJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "CancelMLModelTransformJob", {})    .n("NeptunedataClient", "CancelMLModelTransformJobCommand")    .sc(schemas_0.CancelMLModelTransformJob$)    .build() {} class CancelOpenCypherQueryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "CancelOpenCypherQuery", {})    .n("NeptunedataClient", "CancelOpenCypherQueryCommand")    .sc(schemas_0.CancelOpenCypherQuery$)    .build() {} class CreateMLEndpointCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "CreateMLEndpoint", {})    .n("NeptunedataClient", "CreateMLEndpointCommand")    .sc(schemas_0.CreateMLEndpoint$)    .build() {} class DeleteMLEndpointCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "DeleteMLEndpoint", {})    .n("NeptunedataClient", "DeleteMLEndpointCommand")    .sc(schemas_0.DeleteMLEndpoint$)    .build() {} class DeletePropertygraphStatisticsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "DeletePropertygraphStatistics", {})    .n("NeptunedataClient", "DeletePropertygraphStatisticsCommand")    .sc(schemas_0.DeletePropertygraphStatistics$)    .build() {} class DeleteSparqlStatisticsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "DeleteSparqlStatistics", {})    .n("NeptunedataClient", "DeleteSparqlStatisticsCommand")    .sc(schemas_0.DeleteSparqlStatistics$)    .build() {} class ExecuteFastResetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ExecuteFastReset", {})    .n("NeptunedataClient", "ExecuteFastResetCommand")    .sc(schemas_0.ExecuteFastReset$)    .build() {} class ExecuteGremlinExplainQueryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ExecuteGremlinExplainQuery", {})    .n("NeptunedataClient", "ExecuteGremlinExplainQueryCommand")    .sc(schemas_0.ExecuteGremlinExplainQuery$)    .build() {} class ExecuteGremlinProfileQueryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ExecuteGremlinProfileQuery", {})    .n("NeptunedataClient", "ExecuteGremlinProfileQueryCommand")    .sc(schemas_0.ExecuteGremlinProfileQuery$)    .build() {} class ExecuteGremlinQueryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ExecuteGremlinQuery", {})    .n("NeptunedataClient", "ExecuteGremlinQueryCommand")    .sc(schemas_0.ExecuteGremlinQuery$)    .build() {} class ExecuteOpenCypherExplainQueryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ExecuteOpenCypherExplainQuery", {})    .n("NeptunedataClient", "ExecuteOpenCypherExplainQueryCommand")    .sc(schemas_0.ExecuteOpenCypherExplainQuery$)    .build() {} class ExecuteOpenCypherQueryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ExecuteOpenCypherQuery", {})    .n("NeptunedataClient", "ExecuteOpenCypherQueryCommand")    .sc(schemas_0.ExecuteOpenCypherQuery$)    .build() {} class GetEngineStatusCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetEngineStatus", {})    .n("NeptunedataClient", "GetEngineStatusCommand")    .sc(schemas_0.GetEngineStatus$)    .build() {} class GetGremlinQueryStatusCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetGremlinQueryStatus", {})    .n("NeptunedataClient", "GetGremlinQueryStatusCommand")    .sc(schemas_0.GetGremlinQueryStatus$)    .build() {} class GetLoaderJobStatusCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetLoaderJobStatus", {})    .n("NeptunedataClient", "GetLoaderJobStatusCommand")    .sc(schemas_0.GetLoaderJobStatus$)    .build() {} class GetMLDataProcessingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetMLDataProcessingJob", {})    .n("NeptunedataClient", "GetMLDataProcessingJobCommand")    .sc(schemas_0.GetMLDataProcessingJob$)    .build() {} class GetMLEndpointCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetMLEndpoint", {})    .n("NeptunedataClient", "GetMLEndpointCommand")    .sc(schemas_0.GetMLEndpoint$)    .build() {} class GetMLModelTrainingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetMLModelTrainingJob", {})    .n("NeptunedataClient", "GetMLModelTrainingJobCommand")    .sc(schemas_0.GetMLModelTrainingJob$)    .build() {} class GetMLModelTransformJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetMLModelTransformJob", {})    .n("NeptunedataClient", "GetMLModelTransformJobCommand")    .sc(schemas_0.GetMLModelTransformJob$)    .build() {} class GetOpenCypherQueryStatusCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetOpenCypherQueryStatus", {})    .n("NeptunedataClient", "GetOpenCypherQueryStatusCommand")    .sc(schemas_0.GetOpenCypherQueryStatus$)    .build() {} class GetPropertygraphStatisticsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetPropertygraphStatistics", {})    .n("NeptunedataClient", "GetPropertygraphStatisticsCommand")    .sc(schemas_0.GetPropertygraphStatistics$)    .build() {} class GetPropertygraphStreamCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetPropertygraphStream", {})    .n("NeptunedataClient", "GetPropertygraphStreamCommand")    .sc(schemas_0.GetPropertygraphStream$)    .build() {} class GetPropertygraphSummaryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetPropertygraphSummary", {})    .n("NeptunedataClient", "GetPropertygraphSummaryCommand")    .sc(schemas_0.GetPropertygraphSummary$)    .build() {} class GetRDFGraphSummaryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetRDFGraphSummary", {})    .n("NeptunedataClient", "GetRDFGraphSummaryCommand")    .sc(schemas_0.GetRDFGraphSummary$)    .build() {} class GetSparqlStatisticsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetSparqlStatistics", {})    .n("NeptunedataClient", "GetSparqlStatisticsCommand")    .sc(schemas_0.GetSparqlStatistics$)    .build() {} class GetSparqlStreamCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "GetSparqlStream", {})    .n("NeptunedataClient", "GetSparqlStreamCommand")    .sc(schemas_0.GetSparqlStream$)    .build() {} class ListGremlinQueriesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ListGremlinQueries", {})    .n("NeptunedataClient", "ListGremlinQueriesCommand")    .sc(schemas_0.ListGremlinQueries$)    .build() {} class ListLoaderJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ListLoaderJobs", {})    .n("NeptunedataClient", "ListLoaderJobsCommand")    .sc(schemas_0.ListLoaderJobs$)    .build() {} class ListMLDataProcessingJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ListMLDataProcessingJobs", {})    .n("NeptunedataClient", "ListMLDataProcessingJobsCommand")    .sc(schemas_0.ListMLDataProcessingJobs$)    .build() {} class ListMLEndpointsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ListMLEndpoints", {})    .n("NeptunedataClient", "ListMLEndpointsCommand")    .sc(schemas_0.ListMLEndpoints$)    .build() {} class ListMLModelTrainingJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ListMLModelTrainingJobs", {})    .n("NeptunedataClient", "ListMLModelTrainingJobsCommand")    .sc(schemas_0.ListMLModelTrainingJobs$)    .build() {} class ListMLModelTransformJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ListMLModelTransformJobs", {})    .n("NeptunedataClient", "ListMLModelTransformJobsCommand")    .sc(schemas_0.ListMLModelTransformJobs$)    .build() {} class ListOpenCypherQueriesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ListOpenCypherQueries", {})    .n("NeptunedataClient", "ListOpenCypherQueriesCommand")    .sc(schemas_0.ListOpenCypherQueries$)    .build() {} class ManagePropertygraphStatisticsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ManagePropertygraphStatistics", {})    .n("NeptunedataClient", "ManagePropertygraphStatisticsCommand")    .sc(schemas_0.ManagePropertygraphStatistics$)    .build() {} class ManageSparqlStatisticsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "ManageSparqlStatistics", {})    .n("NeptunedataClient", "ManageSparqlStatisticsCommand")    .sc(schemas_0.ManageSparqlStatistics$)    .build() {} class StartLoaderJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "StartLoaderJob", {})    .n("NeptunedataClient", "StartLoaderJobCommand")    .sc(schemas_0.StartLoaderJob$)    .build() {} class StartMLDataProcessingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "StartMLDataProcessingJob", {})    .n("NeptunedataClient", "StartMLDataProcessingJobCommand")    .sc(schemas_0.StartMLDataProcessingJob$)    .build() {} class StartMLModelTrainingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "StartMLModelTrainingJob", {})    .n("NeptunedataClient", "StartMLModelTrainingJobCommand")    .sc(schemas_0.StartMLModelTrainingJob$)    .build() {} class StartMLModelTransformJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AmazonNeptuneDataplane", "StartMLModelTransformJob", {})    .n("NeptunedataClient", "StartMLModelTransformJobCommand")    .sc(schemas_0.StartMLModelTransformJob$)    .build() {} const commands = {    CancelGremlinQueryCommand,    CancelLoaderJobCommand,    CancelMLDataProcessingJobCommand,    CancelMLModelTrainingJobCommand,    CancelMLModelTransformJobCommand,    CancelOpenCypherQueryCommand,    CreateMLEndpointCommand,    DeleteMLEndpointCommand,    DeletePropertygraphStatisticsCommand,    DeleteSparqlStatisticsCommand,    ExecuteFastResetCommand,    ExecuteGremlinExplainQueryCommand,    ExecuteGremlinProfileQueryCommand,    ExecuteGremlinQueryCommand,    ExecuteOpenCypherExplainQueryCommand,    ExecuteOpenCypherQueryCommand,    GetEngineStatusCommand,    GetGremlinQueryStatusCommand,    GetLoaderJobStatusCommand,    GetMLDataProcessingJobCommand,    GetMLEndpointCommand,    GetMLModelTrainingJobCommand,    GetMLModelTransformJobCommand,    GetOpenCypherQueryStatusCommand,    GetPropertygraphStatisticsCommand,    GetPropertygraphStreamCommand,    GetPropertygraphSummaryCommand,    GetRDFGraphSummaryCommand,    GetSparqlStatisticsCommand,    GetSparqlStreamCommand,    ListGremlinQueriesCommand,    ListLoaderJobsCommand,    ListMLDataProcessingJobsCommand,    ListMLEndpointsCommand,    ListMLModelTrainingJobsCommand,    ListMLModelTransformJobsCommand,    ListOpenCypherQueriesCommand,    ManagePropertygraphStatisticsCommand,    ManageSparqlStatisticsCommand,    StartLoaderJobCommand,    StartMLDataProcessingJobCommand,    StartMLModelTrainingJobCommand,    StartMLModelTransformJobCommand,};class Neptunedata extends NeptunedataClient {}client.createAggregatedClient(commands, Neptunedata); const Action = {    INITIALIZE_RESET: "initiateDatabaseReset",    PERFORM_RESET: "performDatabaseReset",};const OpenCypherExplainMode = {    DETAILS: "details",    DYNAMIC: "dynamic",    STATIC: "static",};const Encoding = {    GZIP: "gzip",};const IteratorType = {    AFTER_SEQUENCE_NUMBER: "AFTER_SEQUENCE_NUMBER",    AT_SEQUENCE_NUMBER: "AT_SEQUENCE_NUMBER",    LATEST: "LATEST",    TRIM_HORIZON: "TRIM_HORIZON",};const GraphSummaryType = {    BASIC: "basic",    DETAILED: "detailed",};const StatisticsAutoGenerationMode = {    DISABLE_AUTOCOMPUTE: "disableAutoCompute",    ENABLE_AUTOCOMPUTE: "enableAutoCompute",    REFRESH: "refresh",};const Format = {    CSV: "csv",    NQUADS: "nquads",    NTRIPLES: "ntriples",    OPENCYPHER: "opencypher",    RDFXML: "rdfxml",    TURTLE: "turtle",};const Mode = {    AUTO: "AUTO",    NEW: "NEW",    RESUME: "RESUME",};const Parallelism = {    HIGH: "HIGH",    LOW: "LOW",    MEDIUM: "MEDIUM",    OVERSUBSCRIBE: "OVERSUBSCRIBE",};const S3BucketRegion = {    AF_SOUTH_1: "af-south-1",    AP_EAST_1: "ap-east-1",    AP_EAST_2: "ap-east-2",    AP_NORTHEAST_1: "ap-northeast-1",    AP_NORTHEAST_2: "ap-northeast-2",    AP_NORTHEAST_3: "ap-northeast-3",    AP_SOUTHEAST_1: "ap-southeast-1",    AP_SOUTHEAST_2: "ap-southeast-2",    AP_SOUTHEAST_3: "ap-southeast-3",    AP_SOUTHEAST_4: "ap-southeast-4",    AP_SOUTHEAST_5: "ap-southeast-5",    AP_SOUTHEAST_7: "ap-southeast-7",    AP_SOUTH_1: "ap-south-1",    AP_SOUTH_2: "ap-south-2",    CA_CENTRAL_1: "ca-central-1",    CA_WEST_1: "ca-west-1",    CN_NORTHWEST_1: "cn-northwest-1",    CN_NORTH_1: "cn-north-1",    EU_CENTRAL_1: "eu-central-1",    EU_CENTRAL_2: "eu-central-2",    EU_NORTH_1: "eu-north-1",    EU_SOUTH_2: "eu-south-2",    EU_WEST_1: "eu-west-1",    EU_WEST_2: "eu-west-2",    EU_WEST_3: "eu-west-3",    IL_CENTRAL_1: "il-central-1",    ME_CENTRAL_1: "me-central-1",    ME_SOUTH_1: "me-south-1",    MX_CENTRAL_1: "mx-central-1",    SA_EAST_1: "sa-east-1",    US_EAST_1: "us-east-1",    US_EAST_2: "us-east-2",    US_GOV_EAST_1: "us-gov-east-1",    US_GOV_WEST_1: "us-gov-west-1",    US_WEST_1: "us-west-1",    US_WEST_2: "us-west-2",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.NeptunedataServiceException = NeptunedataServiceException.NeptunedataServiceException;exports.Action = Action;exports.CancelGremlinQueryCommand = CancelGremlinQueryCommand;exports.CancelLoaderJobCommand = CancelLoaderJobCommand;exports.CancelMLDataProcessingJobCommand = CancelMLDataProcessingJobCommand;exports.CancelMLModelTrainingJobCommand = CancelMLModelTrainingJobCommand;exports.CancelMLModelTransformJobCommand = CancelMLModelTransformJobCommand;exports.CancelOpenCypherQueryCommand = CancelOpenCypherQueryCommand;exports.CreateMLEndpointCommand = CreateMLEndpointCommand;exports.DeleteMLEndpointCommand = DeleteMLEndpointCommand;exports.DeletePropertygraphStatisticsCommand = DeletePropertygraphStatisticsCommand;exports.DeleteSparqlStatisticsCommand = DeleteSparqlStatisticsCommand;exports.Encoding = Encoding;exports.ExecuteFastResetCommand = ExecuteFastResetCommand;exports.ExecuteGremlinExplainQueryCommand = ExecuteGremlinExplainQueryCommand;exports.ExecuteGremlinProfileQueryCommand = ExecuteGremlinProfileQueryCommand;exports.ExecuteGremlinQueryCommand = ExecuteGremlinQueryCommand;exports.ExecuteOpenCypherExplainQueryCommand = ExecuteOpenCypherExplainQueryCommand;exports.ExecuteOpenCypherQueryCommand = ExecuteOpenCypherQueryCommand;exports.Format = Format;exports.GetEngineStatusCommand = GetEngineStatusCommand;exports.GetGremlinQueryStatusCommand = GetGremlinQueryStatusCommand;exports.GetLoaderJobStatusCommand = GetLoaderJobStatusCommand;exports.GetMLDataProcessingJobCommand = GetMLDataProcessingJobCommand;exports.GetMLEndpointCommand = GetMLEndpointCommand;exports.GetMLModelTrainingJobCommand = GetMLModelTrainingJobCommand;exports.GetMLModelTransformJobCommand = GetMLModelTransformJobCommand;exports.GetOpenCypherQueryStatusCommand = GetOpenCypherQueryStatusCommand;exports.GetPropertygraphStatisticsCommand = GetPropertygraphStatisticsCommand;exports.GetPropertygraphStreamCommand = GetPropertygraphStreamCommand;exports.GetPropertygraphSummaryCommand = GetPropertygraphSummaryCommand;exports.GetRDFGraphSummaryCommand = GetRDFGraphSummaryCommand;exports.GetSparqlStatisticsCommand = GetSparqlStatisticsCommand;exports.GetSparqlStreamCommand = GetSparqlStreamCommand;exports.GraphSummaryType = GraphSummaryType;exports.IteratorType = IteratorType;exports.ListGremlinQueriesCommand = ListGremlinQueriesCommand;exports.ListLoaderJobsCommand = ListLoaderJobsCommand;exports.ListMLDataProcessingJobsCommand = ListMLDataProcessingJobsCommand;exports.ListMLEndpointsCommand = ListMLEndpointsCommand;exports.ListMLModelTrainingJobsCommand = ListMLModelTrainingJobsCommand;exports.ListMLModelTransformJobsCommand = ListMLModelTransformJobsCommand;exports.ListOpenCypherQueriesCommand = ListOpenCypherQueriesCommand;exports.ManagePropertygraphStatisticsCommand = ManagePropertygraphStatisticsCommand;exports.ManageSparqlStatisticsCommand = ManageSparqlStatisticsCommand;exports.Mode = Mode;exports.Neptunedata = Neptunedata;exports.NeptunedataClient = NeptunedataClient;exports.OpenCypherExplainMode = OpenCypherExplainMode;exports.Parallelism = Parallelism;exports.S3BucketRegion = S3BucketRegion;exports.StartLoaderJobCommand = StartLoaderJobCommand;exports.StartMLDataProcessingJobCommand = StartMLDataProcessingJobCommand;exports.StartMLModelTrainingJobCommand = StartMLModelTrainingJobCommand;exports.StartMLModelTransformJobCommand = StartMLModelTransformJobCommand;exports.StatisticsAutoGenerationMode = StatisticsAutoGenerationMode;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];});