@aws-sdk/client-iotsitewise 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/IoTSiteWise.js +293 -286
- package/dist-es/IoTSiteWiseClient.js +28 -22
- package/dist-es/commands/AssociateAssetsCommand.js +29 -22
- package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +29 -22
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +28 -21
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +28 -21
- package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +28 -21
- package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +28 -21
- package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +28 -21
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +28 -21
- package/dist-es/commands/CreateAccessPolicyCommand.js +28 -21
- package/dist-es/commands/CreateAssetCommand.js +28 -21
- package/dist-es/commands/CreateAssetModelCommand.js +28 -21
- package/dist-es/commands/CreateBulkImportJobCommand.js +28 -21
- package/dist-es/commands/CreateDashboardCommand.js +28 -21
- package/dist-es/commands/CreateGatewayCommand.js +28 -21
- package/dist-es/commands/CreatePortalCommand.js +28 -21
- package/dist-es/commands/CreateProjectCommand.js +28 -21
- package/dist-es/commands/DeleteAccessPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteAssetCommand.js +28 -21
- package/dist-es/commands/DeleteAssetModelCommand.js +28 -21
- package/dist-es/commands/DeleteDashboardCommand.js +28 -21
- package/dist-es/commands/DeleteGatewayCommand.js +29 -22
- package/dist-es/commands/DeletePortalCommand.js +28 -21
- package/dist-es/commands/DeleteProjectCommand.js +28 -21
- package/dist-es/commands/DeleteTimeSeriesCommand.js +29 -22
- package/dist-es/commands/DescribeAccessPolicyCommand.js +28 -21
- package/dist-es/commands/DescribeAssetCommand.js +28 -21
- package/dist-es/commands/DescribeAssetModelCommand.js +28 -21
- package/dist-es/commands/DescribeAssetPropertyCommand.js +28 -21
- package/dist-es/commands/DescribeBulkImportJobCommand.js +28 -21
- package/dist-es/commands/DescribeDashboardCommand.js +28 -21
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeGatewayCommand.js +28 -21
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +28 -21
- package/dist-es/commands/DescribePortalCommand.js +28 -21
- package/dist-es/commands/DescribeProjectCommand.js +28 -21
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeTimeSeriesCommand.js +28 -21
- package/dist-es/commands/DisassociateAssetsCommand.js +29 -22
- package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +29 -22
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +28 -21
- package/dist-es/commands/GetAssetPropertyValueCommand.js +28 -21
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +28 -21
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +28 -21
- package/dist-es/commands/ListAccessPoliciesCommand.js +28 -21
- package/dist-es/commands/ListAssetModelsCommand.js +28 -21
- package/dist-es/commands/ListAssetRelationshipsCommand.js +28 -21
- package/dist-es/commands/ListAssetsCommand.js +28 -21
- package/dist-es/commands/ListAssociatedAssetsCommand.js +28 -21
- package/dist-es/commands/ListBulkImportJobsCommand.js +28 -21
- package/dist-es/commands/ListDashboardsCommand.js +28 -21
- package/dist-es/commands/ListGatewaysCommand.js +28 -21
- package/dist-es/commands/ListPortalsCommand.js +28 -21
- package/dist-es/commands/ListProjectAssetsCommand.js +28 -21
- package/dist-es/commands/ListProjectsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTimeSeriesCommand.js +28 -21
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +28 -21
- package/dist-es/commands/PutLoggingOptionsCommand.js +28 -21
- package/dist-es/commands/PutStorageConfigurationCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateAccessPolicyCommand.js +28 -21
- package/dist-es/commands/UpdateAssetCommand.js +28 -21
- package/dist-es/commands/UpdateAssetModelCommand.js +28 -21
- package/dist-es/commands/UpdateAssetPropertyCommand.js +29 -22
- package/dist-es/commands/UpdateDashboardCommand.js +28 -21
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +28 -21
- package/dist-es/commands/UpdateGatewayCommand.js +29 -22
- package/dist-es/commands/UpdatePortalCommand.js +28 -21
- package/dist-es/commands/UpdateProjectCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/IoTSiteWiseServiceException.js +10 -5
- package/dist-es/models/models_0.js +345 -802
- package/dist-es/pagination/BatchGetAssetPropertyAggregatesPaginator.js +68 -25
- package/dist-es/pagination/BatchGetAssetPropertyValueHistoryPaginator.js +68 -25
- package/dist-es/pagination/BatchGetAssetPropertyValuePaginator.js +67 -24
- package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +68 -25
- package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +68 -25
- package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +68 -25
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +68 -25
- package/dist-es/pagination/ListAssetModelsPaginator.js +68 -25
- package/dist-es/pagination/ListAssetRelationshipsPaginator.js +68 -25
- package/dist-es/pagination/ListAssetsPaginator.js +68 -25
- package/dist-es/pagination/ListAssociatedAssetsPaginator.js +68 -25
- package/dist-es/pagination/ListBulkImportJobsPaginator.js +68 -25
- package/dist-es/pagination/ListDashboardsPaginator.js +68 -25
- package/dist-es/pagination/ListGatewaysPaginator.js +68 -25
- package/dist-es/pagination/ListPortalsPaginator.js +68 -25
- package/dist-es/pagination/ListProjectAssetsPaginator.js +68 -25
- package/dist-es/pagination/ListProjectsPaginator.js +68 -25
- package/dist-es/pagination/ListTimeSeriesPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +8342 -6181
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForAssetActive.js +56 -36
- package/dist-es/waiters/waitForAssetModelActive.js +56 -36
- package/dist-es/waiters/waitForAssetModelNotExists.js +42 -22
- package/dist-es/waiters/waitForAssetNotExists.js +42 -22
- package/dist-es/waiters/waitForPortalActive.js +48 -28
- package/dist-es/waiters/waitForPortalNotExists.js +42 -22
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
2
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,26 +9,31 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-sig
|
|
|
8
9
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
9
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
11
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
12
|
+
var IoTSiteWiseClient = (function (_super) {
|
|
13
|
+
__extends(IoTSiteWiseClient, _super);
|
|
14
|
+
function IoTSiteWiseClient(configuration) {
|
|
15
|
+
var _this = this;
|
|
16
|
+
var _config_0 = __getRuntimeConfig(configuration);
|
|
17
|
+
var _config_1 = resolveRegionConfig(_config_0);
|
|
18
|
+
var _config_2 = resolveEndpointsConfig(_config_1);
|
|
19
|
+
var _config_3 = resolveRetryConfig(_config_2);
|
|
20
|
+
var _config_4 = resolveHostHeaderConfig(_config_3);
|
|
21
|
+
var _config_5 = resolveAwsAuthConfig(_config_4);
|
|
22
|
+
var _config_6 = resolveUserAgentConfig(_config_5);
|
|
23
|
+
_this = _super.call(this, _config_6) || this;
|
|
24
|
+
_this.config = _config_6;
|
|
25
|
+
_this.middlewareStack.use(getRetryPlugin(_this.config));
|
|
26
|
+
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
27
|
+
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
28
|
+
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
|
|
30
|
+
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
31
|
+
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
32
|
+
return _this;
|
|
29
33
|
}
|
|
30
|
-
destroy() {
|
|
31
|
-
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
+
IoTSiteWiseClient.prototype.destroy = function () {
|
|
35
|
+
_super.prototype.destroy.call(this);
|
|
36
|
+
};
|
|
37
|
+
return IoTSiteWiseClient;
|
|
38
|
+
}(__Client));
|
|
39
|
+
export { IoTSiteWiseClient };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AssociateAssetsRequestFilterSensitiveLog } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1AssociateAssetsCommand, serializeAws_restJson1AssociateAssetsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AssociateAssetsCommand = (function (_super) {
|
|
7
|
+
__extends(AssociateAssetsCommand, _super);
|
|
8
|
+
function AssociateAssetsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AssociateAssetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "AssociateAssetsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: AssociateAssetsRequestFilterSensitiveLog,
|
|
21
|
-
outputFilterSensitiveLog: (output)
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AssociateAssetsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1AssociateAssetsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AssociateAssetsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1AssociateAssetsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AssociateAssetsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AssociateAssetsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AssociateTimeSeriesToAssetPropertyRequestFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand, serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var AssociateTimeSeriesToAssetPropertyCommand = (function (_super) {
|
|
7
|
+
__extends(AssociateTimeSeriesToAssetPropertyCommand, _super);
|
|
8
|
+
function AssociateTimeSeriesToAssetPropertyCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
AssociateTimeSeriesToAssetPropertyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "AssociateTimeSeriesToAssetPropertyCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: AssociateTimeSeriesToAssetPropertyRequestFilterSensitiveLog,
|
|
21
|
-
outputFilterSensitiveLog: (output)
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
AssociateTimeSeriesToAssetPropertyCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
AssociateTimeSeriesToAssetPropertyCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return AssociateTimeSeriesToAssetPropertyCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { AssociateTimeSeriesToAssetPropertyCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { BatchAssociateProjectAssetsRequestFilterSensitiveLog, BatchAssociateProjectAssetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1BatchAssociateProjectAssetsCommand, serializeAws_restJson1BatchAssociateProjectAssetsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var BatchAssociateProjectAssetsCommand = (function (_super) {
|
|
7
|
+
__extends(BatchAssociateProjectAssetsCommand, _super);
|
|
8
|
+
function BatchAssociateProjectAssetsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
BatchAssociateProjectAssetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "BatchAssociateProjectAssetsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: BatchAssociateProjectAssetsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: BatchAssociateProjectAssetsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
BatchAssociateProjectAssetsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1BatchAssociateProjectAssetsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
BatchAssociateProjectAssetsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1BatchAssociateProjectAssetsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return BatchAssociateProjectAssetsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { BatchAssociateProjectAssetsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { BatchDisassociateProjectAssetsRequestFilterSensitiveLog, BatchDisassociateProjectAssetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1BatchDisassociateProjectAssetsCommand, serializeAws_restJson1BatchDisassociateProjectAssetsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var BatchDisassociateProjectAssetsCommand = (function (_super) {
|
|
7
|
+
__extends(BatchDisassociateProjectAssetsCommand, _super);
|
|
8
|
+
function BatchDisassociateProjectAssetsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
BatchDisassociateProjectAssetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "BatchDisassociateProjectAssetsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: BatchDisassociateProjectAssetsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: BatchDisassociateProjectAssetsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
BatchDisassociateProjectAssetsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1BatchDisassociateProjectAssetsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
BatchDisassociateProjectAssetsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1BatchDisassociateProjectAssetsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return BatchDisassociateProjectAssetsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { BatchDisassociateProjectAssetsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { BatchGetAssetPropertyAggregatesRequestFilterSensitiveLog, BatchGetAssetPropertyAggregatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1BatchGetAssetPropertyAggregatesCommand, serializeAws_restJson1BatchGetAssetPropertyAggregatesCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var BatchGetAssetPropertyAggregatesCommand = (function (_super) {
|
|
7
|
+
__extends(BatchGetAssetPropertyAggregatesCommand, _super);
|
|
8
|
+
function BatchGetAssetPropertyAggregatesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
BatchGetAssetPropertyAggregatesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "BatchGetAssetPropertyAggregatesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: BatchGetAssetPropertyAggregatesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: BatchGetAssetPropertyAggregatesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
BatchGetAssetPropertyAggregatesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1BatchGetAssetPropertyAggregatesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
BatchGetAssetPropertyAggregatesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1BatchGetAssetPropertyAggregatesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return BatchGetAssetPropertyAggregatesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { BatchGetAssetPropertyAggregatesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { BatchGetAssetPropertyValueRequestFilterSensitiveLog, BatchGetAssetPropertyValueResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1BatchGetAssetPropertyValueCommand, serializeAws_restJson1BatchGetAssetPropertyValueCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var BatchGetAssetPropertyValueCommand = (function (_super) {
|
|
7
|
+
__extends(BatchGetAssetPropertyValueCommand, _super);
|
|
8
|
+
function BatchGetAssetPropertyValueCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
BatchGetAssetPropertyValueCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "BatchGetAssetPropertyValueCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: BatchGetAssetPropertyValueRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: BatchGetAssetPropertyValueResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
BatchGetAssetPropertyValueCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1BatchGetAssetPropertyValueCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
BatchGetAssetPropertyValueCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1BatchGetAssetPropertyValueCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return BatchGetAssetPropertyValueCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { BatchGetAssetPropertyValueCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { BatchGetAssetPropertyValueHistoryRequestFilterSensitiveLog, BatchGetAssetPropertyValueHistoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand, serializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var BatchGetAssetPropertyValueHistoryCommand = (function (_super) {
|
|
7
|
+
__extends(BatchGetAssetPropertyValueHistoryCommand, _super);
|
|
8
|
+
function BatchGetAssetPropertyValueHistoryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
BatchGetAssetPropertyValueHistoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "BatchGetAssetPropertyValueHistoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: BatchGetAssetPropertyValueHistoryRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: BatchGetAssetPropertyValueHistoryResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
BatchGetAssetPropertyValueHistoryCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
BatchGetAssetPropertyValueHistoryCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return BatchGetAssetPropertyValueHistoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { BatchGetAssetPropertyValueHistoryCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { BatchPutAssetPropertyValueRequestFilterSensitiveLog, BatchPutAssetPropertyValueResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1BatchPutAssetPropertyValueCommand, serializeAws_restJson1BatchPutAssetPropertyValueCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var BatchPutAssetPropertyValueCommand = (function (_super) {
|
|
7
|
+
__extends(BatchPutAssetPropertyValueCommand, _super);
|
|
8
|
+
function BatchPutAssetPropertyValueCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
BatchPutAssetPropertyValueCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "BatchPutAssetPropertyValueCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: BatchPutAssetPropertyValueRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: BatchPutAssetPropertyValueResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
BatchPutAssetPropertyValueCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1BatchPutAssetPropertyValueCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
BatchPutAssetPropertyValueCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1BatchPutAssetPropertyValueCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return BatchPutAssetPropertyValueCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { BatchPutAssetPropertyValueCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateAccessPolicyRequestFilterSensitiveLog, CreateAccessPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1CreateAccessPolicyCommand, serializeAws_restJson1CreateAccessPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateAccessPolicyCommand = (function (_super) {
|
|
7
|
+
__extends(CreateAccessPolicyCommand, _super);
|
|
8
|
+
function CreateAccessPolicyCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateAccessPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "CreateAccessPolicyCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateAccessPolicyRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateAccessPolicyResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateAccessPolicyCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1CreateAccessPolicyCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateAccessPolicyCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1CreateAccessPolicyCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateAccessPolicyCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateAccessPolicyCommand };
|