File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-iottwinmaker/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.js31.4 KB · 904 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 IoTTwinMakerServiceException = require('./models/IoTTwinMakerServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "iottwinmaker",    });};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 IoTTwinMakerClient 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.defaultIoTTwinMakerHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class BatchPutPropertyValuesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "BatchPutPropertyValues", {})    .n("IoTTwinMakerClient", "BatchPutPropertyValuesCommand")    .sc(schemas_0.BatchPutPropertyValues$)    .build() {} class CancelMetadataTransferJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "CancelMetadataTransferJob", {})    .n("IoTTwinMakerClient", "CancelMetadataTransferJobCommand")    .sc(schemas_0.CancelMetadataTransferJob$)    .build() {} class CreateComponentTypeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "CreateComponentType", {})    .n("IoTTwinMakerClient", "CreateComponentTypeCommand")    .sc(schemas_0.CreateComponentType$)    .build() {} class CreateEntityCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "CreateEntity", {})    .n("IoTTwinMakerClient", "CreateEntityCommand")    .sc(schemas_0.CreateEntity$)    .build() {} class CreateMetadataTransferJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "CreateMetadataTransferJob", {})    .n("IoTTwinMakerClient", "CreateMetadataTransferJobCommand")    .sc(schemas_0.CreateMetadataTransferJob$)    .build() {} class CreateSceneCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "CreateScene", {})    .n("IoTTwinMakerClient", "CreateSceneCommand")    .sc(schemas_0.CreateScene$)    .build() {} class CreateSyncJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "CreateSyncJob", {})    .n("IoTTwinMakerClient", "CreateSyncJobCommand")    .sc(schemas_0.CreateSyncJob$)    .build() {} class CreateWorkspaceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "CreateWorkspace", {})    .n("IoTTwinMakerClient", "CreateWorkspaceCommand")    .sc(schemas_0.CreateWorkspace$)    .build() {} class DeleteComponentTypeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "DeleteComponentType", {})    .n("IoTTwinMakerClient", "DeleteComponentTypeCommand")    .sc(schemas_0.DeleteComponentType$)    .build() {} class DeleteEntityCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "DeleteEntity", {})    .n("IoTTwinMakerClient", "DeleteEntityCommand")    .sc(schemas_0.DeleteEntity$)    .build() {} class DeleteSceneCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "DeleteScene", {})    .n("IoTTwinMakerClient", "DeleteSceneCommand")    .sc(schemas_0.DeleteScene$)    .build() {} class DeleteSyncJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "DeleteSyncJob", {})    .n("IoTTwinMakerClient", "DeleteSyncJobCommand")    .sc(schemas_0.DeleteSyncJob$)    .build() {} class DeleteWorkspaceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "DeleteWorkspace", {})    .n("IoTTwinMakerClient", "DeleteWorkspaceCommand")    .sc(schemas_0.DeleteWorkspace$)    .build() {} class ExecuteQueryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ExecuteQuery", {})    .n("IoTTwinMakerClient", "ExecuteQueryCommand")    .sc(schemas_0.ExecuteQuery$)    .build() {} class GetComponentTypeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "GetComponentType", {})    .n("IoTTwinMakerClient", "GetComponentTypeCommand")    .sc(schemas_0.GetComponentType$)    .build() {} class GetEntityCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "GetEntity", {})    .n("IoTTwinMakerClient", "GetEntityCommand")    .sc(schemas_0.GetEntity$)    .build() {} class GetMetadataTransferJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "GetMetadataTransferJob", {})    .n("IoTTwinMakerClient", "GetMetadataTransferJobCommand")    .sc(schemas_0.GetMetadataTransferJob$)    .build() {} class GetPricingPlanCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "GetPricingPlan", {})    .n("IoTTwinMakerClient", "GetPricingPlanCommand")    .sc(schemas_0.GetPricingPlan$)    .build() {} class GetPropertyValueCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "GetPropertyValue", {})    .n("IoTTwinMakerClient", "GetPropertyValueCommand")    .sc(schemas_0.GetPropertyValue$)    .build() {} class GetPropertyValueHistoryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "GetPropertyValueHistory", {})    .n("IoTTwinMakerClient", "GetPropertyValueHistoryCommand")    .sc(schemas_0.GetPropertyValueHistory$)    .build() {} class GetSceneCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "GetScene", {})    .n("IoTTwinMakerClient", "GetSceneCommand")    .sc(schemas_0.GetScene$)    .build() {} class GetSyncJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "GetSyncJob", {})    .n("IoTTwinMakerClient", "GetSyncJobCommand")    .sc(schemas_0.GetSyncJob$)    .build() {} class GetWorkspaceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "GetWorkspace", {})    .n("IoTTwinMakerClient", "GetWorkspaceCommand")    .sc(schemas_0.GetWorkspace$)    .build() {} class ListComponentsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListComponents", {})    .n("IoTTwinMakerClient", "ListComponentsCommand")    .sc(schemas_0.ListComponents$)    .build() {} class ListComponentTypesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListComponentTypes", {})    .n("IoTTwinMakerClient", "ListComponentTypesCommand")    .sc(schemas_0.ListComponentTypes$)    .build() {} class ListEntitiesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListEntities", {})    .n("IoTTwinMakerClient", "ListEntitiesCommand")    .sc(schemas_0.ListEntities$)    .build() {} class ListMetadataTransferJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListMetadataTransferJobs", {})    .n("IoTTwinMakerClient", "ListMetadataTransferJobsCommand")    .sc(schemas_0.ListMetadataTransferJobs$)    .build() {} class ListPropertiesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListProperties", {})    .n("IoTTwinMakerClient", "ListPropertiesCommand")    .sc(schemas_0.ListProperties$)    .build() {} class ListScenesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListScenes", {})    .n("IoTTwinMakerClient", "ListScenesCommand")    .sc(schemas_0.ListScenes$)    .build() {} class ListSyncJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListSyncJobs", {})    .n("IoTTwinMakerClient", "ListSyncJobsCommand")    .sc(schemas_0.ListSyncJobs$)    .build() {} class ListSyncResourcesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListSyncResources", {})    .n("IoTTwinMakerClient", "ListSyncResourcesCommand")    .sc(schemas_0.ListSyncResources$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListTagsForResource", {})    .n("IoTTwinMakerClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class ListWorkspacesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "ListWorkspaces", {})    .n("IoTTwinMakerClient", "ListWorkspacesCommand")    .sc(schemas_0.ListWorkspaces$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "TagResource", {})    .n("IoTTwinMakerClient", "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("AWSIoTTwinMaker", "UntagResource", {})    .n("IoTTwinMakerClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateComponentTypeCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "UpdateComponentType", {})    .n("IoTTwinMakerClient", "UpdateComponentTypeCommand")    .sc(schemas_0.UpdateComponentType$)    .build() {} class UpdateEntityCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "UpdateEntity", {})    .n("IoTTwinMakerClient", "UpdateEntityCommand")    .sc(schemas_0.UpdateEntity$)    .build() {} class UpdatePricingPlanCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "UpdatePricingPlan", {})    .n("IoTTwinMakerClient", "UpdatePricingPlanCommand")    .sc(schemas_0.UpdatePricingPlan$)    .build() {} class UpdateSceneCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "UpdateScene", {})    .n("IoTTwinMakerClient", "UpdateSceneCommand")    .sc(schemas_0.UpdateScene$)    .build() {} class UpdateWorkspaceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSIoTTwinMaker", "UpdateWorkspace", {})    .n("IoTTwinMakerClient", "UpdateWorkspaceCommand")    .sc(schemas_0.UpdateWorkspace$)    .build() {} const paginateExecuteQuery = core.createPaginator(IoTTwinMakerClient, ExecuteQueryCommand, "nextToken", "nextToken", "maxResults"); const paginateGetPropertyValueHistory = core.createPaginator(IoTTwinMakerClient, GetPropertyValueHistoryCommand, "nextToken", "nextToken", "maxResults"); const paginateGetPropertyValue = core.createPaginator(IoTTwinMakerClient, GetPropertyValueCommand, "nextToken", "nextToken", "maxResults"); const paginateListComponents = core.createPaginator(IoTTwinMakerClient, ListComponentsCommand, "nextToken", "nextToken", "maxResults"); const paginateListComponentTypes = core.createPaginator(IoTTwinMakerClient, ListComponentTypesCommand, "nextToken", "nextToken", "maxResults"); const paginateListEntities = core.createPaginator(IoTTwinMakerClient, ListEntitiesCommand, "nextToken", "nextToken", "maxResults"); const paginateListMetadataTransferJobs = core.createPaginator(IoTTwinMakerClient, ListMetadataTransferJobsCommand, "nextToken", "nextToken", "maxResults"); const paginateListProperties = core.createPaginator(IoTTwinMakerClient, ListPropertiesCommand, "nextToken", "nextToken", "maxResults"); const paginateListScenes = core.createPaginator(IoTTwinMakerClient, ListScenesCommand, "nextToken", "nextToken", "maxResults"); const paginateListSyncJobs = core.createPaginator(IoTTwinMakerClient, ListSyncJobsCommand, "nextToken", "nextToken", "maxResults"); const paginateListSyncResources = core.createPaginator(IoTTwinMakerClient, ListSyncResourcesCommand, "nextToken", "nextToken", "maxResults"); const paginateListWorkspaces = core.createPaginator(IoTTwinMakerClient, ListWorkspacesCommand, "nextToken", "nextToken", "maxResults"); const commands = {    BatchPutPropertyValuesCommand,    CancelMetadataTransferJobCommand,    CreateComponentTypeCommand,    CreateEntityCommand,    CreateMetadataTransferJobCommand,    CreateSceneCommand,    CreateSyncJobCommand,    CreateWorkspaceCommand,    DeleteComponentTypeCommand,    DeleteEntityCommand,    DeleteSceneCommand,    DeleteSyncJobCommand,    DeleteWorkspaceCommand,    ExecuteQueryCommand,    GetComponentTypeCommand,    GetEntityCommand,    GetMetadataTransferJobCommand,    GetPricingPlanCommand,    GetPropertyValueCommand,    GetPropertyValueHistoryCommand,    GetSceneCommand,    GetSyncJobCommand,    GetWorkspaceCommand,    ListComponentsCommand,    ListComponentTypesCommand,    ListEntitiesCommand,    ListMetadataTransferJobsCommand,    ListPropertiesCommand,    ListScenesCommand,    ListSyncJobsCommand,    ListSyncResourcesCommand,    ListTagsForResourceCommand,    ListWorkspacesCommand,    TagResourceCommand,    UntagResourceCommand,    UpdateComponentTypeCommand,    UpdateEntityCommand,    UpdatePricingPlanCommand,    UpdateSceneCommand,    UpdateWorkspaceCommand,};const paginators = {    paginateExecuteQuery,    paginateGetPropertyValue,    paginateGetPropertyValueHistory,    paginateListComponents,    paginateListComponentTypes,    paginateListEntities,    paginateListMetadataTransferJobs,    paginateListProperties,    paginateListScenes,    paginateListSyncJobs,    paginateListSyncResources,    paginateListWorkspaces,};class IoTTwinMaker extends IoTTwinMakerClient {}client.createAggregatedClient(commands, IoTTwinMaker, { paginators }); const ErrorCode = {    COMPOSITE_COMPONENT_FAILURE: "COMPOSITE_COMPONENT_FAILURE",    INTERNAL_FAILURE: "INTERNAL_FAILURE",    PROCESSING_ERROR: "PROCESSING_ERROR",    SYNC_CREATING_ERROR: "SYNC_CREATING_ERROR",    SYNC_DELETING_ERROR: "SYNC_DELETING_ERROR",    SYNC_INITIALIZING_ERROR: "SYNC_INITIALIZING_ERROR",    SYNC_PROCESSING_ERROR: "SYNC_PROCESSING_ERROR",    VALIDATION_ERROR: "VALIDATION_ERROR",};const MetadataTransferJobState = {    CANCELLED: "CANCELLED",    CANCELLING: "CANCELLING",    COMPLETED: "COMPLETED",    ERROR: "ERROR",    PENDING: "PENDING",    RUNNING: "RUNNING",    VALIDATING: "VALIDATING",};const Scope = {    ENTITY: "ENTITY",    WORKSPACE: "WORKSPACE",};const Type = {    BOOLEAN: "BOOLEAN",    DOUBLE: "DOUBLE",    INTEGER: "INTEGER",    LIST: "LIST",    LONG: "LONG",    MAP: "MAP",    RELATIONSHIP: "RELATIONSHIP",    STRING: "STRING",};const GroupType = {    TABULAR: "TABULAR",};const State = {    ACTIVE: "ACTIVE",    CREATING: "CREATING",    DELETING: "DELETING",    ERROR: "ERROR",    UPDATING: "UPDATING",};const PropertyUpdateType = {    CREATE: "CREATE",    DELETE: "DELETE",    RESET_VALUE: "RESET_VALUE",    UPDATE: "UPDATE",};const PropertyGroupUpdateType = {    CREATE: "CREATE",    DELETE: "DELETE",    UPDATE: "UPDATE",};const DestinationType = {    IOTSITEWISE: "iotsitewise",    IOTTWINMAKER: "iottwinmaker",    S3: "s3",};const SourceType = {    IOTSITEWISE: "iotsitewise",    IOTTWINMAKER: "iottwinmaker",    S3: "s3",};const SyncJobState = {    ACTIVE: "ACTIVE",    CREATING: "CREATING",    DELETING: "DELETING",    ERROR: "ERROR",    INITIALIZING: "INITIALIZING",};const ColumnType = {    EDGE: "EDGE",    NODE: "NODE",    VALUE: "VALUE",};const PricingTier = {    TIER_1: "TIER_1",    TIER_2: "TIER_2",    TIER_3: "TIER_3",    TIER_4: "TIER_4",};const PricingMode = {    BASIC: "BASIC",    STANDARD: "STANDARD",    TIERED_BUNDLE: "TIERED_BUNDLE",};const UpdateReason = {    DEFAULT: "DEFAULT",    ENTITY_COUNT_UPDATE: "ENTITY_COUNT_UPDATE",    OVERWRITTEN: "OVERWRITTEN",    PRICING_MODE_UPDATE: "PRICING_MODE_UPDATE",    PRICING_TIER_UPDATE: "PRICING_TIER_UPDATE",};const Order = {    ASCENDING: "ASCENDING",    DESCENDING: "DESCENDING",};const InterpolationType = {    LINEAR: "LINEAR",};const OrderByTime = {    ASCENDING: "ASCENDING",    DESCENDING: "DESCENDING",};const SceneErrorCode = {    MATTERPORT_ERROR: "MATTERPORT_ERROR",};const SyncResourceType = {    COMPONENT_TYPE: "COMPONENT_TYPE",    ENTITY: "ENTITY",};const SyncResourceState = {    DELETED: "DELETED",    ERROR: "ERROR",    INITIALIZING: "INITIALIZING",    IN_SYNC: "IN_SYNC",    PROCESSING: "PROCESSING",};const ComponentUpdateType = {    CREATE: "CREATE",    DELETE: "DELETE",    UPDATE: "UPDATE",};const ParentEntityUpdateType = {    DELETE: "DELETE",    UPDATE: "UPDATE",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.IoTTwinMakerServiceException = IoTTwinMakerServiceException.IoTTwinMakerServiceException;exports.BatchPutPropertyValuesCommand = BatchPutPropertyValuesCommand;exports.CancelMetadataTransferJobCommand = CancelMetadataTransferJobCommand;exports.ColumnType = ColumnType;exports.ComponentUpdateType = ComponentUpdateType;exports.CreateComponentTypeCommand = CreateComponentTypeCommand;exports.CreateEntityCommand = CreateEntityCommand;exports.CreateMetadataTransferJobCommand = CreateMetadataTransferJobCommand;exports.CreateSceneCommand = CreateSceneCommand;exports.CreateSyncJobCommand = CreateSyncJobCommand;exports.CreateWorkspaceCommand = CreateWorkspaceCommand;exports.DeleteComponentTypeCommand = DeleteComponentTypeCommand;exports.DeleteEntityCommand = DeleteEntityCommand;exports.DeleteSceneCommand = DeleteSceneCommand;exports.DeleteSyncJobCommand = DeleteSyncJobCommand;exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;exports.DestinationType = DestinationType;exports.ErrorCode = ErrorCode;exports.ExecuteQueryCommand = ExecuteQueryCommand;exports.GetComponentTypeCommand = GetComponentTypeCommand;exports.GetEntityCommand = GetEntityCommand;exports.GetMetadataTransferJobCommand = GetMetadataTransferJobCommand;exports.GetPricingPlanCommand = GetPricingPlanCommand;exports.GetPropertyValueCommand = GetPropertyValueCommand;exports.GetPropertyValueHistoryCommand = GetPropertyValueHistoryCommand;exports.GetSceneCommand = GetSceneCommand;exports.GetSyncJobCommand = GetSyncJobCommand;exports.GetWorkspaceCommand = GetWorkspaceCommand;exports.GroupType = GroupType;exports.InterpolationType = InterpolationType;exports.IoTTwinMaker = IoTTwinMaker;exports.IoTTwinMakerClient = IoTTwinMakerClient;exports.ListComponentTypesCommand = ListComponentTypesCommand;exports.ListComponentsCommand = ListComponentsCommand;exports.ListEntitiesCommand = ListEntitiesCommand;exports.ListMetadataTransferJobsCommand = ListMetadataTransferJobsCommand;exports.ListPropertiesCommand = ListPropertiesCommand;exports.ListScenesCommand = ListScenesCommand;exports.ListSyncJobsCommand = ListSyncJobsCommand;exports.ListSyncResourcesCommand = ListSyncResourcesCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.ListWorkspacesCommand = ListWorkspacesCommand;exports.MetadataTransferJobState = MetadataTransferJobState;exports.Order = Order;exports.OrderByTime = OrderByTime;exports.ParentEntityUpdateType = ParentEntityUpdateType;exports.PricingMode = PricingMode;exports.PricingTier = PricingTier;exports.PropertyGroupUpdateType = PropertyGroupUpdateType;exports.PropertyUpdateType = PropertyUpdateType;exports.SceneErrorCode = SceneErrorCode;exports.Scope = Scope;exports.SourceType = SourceType;exports.State = State;exports.SyncJobState = SyncJobState;exports.SyncResourceState = SyncResourceState;exports.SyncResourceType = SyncResourceType;exports.TagResourceCommand = TagResourceCommand;exports.Type = Type;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateComponentTypeCommand = UpdateComponentTypeCommand;exports.UpdateEntityCommand = UpdateEntityCommand;exports.UpdatePricingPlanCommand = UpdatePricingPlanCommand;exports.UpdateReason = UpdateReason;exports.UpdateSceneCommand = UpdateSceneCommand;exports.UpdateWorkspaceCommand = UpdateWorkspaceCommand;exports.paginateExecuteQuery = paginateExecuteQuery;exports.paginateGetPropertyValue = paginateGetPropertyValue;exports.paginateGetPropertyValueHistory = paginateGetPropertyValueHistory;exports.paginateListComponentTypes = paginateListComponentTypes;exports.paginateListComponents = paginateListComponents;exports.paginateListEntities = paginateListEntities;exports.paginateListMetadataTransferJobs = paginateListMetadataTransferJobs;exports.paginateListProperties = paginateListProperties;exports.paginateListScenes = paginateListScenes;exports.paginateListSyncJobs = paginateListSyncJobs;exports.paginateListSyncResources = paginateListSyncResources;exports.paginateListWorkspaces = paginateListWorkspaces;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];});