File Explorer

/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/client-m2/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.js29.2 KB · 789 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 M2ServiceException = require('./models/M2ServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "m2",    });};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 M2Client 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.defaultM2HttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class CancelBatchJobExecutionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "CancelBatchJobExecution", {})    .n("M2Client", "CancelBatchJobExecutionCommand")    .sc(schemas_0.CancelBatchJobExecution$)    .build() {} class CreateApplicationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "CreateApplication", {})    .n("M2Client", "CreateApplicationCommand")    .sc(schemas_0.CreateApplication$)    .build() {} class CreateDataSetExportTaskCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "CreateDataSetExportTask", {})    .n("M2Client", "CreateDataSetExportTaskCommand")    .sc(schemas_0.CreateDataSetExportTask$)    .build() {} class CreateDataSetImportTaskCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "CreateDataSetImportTask", {})    .n("M2Client", "CreateDataSetImportTaskCommand")    .sc(schemas_0.CreateDataSetImportTask$)    .build() {} class CreateDeploymentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "CreateDeployment", {})    .n("M2Client", "CreateDeploymentCommand")    .sc(schemas_0.CreateDeployment$)    .build() {} class CreateEnvironmentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "CreateEnvironment", {})    .n("M2Client", "CreateEnvironmentCommand")    .sc(schemas_0.CreateEnvironment$)    .build() {} class DeleteApplicationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "DeleteApplication", {})    .n("M2Client", "DeleteApplicationCommand")    .sc(schemas_0.DeleteApplication$)    .build() {} class DeleteApplicationFromEnvironmentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "DeleteApplicationFromEnvironment", {})    .n("M2Client", "DeleteApplicationFromEnvironmentCommand")    .sc(schemas_0.DeleteApplicationFromEnvironment$)    .build() {} class DeleteEnvironmentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "DeleteEnvironment", {})    .n("M2Client", "DeleteEnvironmentCommand")    .sc(schemas_0.DeleteEnvironment$)    .build() {} class GetApplicationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "GetApplication", {})    .n("M2Client", "GetApplicationCommand")    .sc(schemas_0.GetApplication$)    .build() {} class GetApplicationVersionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "GetApplicationVersion", {})    .n("M2Client", "GetApplicationVersionCommand")    .sc(schemas_0.GetApplicationVersion$)    .build() {} class GetBatchJobExecutionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "GetBatchJobExecution", {})    .n("M2Client", "GetBatchJobExecutionCommand")    .sc(schemas_0.GetBatchJobExecution$)    .build() {} class GetDataSetDetailsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "GetDataSetDetails", {})    .n("M2Client", "GetDataSetDetailsCommand")    .sc(schemas_0.GetDataSetDetails$)    .build() {} class GetDataSetExportTaskCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "GetDataSetExportTask", {})    .n("M2Client", "GetDataSetExportTaskCommand")    .sc(schemas_0.GetDataSetExportTask$)    .build() {} class GetDataSetImportTaskCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "GetDataSetImportTask", {})    .n("M2Client", "GetDataSetImportTaskCommand")    .sc(schemas_0.GetDataSetImportTask$)    .build() {} class GetDeploymentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "GetDeployment", {})    .n("M2Client", "GetDeploymentCommand")    .sc(schemas_0.GetDeployment$)    .build() {} class GetEnvironmentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "GetEnvironment", {})    .n("M2Client", "GetEnvironmentCommand")    .sc(schemas_0.GetEnvironment$)    .build() {} class GetSignedBluinsightsUrlCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "GetSignedBluinsightsUrl", {})    .n("M2Client", "GetSignedBluinsightsUrlCommand")    .sc(schemas_0.GetSignedBluinsightsUrl$)    .build() {} class ListApplicationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListApplications", {})    .n("M2Client", "ListApplicationsCommand")    .sc(schemas_0.ListApplications$)    .build() {} class ListApplicationVersionsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListApplicationVersions", {})    .n("M2Client", "ListApplicationVersionsCommand")    .sc(schemas_0.ListApplicationVersions$)    .build() {} class ListBatchJobDefinitionsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListBatchJobDefinitions", {})    .n("M2Client", "ListBatchJobDefinitionsCommand")    .sc(schemas_0.ListBatchJobDefinitions$)    .build() {} class ListBatchJobExecutionsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListBatchJobExecutions", {})    .n("M2Client", "ListBatchJobExecutionsCommand")    .sc(schemas_0.ListBatchJobExecutions$)    .build() {} class ListBatchJobRestartPointsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListBatchJobRestartPoints", {})    .n("M2Client", "ListBatchJobRestartPointsCommand")    .sc(schemas_0.ListBatchJobRestartPoints$)    .build() {} class ListDataSetExportHistoryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListDataSetExportHistory", {})    .n("M2Client", "ListDataSetExportHistoryCommand")    .sc(schemas_0.ListDataSetExportHistory$)    .build() {} class ListDataSetImportHistoryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListDataSetImportHistory", {})    .n("M2Client", "ListDataSetImportHistoryCommand")    .sc(schemas_0.ListDataSetImportHistory$)    .build() {} class ListDataSetsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListDataSets", {})    .n("M2Client", "ListDataSetsCommand")    .sc(schemas_0.ListDataSets$)    .build() {} class ListDeploymentsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListDeployments", {})    .n("M2Client", "ListDeploymentsCommand")    .sc(schemas_0.ListDeployments$)    .build() {} class ListEngineVersionsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListEngineVersions", {})    .n("M2Client", "ListEngineVersionsCommand")    .sc(schemas_0.ListEngineVersions$)    .build() {} class ListEnvironmentsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListEnvironments", {})    .n("M2Client", "ListEnvironmentsCommand")    .sc(schemas_0.ListEnvironments$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "ListTagsForResource", {})    .n("M2Client", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class StartApplicationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "StartApplication", {})    .n("M2Client", "StartApplicationCommand")    .sc(schemas_0.StartApplication$)    .build() {} class StartBatchJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "StartBatchJob", {})    .n("M2Client", "StartBatchJobCommand")    .sc(schemas_0.StartBatchJob$)    .build() {} class StopApplicationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "StopApplication", {})    .n("M2Client", "StopApplicationCommand")    .sc(schemas_0.StopApplication$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "TagResource", {})    .n("M2Client", "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("AwsSupernovaControlPlaneService", "UntagResource", {})    .n("M2Client", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateApplicationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "UpdateApplication", {})    .n("M2Client", "UpdateApplicationCommand")    .sc(schemas_0.UpdateApplication$)    .build() {} class UpdateEnvironmentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AwsSupernovaControlPlaneService", "UpdateEnvironment", {})    .n("M2Client", "UpdateEnvironmentCommand")    .sc(schemas_0.UpdateEnvironment$)    .build() {} const paginateListApplications = core.createPaginator(M2Client, ListApplicationsCommand, "nextToken", "nextToken", "maxResults"); const paginateListApplicationVersions = core.createPaginator(M2Client, ListApplicationVersionsCommand, "nextToken", "nextToken", "maxResults"); const paginateListBatchJobDefinitions = core.createPaginator(M2Client, ListBatchJobDefinitionsCommand, "nextToken", "nextToken", "maxResults"); const paginateListBatchJobExecutions = core.createPaginator(M2Client, ListBatchJobExecutionsCommand, "nextToken", "nextToken", "maxResults"); const paginateListDataSetExportHistory = core.createPaginator(M2Client, ListDataSetExportHistoryCommand, "nextToken", "nextToken", "maxResults"); const paginateListDataSetImportHistory = core.createPaginator(M2Client, ListDataSetImportHistoryCommand, "nextToken", "nextToken", "maxResults"); const paginateListDataSets = core.createPaginator(M2Client, ListDataSetsCommand, "nextToken", "nextToken", "maxResults"); const paginateListDeployments = core.createPaginator(M2Client, ListDeploymentsCommand, "nextToken", "nextToken", "maxResults"); const paginateListEngineVersions = core.createPaginator(M2Client, ListEngineVersionsCommand, "nextToken", "nextToken", "maxResults"); const paginateListEnvironments = core.createPaginator(M2Client, ListEnvironmentsCommand, "nextToken", "nextToken", "maxResults"); const commands = {    CancelBatchJobExecutionCommand,    CreateApplicationCommand,    CreateDataSetExportTaskCommand,    CreateDataSetImportTaskCommand,    CreateDeploymentCommand,    CreateEnvironmentCommand,    DeleteApplicationCommand,    DeleteApplicationFromEnvironmentCommand,    DeleteEnvironmentCommand,    GetApplicationCommand,    GetApplicationVersionCommand,    GetBatchJobExecutionCommand,    GetDataSetDetailsCommand,    GetDataSetExportTaskCommand,    GetDataSetImportTaskCommand,    GetDeploymentCommand,    GetEnvironmentCommand,    GetSignedBluinsightsUrlCommand,    ListApplicationsCommand,    ListApplicationVersionsCommand,    ListBatchJobDefinitionsCommand,    ListBatchJobExecutionsCommand,    ListBatchJobRestartPointsCommand,    ListDataSetExportHistoryCommand,    ListDataSetImportHistoryCommand,    ListDataSetsCommand,    ListDeploymentsCommand,    ListEngineVersionsCommand,    ListEnvironmentsCommand,    ListTagsForResourceCommand,    StartApplicationCommand,    StartBatchJobCommand,    StopApplicationCommand,    TagResourceCommand,    UntagResourceCommand,    UpdateApplicationCommand,    UpdateEnvironmentCommand,};const paginators = {    paginateListApplications,    paginateListApplicationVersions,    paginateListBatchJobDefinitions,    paginateListBatchJobExecutions,    paginateListDataSetExportHistory,    paginateListDataSetImportHistory,    paginateListDataSets,    paginateListDeployments,    paginateListEngineVersions,    paginateListEnvironments,};class M2 extends M2Client {}client.createAggregatedClient(commands, M2, { paginators }); const ValidationExceptionReason = {    CANNOT_PARSE: "cannotParse",    FEATURE_NOT_AVAILABLE: "featureNotAvailable",    FIELD_VALIDATION_FAILED: "fieldValidationFailed",    OTHER: "other",    UNKNOWN_OPERATION: "unknownOperation",    UNSUPPORTED_ENGINE_VERSION: "unsupportedEngineVersion",};const EngineType = {    BLUAGE: "bluage",    MICROFOCUS: "microfocus",};const DeploymentLifecycle = {    DEPLOYING: "Deploying",    DEPLOY_UPDATE: "Updating Deployment",    FAILED: "Failed",    SUCCEEDED: "Succeeded",};const ApplicationVersionLifecycle = {    AVAILABLE: "Available",    CREATING: "Creating",    FAILED: "Failed",};const ApplicationLifecycle = {    AVAILABLE: "Available",    CREATED: "Created",    CREATING: "Creating",    DELETING: "Deleting",    DELETING_FROM_ENVIRONMENT: "Deleting From Environment",    FAILED: "Failed",    READY: "Ready",    RUNNING: "Running",    STARTING: "Starting",    STOPPED: "Stopped",    STOPPING: "Stopping",};const BatchJobType = {    JES2: "JES2",    JES3: "JES3",    VSE: "VSE",};const BatchJobExecutionStatus = {    CANCELLED: "Cancelled",    CANCELLING: "Cancelling",    DISPATCH: "Dispatching",    FAILED: "Failed",    HOLDING: "Holding",    PURGED: "Purged",    RUNNING: "Running",    SUBMITTING: "Submitting",    SUCCEEDED: "Succeeded",    SUCCEEDED_WITH_WARNING: "Succeeded With Warning",};const DataSetTaskLifecycle = {    COMPLETED: "Completed",    CREATING: "Creating",    FAILED: "Failed",    RUNNING: "Running",};const ApplicationDeploymentLifecycle = {    DEPLOYED: "Deployed",    DEPLOYING: "Deploying",};const NetworkType = {    DUAL: "dual",    IPV4: "ipv4",};const EnvironmentLifecycle = {    AVAILABLE: "Available",    CREATING: "Creating",    DELETING: "Deleting",    FAILED: "Failed",    UNHEALTHY: "UnHealthy",    UPDATING: "Updating",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.M2ServiceException = M2ServiceException.M2ServiceException;exports.ApplicationDeploymentLifecycle = ApplicationDeploymentLifecycle;exports.ApplicationLifecycle = ApplicationLifecycle;exports.ApplicationVersionLifecycle = ApplicationVersionLifecycle;exports.BatchJobExecutionStatus = BatchJobExecutionStatus;exports.BatchJobType = BatchJobType;exports.CancelBatchJobExecutionCommand = CancelBatchJobExecutionCommand;exports.CreateApplicationCommand = CreateApplicationCommand;exports.CreateDataSetExportTaskCommand = CreateDataSetExportTaskCommand;exports.CreateDataSetImportTaskCommand = CreateDataSetImportTaskCommand;exports.CreateDeploymentCommand = CreateDeploymentCommand;exports.CreateEnvironmentCommand = CreateEnvironmentCommand;exports.DataSetTaskLifecycle = DataSetTaskLifecycle;exports.DeleteApplicationCommand = DeleteApplicationCommand;exports.DeleteApplicationFromEnvironmentCommand = DeleteApplicationFromEnvironmentCommand;exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;exports.DeploymentLifecycle = DeploymentLifecycle;exports.EngineType = EngineType;exports.EnvironmentLifecycle = EnvironmentLifecycle;exports.GetApplicationCommand = GetApplicationCommand;exports.GetApplicationVersionCommand = GetApplicationVersionCommand;exports.GetBatchJobExecutionCommand = GetBatchJobExecutionCommand;exports.GetDataSetDetailsCommand = GetDataSetDetailsCommand;exports.GetDataSetExportTaskCommand = GetDataSetExportTaskCommand;exports.GetDataSetImportTaskCommand = GetDataSetImportTaskCommand;exports.GetDeploymentCommand = GetDeploymentCommand;exports.GetEnvironmentCommand = GetEnvironmentCommand;exports.GetSignedBluinsightsUrlCommand = GetSignedBluinsightsUrlCommand;exports.ListApplicationVersionsCommand = ListApplicationVersionsCommand;exports.ListApplicationsCommand = ListApplicationsCommand;exports.ListBatchJobDefinitionsCommand = ListBatchJobDefinitionsCommand;exports.ListBatchJobExecutionsCommand = ListBatchJobExecutionsCommand;exports.ListBatchJobRestartPointsCommand = ListBatchJobRestartPointsCommand;exports.ListDataSetExportHistoryCommand = ListDataSetExportHistoryCommand;exports.ListDataSetImportHistoryCommand = ListDataSetImportHistoryCommand;exports.ListDataSetsCommand = ListDataSetsCommand;exports.ListDeploymentsCommand = ListDeploymentsCommand;exports.ListEngineVersionsCommand = ListEngineVersionsCommand;exports.ListEnvironmentsCommand = ListEnvironmentsCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.M2 = M2;exports.M2Client = M2Client;exports.NetworkType = NetworkType;exports.StartApplicationCommand = StartApplicationCommand;exports.StartBatchJobCommand = StartBatchJobCommand;exports.StopApplicationCommand = StopApplicationCommand;exports.TagResourceCommand = TagResourceCommand;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateApplicationCommand = UpdateApplicationCommand;exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;exports.ValidationExceptionReason = ValidationExceptionReason;exports.paginateListApplicationVersions = paginateListApplicationVersions;exports.paginateListApplications = paginateListApplications;exports.paginateListBatchJobDefinitions = paginateListBatchJobDefinitions;exports.paginateListBatchJobExecutions = paginateListBatchJobExecutions;exports.paginateListDataSetExportHistory = paginateListDataSetExportHistory;exports.paginateListDataSetImportHistory = paginateListDataSetImportHistory;exports.paginateListDataSets = paginateListDataSets;exports.paginateListDeployments = paginateListDeployments;exports.paginateListEngineVersions = paginateListEngineVersions;exports.paginateListEnvironments = paginateListEnvironments;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];});