@aws-sdk/client-iotsitewise 3.130.0 → 3.137.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 +30 -0
- package/dist-cjs/IoTSiteWise.js +45 -0
- package/dist-cjs/commands/AssociateAssetsCommand.js +1 -1
- package/dist-cjs/commands/AssociateTimeSeriesToAssetPropertyCommand.js +1 -1
- package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetAssetPropertyAggregatesCommand.js +2 -2
- package/dist-cjs/commands/BatchGetAssetPropertyValueCommand.js +2 -2
- package/dist-cjs/commands/BatchGetAssetPropertyValueHistoryCommand.js +2 -2
- package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +2 -2
- package/dist-cjs/commands/CreateAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateAssetCommand.js +2 -2
- package/dist-cjs/commands/CreateAssetModelCommand.js +2 -2
- package/dist-cjs/commands/CreateBulkImportJobCommand.js +36 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
- package/dist-cjs/commands/CreateGatewayCommand.js +2 -2
- package/dist-cjs/commands/CreatePortalCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssetCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssetModelCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
- package/dist-cjs/commands/DeleteGatewayCommand.js +1 -1
- package/dist-cjs/commands/DeletePortalCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteTimeSeriesCommand.js +1 -1
- package/dist-cjs/commands/DescribeAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetModelCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetPropertyCommand.js +2 -2
- package/dist-cjs/commands/DescribeBulkImportJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
- package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeGatewayCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribePortalCommand.js +2 -2
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
- package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeTimeSeriesCommand.js +2 -2
- package/dist-cjs/commands/DisassociateAssetsCommand.js +1 -1
- package/dist-cjs/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +1 -1
- package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +2 -2
- package/dist-cjs/commands/GetAssetPropertyValueCommand.js +2 -2
- package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +2 -2
- package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +2 -2
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListAssetModelsCommand.js +2 -2
- package/dist-cjs/commands/ListAssetRelationshipsCommand.js +2 -2
- package/dist-cjs/commands/ListAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListBulkImportJobsCommand.js +36 -0
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListGatewaysCommand.js +2 -2
- package/dist-cjs/commands/ListPortalsCommand.js +2 -2
- package/dist-cjs/commands/ListProjectAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTimeSeriesCommand.js +2 -2
- package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -2
- package/dist-cjs/commands/PutStorageConfigurationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssetCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssetModelCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssetPropertyCommand.js +1 -1
- package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
- package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateGatewayCommand.js +1 -1
- package/dist-cjs/commands/UpdatePortalCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +952 -1308
- package/dist-cjs/pagination/ListBulkImportJobsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +411 -3
- package/dist-es/IoTSiteWise.js +45 -0
- package/dist-es/commands/AssociateAssetsCommand.js +2 -2
- package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +2 -2
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +3 -3
- package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +3 -3
- package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +3 -3
- package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +3 -3
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +3 -3
- package/dist-es/commands/CreateAccessPolicyCommand.js +3 -3
- package/dist-es/commands/CreateAssetCommand.js +3 -3
- package/dist-es/commands/CreateAssetModelCommand.js +3 -3
- package/dist-es/commands/CreateBulkImportJobCommand.js +39 -0
- package/dist-es/commands/CreateDashboardCommand.js +3 -3
- package/dist-es/commands/CreateGatewayCommand.js +3 -3
- package/dist-es/commands/CreatePortalCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/DeleteAccessPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteAssetCommand.js +3 -3
- package/dist-es/commands/DeleteAssetModelCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardCommand.js +3 -3
- package/dist-es/commands/DeleteGatewayCommand.js +2 -2
- package/dist-es/commands/DeletePortalCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +3 -3
- package/dist-es/commands/DeleteTimeSeriesCommand.js +2 -2
- package/dist-es/commands/DescribeAccessPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeAssetCommand.js +3 -3
- package/dist-es/commands/DescribeAssetModelCommand.js +3 -3
- package/dist-es/commands/DescribeAssetPropertyCommand.js +3 -3
- package/dist-es/commands/DescribeBulkImportJobCommand.js +39 -0
- package/dist-es/commands/DescribeDashboardCommand.js +3 -3
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeGatewayCommand.js +3 -3
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +3 -3
- package/dist-es/commands/DescribePortalCommand.js +3 -3
- package/dist-es/commands/DescribeProjectCommand.js +3 -3
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeTimeSeriesCommand.js +3 -3
- package/dist-es/commands/DisassociateAssetsCommand.js +2 -2
- package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +2 -2
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +3 -3
- package/dist-es/commands/GetAssetPropertyValueCommand.js +3 -3
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +3 -3
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +3 -3
- package/dist-es/commands/ListAccessPoliciesCommand.js +3 -3
- package/dist-es/commands/ListAssetModelsCommand.js +3 -3
- package/dist-es/commands/ListAssetRelationshipsCommand.js +3 -3
- package/dist-es/commands/ListAssetsCommand.js +3 -3
- package/dist-es/commands/ListAssociatedAssetsCommand.js +3 -3
- package/dist-es/commands/ListBulkImportJobsCommand.js +39 -0
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListGatewaysCommand.js +3 -3
- package/dist-es/commands/ListPortalsCommand.js +3 -3
- package/dist-es/commands/ListProjectAssetsCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTimeSeriesCommand.js +3 -3
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +3 -3
- package/dist-es/commands/PutLoggingOptionsCommand.js +3 -3
- package/dist-es/commands/PutStorageConfigurationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccessPolicyCommand.js +3 -3
- package/dist-es/commands/UpdateAssetCommand.js +3 -3
- package/dist-es/commands/UpdateAssetModelCommand.js +3 -3
- package/dist-es/commands/UpdateAssetPropertyCommand.js +2 -2
- package/dist-es/commands/UpdateDashboardCommand.js +3 -3
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateGatewayCommand.js +2 -2
- package/dist-es/commands/UpdatePortalCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +259 -868
- package/dist-es/pagination/ListBulkImportJobsPaginator.js +75 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +475 -0
- package/dist-types/IoTSiteWise.d.ts +44 -0
- package/dist-types/IoTSiteWiseClient.d.ts +5 -2
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +46 -0
- package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +41 -0
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +41 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +1201 -1293
- package/dist-types/pagination/ListBulkImportJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +15 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +578 -863
- package/dist-types/ts3.4/pagination/ListBulkImportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/package.json +7 -7
package/dist-es/IoTSiteWise.js
CHANGED
|
@@ -10,6 +10,7 @@ import { BatchPutAssetPropertyValueCommand, } from "./commands/BatchPutAssetProp
|
|
|
10
10
|
import { CreateAccessPolicyCommand, } from "./commands/CreateAccessPolicyCommand";
|
|
11
11
|
import { CreateAssetCommand } from "./commands/CreateAssetCommand";
|
|
12
12
|
import { CreateAssetModelCommand, } from "./commands/CreateAssetModelCommand";
|
|
13
|
+
import { CreateBulkImportJobCommand, } from "./commands/CreateBulkImportJobCommand";
|
|
13
14
|
import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
|
|
14
15
|
import { CreateGatewayCommand, } from "./commands/CreateGatewayCommand";
|
|
15
16
|
import { CreatePortalCommand, } from "./commands/CreatePortalCommand";
|
|
@@ -26,6 +27,7 @@ import { DescribeAccessPolicyCommand, } from "./commands/DescribeAccessPolicyCom
|
|
|
26
27
|
import { DescribeAssetCommand, } from "./commands/DescribeAssetCommand";
|
|
27
28
|
import { DescribeAssetModelCommand, } from "./commands/DescribeAssetModelCommand";
|
|
28
29
|
import { DescribeAssetPropertyCommand, } from "./commands/DescribeAssetPropertyCommand";
|
|
30
|
+
import { DescribeBulkImportJobCommand, } from "./commands/DescribeBulkImportJobCommand";
|
|
29
31
|
import { DescribeDashboardCommand, } from "./commands/DescribeDashboardCommand";
|
|
30
32
|
import { DescribeDefaultEncryptionConfigurationCommand, } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
|
|
31
33
|
import { DescribeGatewayCapabilityConfigurationCommand, } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
|
|
@@ -46,6 +48,7 @@ import { ListAssetModelsCommand, } from "./commands/ListAssetModelsCommand";
|
|
|
46
48
|
import { ListAssetRelationshipsCommand, } from "./commands/ListAssetRelationshipsCommand";
|
|
47
49
|
import { ListAssetsCommand } from "./commands/ListAssetsCommand";
|
|
48
50
|
import { ListAssociatedAssetsCommand, } from "./commands/ListAssociatedAssetsCommand";
|
|
51
|
+
import { ListBulkImportJobsCommand, } from "./commands/ListBulkImportJobsCommand";
|
|
49
52
|
import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
|
|
50
53
|
import { ListGatewaysCommand, } from "./commands/ListGatewaysCommand";
|
|
51
54
|
import { ListPortalsCommand } from "./commands/ListPortalsCommand";
|
|
@@ -227,6 +230,20 @@ var IoTSiteWise = (function (_super) {
|
|
|
227
230
|
return this.send(command, optionsOrCb);
|
|
228
231
|
}
|
|
229
232
|
};
|
|
233
|
+
IoTSiteWise.prototype.createBulkImportJob = function (args, optionsOrCb, cb) {
|
|
234
|
+
var command = new CreateBulkImportJobCommand(args);
|
|
235
|
+
if (typeof optionsOrCb === "function") {
|
|
236
|
+
this.send(command, optionsOrCb);
|
|
237
|
+
}
|
|
238
|
+
else if (typeof cb === "function") {
|
|
239
|
+
if (typeof optionsOrCb !== "object")
|
|
240
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
241
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
242
|
+
}
|
|
243
|
+
else {
|
|
244
|
+
return this.send(command, optionsOrCb);
|
|
245
|
+
}
|
|
246
|
+
};
|
|
230
247
|
IoTSiteWise.prototype.createDashboard = function (args, optionsOrCb, cb) {
|
|
231
248
|
var command = new CreateDashboardCommand(args);
|
|
232
249
|
if (typeof optionsOrCb === "function") {
|
|
@@ -451,6 +468,20 @@ var IoTSiteWise = (function (_super) {
|
|
|
451
468
|
return this.send(command, optionsOrCb);
|
|
452
469
|
}
|
|
453
470
|
};
|
|
471
|
+
IoTSiteWise.prototype.describeBulkImportJob = function (args, optionsOrCb, cb) {
|
|
472
|
+
var command = new DescribeBulkImportJobCommand(args);
|
|
473
|
+
if (typeof optionsOrCb === "function") {
|
|
474
|
+
this.send(command, optionsOrCb);
|
|
475
|
+
}
|
|
476
|
+
else if (typeof cb === "function") {
|
|
477
|
+
if (typeof optionsOrCb !== "object")
|
|
478
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
479
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
480
|
+
}
|
|
481
|
+
else {
|
|
482
|
+
return this.send(command, optionsOrCb);
|
|
483
|
+
}
|
|
484
|
+
};
|
|
454
485
|
IoTSiteWise.prototype.describeDashboard = function (args, optionsOrCb, cb) {
|
|
455
486
|
var command = new DescribeDashboardCommand(args);
|
|
456
487
|
if (typeof optionsOrCb === "function") {
|
|
@@ -731,6 +762,20 @@ var IoTSiteWise = (function (_super) {
|
|
|
731
762
|
return this.send(command, optionsOrCb);
|
|
732
763
|
}
|
|
733
764
|
};
|
|
765
|
+
IoTSiteWise.prototype.listBulkImportJobs = function (args, optionsOrCb, cb) {
|
|
766
|
+
var command = new ListBulkImportJobsCommand(args);
|
|
767
|
+
if (typeof optionsOrCb === "function") {
|
|
768
|
+
this.send(command, optionsOrCb);
|
|
769
|
+
}
|
|
770
|
+
else if (typeof cb === "function") {
|
|
771
|
+
if (typeof optionsOrCb !== "object")
|
|
772
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
773
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
774
|
+
}
|
|
775
|
+
else {
|
|
776
|
+
return this.send(command, optionsOrCb);
|
|
777
|
+
}
|
|
778
|
+
};
|
|
734
779
|
IoTSiteWise.prototype.listDashboards = function (args, optionsOrCb, cb) {
|
|
735
780
|
var command = new ListDashboardsCommand(args);
|
|
736
781
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateAssetsRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AssociateAssetsCommand, serializeAws_restJson1AssociateAssetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateAssetsCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateAssetsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AssociateAssetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateAssetsRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AssociateTimeSeriesToAssetPropertyRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand, serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateTimeSeriesToAssetPropertyCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateTimeSeriesToAssetPropertyCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AssociateTimeSeriesToAssetPropertyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateTimeSeriesToAssetPropertyRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchAssociateProjectAssetsRequestFilterSensitiveLog, BatchAssociateProjectAssetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchAssociateProjectAssetsCommand, serializeAws_restJson1BatchAssociateProjectAssetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchAssociateProjectAssetsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchAssociateProjectAssetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchAssociateProjectAssetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchAssociateProjectAssetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchAssociateProjectAssetsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchDisassociateProjectAssetsRequestFilterSensitiveLog, BatchDisassociateProjectAssetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchDisassociateProjectAssetsCommand, serializeAws_restJson1BatchDisassociateProjectAssetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchDisassociateProjectAssetsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDisassociateProjectAssetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDisassociateProjectAssetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDisassociateProjectAssetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDisassociateProjectAssetsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchGetAssetPropertyAggregatesRequestFilterSensitiveLog, BatchGetAssetPropertyAggregatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchGetAssetPropertyAggregatesCommand, serializeAws_restJson1BatchGetAssetPropertyAggregatesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchGetAssetPropertyAggregatesCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetAssetPropertyAggregatesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetAssetPropertyAggregatesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetAssetPropertyAggregatesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetAssetPropertyAggregatesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchGetAssetPropertyValueRequestFilterSensitiveLog, BatchGetAssetPropertyValueResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchGetAssetPropertyValueCommand, serializeAws_restJson1BatchGetAssetPropertyValueCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchGetAssetPropertyValueCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetAssetPropertyValueCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetAssetPropertyValueCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetAssetPropertyValueRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetAssetPropertyValueResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchGetAssetPropertyValueHistoryRequestFilterSensitiveLog, BatchGetAssetPropertyValueHistoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand, serializeAws_restJson1BatchGetAssetPropertyValueHistoryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchGetAssetPropertyValueHistoryCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetAssetPropertyValueHistoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetAssetPropertyValueHistoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetAssetPropertyValueHistoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetAssetPropertyValueHistoryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchPutAssetPropertyValueRequestFilterSensitiveLog, BatchPutAssetPropertyValueResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchPutAssetPropertyValueCommand, serializeAws_restJson1BatchPutAssetPropertyValueCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchPutAssetPropertyValueCommand = (function (_super) {
|
|
7
7
|
__extends(BatchPutAssetPropertyValueCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchPutAssetPropertyValueCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchPutAssetPropertyValueRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchPutAssetPropertyValueResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateAccessPolicyRequestFilterSensitiveLog, CreateAccessPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAccessPolicyCommand, serializeAws_restJson1CreateAccessPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAccessPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAccessPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAccessPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAccessPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAccessPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateAssetRequestFilterSensitiveLog, CreateAssetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAssetCommand, serializeAws_restJson1CreateAssetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAssetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAssetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAssetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAssetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAssetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateAssetModelRequestFilterSensitiveLog, CreateAssetModelResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAssetModelCommand, serializeAws_restJson1CreateAssetModelCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAssetModelCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAssetModelCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAssetModelCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAssetModelRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAssetModelResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateBulkImportJobRequestFilterSensitiveLog, CreateBulkImportJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateBulkImportJobCommand, serializeAws_restJson1CreateBulkImportJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateBulkImportJobCommand = (function (_super) {
|
|
7
|
+
__extends(CreateBulkImportJobCommand, _super);
|
|
8
|
+
function CreateBulkImportJobCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CreateBulkImportJobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "IoTSiteWiseClient";
|
|
18
|
+
var commandName = "CreateBulkImportJobCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CreateBulkImportJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBulkImportJobResponseFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateBulkImportJobCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1CreateBulkImportJobCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CreateBulkImportJobCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1CreateBulkImportJobCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CreateBulkImportJobCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateBulkImportJobCommand };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateDashboardRequestFilterSensitiveLog, CreateDashboardResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateDashboardCommand, serializeAws_restJson1CreateDashboardCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateDashboardCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDashboardCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDashboardCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDashboardRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDashboardResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateGatewayRequestFilterSensitiveLog, CreateGatewayResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateGatewayCommand, serializeAws_restJson1CreateGatewayCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateGatewayCommand = (function (_super) {
|
|
7
7
|
__extends(CreateGatewayCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateGatewayCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateGatewayRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateGatewayResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreatePortalRequestFilterSensitiveLog, CreatePortalResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreatePortalCommand, serializeAws_restJson1CreatePortalCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreatePortalCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePortalCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePortalCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePortalRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreatePortalResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateProjectRequestFilterSensitiveLog, CreateProjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateProjectCommand, serializeAws_restJson1CreateProjectCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateProjectCommand = (function (_super) {
|
|
7
7
|
__extends(CreateProjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateProjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateProjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateProjectResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteAccessPolicyRequestFilterSensitiveLog, DeleteAccessPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAccessPolicyCommand, serializeAws_restJson1DeleteAccessPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAccessPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAccessPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAccessPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAccessPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAccessPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteAssetRequestFilterSensitiveLog, DeleteAssetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAssetCommand, serializeAws_restJson1DeleteAssetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAssetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAssetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAssetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteAssetModelRequestFilterSensitiveLog, DeleteAssetModelResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAssetModelCommand, serializeAws_restJson1DeleteAssetModelCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAssetModelCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssetModelCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAssetModelCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssetModelRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAssetModelResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteDashboardRequestFilterSensitiveLog, DeleteDashboardResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteDashboardCommand, serializeAws_restJson1DeleteDashboardCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteDashboardCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDashboardCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteDashboardCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDashboardRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteDashboardResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteGatewayRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteGatewayCommand, serializeAws_restJson1DeleteGatewayCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteGatewayCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteGatewayCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteGatewayCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteGatewayRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeletePortalRequestFilterSensitiveLog, DeletePortalResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeletePortalCommand, serializeAws_restJson1DeletePortalCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeletePortalCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePortalCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeletePortalCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePortalRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeletePortalResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteProjectRequestFilterSensitiveLog, DeleteProjectResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteProjectCommand, serializeAws_restJson1DeleteProjectCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteProjectCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteProjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteProjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteProjectRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteProjectResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteTimeSeriesRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteTimeSeriesCommand, serializeAws_restJson1DeleteTimeSeriesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteTimeSeriesCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTimeSeriesCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteTimeSeriesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteTimeSeriesRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeAccessPolicyRequestFilterSensitiveLog, DescribeAccessPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAccessPolicyCommand, serializeAws_restJson1DescribeAccessPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAccessPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAccessPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAccessPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAccessPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAccessPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|