File Explorer

/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/client-tnb/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.js26.7 KB · 720 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 TnbServiceException = require('./models/TnbServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "tnb",    });};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 TnbClient 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.defaultTnbHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class CancelSolNetworkOperationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "CancelSolNetworkOperation", {})    .n("TnbClient", "CancelSolNetworkOperationCommand")    .sc(schemas_0.CancelSolNetworkOperation$)    .build() {} class CreateSolFunctionPackageCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "CreateSolFunctionPackage", {})    .n("TnbClient", "CreateSolFunctionPackageCommand")    .sc(schemas_0.CreateSolFunctionPackage$)    .build() {} class CreateSolNetworkInstanceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "CreateSolNetworkInstance", {})    .n("TnbClient", "CreateSolNetworkInstanceCommand")    .sc(schemas_0.CreateSolNetworkInstance$)    .build() {} class CreateSolNetworkPackageCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "CreateSolNetworkPackage", {})    .n("TnbClient", "CreateSolNetworkPackageCommand")    .sc(schemas_0.CreateSolNetworkPackage$)    .build() {} class DeleteSolFunctionPackageCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "DeleteSolFunctionPackage", {})    .n("TnbClient", "DeleteSolFunctionPackageCommand")    .sc(schemas_0.DeleteSolFunctionPackage$)    .build() {} class DeleteSolNetworkInstanceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "DeleteSolNetworkInstance", {})    .n("TnbClient", "DeleteSolNetworkInstanceCommand")    .sc(schemas_0.DeleteSolNetworkInstance$)    .build() {} class DeleteSolNetworkPackageCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "DeleteSolNetworkPackage", {})    .n("TnbClient", "DeleteSolNetworkPackageCommand")    .sc(schemas_0.DeleteSolNetworkPackage$)    .build() {} class GetSolFunctionInstanceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "GetSolFunctionInstance", {})    .n("TnbClient", "GetSolFunctionInstanceCommand")    .sc(schemas_0.GetSolFunctionInstance$)    .build() {} class GetSolFunctionPackageCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "GetSolFunctionPackage", {})    .n("TnbClient", "GetSolFunctionPackageCommand")    .sc(schemas_0.GetSolFunctionPackage$)    .build() {} class GetSolFunctionPackageContentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "GetSolFunctionPackageContent", {})    .n("TnbClient", "GetSolFunctionPackageContentCommand")    .sc(schemas_0.GetSolFunctionPackageContent$)    .build() {} class GetSolFunctionPackageDescriptorCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "GetSolFunctionPackageDescriptor", {})    .n("TnbClient", "GetSolFunctionPackageDescriptorCommand")    .sc(schemas_0.GetSolFunctionPackageDescriptor$)    .build() {} class GetSolNetworkInstanceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "GetSolNetworkInstance", {})    .n("TnbClient", "GetSolNetworkInstanceCommand")    .sc(schemas_0.GetSolNetworkInstance$)    .build() {} class GetSolNetworkOperationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "GetSolNetworkOperation", {})    .n("TnbClient", "GetSolNetworkOperationCommand")    .sc(schemas_0.GetSolNetworkOperation$)    .build() {} class GetSolNetworkPackageCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "GetSolNetworkPackage", {})    .n("TnbClient", "GetSolNetworkPackageCommand")    .sc(schemas_0.GetSolNetworkPackage$)    .build() {} class GetSolNetworkPackageContentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "GetSolNetworkPackageContent", {})    .n("TnbClient", "GetSolNetworkPackageContentCommand")    .sc(schemas_0.GetSolNetworkPackageContent$)    .build() {} class GetSolNetworkPackageDescriptorCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "GetSolNetworkPackageDescriptor", {})    .n("TnbClient", "GetSolNetworkPackageDescriptorCommand")    .sc(schemas_0.GetSolNetworkPackageDescriptor$)    .build() {} class InstantiateSolNetworkInstanceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "InstantiateSolNetworkInstance", {})    .n("TnbClient", "InstantiateSolNetworkInstanceCommand")    .sc(schemas_0.InstantiateSolNetworkInstance$)    .build() {} class ListSolFunctionInstancesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "ListSolFunctionInstances", {})    .n("TnbClient", "ListSolFunctionInstancesCommand")    .sc(schemas_0.ListSolFunctionInstances$)    .build() {} class ListSolFunctionPackagesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "ListSolFunctionPackages", {})    .n("TnbClient", "ListSolFunctionPackagesCommand")    .sc(schemas_0.ListSolFunctionPackages$)    .build() {} class ListSolNetworkInstancesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "ListSolNetworkInstances", {})    .n("TnbClient", "ListSolNetworkInstancesCommand")    .sc(schemas_0.ListSolNetworkInstances$)    .build() {} class ListSolNetworkOperationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "ListSolNetworkOperations", {})    .n("TnbClient", "ListSolNetworkOperationsCommand")    .sc(schemas_0.ListSolNetworkOperations$)    .build() {} class ListSolNetworkPackagesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "ListSolNetworkPackages", {})    .n("TnbClient", "ListSolNetworkPackagesCommand")    .sc(schemas_0.ListSolNetworkPackages$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "ListTagsForResource", {})    .n("TnbClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class PutSolFunctionPackageContentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "PutSolFunctionPackageContent", {})    .n("TnbClient", "PutSolFunctionPackageContentCommand")    .sc(schemas_0.PutSolFunctionPackageContent$)    .build() {} class PutSolNetworkPackageContentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "PutSolNetworkPackageContent", {})    .n("TnbClient", "PutSolNetworkPackageContentCommand")    .sc(schemas_0.PutSolNetworkPackageContent$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "TagResource", {})    .n("TnbClient", "TagResourceCommand")    .sc(schemas_0.TagResource$)    .build() {} class TerminateSolNetworkInstanceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "TerminateSolNetworkInstance", {})    .n("TnbClient", "TerminateSolNetworkInstanceCommand")    .sc(schemas_0.TerminateSolNetworkInstance$)    .build() {} class UntagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "UntagResource", {})    .n("TnbClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateSolFunctionPackageCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "UpdateSolFunctionPackage", {})    .n("TnbClient", "UpdateSolFunctionPackageCommand")    .sc(schemas_0.UpdateSolFunctionPackage$)    .build() {} class UpdateSolNetworkInstanceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "UpdateSolNetworkInstance", {})    .n("TnbClient", "UpdateSolNetworkInstanceCommand")    .sc(schemas_0.UpdateSolNetworkInstance$)    .build() {} class UpdateSolNetworkPackageCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "UpdateSolNetworkPackage", {})    .n("TnbClient", "UpdateSolNetworkPackageCommand")    .sc(schemas_0.UpdateSolNetworkPackage$)    .build() {} class ValidateSolFunctionPackageContentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "ValidateSolFunctionPackageContent", {})    .n("TnbClient", "ValidateSolFunctionPackageContentCommand")    .sc(schemas_0.ValidateSolFunctionPackageContent$)    .build() {} class ValidateSolNetworkPackageContentCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("TNB", "ValidateSolNetworkPackageContent", {})    .n("TnbClient", "ValidateSolNetworkPackageContentCommand")    .sc(schemas_0.ValidateSolNetworkPackageContent$)    .build() {} const paginateListSolFunctionInstances = core.createPaginator(TnbClient, ListSolFunctionInstancesCommand, "nextToken", "nextToken", "maxResults"); const paginateListSolFunctionPackages = core.createPaginator(TnbClient, ListSolFunctionPackagesCommand, "nextToken", "nextToken", "maxResults"); const paginateListSolNetworkInstances = core.createPaginator(TnbClient, ListSolNetworkInstancesCommand, "nextToken", "nextToken", "maxResults"); const paginateListSolNetworkOperations = core.createPaginator(TnbClient, ListSolNetworkOperationsCommand, "nextToken", "nextToken", "maxResults"); const paginateListSolNetworkPackages = core.createPaginator(TnbClient, ListSolNetworkPackagesCommand, "nextToken", "nextToken", "maxResults"); const commands = {    CancelSolNetworkOperationCommand,    CreateSolFunctionPackageCommand,    CreateSolNetworkInstanceCommand,    CreateSolNetworkPackageCommand,    DeleteSolFunctionPackageCommand,    DeleteSolNetworkInstanceCommand,    DeleteSolNetworkPackageCommand,    GetSolFunctionInstanceCommand,    GetSolFunctionPackageCommand,    GetSolFunctionPackageContentCommand,    GetSolFunctionPackageDescriptorCommand,    GetSolNetworkInstanceCommand,    GetSolNetworkOperationCommand,    GetSolNetworkPackageCommand,    GetSolNetworkPackageContentCommand,    GetSolNetworkPackageDescriptorCommand,    InstantiateSolNetworkInstanceCommand,    ListSolFunctionInstancesCommand,    ListSolFunctionPackagesCommand,    ListSolNetworkInstancesCommand,    ListSolNetworkOperationsCommand,    ListSolNetworkPackagesCommand,    ListTagsForResourceCommand,    PutSolFunctionPackageContentCommand,    PutSolNetworkPackageContentCommand,    TagResourceCommand,    TerminateSolNetworkInstanceCommand,    UntagResourceCommand,    UpdateSolFunctionPackageCommand,    UpdateSolNetworkInstanceCommand,    UpdateSolNetworkPackageCommand,    ValidateSolFunctionPackageContentCommand,    ValidateSolNetworkPackageContentCommand,};const paginators = {    paginateListSolFunctionInstances,    paginateListSolFunctionPackages,    paginateListSolNetworkInstances,    paginateListSolNetworkOperations,    paginateListSolNetworkPackages,};class Tnb extends TnbClient {}client.createAggregatedClient(commands, Tnb, { paginators }); const OnboardingState = {    CREATED: "CREATED",    ERROR: "ERROR",    ONBOARDED: "ONBOARDED",};const OperationalState = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const UsageState = {    IN_USE: "IN_USE",    NOT_IN_USE: "NOT_IN_USE",};const NsdOnboardingState = {    CREATED: "CREATED",    ERROR: "ERROR",    ONBOARDED: "ONBOARDED",};const NsdOperationalState = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const NsdUsageState = {    IN_USE: "IN_USE",    NOT_IN_USE: "NOT_IN_USE",};const DescriptorContentType = {    TEXT_PLAIN: "text/plain",};const VnfOperationalState = {    STARTED: "STARTED",    STOPPED: "STOPPED",};const VnfInstantiationState = {    INSTANTIATED: "INSTANTIATED",    NOT_INSTANTIATED: "NOT_INSTANTIATED",};const PackageContentType = {    APPLICATION_ZIP: "application/zip",};const NsState = {    DELETED: "DELETED",    IMPAIRED: "IMPAIRED",    INSTANTIATED: "INSTANTIATED",    INSTANTIATE_IN_PROGRESS: "INSTANTIATE_IN_PROGRESS",    INTENT_TO_UPDATE_IN_PROGRESS: "INTENT_TO_UPDATE_IN_PROGRESS",    NOT_INSTANTIATED: "NOT_INSTANTIATED",    STOPPED: "STOPPED",    TERMINATE_IN_PROGRESS: "TERMINATE_IN_PROGRESS",    UPDATED: "UPDATED",    UPDATE_FAILED: "UPDATE_FAILED",    UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",};const LcmOperationType = {    INSTANTIATE: "INSTANTIATE",    TERMINATE: "TERMINATE",    UPDATE: "UPDATE",};const NsLcmOperationState = {    CANCELLED: "CANCELLED",    CANCELLING: "CANCELLING",    COMPLETED: "COMPLETED",    FAILED: "FAILED",    PROCESSING: "PROCESSING",};const TaskStatus = {    CANCELLED: "CANCELLED",    COMPLETED: "COMPLETED",    ERROR: "ERROR",    IN_PROGRESS: "IN_PROGRESS",    SCHEDULED: "SCHEDULED",    SKIPPED: "SKIPPED",    STARTED: "STARTED",};const UpdateSolNetworkType = {    MODIFY_VNF_INFORMATION: "MODIFY_VNF_INFORMATION",    UPDATE_NS: "UPDATE_NS",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.TnbServiceException = TnbServiceException.TnbServiceException;exports.CancelSolNetworkOperationCommand = CancelSolNetworkOperationCommand;exports.CreateSolFunctionPackageCommand = CreateSolFunctionPackageCommand;exports.CreateSolNetworkInstanceCommand = CreateSolNetworkInstanceCommand;exports.CreateSolNetworkPackageCommand = CreateSolNetworkPackageCommand;exports.DeleteSolFunctionPackageCommand = DeleteSolFunctionPackageCommand;exports.DeleteSolNetworkInstanceCommand = DeleteSolNetworkInstanceCommand;exports.DeleteSolNetworkPackageCommand = DeleteSolNetworkPackageCommand;exports.DescriptorContentType = DescriptorContentType;exports.GetSolFunctionInstanceCommand = GetSolFunctionInstanceCommand;exports.GetSolFunctionPackageCommand = GetSolFunctionPackageCommand;exports.GetSolFunctionPackageContentCommand = GetSolFunctionPackageContentCommand;exports.GetSolFunctionPackageDescriptorCommand = GetSolFunctionPackageDescriptorCommand;exports.GetSolNetworkInstanceCommand = GetSolNetworkInstanceCommand;exports.GetSolNetworkOperationCommand = GetSolNetworkOperationCommand;exports.GetSolNetworkPackageCommand = GetSolNetworkPackageCommand;exports.GetSolNetworkPackageContentCommand = GetSolNetworkPackageContentCommand;exports.GetSolNetworkPackageDescriptorCommand = GetSolNetworkPackageDescriptorCommand;exports.InstantiateSolNetworkInstanceCommand = InstantiateSolNetworkInstanceCommand;exports.LcmOperationType = LcmOperationType;exports.ListSolFunctionInstancesCommand = ListSolFunctionInstancesCommand;exports.ListSolFunctionPackagesCommand = ListSolFunctionPackagesCommand;exports.ListSolNetworkInstancesCommand = ListSolNetworkInstancesCommand;exports.ListSolNetworkOperationsCommand = ListSolNetworkOperationsCommand;exports.ListSolNetworkPackagesCommand = ListSolNetworkPackagesCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.NsLcmOperationState = NsLcmOperationState;exports.NsState = NsState;exports.NsdOnboardingState = NsdOnboardingState;exports.NsdOperationalState = NsdOperationalState;exports.NsdUsageState = NsdUsageState;exports.OnboardingState = OnboardingState;exports.OperationalState = OperationalState;exports.PackageContentType = PackageContentType;exports.PutSolFunctionPackageContentCommand = PutSolFunctionPackageContentCommand;exports.PutSolNetworkPackageContentCommand = PutSolNetworkPackageContentCommand;exports.TagResourceCommand = TagResourceCommand;exports.TaskStatus = TaskStatus;exports.TerminateSolNetworkInstanceCommand = TerminateSolNetworkInstanceCommand;exports.Tnb = Tnb;exports.TnbClient = TnbClient;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateSolFunctionPackageCommand = UpdateSolFunctionPackageCommand;exports.UpdateSolNetworkInstanceCommand = UpdateSolNetworkInstanceCommand;exports.UpdateSolNetworkPackageCommand = UpdateSolNetworkPackageCommand;exports.UpdateSolNetworkType = UpdateSolNetworkType;exports.UsageState = UsageState;exports.ValidateSolFunctionPackageContentCommand = ValidateSolFunctionPackageContentCommand;exports.ValidateSolNetworkPackageContentCommand = ValidateSolNetworkPackageContentCommand;exports.VnfInstantiationState = VnfInstantiationState;exports.VnfOperationalState = VnfOperationalState;exports.paginateListSolFunctionInstances = paginateListSolFunctionInstances;exports.paginateListSolFunctionPackages = paginateListSolFunctionPackages;exports.paginateListSolNetworkInstances = paginateListSolNetworkInstances;exports.paginateListSolNetworkOperations = paginateListSolNetworkOperations;exports.paginateListSolNetworkPackages = paginateListSolNetworkPackages;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];});