@aws-sdk/client-iotsitewise 3.1018.0 → 3.1020.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/IoTSiteWise.js +7 -7
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/waiters/waitForAssetActive.js +1 -1
- package/dist-es/waiters/waitForAssetModelActive.js +1 -1
- package/dist-es/waiters/waitForAssetModelNotExists.js +1 -1
- package/dist-es/waiters/waitForAssetNotExists.js +1 -1
- package/dist-es/waiters/waitForPortalActive.js +1 -1
- package/dist-es/waiters/waitForPortalNotExists.js +1 -1
- package/dist-types/IoTSiteWise.d.ts +104 -104
- package/dist-types/IoTSiteWiseClient.d.ts +107 -107
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/BatchGetAssetPropertyAggregatesPaginator.d.ts +1 -1
- package/dist-types/pagination/BatchGetAssetPropertyValueHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/BatchGetAssetPropertyValuePaginator.d.ts +1 -1
- package/dist-types/pagination/ExecuteQueryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetModelCompositeModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetModelPropertiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetPropertiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetRelationshipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBulkImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompositionRelationshipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputationModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInterfaceRelationshipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPortalsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTimeSeriesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +8 -8
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/waiters/waitForAssetActive.d.ts +3 -3
- package/dist-types/waiters/waitForAssetModelActive.d.ts +3 -3
- package/dist-types/waiters/waitForAssetModelNotExists.d.ts +3 -3
- package/dist-types/waiters/waitForAssetNotExists.d.ts +3 -3
- package/dist-types/waiters/waitForPortalActive.d.ts +3 -3
- package/dist-types/waiters/waitForPortalNotExists.d.ts +3 -3
- package/package.json +14 -14
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveHttpAuthSchemeConfig = exports.defaultIoTSiteWiseHttpAuthSchemeProvider = exports.defaultIoTSiteWiseHttpAuthSchemeParametersProvider = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const util_middleware_1 = require("@smithy/util-middleware");
|
|
6
6
|
const defaultIoTSiteWiseHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
@@ -38,7 +38,7 @@ const defaultIoTSiteWiseHttpAuthSchemeProvider = (authParameters) => {
|
|
|
38
38
|
};
|
|
39
39
|
exports.defaultIoTSiteWiseHttpAuthSchemeProvider = defaultIoTSiteWiseHttpAuthSchemeProvider;
|
|
40
40
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
41
|
-
const config_0 = (0,
|
|
41
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
42
42
|
return Object.assign(config_0, {
|
|
43
43
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
|
44
44
|
});
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
|
-
const
|
|
6
|
+
const client_1 = require("@aws-sdk/core/client");
|
|
7
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
7
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
8
9
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
10
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
@@ -22,7 +23,7 @@ const getRuntimeConfig = (config) => {
|
|
|
22
23
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
24
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
25
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
25
|
-
(0,
|
|
26
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
26
27
|
const loaderConfig = {
|
|
27
28
|
profile: config?.profile,
|
|
28
29
|
logger: clientSharedValues.logger,
|
|
@@ -32,7 +33,7 @@ const getRuntimeConfig = (config) => {
|
|
|
32
33
|
...config,
|
|
33
34
|
runtime: "node",
|
|
34
35
|
defaultsMode,
|
|
35
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
36
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
36
37
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
37
38
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
38
39
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
@@ -23,7 +23,7 @@ const getRuntimeConfig = (config) => {
|
|
|
23
23
|
{
|
|
24
24
|
schemeId: "aws.auth#sigv4",
|
|
25
25
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
26
|
-
signer: new
|
|
26
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
|
27
27
|
},
|
|
28
28
|
],
|
|
29
29
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
package/dist-es/IoTSiteWise.js
CHANGED
|
@@ -8,7 +8,7 @@ import { BatchGetAssetPropertyValueCommand, } from "./commands/BatchGetAssetProp
|
|
|
8
8
|
import { BatchGetAssetPropertyValueHistoryCommand, } from "./commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
9
9
|
import { BatchPutAssetPropertyValueCommand, } from "./commands/BatchPutAssetPropertyValueCommand";
|
|
10
10
|
import { CreateAccessPolicyCommand, } from "./commands/CreateAccessPolicyCommand";
|
|
11
|
-
import { CreateAssetCommand } from "./commands/CreateAssetCommand";
|
|
11
|
+
import { CreateAssetCommand, } from "./commands/CreateAssetCommand";
|
|
12
12
|
import { CreateAssetModelCommand, } from "./commands/CreateAssetModelCommand";
|
|
13
13
|
import { CreateAssetModelCompositeModelCommand, } from "./commands/CreateAssetModelCompositeModelCommand";
|
|
14
14
|
import { CreateBulkImportJobCommand, } from "./commands/CreateBulkImportJobCommand";
|
|
@@ -19,7 +19,7 @@ import { CreateGatewayCommand, } from "./commands/CreateGatewayCommand";
|
|
|
19
19
|
import { CreatePortalCommand, } from "./commands/CreatePortalCommand";
|
|
20
20
|
import { CreateProjectCommand, } from "./commands/CreateProjectCommand";
|
|
21
21
|
import { DeleteAccessPolicyCommand, } from "./commands/DeleteAccessPolicyCommand";
|
|
22
|
-
import { DeleteAssetCommand } from "./commands/DeleteAssetCommand";
|
|
22
|
+
import { DeleteAssetCommand, } from "./commands/DeleteAssetCommand";
|
|
23
23
|
import { DeleteAssetModelCommand, } from "./commands/DeleteAssetModelCommand";
|
|
24
24
|
import { DeleteAssetModelCompositeModelCommand, } from "./commands/DeleteAssetModelCompositeModelCommand";
|
|
25
25
|
import { DeleteAssetModelInterfaceRelationshipCommand, } from "./commands/DeleteAssetModelInterfaceRelationshipCommand";
|
|
@@ -62,13 +62,13 @@ import { GetAssetPropertyValueHistoryCommand, } from "./commands/GetAssetPropert
|
|
|
62
62
|
import { GetInterpolatedAssetPropertyValuesCommand, } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
63
63
|
import { InvokeAssistantCommand, } from "./commands/InvokeAssistantCommand";
|
|
64
64
|
import { ListAccessPoliciesCommand, } from "./commands/ListAccessPoliciesCommand";
|
|
65
|
-
import { ListActionsCommand } from "./commands/ListActionsCommand";
|
|
65
|
+
import { ListActionsCommand, } from "./commands/ListActionsCommand";
|
|
66
66
|
import { ListAssetModelCompositeModelsCommand, } from "./commands/ListAssetModelCompositeModelsCommand";
|
|
67
67
|
import { ListAssetModelPropertiesCommand, } from "./commands/ListAssetModelPropertiesCommand";
|
|
68
68
|
import { ListAssetModelsCommand, } from "./commands/ListAssetModelsCommand";
|
|
69
69
|
import { ListAssetPropertiesCommand, } from "./commands/ListAssetPropertiesCommand";
|
|
70
70
|
import { ListAssetRelationshipsCommand, } from "./commands/ListAssetRelationshipsCommand";
|
|
71
|
-
import { ListAssetsCommand } from "./commands/ListAssetsCommand";
|
|
71
|
+
import { ListAssetsCommand, } from "./commands/ListAssetsCommand";
|
|
72
72
|
import { ListAssociatedAssetsCommand, } from "./commands/ListAssociatedAssetsCommand";
|
|
73
73
|
import { ListBulkImportJobsCommand, } from "./commands/ListBulkImportJobsCommand";
|
|
74
74
|
import { ListCompositionRelationshipsCommand, } from "./commands/ListCompositionRelationshipsCommand";
|
|
@@ -80,7 +80,7 @@ import { ListDatasetsCommand, } from "./commands/ListDatasetsCommand";
|
|
|
80
80
|
import { ListExecutionsCommand, } from "./commands/ListExecutionsCommand";
|
|
81
81
|
import { ListGatewaysCommand, } from "./commands/ListGatewaysCommand";
|
|
82
82
|
import { ListInterfaceRelationshipsCommand, } from "./commands/ListInterfaceRelationshipsCommand";
|
|
83
|
-
import { ListPortalsCommand } from "./commands/ListPortalsCommand";
|
|
83
|
+
import { ListPortalsCommand, } from "./commands/ListPortalsCommand";
|
|
84
84
|
import { ListProjectAssetsCommand, } from "./commands/ListProjectAssetsCommand";
|
|
85
85
|
import { ListProjectsCommand, } from "./commands/ListProjectsCommand";
|
|
86
86
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
@@ -89,10 +89,10 @@ import { PutAssetModelInterfaceRelationshipCommand, } from "./commands/PutAssetM
|
|
|
89
89
|
import { PutDefaultEncryptionConfigurationCommand, } from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
90
90
|
import { PutLoggingOptionsCommand, } from "./commands/PutLoggingOptionsCommand";
|
|
91
91
|
import { PutStorageConfigurationCommand, } from "./commands/PutStorageConfigurationCommand";
|
|
92
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
92
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
93
93
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
94
94
|
import { UpdateAccessPolicyCommand, } from "./commands/UpdateAccessPolicyCommand";
|
|
95
|
-
import { UpdateAssetCommand } from "./commands/UpdateAssetCommand";
|
|
95
|
+
import { UpdateAssetCommand, } from "./commands/UpdateAssetCommand";
|
|
96
96
|
import { UpdateAssetModelCommand, } from "./commands/UpdateAssetModelCommand";
|
|
97
97
|
import { UpdateAssetModelCompositeModelCommand, } from "./commands/UpdateAssetModelCompositeModelCommand";
|
|
98
98
|
import { UpdateAssetPropertyCommand, } from "./commands/UpdateAssetPropertyCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
|
|
1
|
+
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
3
3
|
export const defaultIoTSiteWiseHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
|
|
3
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
3
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
6
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
4
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeAssetCommand } from "../commands/DescribeAssetCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeAssetModelCommand } from "../commands/DescribeAssetModelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeAssetModelCommand } from "../commands/DescribeAssetModelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeAssetCommand } from "../commands/DescribeAssetCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribePortalCommand } from "../commands/DescribePortalCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribePortalCommand } from "../commands/DescribePortalCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,109 +1,109 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "./commands/AssociateAssetsCommand";
|
|
4
|
-
import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
5
|
-
import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "./commands/BatchAssociateProjectAssetsCommand";
|
|
6
|
-
import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "./commands/BatchDisassociateProjectAssetsCommand";
|
|
7
|
-
import { BatchGetAssetPropertyAggregatesCommandInput, BatchGetAssetPropertyAggregatesCommandOutput } from "./commands/BatchGetAssetPropertyAggregatesCommand";
|
|
8
|
-
import { BatchGetAssetPropertyValueCommandInput, BatchGetAssetPropertyValueCommandOutput } from "./commands/BatchGetAssetPropertyValueCommand";
|
|
9
|
-
import { BatchGetAssetPropertyValueHistoryCommandInput, BatchGetAssetPropertyValueHistoryCommandOutput } from "./commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
10
|
-
import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "./commands/BatchPutAssetPropertyValueCommand";
|
|
11
|
-
import { CreateAccessPolicyCommandInput, CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
|
|
12
|
-
import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
13
|
-
import { CreateAssetModelCommandInput, CreateAssetModelCommandOutput } from "./commands/CreateAssetModelCommand";
|
|
14
|
-
import { CreateAssetModelCompositeModelCommandInput, CreateAssetModelCompositeModelCommandOutput } from "./commands/CreateAssetModelCompositeModelCommand";
|
|
15
|
-
import { CreateBulkImportJobCommandInput, CreateBulkImportJobCommandOutput } from "./commands/CreateBulkImportJobCommand";
|
|
16
|
-
import { CreateComputationModelCommandInput, CreateComputationModelCommandOutput } from "./commands/CreateComputationModelCommand";
|
|
17
|
-
import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
|
|
18
|
-
import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
|
|
19
|
-
import { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
|
|
20
|
-
import { CreatePortalCommandInput, CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
|
|
21
|
-
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
22
|
-
import { DeleteAccessPolicyCommandInput, DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
|
|
23
|
-
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
24
|
-
import { DeleteAssetModelCommandInput, DeleteAssetModelCommandOutput } from "./commands/DeleteAssetModelCommand";
|
|
25
|
-
import { DeleteAssetModelCompositeModelCommandInput, DeleteAssetModelCompositeModelCommandOutput } from "./commands/DeleteAssetModelCompositeModelCommand";
|
|
26
|
-
import { DeleteAssetModelInterfaceRelationshipCommandInput, DeleteAssetModelInterfaceRelationshipCommandOutput } from "./commands/DeleteAssetModelInterfaceRelationshipCommand";
|
|
27
|
-
import { DeleteComputationModelCommandInput, DeleteComputationModelCommandOutput } from "./commands/DeleteComputationModelCommand";
|
|
28
|
-
import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
|
|
29
|
-
import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
|
|
30
|
-
import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
31
|
-
import { DeletePortalCommandInput, DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
|
|
32
|
-
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
33
|
-
import { DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput } from "./commands/DeleteTimeSeriesCommand";
|
|
34
|
-
import { DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput } from "./commands/DescribeAccessPolicyCommand";
|
|
35
|
-
import { DescribeActionCommandInput, DescribeActionCommandOutput } from "./commands/DescribeActionCommand";
|
|
36
|
-
import { DescribeAssetCommandInput, DescribeAssetCommandOutput } from "./commands/DescribeAssetCommand";
|
|
37
|
-
import { DescribeAssetCompositeModelCommandInput, DescribeAssetCompositeModelCommandOutput } from "./commands/DescribeAssetCompositeModelCommand";
|
|
38
|
-
import { DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput } from "./commands/DescribeAssetModelCommand";
|
|
39
|
-
import { DescribeAssetModelCompositeModelCommandInput, DescribeAssetModelCompositeModelCommandOutput } from "./commands/DescribeAssetModelCompositeModelCommand";
|
|
40
|
-
import { DescribeAssetModelInterfaceRelationshipCommandInput, DescribeAssetModelInterfaceRelationshipCommandOutput } from "./commands/DescribeAssetModelInterfaceRelationshipCommand";
|
|
41
|
-
import { DescribeAssetPropertyCommandInput, DescribeAssetPropertyCommandOutput } from "./commands/DescribeAssetPropertyCommand";
|
|
42
|
-
import { DescribeBulkImportJobCommandInput, DescribeBulkImportJobCommandOutput } from "./commands/DescribeBulkImportJobCommand";
|
|
43
|
-
import { DescribeComputationModelCommandInput, DescribeComputationModelCommandOutput } from "./commands/DescribeComputationModelCommand";
|
|
44
|
-
import { DescribeComputationModelExecutionSummaryCommandInput, DescribeComputationModelExecutionSummaryCommandOutput } from "./commands/DescribeComputationModelExecutionSummaryCommand";
|
|
45
|
-
import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
|
|
46
|
-
import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
|
|
47
|
-
import { DescribeDefaultEncryptionConfigurationCommandInput, DescribeDefaultEncryptionConfigurationCommandOutput } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
48
|
-
import { DescribeExecutionCommandInput, DescribeExecutionCommandOutput } from "./commands/DescribeExecutionCommand";
|
|
49
|
-
import { DescribeGatewayCapabilityConfigurationCommandInput, DescribeGatewayCapabilityConfigurationCommandOutput } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
50
|
-
import { DescribeGatewayCommandInput, DescribeGatewayCommandOutput } from "./commands/DescribeGatewayCommand";
|
|
51
|
-
import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput } from "./commands/DescribeLoggingOptionsCommand";
|
|
52
|
-
import { DescribePortalCommandInput, DescribePortalCommandOutput } from "./commands/DescribePortalCommand";
|
|
53
|
-
import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
|
|
54
|
-
import { DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput } from "./commands/DescribeStorageConfigurationCommand";
|
|
55
|
-
import { DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput } from "./commands/DescribeTimeSeriesCommand";
|
|
56
|
-
import { DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput } from "./commands/DisassociateAssetsCommand";
|
|
57
|
-
import { DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput } from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
|
|
58
|
-
import { ExecuteActionCommandInput, ExecuteActionCommandOutput } from "./commands/ExecuteActionCommand";
|
|
59
|
-
import { ExecuteQueryCommandInput, ExecuteQueryCommandOutput } from "./commands/ExecuteQueryCommand";
|
|
60
|
-
import { GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput } from "./commands/GetAssetPropertyAggregatesCommand";
|
|
61
|
-
import { GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput } from "./commands/GetAssetPropertyValueCommand";
|
|
62
|
-
import { GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput } from "./commands/GetAssetPropertyValueHistoryCommand";
|
|
63
|
-
import { GetInterpolatedAssetPropertyValuesCommandInput, GetInterpolatedAssetPropertyValuesCommandOutput } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
64
|
-
import { InvokeAssistantCommandInput, InvokeAssistantCommandOutput } from "./commands/InvokeAssistantCommand";
|
|
65
|
-
import { ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
|
|
66
|
-
import { ListActionsCommandInput, ListActionsCommandOutput } from "./commands/ListActionsCommand";
|
|
67
|
-
import { ListAssetModelCompositeModelsCommandInput, ListAssetModelCompositeModelsCommandOutput } from "./commands/ListAssetModelCompositeModelsCommand";
|
|
68
|
-
import { ListAssetModelPropertiesCommandInput, ListAssetModelPropertiesCommandOutput } from "./commands/ListAssetModelPropertiesCommand";
|
|
69
|
-
import { ListAssetModelsCommandInput, ListAssetModelsCommandOutput } from "./commands/ListAssetModelsCommand";
|
|
70
|
-
import { ListAssetPropertiesCommandInput, ListAssetPropertiesCommandOutput } from "./commands/ListAssetPropertiesCommand";
|
|
71
|
-
import { ListAssetRelationshipsCommandInput, ListAssetRelationshipsCommandOutput } from "./commands/ListAssetRelationshipsCommand";
|
|
72
|
-
import { ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
|
|
73
|
-
import { ListAssociatedAssetsCommandInput, ListAssociatedAssetsCommandOutput } from "./commands/ListAssociatedAssetsCommand";
|
|
74
|
-
import { ListBulkImportJobsCommandInput, ListBulkImportJobsCommandOutput } from "./commands/ListBulkImportJobsCommand";
|
|
75
|
-
import { ListCompositionRelationshipsCommandInput, ListCompositionRelationshipsCommandOutput } from "./commands/ListCompositionRelationshipsCommand";
|
|
76
|
-
import { ListComputationModelDataBindingUsagesCommandInput, ListComputationModelDataBindingUsagesCommandOutput } from "./commands/ListComputationModelDataBindingUsagesCommand";
|
|
77
|
-
import { ListComputationModelResolveToResourcesCommandInput, ListComputationModelResolveToResourcesCommandOutput } from "./commands/ListComputationModelResolveToResourcesCommand";
|
|
78
|
-
import { ListComputationModelsCommandInput, ListComputationModelsCommandOutput } from "./commands/ListComputationModelsCommand";
|
|
79
|
-
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
|
|
80
|
-
import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
|
|
81
|
-
import { ListExecutionsCommandInput, ListExecutionsCommandOutput } from "./commands/ListExecutionsCommand";
|
|
82
|
-
import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
83
|
-
import { ListInterfaceRelationshipsCommandInput, ListInterfaceRelationshipsCommandOutput } from "./commands/ListInterfaceRelationshipsCommand";
|
|
84
|
-
import { ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
|
|
85
|
-
import { ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput } from "./commands/ListProjectAssetsCommand";
|
|
86
|
-
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
87
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
88
|
-
import { ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput } from "./commands/ListTimeSeriesCommand";
|
|
89
|
-
import { PutAssetModelInterfaceRelationshipCommandInput, PutAssetModelInterfaceRelationshipCommandOutput } from "./commands/PutAssetModelInterfaceRelationshipCommand";
|
|
90
|
-
import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
91
|
-
import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
|
|
92
|
-
import { PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput } from "./commands/PutStorageConfigurationCommand";
|
|
93
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
94
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
95
|
-
import { UpdateAccessPolicyCommandInput, UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
|
|
96
|
-
import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
|
|
97
|
-
import { UpdateAssetModelCommandInput, UpdateAssetModelCommandOutput } from "./commands/UpdateAssetModelCommand";
|
|
98
|
-
import { UpdateAssetModelCompositeModelCommandInput, UpdateAssetModelCompositeModelCommandOutput } from "./commands/UpdateAssetModelCompositeModelCommand";
|
|
99
|
-
import { UpdateAssetPropertyCommandInput, UpdateAssetPropertyCommandOutput } from "./commands/UpdateAssetPropertyCommand";
|
|
100
|
-
import { UpdateComputationModelCommandInput, UpdateComputationModelCommandOutput } from "./commands/UpdateComputationModelCommand";
|
|
101
|
-
import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "./commands/UpdateDashboardCommand";
|
|
102
|
-
import { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
|
|
103
|
-
import { UpdateGatewayCapabilityConfigurationCommandInput, UpdateGatewayCapabilityConfigurationCommandOutput } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
|
|
104
|
-
import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
|
|
105
|
-
import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
|
|
106
|
-
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
3
|
+
import { type AssociateAssetsCommandInput, type AssociateAssetsCommandOutput } from "./commands/AssociateAssetsCommand";
|
|
4
|
+
import { type AssociateTimeSeriesToAssetPropertyCommandInput, type AssociateTimeSeriesToAssetPropertyCommandOutput } from "./commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
5
|
+
import { type BatchAssociateProjectAssetsCommandInput, type BatchAssociateProjectAssetsCommandOutput } from "./commands/BatchAssociateProjectAssetsCommand";
|
|
6
|
+
import { type BatchDisassociateProjectAssetsCommandInput, type BatchDisassociateProjectAssetsCommandOutput } from "./commands/BatchDisassociateProjectAssetsCommand";
|
|
7
|
+
import { type BatchGetAssetPropertyAggregatesCommandInput, type BatchGetAssetPropertyAggregatesCommandOutput } from "./commands/BatchGetAssetPropertyAggregatesCommand";
|
|
8
|
+
import { type BatchGetAssetPropertyValueCommandInput, type BatchGetAssetPropertyValueCommandOutput } from "./commands/BatchGetAssetPropertyValueCommand";
|
|
9
|
+
import { type BatchGetAssetPropertyValueHistoryCommandInput, type BatchGetAssetPropertyValueHistoryCommandOutput } from "./commands/BatchGetAssetPropertyValueHistoryCommand";
|
|
10
|
+
import { type BatchPutAssetPropertyValueCommandInput, type BatchPutAssetPropertyValueCommandOutput } from "./commands/BatchPutAssetPropertyValueCommand";
|
|
11
|
+
import { type CreateAccessPolicyCommandInput, type CreateAccessPolicyCommandOutput } from "./commands/CreateAccessPolicyCommand";
|
|
12
|
+
import { type CreateAssetCommandInput, type CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
|
|
13
|
+
import { type CreateAssetModelCommandInput, type CreateAssetModelCommandOutput } from "./commands/CreateAssetModelCommand";
|
|
14
|
+
import { type CreateAssetModelCompositeModelCommandInput, type CreateAssetModelCompositeModelCommandOutput } from "./commands/CreateAssetModelCompositeModelCommand";
|
|
15
|
+
import { type CreateBulkImportJobCommandInput, type CreateBulkImportJobCommandOutput } from "./commands/CreateBulkImportJobCommand";
|
|
16
|
+
import { type CreateComputationModelCommandInput, type CreateComputationModelCommandOutput } from "./commands/CreateComputationModelCommand";
|
|
17
|
+
import { type CreateDashboardCommandInput, type CreateDashboardCommandOutput } from "./commands/CreateDashboardCommand";
|
|
18
|
+
import { type CreateDatasetCommandInput, type CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
|
|
19
|
+
import { type CreateGatewayCommandInput, type CreateGatewayCommandOutput } from "./commands/CreateGatewayCommand";
|
|
20
|
+
import { type CreatePortalCommandInput, type CreatePortalCommandOutput } from "./commands/CreatePortalCommand";
|
|
21
|
+
import { type CreateProjectCommandInput, type CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
22
|
+
import { type DeleteAccessPolicyCommandInput, type DeleteAccessPolicyCommandOutput } from "./commands/DeleteAccessPolicyCommand";
|
|
23
|
+
import { type DeleteAssetCommandInput, type DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
24
|
+
import { type DeleteAssetModelCommandInput, type DeleteAssetModelCommandOutput } from "./commands/DeleteAssetModelCommand";
|
|
25
|
+
import { type DeleteAssetModelCompositeModelCommandInput, type DeleteAssetModelCompositeModelCommandOutput } from "./commands/DeleteAssetModelCompositeModelCommand";
|
|
26
|
+
import { type DeleteAssetModelInterfaceRelationshipCommandInput, type DeleteAssetModelInterfaceRelationshipCommandOutput } from "./commands/DeleteAssetModelInterfaceRelationshipCommand";
|
|
27
|
+
import { type DeleteComputationModelCommandInput, type DeleteComputationModelCommandOutput } from "./commands/DeleteComputationModelCommand";
|
|
28
|
+
import { type DeleteDashboardCommandInput, type DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
|
|
29
|
+
import { type DeleteDatasetCommandInput, type DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
|
|
30
|
+
import { type DeleteGatewayCommandInput, type DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
|
|
31
|
+
import { type DeletePortalCommandInput, type DeletePortalCommandOutput } from "./commands/DeletePortalCommand";
|
|
32
|
+
import { type DeleteProjectCommandInput, type DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
33
|
+
import { type DeleteTimeSeriesCommandInput, type DeleteTimeSeriesCommandOutput } from "./commands/DeleteTimeSeriesCommand";
|
|
34
|
+
import { type DescribeAccessPolicyCommandInput, type DescribeAccessPolicyCommandOutput } from "./commands/DescribeAccessPolicyCommand";
|
|
35
|
+
import { type DescribeActionCommandInput, type DescribeActionCommandOutput } from "./commands/DescribeActionCommand";
|
|
36
|
+
import { type DescribeAssetCommandInput, type DescribeAssetCommandOutput } from "./commands/DescribeAssetCommand";
|
|
37
|
+
import { type DescribeAssetCompositeModelCommandInput, type DescribeAssetCompositeModelCommandOutput } from "./commands/DescribeAssetCompositeModelCommand";
|
|
38
|
+
import { type DescribeAssetModelCommandInput, type DescribeAssetModelCommandOutput } from "./commands/DescribeAssetModelCommand";
|
|
39
|
+
import { type DescribeAssetModelCompositeModelCommandInput, type DescribeAssetModelCompositeModelCommandOutput } from "./commands/DescribeAssetModelCompositeModelCommand";
|
|
40
|
+
import { type DescribeAssetModelInterfaceRelationshipCommandInput, type DescribeAssetModelInterfaceRelationshipCommandOutput } from "./commands/DescribeAssetModelInterfaceRelationshipCommand";
|
|
41
|
+
import { type DescribeAssetPropertyCommandInput, type DescribeAssetPropertyCommandOutput } from "./commands/DescribeAssetPropertyCommand";
|
|
42
|
+
import { type DescribeBulkImportJobCommandInput, type DescribeBulkImportJobCommandOutput } from "./commands/DescribeBulkImportJobCommand";
|
|
43
|
+
import { type DescribeComputationModelCommandInput, type DescribeComputationModelCommandOutput } from "./commands/DescribeComputationModelCommand";
|
|
44
|
+
import { type DescribeComputationModelExecutionSummaryCommandInput, type DescribeComputationModelExecutionSummaryCommandOutput } from "./commands/DescribeComputationModelExecutionSummaryCommand";
|
|
45
|
+
import { type DescribeDashboardCommandInput, type DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
|
|
46
|
+
import { type DescribeDatasetCommandInput, type DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
|
|
47
|
+
import { type DescribeDefaultEncryptionConfigurationCommandInput, type DescribeDefaultEncryptionConfigurationCommandOutput } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
48
|
+
import { type DescribeExecutionCommandInput, type DescribeExecutionCommandOutput } from "./commands/DescribeExecutionCommand";
|
|
49
|
+
import { type DescribeGatewayCapabilityConfigurationCommandInput, type DescribeGatewayCapabilityConfigurationCommandOutput } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
50
|
+
import { type DescribeGatewayCommandInput, type DescribeGatewayCommandOutput } from "./commands/DescribeGatewayCommand";
|
|
51
|
+
import { type DescribeLoggingOptionsCommandInput, type DescribeLoggingOptionsCommandOutput } from "./commands/DescribeLoggingOptionsCommand";
|
|
52
|
+
import { type DescribePortalCommandInput, type DescribePortalCommandOutput } from "./commands/DescribePortalCommand";
|
|
53
|
+
import { type DescribeProjectCommandInput, type DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
|
|
54
|
+
import { type DescribeStorageConfigurationCommandInput, type DescribeStorageConfigurationCommandOutput } from "./commands/DescribeStorageConfigurationCommand";
|
|
55
|
+
import { type DescribeTimeSeriesCommandInput, type DescribeTimeSeriesCommandOutput } from "./commands/DescribeTimeSeriesCommand";
|
|
56
|
+
import { type DisassociateAssetsCommandInput, type DisassociateAssetsCommandOutput } from "./commands/DisassociateAssetsCommand";
|
|
57
|
+
import { type DisassociateTimeSeriesFromAssetPropertyCommandInput, type DisassociateTimeSeriesFromAssetPropertyCommandOutput } from "./commands/DisassociateTimeSeriesFromAssetPropertyCommand";
|
|
58
|
+
import { type ExecuteActionCommandInput, type ExecuteActionCommandOutput } from "./commands/ExecuteActionCommand";
|
|
59
|
+
import { type ExecuteQueryCommandInput, type ExecuteQueryCommandOutput } from "./commands/ExecuteQueryCommand";
|
|
60
|
+
import { type GetAssetPropertyAggregatesCommandInput, type GetAssetPropertyAggregatesCommandOutput } from "./commands/GetAssetPropertyAggregatesCommand";
|
|
61
|
+
import { type GetAssetPropertyValueCommandInput, type GetAssetPropertyValueCommandOutput } from "./commands/GetAssetPropertyValueCommand";
|
|
62
|
+
import { type GetAssetPropertyValueHistoryCommandInput, type GetAssetPropertyValueHistoryCommandOutput } from "./commands/GetAssetPropertyValueHistoryCommand";
|
|
63
|
+
import { type GetInterpolatedAssetPropertyValuesCommandInput, type GetInterpolatedAssetPropertyValuesCommandOutput } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
|
|
64
|
+
import { type InvokeAssistantCommandInput, type InvokeAssistantCommandOutput } from "./commands/InvokeAssistantCommand";
|
|
65
|
+
import { type ListAccessPoliciesCommandInput, type ListAccessPoliciesCommandOutput } from "./commands/ListAccessPoliciesCommand";
|
|
66
|
+
import { type ListActionsCommandInput, type ListActionsCommandOutput } from "./commands/ListActionsCommand";
|
|
67
|
+
import { type ListAssetModelCompositeModelsCommandInput, type ListAssetModelCompositeModelsCommandOutput } from "./commands/ListAssetModelCompositeModelsCommand";
|
|
68
|
+
import { type ListAssetModelPropertiesCommandInput, type ListAssetModelPropertiesCommandOutput } from "./commands/ListAssetModelPropertiesCommand";
|
|
69
|
+
import { type ListAssetModelsCommandInput, type ListAssetModelsCommandOutput } from "./commands/ListAssetModelsCommand";
|
|
70
|
+
import { type ListAssetPropertiesCommandInput, type ListAssetPropertiesCommandOutput } from "./commands/ListAssetPropertiesCommand";
|
|
71
|
+
import { type ListAssetRelationshipsCommandInput, type ListAssetRelationshipsCommandOutput } from "./commands/ListAssetRelationshipsCommand";
|
|
72
|
+
import { type ListAssetsCommandInput, type ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
|
|
73
|
+
import { type ListAssociatedAssetsCommandInput, type ListAssociatedAssetsCommandOutput } from "./commands/ListAssociatedAssetsCommand";
|
|
74
|
+
import { type ListBulkImportJobsCommandInput, type ListBulkImportJobsCommandOutput } from "./commands/ListBulkImportJobsCommand";
|
|
75
|
+
import { type ListCompositionRelationshipsCommandInput, type ListCompositionRelationshipsCommandOutput } from "./commands/ListCompositionRelationshipsCommand";
|
|
76
|
+
import { type ListComputationModelDataBindingUsagesCommandInput, type ListComputationModelDataBindingUsagesCommandOutput } from "./commands/ListComputationModelDataBindingUsagesCommand";
|
|
77
|
+
import { type ListComputationModelResolveToResourcesCommandInput, type ListComputationModelResolveToResourcesCommandOutput } from "./commands/ListComputationModelResolveToResourcesCommand";
|
|
78
|
+
import { type ListComputationModelsCommandInput, type ListComputationModelsCommandOutput } from "./commands/ListComputationModelsCommand";
|
|
79
|
+
import { type ListDashboardsCommandInput, type ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
|
|
80
|
+
import { type ListDatasetsCommandInput, type ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
|
|
81
|
+
import { type ListExecutionsCommandInput, type ListExecutionsCommandOutput } from "./commands/ListExecutionsCommand";
|
|
82
|
+
import { type ListGatewaysCommandInput, type ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
83
|
+
import { type ListInterfaceRelationshipsCommandInput, type ListInterfaceRelationshipsCommandOutput } from "./commands/ListInterfaceRelationshipsCommand";
|
|
84
|
+
import { type ListPortalsCommandInput, type ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
|
|
85
|
+
import { type ListProjectAssetsCommandInput, type ListProjectAssetsCommandOutput } from "./commands/ListProjectAssetsCommand";
|
|
86
|
+
import { type ListProjectsCommandInput, type ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
87
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
88
|
+
import { type ListTimeSeriesCommandInput, type ListTimeSeriesCommandOutput } from "./commands/ListTimeSeriesCommand";
|
|
89
|
+
import { type PutAssetModelInterfaceRelationshipCommandInput, type PutAssetModelInterfaceRelationshipCommandOutput } from "./commands/PutAssetModelInterfaceRelationshipCommand";
|
|
90
|
+
import { type PutDefaultEncryptionConfigurationCommandInput, type PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
91
|
+
import { type PutLoggingOptionsCommandInput, type PutLoggingOptionsCommandOutput } from "./commands/PutLoggingOptionsCommand";
|
|
92
|
+
import { type PutStorageConfigurationCommandInput, type PutStorageConfigurationCommandOutput } from "./commands/PutStorageConfigurationCommand";
|
|
93
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
94
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
95
|
+
import { type UpdateAccessPolicyCommandInput, type UpdateAccessPolicyCommandOutput } from "./commands/UpdateAccessPolicyCommand";
|
|
96
|
+
import { type UpdateAssetCommandInput, type UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
|
|
97
|
+
import { type UpdateAssetModelCommandInput, type UpdateAssetModelCommandOutput } from "./commands/UpdateAssetModelCommand";
|
|
98
|
+
import { type UpdateAssetModelCompositeModelCommandInput, type UpdateAssetModelCompositeModelCommandOutput } from "./commands/UpdateAssetModelCompositeModelCommand";
|
|
99
|
+
import { type UpdateAssetPropertyCommandInput, type UpdateAssetPropertyCommandOutput } from "./commands/UpdateAssetPropertyCommand";
|
|
100
|
+
import { type UpdateComputationModelCommandInput, type UpdateComputationModelCommandOutput } from "./commands/UpdateComputationModelCommand";
|
|
101
|
+
import { type UpdateDashboardCommandInput, type UpdateDashboardCommandOutput } from "./commands/UpdateDashboardCommand";
|
|
102
|
+
import { type UpdateDatasetCommandInput, type UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
|
|
103
|
+
import { type UpdateGatewayCapabilityConfigurationCommandInput, type UpdateGatewayCapabilityConfigurationCommandOutput } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
|
|
104
|
+
import { type UpdateGatewayCommandInput, type UpdateGatewayCommandOutput } from "./commands/UpdateGatewayCommand";
|
|
105
|
+
import { type UpdatePortalCommandInput, type UpdatePortalCommandOutput } from "./commands/UpdatePortalCommand";
|
|
106
|
+
import { type UpdateProjectCommandInput, type UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
107
107
|
import { IoTSiteWiseClient } from "./IoTSiteWiseClient";
|
|
108
108
|
export interface IoTSiteWise {
|
|
109
109
|
/**
|