File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-iotfleetwise/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.js45.6 KB · 1248 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 IoTFleetWiseServiceException = require('./models/IoTFleetWiseServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "iotfleetwise",    });};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 IoTFleetWiseClient 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.defaultIoTFleetWiseHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class AssociateVehicleFleetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "AssociateVehicleFleet", {})    .n("IoTFleetWiseClient", "AssociateVehicleFleetCommand")    .sc(schemas_0.AssociateVehicleFleet$)    .build() {} class BatchCreateVehicleCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "BatchCreateVehicle", {})    .n("IoTFleetWiseClient", "BatchCreateVehicleCommand")    .sc(schemas_0.BatchCreateVehicle$)    .build() {} class BatchUpdateVehicleCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "BatchUpdateVehicle", {})    .n("IoTFleetWiseClient", "BatchUpdateVehicleCommand")    .sc(schemas_0.BatchUpdateVehicle$)    .build() {} class CreateCampaignCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "CreateCampaign", {})    .n("IoTFleetWiseClient", "CreateCampaignCommand")    .sc(schemas_0.CreateCampaign$)    .build() {} class CreateDecoderManifestCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "CreateDecoderManifest", {})    .n("IoTFleetWiseClient", "CreateDecoderManifestCommand")    .sc(schemas_0.CreateDecoderManifest$)    .build() {} class CreateFleetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "CreateFleet", {})    .n("IoTFleetWiseClient", "CreateFleetCommand")    .sc(schemas_0.CreateFleet$)    .build() {} class CreateModelManifestCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "CreateModelManifest", {})    .n("IoTFleetWiseClient", "CreateModelManifestCommand")    .sc(schemas_0.CreateModelManifest$)    .build() {} class CreateSignalCatalogCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "CreateSignalCatalog", {})    .n("IoTFleetWiseClient", "CreateSignalCatalogCommand")    .sc(schemas_0.CreateSignalCatalog$)    .build() {} class CreateStateTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "CreateStateTemplate", {})    .n("IoTFleetWiseClient", "CreateStateTemplateCommand")    .sc(schemas_0.CreateStateTemplate$)    .build() {} class CreateVehicleCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "CreateVehicle", {})    .n("IoTFleetWiseClient", "CreateVehicleCommand")    .sc(schemas_0.CreateVehicle$)    .build() {} class DeleteCampaignCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "DeleteCampaign", {})    .n("IoTFleetWiseClient", "DeleteCampaignCommand")    .sc(schemas_0.DeleteCampaign$)    .build() {} class DeleteDecoderManifestCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "DeleteDecoderManifest", {})    .n("IoTFleetWiseClient", "DeleteDecoderManifestCommand")    .sc(schemas_0.DeleteDecoderManifest$)    .build() {} class DeleteFleetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "DeleteFleet", {})    .n("IoTFleetWiseClient", "DeleteFleetCommand")    .sc(schemas_0.DeleteFleet$)    .build() {} class DeleteModelManifestCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "DeleteModelManifest", {})    .n("IoTFleetWiseClient", "DeleteModelManifestCommand")    .sc(schemas_0.DeleteModelManifest$)    .build() {} class DeleteSignalCatalogCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "DeleteSignalCatalog", {})    .n("IoTFleetWiseClient", "DeleteSignalCatalogCommand")    .sc(schemas_0.DeleteSignalCatalog$)    .build() {} class DeleteStateTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "DeleteStateTemplate", {})    .n("IoTFleetWiseClient", "DeleteStateTemplateCommand")    .sc(schemas_0.DeleteStateTemplate$)    .build() {} class DeleteVehicleCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "DeleteVehicle", {})    .n("IoTFleetWiseClient", "DeleteVehicleCommand")    .sc(schemas_0.DeleteVehicle$)    .build() {} class DisassociateVehicleFleetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "DisassociateVehicleFleet", {})    .n("IoTFleetWiseClient", "DisassociateVehicleFleetCommand")    .sc(schemas_0.DisassociateVehicleFleet$)    .build() {} class GetCampaignCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetCampaign", {})    .n("IoTFleetWiseClient", "GetCampaignCommand")    .sc(schemas_0.GetCampaign$)    .build() {} class GetDecoderManifestCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetDecoderManifest", {})    .n("IoTFleetWiseClient", "GetDecoderManifestCommand")    .sc(schemas_0.GetDecoderManifest$)    .build() {} class GetEncryptionConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetEncryptionConfiguration", {})    .n("IoTFleetWiseClient", "GetEncryptionConfigurationCommand")    .sc(schemas_0.GetEncryptionConfiguration$)    .build() {} class GetFleetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetFleet", {})    .n("IoTFleetWiseClient", "GetFleetCommand")    .sc(schemas_0.GetFleet$)    .build() {} class GetLoggingOptionsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetLoggingOptions", {})    .n("IoTFleetWiseClient", "GetLoggingOptionsCommand")    .sc(schemas_0.GetLoggingOptions$)    .build() {} class GetModelManifestCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetModelManifest", {})    .n("IoTFleetWiseClient", "GetModelManifestCommand")    .sc(schemas_0.GetModelManifest$)    .build() {} class GetRegisterAccountStatusCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetRegisterAccountStatus", {})    .n("IoTFleetWiseClient", "GetRegisterAccountStatusCommand")    .sc(schemas_0.GetRegisterAccountStatus$)    .build() {} class GetSignalCatalogCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetSignalCatalog", {})    .n("IoTFleetWiseClient", "GetSignalCatalogCommand")    .sc(schemas_0.GetSignalCatalog$)    .build() {} class GetStateTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetStateTemplate", {})    .n("IoTFleetWiseClient", "GetStateTemplateCommand")    .sc(schemas_0.GetStateTemplate$)    .build() {} class GetVehicleCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetVehicle", {})    .n("IoTFleetWiseClient", "GetVehicleCommand")    .sc(schemas_0.GetVehicle$)    .build() {} class GetVehicleStatusCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "GetVehicleStatus", {})    .n("IoTFleetWiseClient", "GetVehicleStatusCommand")    .sc(schemas_0.GetVehicleStatus$)    .build() {} class ImportDecoderManifestCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ImportDecoderManifest", {})    .n("IoTFleetWiseClient", "ImportDecoderManifestCommand")    .sc(schemas_0.ImportDecoderManifest$)    .build() {} class ImportSignalCatalogCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ImportSignalCatalog", {})    .n("IoTFleetWiseClient", "ImportSignalCatalogCommand")    .sc(schemas_0.ImportSignalCatalog$)    .build() {} class ListCampaignsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListCampaigns", {})    .n("IoTFleetWiseClient", "ListCampaignsCommand")    .sc(schemas_0.ListCampaigns$)    .build() {} class ListDecoderManifestNetworkInterfacesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListDecoderManifestNetworkInterfaces", {})    .n("IoTFleetWiseClient", "ListDecoderManifestNetworkInterfacesCommand")    .sc(schemas_0.ListDecoderManifestNetworkInterfaces$)    .build() {} class ListDecoderManifestsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListDecoderManifests", {})    .n("IoTFleetWiseClient", "ListDecoderManifestsCommand")    .sc(schemas_0.ListDecoderManifests$)    .build() {} class ListDecoderManifestSignalsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListDecoderManifestSignals", {})    .n("IoTFleetWiseClient", "ListDecoderManifestSignalsCommand")    .sc(schemas_0.ListDecoderManifestSignals$)    .build() {} class ListFleetsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListFleets", {})    .n("IoTFleetWiseClient", "ListFleetsCommand")    .sc(schemas_0.ListFleets$)    .build() {} class ListFleetsForVehicleCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListFleetsForVehicle", {})    .n("IoTFleetWiseClient", "ListFleetsForVehicleCommand")    .sc(schemas_0.ListFleetsForVehicle$)    .build() {} class ListModelManifestNodesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListModelManifestNodes", {})    .n("IoTFleetWiseClient", "ListModelManifestNodesCommand")    .sc(schemas_0.ListModelManifestNodes$)    .build() {} class ListModelManifestsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListModelManifests", {})    .n("IoTFleetWiseClient", "ListModelManifestsCommand")    .sc(schemas_0.ListModelManifests$)    .build() {} class ListSignalCatalogNodesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListSignalCatalogNodes", {})    .n("IoTFleetWiseClient", "ListSignalCatalogNodesCommand")    .sc(schemas_0.ListSignalCatalogNodes$)    .build() {} class ListSignalCatalogsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListSignalCatalogs", {})    .n("IoTFleetWiseClient", "ListSignalCatalogsCommand")    .sc(schemas_0.ListSignalCatalogs$)    .build() {} class ListStateTemplatesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListStateTemplates", {})    .n("IoTFleetWiseClient", "ListStateTemplatesCommand")    .sc(schemas_0.ListStateTemplates$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListTagsForResource", {})    .n("IoTFleetWiseClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class ListVehiclesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListVehicles", {})    .n("IoTFleetWiseClient", "ListVehiclesCommand")    .sc(schemas_0.ListVehicles$)    .build() {} class ListVehiclesInFleetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "ListVehiclesInFleet", {})    .n("IoTFleetWiseClient", "ListVehiclesInFleetCommand")    .sc(schemas_0.ListVehiclesInFleet$)    .build() {} class PutEncryptionConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "PutEncryptionConfiguration", {})    .n("IoTFleetWiseClient", "PutEncryptionConfigurationCommand")    .sc(schemas_0.PutEncryptionConfiguration$)    .build() {} class PutLoggingOptionsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "PutLoggingOptions", {})    .n("IoTFleetWiseClient", "PutLoggingOptionsCommand")    .sc(schemas_0.PutLoggingOptions$)    .build() {} class RegisterAccountCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "RegisterAccount", {})    .n("IoTFleetWiseClient", "RegisterAccountCommand")    .sc(schemas_0.RegisterAccount$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "TagResource", {})    .n("IoTFleetWiseClient", "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("IoTAutobahnControlPlane", "UntagResource", {})    .n("IoTFleetWiseClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateCampaignCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "UpdateCampaign", {})    .n("IoTFleetWiseClient", "UpdateCampaignCommand")    .sc(schemas_0.UpdateCampaign$)    .build() {} class UpdateDecoderManifestCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "UpdateDecoderManifest", {})    .n("IoTFleetWiseClient", "UpdateDecoderManifestCommand")    .sc(schemas_0.UpdateDecoderManifest$)    .build() {} class UpdateFleetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "UpdateFleet", {})    .n("IoTFleetWiseClient", "UpdateFleetCommand")    .sc(schemas_0.UpdateFleet$)    .build() {} class UpdateModelManifestCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "UpdateModelManifest", {})    .n("IoTFleetWiseClient", "UpdateModelManifestCommand")    .sc(schemas_0.UpdateModelManifest$)    .build() {} class UpdateSignalCatalogCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "UpdateSignalCatalog", {})    .n("IoTFleetWiseClient", "UpdateSignalCatalogCommand")    .sc(schemas_0.UpdateSignalCatalog$)    .build() {} class UpdateStateTemplateCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "UpdateStateTemplate", {})    .n("IoTFleetWiseClient", "UpdateStateTemplateCommand")    .sc(schemas_0.UpdateStateTemplate$)    .build() {} class UpdateVehicleCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("IoTAutobahnControlPlane", "UpdateVehicle", {})    .n("IoTFleetWiseClient", "UpdateVehicleCommand")    .sc(schemas_0.UpdateVehicle$)    .build() {} const paginateGetVehicleStatus = core.createPaginator(IoTFleetWiseClient, GetVehicleStatusCommand, "nextToken", "nextToken", "maxResults"); const paginateListCampaigns = core.createPaginator(IoTFleetWiseClient, ListCampaignsCommand, "nextToken", "nextToken", "maxResults"); const paginateListDecoderManifestNetworkInterfaces = core.createPaginator(IoTFleetWiseClient, ListDecoderManifestNetworkInterfacesCommand, "nextToken", "nextToken", "maxResults"); const paginateListDecoderManifestSignals = core.createPaginator(IoTFleetWiseClient, ListDecoderManifestSignalsCommand, "nextToken", "nextToken", "maxResults"); const paginateListDecoderManifests = core.createPaginator(IoTFleetWiseClient, ListDecoderManifestsCommand, "nextToken", "nextToken", "maxResults"); const paginateListFleetsForVehicle = core.createPaginator(IoTFleetWiseClient, ListFleetsForVehicleCommand, "nextToken", "nextToken", "maxResults"); const paginateListFleets = core.createPaginator(IoTFleetWiseClient, ListFleetsCommand, "nextToken", "nextToken", "maxResults"); const paginateListModelManifestNodes = core.createPaginator(IoTFleetWiseClient, ListModelManifestNodesCommand, "nextToken", "nextToken", "maxResults"); const paginateListModelManifests = core.createPaginator(IoTFleetWiseClient, ListModelManifestsCommand, "nextToken", "nextToken", "maxResults"); const paginateListSignalCatalogNodes = core.createPaginator(IoTFleetWiseClient, ListSignalCatalogNodesCommand, "nextToken", "nextToken", "maxResults"); const paginateListSignalCatalogs = core.createPaginator(IoTFleetWiseClient, ListSignalCatalogsCommand, "nextToken", "nextToken", "maxResults"); const paginateListStateTemplates = core.createPaginator(IoTFleetWiseClient, ListStateTemplatesCommand, "nextToken", "nextToken", "maxResults"); const paginateListVehiclesInFleet = core.createPaginator(IoTFleetWiseClient, ListVehiclesInFleetCommand, "nextToken", "nextToken", "maxResults"); const paginateListVehicles = core.createPaginator(IoTFleetWiseClient, ListVehiclesCommand, "nextToken", "nextToken", "maxResults"); const commands = {    AssociateVehicleFleetCommand,    BatchCreateVehicleCommand,    BatchUpdateVehicleCommand,    CreateCampaignCommand,    CreateDecoderManifestCommand,    CreateFleetCommand,    CreateModelManifestCommand,    CreateSignalCatalogCommand,    CreateStateTemplateCommand,    CreateVehicleCommand,    DeleteCampaignCommand,    DeleteDecoderManifestCommand,    DeleteFleetCommand,    DeleteModelManifestCommand,    DeleteSignalCatalogCommand,    DeleteStateTemplateCommand,    DeleteVehicleCommand,    DisassociateVehicleFleetCommand,    GetCampaignCommand,    GetDecoderManifestCommand,    GetEncryptionConfigurationCommand,    GetFleetCommand,    GetLoggingOptionsCommand,    GetModelManifestCommand,    GetRegisterAccountStatusCommand,    GetSignalCatalogCommand,    GetStateTemplateCommand,    GetVehicleCommand,    GetVehicleStatusCommand,    ImportDecoderManifestCommand,    ImportSignalCatalogCommand,    ListCampaignsCommand,    ListDecoderManifestNetworkInterfacesCommand,    ListDecoderManifestsCommand,    ListDecoderManifestSignalsCommand,    ListFleetsCommand,    ListFleetsForVehicleCommand,    ListModelManifestNodesCommand,    ListModelManifestsCommand,    ListSignalCatalogNodesCommand,    ListSignalCatalogsCommand,    ListStateTemplatesCommand,    ListTagsForResourceCommand,    ListVehiclesCommand,    ListVehiclesInFleetCommand,    PutEncryptionConfigurationCommand,    PutLoggingOptionsCommand,    RegisterAccountCommand,    TagResourceCommand,    UntagResourceCommand,    UpdateCampaignCommand,    UpdateDecoderManifestCommand,    UpdateFleetCommand,    UpdateModelManifestCommand,    UpdateSignalCatalogCommand,    UpdateStateTemplateCommand,    UpdateVehicleCommand,};const paginators = {    paginateGetVehicleStatus,    paginateListCampaigns,    paginateListDecoderManifestNetworkInterfaces,    paginateListDecoderManifests,    paginateListDecoderManifestSignals,    paginateListFleets,    paginateListFleetsForVehicle,    paginateListModelManifestNodes,    paginateListModelManifests,    paginateListSignalCatalogNodes,    paginateListSignalCatalogs,    paginateListStateTemplates,    paginateListVehicles,    paginateListVehiclesInFleet,};class IoTFleetWise extends IoTFleetWiseClient {}client.createAggregatedClient(commands, IoTFleetWise, { paginators }); const NodeDataType = {    BOOLEAN: "BOOLEAN",    BOOLEAN_ARRAY: "BOOLEAN_ARRAY",    DOUBLE: "DOUBLE",    DOUBLE_ARRAY: "DOUBLE_ARRAY",    FLOAT: "FLOAT",    FLOAT_ARRAY: "FLOAT_ARRAY",    INT16: "INT16",    INT16_ARRAY: "INT16_ARRAY",    INT32: "INT32",    INT32_ARRAY: "INT32_ARRAY",    INT64: "INT64",    INT64_ARRAY: "INT64_ARRAY",    INT8: "INT8",    INT8_ARRAY: "INT8_ARRAY",    STRING: "STRING",    STRING_ARRAY: "STRING_ARRAY",    STRUCT: "STRUCT",    STRUCT_ARRAY: "STRUCT_ARRAY",    UINT16: "UINT16",    UINT16_ARRAY: "UINT16_ARRAY",    UINT32: "UINT32",    UINT32_ARRAY: "UINT32_ARRAY",    UINT64: "UINT64",    UINT64_ARRAY: "UINT64_ARRAY",    UINT8: "UINT8",    UINT8_ARRAY: "UINT8_ARRAY",    UNIX_TIMESTAMP: "UNIX_TIMESTAMP",    UNIX_TIMESTAMP_ARRAY: "UNIX_TIMESTAMP_ARRAY",    UNKNOWN: "UNKNOWN",};const ValidationExceptionReason = {    CANNOT_PARSE: "cannotParse",    FIELD_VALIDATION_FAILED: "fieldValidationFailed",    OTHER: "other",    UNKNOWN_OPERATION: "unknownOperation",};const VehicleAssociationBehavior = {    CREATE_IOT_THING: "CreateIotThing",    VALIDATE_IOT_THING_EXISTS: "ValidateIotThingExists",};const TimeUnit = {    HOUR: "HOUR",    MILLISECOND: "MILLISECOND",    MINUTE: "MINUTE",    SECOND: "SECOND",};const UpdateMode = {    MERGE: "Merge",    OVERWRITE: "Overwrite",};const TriggerMode = {    ALWAYS: "ALWAYS",    RISING_EDGE: "RISING_EDGE",};const Compression = {    OFF: "OFF",    SNAPPY: "SNAPPY",};const DataFormat = {    JSON: "JSON",    PARQUET: "PARQUET",};const StorageCompressionFormat = {    GZIP: "GZIP",    NONE: "NONE",};const StorageMaximumSizeUnit = {    GB: "GB",    MB: "MB",    TB: "TB",};const StorageMinimumTimeToLiveUnit = {    DAYS: "DAYS",    HOURS: "HOURS",    WEEKS: "WEEKS",};const DiagnosticsMode = {    OFF: "OFF",    SEND_ACTIVE_DTCS: "SEND_ACTIVE_DTCS",};const SpoolingMode = {    OFF: "OFF",    TO_DISK: "TO_DISK",};const CampaignStatus = {    CREATING: "CREATING",    RUNNING: "RUNNING",    SUSPENDED: "SUSPENDED",    WAITING_FOR_APPROVAL: "WAITING_FOR_APPROVAL",};const ListResponseScope = {    METADATA_ONLY: "METADATA_ONLY",};const UpdateCampaignAction = {    APPROVE: "APPROVE",    RESUME: "RESUME",    SUSPEND: "SUSPEND",    UPDATE: "UPDATE",};const SignalValueType = {    FLOATING_POINT: "FLOATING_POINT",    INTEGER: "INTEGER",};const LogType = {    ERROR: "ERROR",    OFF: "OFF",};const DefaultForUnmappedSignalsType = {    CUSTOM_DECODING: "CUSTOM_DECODING",};const NetworkInterfaceType = {    CAN_INTERFACE: "CAN_INTERFACE",    CUSTOM_DECODING_INTERFACE: "CUSTOM_DECODING_INTERFACE",    OBD_INTERFACE: "OBD_INTERFACE",    VEHICLE_MIDDLEWARE: "VEHICLE_MIDDLEWARE",};const VehicleMiddlewareProtocol = {    ROS_2: "ROS_2",};const ROS2PrimitiveType = {    BOOL: "BOOL",    BYTE: "BYTE",    CHAR: "CHAR",    FLOAT32: "FLOAT32",    FLOAT64: "FLOAT64",    INT16: "INT16",    INT32: "INT32",    INT64: "INT64",    INT8: "INT8",    STRING: "STRING",    UINT16: "UINT16",    UINT32: "UINT32",    UINT64: "UINT64",    UINT8: "UINT8",    WSTRING: "WSTRING",};const StructuredMessageListType = {    DYNAMIC_BOUNDED_CAPACITY: "DYNAMIC_BOUNDED_CAPACITY",    DYNAMIC_UNBOUNDED_CAPACITY: "DYNAMIC_UNBOUNDED_CAPACITY",    FIXED_CAPACITY: "FIXED_CAPACITY",};const SignalDecoderType = {    CAN_SIGNAL: "CAN_SIGNAL",    CUSTOM_DECODING_SIGNAL: "CUSTOM_DECODING_SIGNAL",    MESSAGE_SIGNAL: "MESSAGE_SIGNAL",    OBD_SIGNAL: "OBD_SIGNAL",};const NetworkInterfaceFailureReason = {    CAN_NETWORK_INTERFACE_INFO_IS_NULL: "CAN_NETWORK_INTERFACE_INFO_IS_NULL",    CONFLICTING_NETWORK_INTERFACE: "CONFLICTING_NETWORK_INTERFACE",    CUSTOM_DECODING_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL: "CUSTOM_DECODING_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL",    DUPLICATE_INTERFACE: "DUPLICATE_NETWORK_INTERFACE",    NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS: "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS",    NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS: "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",    OBD_NETWORK_INTERFACE_INFO_IS_NULL: "OBD_NETWORK_INTERFACE_INFO_IS_NULL",    VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL: "VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL",};const SignalDecoderFailureReason = {    CAN_SIGNAL_INFO_IS_NULL: "CAN_SIGNAL_INFO_IS_NULL",    CONFLICTING_SIGNAL: "CONFLICTING_SIGNAL",    CUSTOM_DECODING_SIGNAL_INFO_IS_NULL: "CUSTOM_DECODING_SIGNAL_INFO_IS_NULL",    DUPLICATE_SIGNAL: "DUPLICATE_SIGNAL",    EMPTY_MESSAGE_SIGNAL: "EMPTY_MESSAGE_SIGNAL",    MESSAGE_SIGNAL_INFO_IS_NULL: "MESSAGE_SIGNAL_INFO_IS_NULL",    NETWORK_INTERFACE_TYPE_INCOMPATIBLE_WITH_SIGNAL_DECODER_TYPE: "NETWORK_INTERFACE_TYPE_INCOMPATIBLE_WITH_SIGNAL_DECODER_TYPE",    NO_DECODER_INFO_FOR_SIGNAL_IN_MODEL: "NO_DECODER_INFO_FOR_SIGNAL_IN_MODEL",    NO_SIGNAL_IN_CATALOG_FOR_DECODER_SIGNAL: "NO_SIGNAL_IN_CATALOG_FOR_DECODER_SIGNAL",    OBD_SIGNAL_INFO_IS_NULL: "OBD_SIGNAL_INFO_IS_NULL",    SIGNAL_DECODER_INCOMPATIBLE_WITH_SIGNAL_CATALOG: "SIGNAL_DECODER_INCOMPATIBLE_WITH_SIGNAL_CATALOG",    SIGNAL_DECODER_TYPE_INCOMPATIBLE_WITH_MESSAGE_SIGNAL_TYPE: "SIGNAL_DECODER_TYPE_INCOMPATIBLE_WITH_MESSAGE_SIGNAL_TYPE",    SIGNAL_NOT_ASSOCIATED_WITH_NETWORK_INTERFACE: "SIGNAL_NOT_ASSOCIATED_WITH_NETWORK_INTERFACE",    SIGNAL_NOT_IN_MODEL: "SIGNAL_NOT_IN_MODEL",    SIGNAL_TO_ADD_ALREADY_EXISTS: "SIGNAL_TO_ADD_ALREADY_EXISTS",    STRUCT_SIZE_MISMATCH: "STRUCT_SIZE_MISMATCH",};const NodeDataEncoding = {    BINARY: "BINARY",    TYPED: "TYPED",};const ManifestStatus = {    ACTIVE: "ACTIVE",    DRAFT: "DRAFT",    INVALID: "INVALID",    VALIDATING: "VALIDATING",};const EncryptionStatus = {    FAILURE: "FAILURE",    PENDING: "PENDING",    SUCCESS: "SUCCESS",};const EncryptionType = {    FLEETWISE_DEFAULT_ENCRYPTION: "FLEETWISE_DEFAULT_ENCRYPTION",    KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION",};const RegistrationStatus = {    REGISTRATION_FAILURE: "REGISTRATION_FAILURE",    REGISTRATION_PENDING: "REGISTRATION_PENDING",    REGISTRATION_SUCCESS: "REGISTRATION_SUCCESS",};const VehicleState = {    CREATED: "CREATED",    DELETING: "DELETING",    HEALTHY: "HEALTHY",    READY: "READY",    READY_FOR_CHECKIN: "READY_FOR_CHECKIN",    SUSPENDED: "SUSPENDED",};const SignalNodeType = {    ACTUATOR: "ACTUATOR",    ATTRIBUTE: "ATTRIBUTE",    BRANCH: "BRANCH",    CUSTOM_PROPERTY: "CUSTOM_PROPERTY",    CUSTOM_STRUCT: "CUSTOM_STRUCT",    SENSOR: "SENSOR",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.IoTFleetWiseServiceException = IoTFleetWiseServiceException.IoTFleetWiseServiceException;exports.AssociateVehicleFleetCommand = AssociateVehicleFleetCommand;exports.BatchCreateVehicleCommand = BatchCreateVehicleCommand;exports.BatchUpdateVehicleCommand = BatchUpdateVehicleCommand;exports.CampaignStatus = CampaignStatus;exports.Compression = Compression;exports.CreateCampaignCommand = CreateCampaignCommand;exports.CreateDecoderManifestCommand = CreateDecoderManifestCommand;exports.CreateFleetCommand = CreateFleetCommand;exports.CreateModelManifestCommand = CreateModelManifestCommand;exports.CreateSignalCatalogCommand = CreateSignalCatalogCommand;exports.CreateStateTemplateCommand = CreateStateTemplateCommand;exports.CreateVehicleCommand = CreateVehicleCommand;exports.DataFormat = DataFormat;exports.DefaultForUnmappedSignalsType = DefaultForUnmappedSignalsType;exports.DeleteCampaignCommand = DeleteCampaignCommand;exports.DeleteDecoderManifestCommand = DeleteDecoderManifestCommand;exports.DeleteFleetCommand = DeleteFleetCommand;exports.DeleteModelManifestCommand = DeleteModelManifestCommand;exports.DeleteSignalCatalogCommand = DeleteSignalCatalogCommand;exports.DeleteStateTemplateCommand = DeleteStateTemplateCommand;exports.DeleteVehicleCommand = DeleteVehicleCommand;exports.DiagnosticsMode = DiagnosticsMode;exports.DisassociateVehicleFleetCommand = DisassociateVehicleFleetCommand;exports.EncryptionStatus = EncryptionStatus;exports.EncryptionType = EncryptionType;exports.GetCampaignCommand = GetCampaignCommand;exports.GetDecoderManifestCommand = GetDecoderManifestCommand;exports.GetEncryptionConfigurationCommand = GetEncryptionConfigurationCommand;exports.GetFleetCommand = GetFleetCommand;exports.GetLoggingOptionsCommand = GetLoggingOptionsCommand;exports.GetModelManifestCommand = GetModelManifestCommand;exports.GetRegisterAccountStatusCommand = GetRegisterAccountStatusCommand;exports.GetSignalCatalogCommand = GetSignalCatalogCommand;exports.GetStateTemplateCommand = GetStateTemplateCommand;exports.GetVehicleCommand = GetVehicleCommand;exports.GetVehicleStatusCommand = GetVehicleStatusCommand;exports.ImportDecoderManifestCommand = ImportDecoderManifestCommand;exports.ImportSignalCatalogCommand = ImportSignalCatalogCommand;exports.IoTFleetWise = IoTFleetWise;exports.IoTFleetWiseClient = IoTFleetWiseClient;exports.ListCampaignsCommand = ListCampaignsCommand;exports.ListDecoderManifestNetworkInterfacesCommand = ListDecoderManifestNetworkInterfacesCommand;exports.ListDecoderManifestSignalsCommand = ListDecoderManifestSignalsCommand;exports.ListDecoderManifestsCommand = ListDecoderManifestsCommand;exports.ListFleetsCommand = ListFleetsCommand;exports.ListFleetsForVehicleCommand = ListFleetsForVehicleCommand;exports.ListModelManifestNodesCommand = ListModelManifestNodesCommand;exports.ListModelManifestsCommand = ListModelManifestsCommand;exports.ListResponseScope = ListResponseScope;exports.ListSignalCatalogNodesCommand = ListSignalCatalogNodesCommand;exports.ListSignalCatalogsCommand = ListSignalCatalogsCommand;exports.ListStateTemplatesCommand = ListStateTemplatesCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.ListVehiclesCommand = ListVehiclesCommand;exports.ListVehiclesInFleetCommand = ListVehiclesInFleetCommand;exports.LogType = LogType;exports.ManifestStatus = ManifestStatus;exports.NetworkInterfaceFailureReason = NetworkInterfaceFailureReason;exports.NetworkInterfaceType = NetworkInterfaceType;exports.NodeDataEncoding = NodeDataEncoding;exports.NodeDataType = NodeDataType;exports.PutEncryptionConfigurationCommand = PutEncryptionConfigurationCommand;exports.PutLoggingOptionsCommand = PutLoggingOptionsCommand;exports.ROS2PrimitiveType = ROS2PrimitiveType;exports.RegisterAccountCommand = RegisterAccountCommand;exports.RegistrationStatus = RegistrationStatus;exports.SignalDecoderFailureReason = SignalDecoderFailureReason;exports.SignalDecoderType = SignalDecoderType;exports.SignalNodeType = SignalNodeType;exports.SignalValueType = SignalValueType;exports.SpoolingMode = SpoolingMode;exports.StorageCompressionFormat = StorageCompressionFormat;exports.StorageMaximumSizeUnit = StorageMaximumSizeUnit;exports.StorageMinimumTimeToLiveUnit = StorageMinimumTimeToLiveUnit;exports.StructuredMessageListType = StructuredMessageListType;exports.TagResourceCommand = TagResourceCommand;exports.TimeUnit = TimeUnit;exports.TriggerMode = TriggerMode;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateCampaignAction = UpdateCampaignAction;exports.UpdateCampaignCommand = UpdateCampaignCommand;exports.UpdateDecoderManifestCommand = UpdateDecoderManifestCommand;exports.UpdateFleetCommand = UpdateFleetCommand;exports.UpdateMode = UpdateMode;exports.UpdateModelManifestCommand = UpdateModelManifestCommand;exports.UpdateSignalCatalogCommand = UpdateSignalCatalogCommand;exports.UpdateStateTemplateCommand = UpdateStateTemplateCommand;exports.UpdateVehicleCommand = UpdateVehicleCommand;exports.ValidationExceptionReason = ValidationExceptionReason;exports.VehicleAssociationBehavior = VehicleAssociationBehavior;exports.VehicleMiddlewareProtocol = VehicleMiddlewareProtocol;exports.VehicleState = VehicleState;exports.paginateGetVehicleStatus = paginateGetVehicleStatus;exports.paginateListCampaigns = paginateListCampaigns;exports.paginateListDecoderManifestNetworkInterfaces = paginateListDecoderManifestNetworkInterfaces;exports.paginateListDecoderManifestSignals = paginateListDecoderManifestSignals;exports.paginateListDecoderManifests = paginateListDecoderManifests;exports.paginateListFleets = paginateListFleets;exports.paginateListFleetsForVehicle = paginateListFleetsForVehicle;exports.paginateListModelManifestNodes = paginateListModelManifestNodes;exports.paginateListModelManifests = paginateListModelManifests;exports.paginateListSignalCatalogNodes = paginateListSignalCatalogNodes;exports.paginateListSignalCatalogs = paginateListSignalCatalogs;exports.paginateListStateTemplates = paginateListStateTemplates;exports.paginateListVehicles = paginateListVehicles;exports.paginateListVehiclesInFleet = paginateListVehiclesInFleet;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];});