@aws-sdk/client-iotsitewise 3.692.0 → 3.695.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/README.md +48 -0
- package/dist-cjs/index.js +616 -10
- package/dist-cjs/runtimeConfig.browser.js +2 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/IoTSiteWise.js +12 -0
- package/dist-es/IoTSiteWiseClient.js +6 -4
- package/dist-es/commands/CreateDatasetCommand.js +22 -0
- package/dist-es/commands/CreatePortalCommand.js +2 -1
- package/dist-es/commands/DeleteDatasetCommand.js +22 -0
- package/dist-es/commands/DescribeDatasetCommand.js +22 -0
- package/dist-es/commands/DescribePortalCommand.js +2 -1
- package/dist-es/commands/InvokeAssistantCommand.js +27 -0
- package/dist-es/commands/ListDatasetsCommand.js +22 -0
- package/dist-es/commands/UpdateDatasetCommand.js +22 -0
- package/dist-es/commands/UpdatePortalCommand.js +2 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +83 -25
- package/dist-es/models/models_1.js +31 -0
- package/dist-es/pagination/ListDatasetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +370 -2
- package/dist-es/runtimeConfig.browser.js +2 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/IoTSiteWise.d.ts +42 -0
- package/dist-types/IoTSiteWiseClient.d.ts +16 -5
- package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +130 -0
- package/dist-types/commands/CreatePortalCommand.d.ts +9 -1
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssetModelCompositeModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +104 -0
- package/dist-types/commands/DeletePortalCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDatasetCommand.d.ts +116 -0
- package/dist-types/commands/DescribePortalCommand.d.ts +9 -1
- package/dist-types/commands/ExecuteQueryCommand.d.ts +1 -0
- package/dist-types/commands/InvokeAssistantCommand.d.ts +151 -0
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCompositionRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +109 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/ListPortalsCommand.d.ts +3 -2
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetCommand.d.ts +124 -0
- package/dist-types/commands/UpdatePortalCommand.d.ts +9 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +711 -560
- package/dist-types/models/models_1.d.ts +713 -3
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +55 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +102 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/InvokeAssistantCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCompositionRelationshipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +280 -139
- package/dist-types/ts3.4/models/models_1.d.ts +184 -1
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +16 -13
package/README.md
CHANGED
|
@@ -315,6 +315,14 @@ CreateDashboard
|
|
|
315
315
|
|
|
316
316
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/CreateDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/CreateDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/CreateDashboardCommandOutput/)
|
|
317
317
|
|
|
318
|
+
</details>
|
|
319
|
+
<details>
|
|
320
|
+
<summary>
|
|
321
|
+
CreateDataset
|
|
322
|
+
</summary>
|
|
323
|
+
|
|
324
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/CreateDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/CreateDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/CreateDatasetCommandOutput/)
|
|
325
|
+
|
|
318
326
|
</details>
|
|
319
327
|
<details>
|
|
320
328
|
<summary>
|
|
@@ -379,6 +387,14 @@ DeleteDashboard
|
|
|
379
387
|
|
|
380
388
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DeleteDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteDashboardCommandOutput/)
|
|
381
389
|
|
|
390
|
+
</details>
|
|
391
|
+
<details>
|
|
392
|
+
<summary>
|
|
393
|
+
DeleteDataset
|
|
394
|
+
</summary>
|
|
395
|
+
|
|
396
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DeleteDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteDatasetCommandOutput/)
|
|
397
|
+
|
|
382
398
|
</details>
|
|
383
399
|
<details>
|
|
384
400
|
<summary>
|
|
@@ -483,6 +499,14 @@ DescribeDashboard
|
|
|
483
499
|
|
|
484
500
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DescribeDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeDashboardCommandOutput/)
|
|
485
501
|
|
|
502
|
+
</details>
|
|
503
|
+
<details>
|
|
504
|
+
<summary>
|
|
505
|
+
DescribeDataset
|
|
506
|
+
</summary>
|
|
507
|
+
|
|
508
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DescribeDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeDatasetCommandOutput/)
|
|
509
|
+
|
|
486
510
|
</details>
|
|
487
511
|
<details>
|
|
488
512
|
<summary>
|
|
@@ -611,6 +635,14 @@ GetInterpolatedAssetPropertyValues
|
|
|
611
635
|
|
|
612
636
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/GetInterpolatedAssetPropertyValuesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/GetInterpolatedAssetPropertyValuesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/GetInterpolatedAssetPropertyValuesCommandOutput/)
|
|
613
637
|
|
|
638
|
+
</details>
|
|
639
|
+
<details>
|
|
640
|
+
<summary>
|
|
641
|
+
InvokeAssistant
|
|
642
|
+
</summary>
|
|
643
|
+
|
|
644
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/InvokeAssistantCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/InvokeAssistantCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/InvokeAssistantCommandOutput/)
|
|
645
|
+
|
|
614
646
|
</details>
|
|
615
647
|
<details>
|
|
616
648
|
<summary>
|
|
@@ -707,6 +739,14 @@ ListDashboards
|
|
|
707
739
|
|
|
708
740
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListDashboardsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListDashboardsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListDashboardsCommandOutput/)
|
|
709
741
|
|
|
742
|
+
</details>
|
|
743
|
+
<details>
|
|
744
|
+
<summary>
|
|
745
|
+
ListDatasets
|
|
746
|
+
</summary>
|
|
747
|
+
|
|
748
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListDatasetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListDatasetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListDatasetsCommandOutput/)
|
|
749
|
+
|
|
710
750
|
</details>
|
|
711
751
|
<details>
|
|
712
752
|
<summary>
|
|
@@ -843,6 +883,14 @@ UpdateDashboard
|
|
|
843
883
|
|
|
844
884
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/UpdateDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/UpdateDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/UpdateDashboardCommandOutput/)
|
|
845
885
|
|
|
886
|
+
</details>
|
|
887
|
+
<details>
|
|
888
|
+
<summary>
|
|
889
|
+
UpdateDataset
|
|
890
|
+
</summary>
|
|
891
|
+
|
|
892
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/UpdateDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/UpdateDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/UpdateDatasetCommandOutput/)
|
|
893
|
+
|
|
846
894
|
</details>
|
|
847
895
|
<details>
|
|
848
896
|
<summary>
|