@aws-sdk/client-iotsitewise 3.859.0 → 3.862.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 (53) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +271 -39
  3. package/dist-es/IoTSiteWise.js +8 -0
  4. package/dist-es/commands/DeleteAssetModelInterfaceRelationshipCommand.js +22 -0
  5. package/dist-es/commands/DescribeAssetModelInterfaceRelationshipCommand.js +22 -0
  6. package/dist-es/commands/InvokeAssistantCommand.js +2 -1
  7. package/dist-es/commands/ListInterfaceRelationshipsCommand.js +22 -0
  8. package/dist-es/commands/PutAssetModelInterfaceRelationshipCommand.js +22 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/models_0.js +1 -50
  11. package/dist-es/models/models_1.js +50 -0
  12. package/dist-es/pagination/ListInterfaceRelationshipsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_restJson1.js +151 -0
  15. package/dist-types/IoTSiteWise.d.ts +28 -0
  16. package/dist-types/IoTSiteWiseClient.d.ts +6 -2
  17. package/dist-types/commands/CreateAssetModelCommand.d.ts +12 -7
  18. package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +2 -2
  20. package/dist-types/commands/DeleteAssetModelInterfaceRelationshipCommand.d.ts +110 -0
  21. package/dist-types/commands/DescribeAssetModelCommand.d.ts +13 -6
  22. package/dist-types/commands/DescribeAssetModelCompositeModelCommand.d.ts +2 -2
  23. package/dist-types/commands/DescribeAssetModelInterfaceRelationshipCommand.d.ts +103 -0
  24. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +4 -4
  25. package/dist-types/commands/InvokeAssistantCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +8 -2
  27. package/dist-types/commands/ListAssetModelsCommand.d.ts +2 -2
  28. package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +3 -6
  29. package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListInterfaceRelationshipsCommand.d.ts +96 -0
  31. package/dist-types/commands/PutAssetModelInterfaceRelationshipCommand.d.ts +126 -0
  32. package/dist-types/commands/UpdateAssetModelCommand.d.ts +4 -4
  33. package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +2 -2
  34. package/dist-types/commands/index.d.ts +4 -0
  35. package/dist-types/models/models_0.d.ts +245 -361
  36. package/dist-types/models/models_1.d.ts +494 -41
  37. package/dist-types/pagination/ListInterfaceRelationshipsPaginator.d.ts +7 -0
  38. package/dist-types/pagination/index.d.ts +1 -0
  39. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  40. package/dist-types/ts3.4/IoTSiteWise.d.ts +86 -0
  41. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +24 -0
  42. package/dist-types/ts3.4/commands/DeleteAssetModelInterfaceRelationshipCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/DescribeAssetModelInterfaceRelationshipCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/InvokeAssistantCommand.d.ts +2 -4
  45. package/dist-types/ts3.4/commands/ListInterfaceRelationshipsCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/PutAssetModelInterfaceRelationshipCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +41 -180
  49. package/dist-types/ts3.4/models/models_1.d.ts +217 -0
  50. package/dist-types/ts3.4/pagination/ListInterfaceRelationshipsPaginator.d.ts +11 -0
  51. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  53. package/package.json +37 -37
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotsitewise",
3
3
  "description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
4
- "version": "3.859.0",
4
+ "version": "3.862.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iotsitewise",
@@ -20,46 +20,46 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.858.0",
24
- "@aws-sdk/credential-provider-node": "3.859.0",
25
- "@aws-sdk/middleware-host-header": "3.840.0",
26
- "@aws-sdk/middleware-logger": "3.840.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.858.0",
29
- "@aws-sdk/region-config-resolver": "3.840.0",
30
- "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.848.0",
32
- "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.858.0",
34
- "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.7.2",
36
- "@smithy/eventstream-serde-browser": "^4.0.4",
37
- "@smithy/eventstream-serde-config-resolver": "^4.1.2",
38
- "@smithy/eventstream-serde-node": "^4.0.4",
39
- "@smithy/fetch-http-handler": "^5.1.0",
40
- "@smithy/hash-node": "^4.0.4",
41
- "@smithy/invalid-dependency": "^4.0.4",
42
- "@smithy/middleware-content-length": "^4.0.4",
43
- "@smithy/middleware-endpoint": "^4.1.17",
44
- "@smithy/middleware-retry": "^4.1.18",
45
- "@smithy/middleware-serde": "^4.0.8",
46
- "@smithy/middleware-stack": "^4.0.4",
47
- "@smithy/node-config-provider": "^4.1.3",
48
- "@smithy/node-http-handler": "^4.1.0",
49
- "@smithy/protocol-http": "^5.1.2",
50
- "@smithy/smithy-client": "^4.4.9",
51
- "@smithy/types": "^4.3.1",
52
- "@smithy/url-parser": "^4.0.4",
23
+ "@aws-sdk/core": "3.862.0",
24
+ "@aws-sdk/credential-provider-node": "3.862.0",
25
+ "@aws-sdk/middleware-host-header": "3.862.0",
26
+ "@aws-sdk/middleware-logger": "3.862.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
+ "@aws-sdk/middleware-user-agent": "3.862.0",
29
+ "@aws-sdk/region-config-resolver": "3.862.0",
30
+ "@aws-sdk/types": "3.862.0",
31
+ "@aws-sdk/util-endpoints": "3.862.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.862.0",
33
+ "@aws-sdk/util-user-agent-node": "3.862.0",
34
+ "@smithy/config-resolver": "^4.1.5",
35
+ "@smithy/core": "^3.8.0",
36
+ "@smithy/eventstream-serde-browser": "^4.0.5",
37
+ "@smithy/eventstream-serde-config-resolver": "^4.1.3",
38
+ "@smithy/eventstream-serde-node": "^4.0.5",
39
+ "@smithy/fetch-http-handler": "^5.1.1",
40
+ "@smithy/hash-node": "^4.0.5",
41
+ "@smithy/invalid-dependency": "^4.0.5",
42
+ "@smithy/middleware-content-length": "^4.0.5",
43
+ "@smithy/middleware-endpoint": "^4.1.18",
44
+ "@smithy/middleware-retry": "^4.1.19",
45
+ "@smithy/middleware-serde": "^4.0.9",
46
+ "@smithy/middleware-stack": "^4.0.5",
47
+ "@smithy/node-config-provider": "^4.1.4",
48
+ "@smithy/node-http-handler": "^4.1.1",
49
+ "@smithy/protocol-http": "^5.1.3",
50
+ "@smithy/smithy-client": "^4.4.10",
51
+ "@smithy/types": "^4.3.2",
52
+ "@smithy/url-parser": "^4.0.5",
53
53
  "@smithy/util-base64": "^4.0.0",
54
54
  "@smithy/util-body-length-browser": "^4.0.0",
55
55
  "@smithy/util-body-length-node": "^4.0.0",
56
- "@smithy/util-defaults-mode-browser": "^4.0.25",
57
- "@smithy/util-defaults-mode-node": "^4.0.25",
58
- "@smithy/util-endpoints": "^3.0.6",
59
- "@smithy/util-middleware": "^4.0.4",
60
- "@smithy/util-retry": "^4.0.6",
56
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
57
+ "@smithy/util-defaults-mode-node": "^4.0.26",
58
+ "@smithy/util-endpoints": "^3.0.7",
59
+ "@smithy/util-middleware": "^4.0.5",
60
+ "@smithy/util-retry": "^4.0.7",
61
61
  "@smithy/util-utf8": "^4.0.0",
62
- "@smithy/util-waiter": "^4.0.6",
62
+ "@smithy/util-waiter": "^4.0.7",
63
63
  "@types/uuid": "^9.0.1",
64
64
  "tslib": "^2.6.2",
65
65
  "uuid": "^9.0.1"