@aws-sdk/client-iotsitewise 3.846.0 → 3.855.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.
Files changed (113) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +749 -35
  3. package/dist-es/IoTSiteWise.js +20 -0
  4. package/dist-es/commands/CreateComputationModelCommand.js +22 -0
  5. package/dist-es/commands/DeleteComputationModelCommand.js +22 -0
  6. package/dist-es/commands/DescribeComputationModelCommand.js +22 -0
  7. package/dist-es/commands/DescribeComputationModelExecutionSummaryCommand.js +22 -0
  8. package/dist-es/commands/DescribeExecutionCommand.js +22 -0
  9. package/dist-es/commands/ListComputationModelDataBindingUsagesCommand.js +22 -0
  10. package/dist-es/commands/ListComputationModelResolveToResourcesCommand.js +22 -0
  11. package/dist-es/commands/ListComputationModelsCommand.js +22 -0
  12. package/dist-es/commands/ListExecutionsCommand.js +22 -0
  13. package/dist-es/commands/UpdateComputationModelCommand.js +22 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/models_0.js +15 -27
  16. package/dist-es/models/models_1.js +31 -0
  17. package/dist-es/pagination/ListComputationModelDataBindingUsagesPaginator.js +4 -0
  18. package/dist-es/pagination/ListComputationModelResolveToResourcesPaginator.js +4 -0
  19. package/dist-es/pagination/ListComputationModelsPaginator.js +4 -0
  20. package/dist-es/pagination/ListExecutionsPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +4 -0
  22. package/dist-es/protocols/Aws_restJson1.js +482 -0
  23. package/dist-types/IoTSiteWise.d.ts +71 -0
  24. package/dist-types/IoTSiteWiseClient.d.ts +12 -2
  25. package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
  26. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +1 -1
  27. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateAssetCommand.d.ts +3 -3
  30. package/dist-types/commands/CreateAssetModelCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +14 -3
  33. package/dist-types/commands/CreateComputationModelCommand.d.ts +154 -0
  34. package/dist-types/commands/CreateDashboardCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
  37. package/dist-types/commands/CreatePortalCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteComputationModelCommand.d.ts +105 -0
  40. package/dist-types/commands/DescribeActionCommand.d.ts +5 -1
  41. package/dist-types/commands/DescribeAssetCommand.d.ts +4 -4
  42. package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +3 -3
  44. package/dist-types/commands/DescribeComputationModelCommand.d.ts +148 -0
  45. package/dist-types/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +96 -0
  46. package/dist-types/commands/DescribeExecutionCommand.d.ts +109 -0
  47. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +18 -5
  48. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
  49. package/dist-types/commands/ExecuteActionCommand.d.ts +6 -2
  50. package/dist-types/commands/InvokeAssistantCommand.d.ts +1 -1
  51. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
  52. package/dist-types/commands/ListActionsCommand.d.ts +8 -2
  53. package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
  55. package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +2 -2
  57. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListAssetsCommand.d.ts +3 -4
  59. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -2
  60. package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +126 -0
  61. package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +97 -0
  62. package/dist-types/commands/ListComputationModelsCommand.d.ts +112 -0
  63. package/dist-types/commands/ListExecutionsCommand.d.ts +114 -0
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
  66. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +1 -1
  67. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  68. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateAssetModelCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateComputationModelCommand.d.ts +149 -0
  73. package/dist-types/commands/UpdateDatasetCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +21 -6
  75. package/dist-types/commands/index.d.ts +10 -0
  76. package/dist-types/models/models_0.d.ts +521 -596
  77. package/dist-types/models/models_1.d.ts +1095 -45
  78. package/dist-types/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +7 -0
  79. package/dist-types/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +7 -0
  80. package/dist-types/pagination/ListComputationModelsPaginator.d.ts +7 -0
  81. package/dist-types/pagination/ListExecutionsPaginator.d.ts +7 -0
  82. package/dist-types/pagination/index.d.ts +4 -0
  83. package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
  84. package/dist-types/ts3.4/IoTSiteWise.d.ts +189 -0
  85. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +60 -0
  86. package/dist-types/ts3.4/commands/CreateComputationModelCommand.d.ts +49 -0
  87. package/dist-types/ts3.4/commands/DeleteComputationModelCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DescribeComputationModelCommand.d.ts +49 -0
  89. package/dist-types/ts3.4/commands/DescribeComputationModelExecutionSummaryCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +51 -0
  91. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +1 -2
  99. package/dist-types/ts3.4/commands/ListComputationModelDataBindingUsagesCommand.d.ts +51 -0
  100. package/dist-types/ts3.4/commands/ListComputationModelResolveToResourcesCommand.d.ts +51 -0
  101. package/dist-types/ts3.4/commands/ListComputationModelsCommand.d.ts +51 -0
  102. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +50 -0
  103. package/dist-types/ts3.4/commands/UpdateComputationModelCommand.d.ts +51 -0
  104. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  105. package/dist-types/ts3.4/models/models_0.d.ts +116 -131
  106. package/dist-types/ts3.4/models/models_1.d.ts +279 -1
  107. package/dist-types/ts3.4/pagination/ListComputationModelDataBindingUsagesPaginator.d.ts +11 -0
  108. package/dist-types/ts3.4/pagination/ListComputationModelResolveToResourcesPaginator.d.ts +11 -0
  109. package/dist-types/ts3.4/pagination/ListComputationModelsPaginator.d.ts +11 -0
  110. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -0
  111. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  112. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
  113. package/package.json +6 -6
package/README.md CHANGED
@@ -307,6 +307,14 @@ CreateBulkImportJob
307
307
 
308
308
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/CreateBulkImportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/CreateBulkImportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/CreateBulkImportJobCommandOutput/)
309
309
 
310
+ </details>
311
+ <details>
312
+ <summary>
313
+ CreateComputationModel
314
+ </summary>
315
+
316
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/CreateComputationModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/CreateComputationModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/CreateComputationModelCommandOutput/)
317
+
310
318
  </details>
311
319
  <details>
312
320
  <summary>
@@ -379,6 +387,14 @@ DeleteAssetModelCompositeModel
379
387
 
380
388
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DeleteAssetModelCompositeModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteAssetModelCompositeModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteAssetModelCompositeModelCommandOutput/)
381
389
 
390
+ </details>
391
+ <details>
392
+ <summary>
393
+ DeleteComputationModel
394
+ </summary>
395
+
396
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DeleteComputationModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteComputationModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteComputationModelCommandOutput/)
397
+
382
398
  </details>
383
399
  <details>
384
400
  <summary>
@@ -491,6 +507,22 @@ DescribeBulkImportJob
491
507
 
492
508
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DescribeBulkImportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeBulkImportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeBulkImportJobCommandOutput/)
493
509
 
510
+ </details>
511
+ <details>
512
+ <summary>
513
+ DescribeComputationModel
514
+ </summary>
515
+
516
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DescribeComputationModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeComputationModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeComputationModelCommandOutput/)
517
+
518
+ </details>
519
+ <details>
520
+ <summary>
521
+ DescribeComputationModelExecutionSummary
522
+ </summary>
523
+
524
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DescribeComputationModelExecutionSummaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeComputationModelExecutionSummaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeComputationModelExecutionSummaryCommandOutput/)
525
+
494
526
  </details>
495
527
  <details>
496
528
  <summary>
@@ -515,6 +547,14 @@ DescribeDefaultEncryptionConfiguration
515
547
 
516
548
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DescribeDefaultEncryptionConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeDefaultEncryptionConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeDefaultEncryptionConfigurationCommandOutput/)
517
549
 
550
+ </details>
551
+ <details>
552
+ <summary>
553
+ DescribeExecution
554
+ </summary>
555
+
556
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DescribeExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeExecutionCommandOutput/)
557
+
518
558
  </details>
519
559
  <details>
520
560
  <summary>
@@ -731,6 +771,30 @@ ListCompositionRelationships
731
771
 
732
772
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListCompositionRelationshipsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListCompositionRelationshipsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListCompositionRelationshipsCommandOutput/)
733
773
 
774
+ </details>
775
+ <details>
776
+ <summary>
777
+ ListComputationModelDataBindingUsages
778
+ </summary>
779
+
780
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListComputationModelDataBindingUsagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListComputationModelDataBindingUsagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListComputationModelDataBindingUsagesCommandOutput/)
781
+
782
+ </details>
783
+ <details>
784
+ <summary>
785
+ ListComputationModelResolveToResources
786
+ </summary>
787
+
788
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListComputationModelResolveToResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListComputationModelResolveToResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListComputationModelResolveToResourcesCommandOutput/)
789
+
790
+ </details>
791
+ <details>
792
+ <summary>
793
+ ListComputationModels
794
+ </summary>
795
+
796
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListComputationModelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListComputationModelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListComputationModelsCommandOutput/)
797
+
734
798
  </details>
735
799
  <details>
736
800
  <summary>
@@ -747,6 +811,14 @@ ListDatasets
747
811
 
748
812
  [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
813
 
814
+ </details>
815
+ <details>
816
+ <summary>
817
+ ListExecutions
818
+ </summary>
819
+
820
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListExecutionsCommandOutput/)
821
+
750
822
  </details>
751
823
  <details>
752
824
  <summary>
@@ -875,6 +947,14 @@ UpdateAssetProperty
875
947
 
876
948
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/UpdateAssetPropertyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/UpdateAssetPropertyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/UpdateAssetPropertyCommandOutput/)
877
949
 
950
+ </details>
951
+ <details>
952
+ <summary>
953
+ UpdateComputationModel
954
+ </summary>
955
+
956
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/UpdateComputationModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/UpdateComputationModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/UpdateComputationModelCommandOutput/)
957
+
878
958
  </details>
879
959
  <details>
880
960
  <summary>