@aws-sdk/client-iotsitewise 3.859.0 → 3.860.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 +1 -1
package/README.md CHANGED
@@ -387,6 +387,14 @@ DeleteAssetModelCompositeModel
387
387
 
388
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/)
389
389
 
390
+ </details>
391
+ <details>
392
+ <summary>
393
+ DeleteAssetModelInterfaceRelationship
394
+ </summary>
395
+
396
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DeleteAssetModelInterfaceRelationshipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteAssetModelInterfaceRelationshipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DeleteAssetModelInterfaceRelationshipCommandOutput/)
397
+
390
398
  </details>
391
399
  <details>
392
400
  <summary>
@@ -491,6 +499,14 @@ DescribeAssetModelCompositeModel
491
499
 
492
500
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DescribeAssetModelCompositeModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeAssetModelCompositeModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeAssetModelCompositeModelCommandOutput/)
493
501
 
502
+ </details>
503
+ <details>
504
+ <summary>
505
+ DescribeAssetModelInterfaceRelationship
506
+ </summary>
507
+
508
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/DescribeAssetModelInterfaceRelationshipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeAssetModelInterfaceRelationshipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/DescribeAssetModelInterfaceRelationshipCommandOutput/)
509
+
494
510
  </details>
495
511
  <details>
496
512
  <summary>
@@ -827,6 +843,14 @@ ListGateways
827
843
 
828
844
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListGatewaysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListGatewaysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListGatewaysCommandOutput/)
829
845
 
846
+ </details>
847
+ <details>
848
+ <summary>
849
+ ListInterfaceRelationships
850
+ </summary>
851
+
852
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListInterfaceRelationshipsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListInterfaceRelationshipsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListInterfaceRelationshipsCommandOutput/)
853
+
830
854
  </details>
831
855
  <details>
832
856
  <summary>
@@ -867,6 +891,14 @@ ListTimeSeries
867
891
 
868
892
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/ListTimeSeriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListTimeSeriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/ListTimeSeriesCommandOutput/)
869
893
 
894
+ </details>
895
+ <details>
896
+ <summary>
897
+ PutAssetModelInterfaceRelationship
898
+ </summary>
899
+
900
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotsitewise/command/PutAssetModelInterfaceRelationshipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/PutAssetModelInterfaceRelationshipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotsitewise/Interface/PutAssetModelInterfaceRelationshipCommandOutput/)
901
+
870
902
  </details>
871
903
  <details>
872
904
  <summary>
package/dist-cjs/index.js CHANGED
@@ -70,6 +70,7 @@ __export(index_exports, {
70
70
  DeleteAssetCommand: () => DeleteAssetCommand,
71
71
  DeleteAssetModelCommand: () => DeleteAssetModelCommand,
72
72
  DeleteAssetModelCompositeModelCommand: () => DeleteAssetModelCompositeModelCommand,
73
+ DeleteAssetModelInterfaceRelationshipCommand: () => DeleteAssetModelInterfaceRelationshipCommand,
73
74
  DeleteComputationModelCommand: () => DeleteComputationModelCommand,
74
75
  DeleteDashboardCommand: () => DeleteDashboardCommand,
75
76
  DeleteDatasetCommand: () => DeleteDatasetCommand,
@@ -83,6 +84,7 @@ __export(index_exports, {
83
84
  DescribeAssetCompositeModelCommand: () => DescribeAssetCompositeModelCommand,
84
85
  DescribeAssetModelCommand: () => DescribeAssetModelCommand,
85
86
  DescribeAssetModelCompositeModelCommand: () => DescribeAssetModelCompositeModelCommand,
87
+ DescribeAssetModelInterfaceRelationshipCommand: () => DescribeAssetModelInterfaceRelationshipCommand,
86
88
  DescribeAssetPropertyCommand: () => DescribeAssetPropertyCommand,
87
89
  DescribeBulkImportJobCommand: () => DescribeBulkImportJobCommand,
88
90
  DescribeComputationModelCommand: () => DescribeComputationModelCommand,
@@ -147,6 +149,7 @@ __export(index_exports, {
147
149
  ListDatasetsCommand: () => ListDatasetsCommand,
148
150
  ListExecutionsCommand: () => ListExecutionsCommand,
149
151
  ListGatewaysCommand: () => ListGatewaysCommand,
152
+ ListInterfaceRelationshipsCommand: () => ListInterfaceRelationshipsCommand,
150
153
  ListPortalsCommand: () => ListPortalsCommand,
151
154
  ListProjectAssetsCommand: () => ListProjectAssetsCommand,
152
155
  ListProjectsCommand: () => ListProjectsCommand,
@@ -161,6 +164,7 @@ __export(index_exports, {
161
164
  PreconditionFailedException: () => PreconditionFailedException,
162
165
  PropertyDataType: () => PropertyDataType,
163
166
  PropertyNotificationState: () => PropertyNotificationState,
167
+ PutAssetModelInterfaceRelationshipCommand: () => PutAssetModelInterfaceRelationshipCommand,
164
168
  PutDefaultEncryptionConfigurationCommand: () => PutDefaultEncryptionConfigurationCommand,
165
169
  PutLoggingOptionsCommand: () => PutLoggingOptionsCommand,
166
170
  PutStorageConfigurationCommand: () => PutStorageConfigurationCommand,
@@ -225,6 +229,7 @@ __export(index_exports, {
225
229
  paginateListDatasets: () => paginateListDatasets,
226
230
  paginateListExecutions: () => paginateListExecutions,
227
231
  paginateListGateways: () => paginateListGateways,
232
+ paginateListInterfaceRelationships: () => paginateListInterfaceRelationships,
228
233
  paginateListPortals: () => paginateListPortals,
229
234
  paginateListProjectAssets: () => paginateListProjectAssets,
230
235
  paginateListProjects: () => paginateListProjects,
@@ -494,7 +499,8 @@ var DetailedErrorCode = {
494
499
  };
495
500
  var AssetModelType = {
496
501
  ASSET_MODEL: "ASSET_MODEL",
497
- COMPONENT_MODEL: "COMPONENT_MODEL"
502
+ COMPONENT_MODEL: "COMPONENT_MODEL",
503
+ INTERFACE: "INTERFACE"
498
504
  };
499
505
  var AssetModelVersionType = {
500
506
  ACTIVE: "ACTIVE",
@@ -900,6 +906,23 @@ var ValidationException = class _ValidationException extends IoTSiteWiseServiceE
900
906
  Object.setPrototypeOf(this, _ValidationException.prototype);
901
907
  }
902
908
  };
909
+ var CreatePortalRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
910
+ ...obj,
911
+ ...obj.portalContactEmail && { portalContactEmail: import_smithy_client.SENSITIVE_STRING },
912
+ ...obj.notificationSenderEmail && { notificationSenderEmail: import_smithy_client.SENSITIVE_STRING }
913
+ }), "CreatePortalRequestFilterSensitiveLog");
914
+ var DescribePortalResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
915
+ ...obj,
916
+ ...obj.portalContactEmail && { portalContactEmail: import_smithy_client.SENSITIVE_STRING },
917
+ ...obj.notificationSenderEmail && { notificationSenderEmail: import_smithy_client.SENSITIVE_STRING }
918
+ }), "DescribePortalResponseFilterSensitiveLog");
919
+ var InvokeAssistantRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
920
+ ...obj,
921
+ ...obj.message && { message: import_smithy_client.SENSITIVE_STRING }
922
+ }), "InvokeAssistantRequestFilterSensitiveLog");
923
+
924
+ // src/models/models_1.ts
925
+
903
926
  var ResponseStream;
904
927
  ((ResponseStream3) => {
905
928
  ResponseStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -919,40 +942,6 @@ var ResponseStream;
919
942
  return visitor._(value.$unknown[0], value.$unknown[1]);
920
943
  }, "visit");
921
944
  })(ResponseStream || (ResponseStream = {}));
922
- var CreatePortalRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
923
- ...obj,
924
- ...obj.portalContactEmail && { portalContactEmail: import_smithy_client.SENSITIVE_STRING },
925
- ...obj.notificationSenderEmail && { notificationSenderEmail: import_smithy_client.SENSITIVE_STRING }
926
- }), "CreatePortalRequestFilterSensitiveLog");
927
- var DescribePortalResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
928
- ...obj,
929
- ...obj.portalContactEmail && { portalContactEmail: import_smithy_client.SENSITIVE_STRING },
930
- ...obj.notificationSenderEmail && { notificationSenderEmail: import_smithy_client.SENSITIVE_STRING }
931
- }), "DescribePortalResponseFilterSensitiveLog");
932
- var InvokeAssistantRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
933
- ...obj,
934
- ...obj.message && { message: import_smithy_client.SENSITIVE_STRING }
935
- }), "InvokeAssistantRequestFilterSensitiveLog");
936
- var ResponseStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
937
- if (obj.trace !== void 0) return { trace: obj.trace };
938
- if (obj.output !== void 0) return { output: obj.output };
939
- if (obj.accessDeniedException !== void 0) return { accessDeniedException: obj.accessDeniedException };
940
- if (obj.conflictingOperationException !== void 0)
941
- return { conflictingOperationException: obj.conflictingOperationException };
942
- if (obj.internalFailureException !== void 0) return { internalFailureException: obj.internalFailureException };
943
- if (obj.invalidRequestException !== void 0) return { invalidRequestException: obj.invalidRequestException };
944
- if (obj.limitExceededException !== void 0) return { limitExceededException: obj.limitExceededException };
945
- if (obj.resourceNotFoundException !== void 0) return { resourceNotFoundException: obj.resourceNotFoundException };
946
- if (obj.throttlingException !== void 0) return { throttlingException: obj.throttlingException };
947
- if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
948
- }, "ResponseStreamFilterSensitiveLog");
949
- var InvokeAssistantResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
950
- ...obj,
951
- ...obj.body && { body: "STREAMING_CONTENT" }
952
- }), "InvokeAssistantResponseFilterSensitiveLog");
953
-
954
- // src/models/models_1.ts
955
-
956
945
  var IdentityType = {
957
946
  GROUP: "GROUP",
958
947
  IAM: "IAM",
@@ -1043,6 +1032,23 @@ var TooManyTagsException = class _TooManyTagsException extends IoTSiteWiseServic
1043
1032
  this.resourceName = opts.resourceName;
1044
1033
  }
1045
1034
  };
1035
+ var ResponseStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1036
+ if (obj.trace !== void 0) return { trace: obj.trace };
1037
+ if (obj.output !== void 0) return { output: obj.output };
1038
+ if (obj.accessDeniedException !== void 0) return { accessDeniedException: obj.accessDeniedException };
1039
+ if (obj.conflictingOperationException !== void 0)
1040
+ return { conflictingOperationException: obj.conflictingOperationException };
1041
+ if (obj.internalFailureException !== void 0) return { internalFailureException: obj.internalFailureException };
1042
+ if (obj.invalidRequestException !== void 0) return { invalidRequestException: obj.invalidRequestException };
1043
+ if (obj.limitExceededException !== void 0) return { limitExceededException: obj.limitExceededException };
1044
+ if (obj.resourceNotFoundException !== void 0) return { resourceNotFoundException: obj.resourceNotFoundException };
1045
+ if (obj.throttlingException !== void 0) return { throttlingException: obj.throttlingException };
1046
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1047
+ }, "ResponseStreamFilterSensitiveLog");
1048
+ var InvokeAssistantResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1049
+ ...obj,
1050
+ ...obj.body && { body: "STREAMING_CONTENT" }
1051
+ }), "InvokeAssistantResponseFilterSensitiveLog");
1046
1052
  var UpdatePortalRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1047
1053
  ...obj,
1048
1054
  ...obj.portalContactEmail && { portalContactEmail: import_smithy_client.SENSITIVE_STRING },
@@ -1664,6 +1670,27 @@ var se_DeleteAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (inp
1664
1670
  b.m("DELETE").h(headers).q(query).b(body);
1665
1671
  return b.build();
1666
1672
  }, "se_DeleteAssetModelCompositeModelCommand");
1673
+ var se_DeleteAssetModelInterfaceRelationshipCommand = /* @__PURE__ */ __name(async (input, context) => {
1674
+ const b = (0, import_core.requestBuilder)(input, context);
1675
+ const headers = {};
1676
+ b.bp("/asset-models/{assetModelId}/interface/{interfaceAssetModelId}/asset-model-interface-relationship");
1677
+ b.p("assetModelId", () => input.assetModelId, "{assetModelId}", false);
1678
+ b.p("interfaceAssetModelId", () => input.interfaceAssetModelId, "{interfaceAssetModelId}", false);
1679
+ const query = (0, import_smithy_client.map)({
1680
+ [_cT]: [, input[_cT] ?? (0, import_uuid.v4)()]
1681
+ });
1682
+ let body;
1683
+ let { hostname: resolvedHostname } = await context.endpoint();
1684
+ if (context.disableHostPrefix !== true) {
1685
+ resolvedHostname = "api." + resolvedHostname;
1686
+ if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
1687
+ throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
1688
+ }
1689
+ }
1690
+ b.hn(resolvedHostname);
1691
+ b.m("DELETE").h(headers).q(query).b(body);
1692
+ return b.build();
1693
+ }, "se_DeleteAssetModelInterfaceRelationshipCommand");
1667
1694
  var se_DeleteComputationModelCommand = /* @__PURE__ */ __name(async (input, context) => {
1668
1695
  const b = (0, import_core.requestBuilder)(input, context);
1669
1696
  const headers = {};
@@ -1923,6 +1950,24 @@ var se_DescribeAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (i
1923
1950
  b.m("GET").h(headers).q(query).b(body);
1924
1951
  return b.build();
1925
1952
  }, "se_DescribeAssetModelCompositeModelCommand");
1953
+ var se_DescribeAssetModelInterfaceRelationshipCommand = /* @__PURE__ */ __name(async (input, context) => {
1954
+ const b = (0, import_core.requestBuilder)(input, context);
1955
+ const headers = {};
1956
+ b.bp("/asset-models/{assetModelId}/interface/{interfaceAssetModelId}/asset-model-interface-relationship");
1957
+ b.p("assetModelId", () => input.assetModelId, "{assetModelId}", false);
1958
+ b.p("interfaceAssetModelId", () => input.interfaceAssetModelId, "{interfaceAssetModelId}", false);
1959
+ let body;
1960
+ let { hostname: resolvedHostname } = await context.endpoint();
1961
+ if (context.disableHostPrefix !== true) {
1962
+ resolvedHostname = "api." + resolvedHostname;
1963
+ if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
1964
+ throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
1965
+ }
1966
+ }
1967
+ b.hn(resolvedHostname);
1968
+ b.m("GET").h(headers).b(body);
1969
+ return b.build();
1970
+ }, "se_DescribeAssetModelInterfaceRelationshipCommand");
1926
1971
  var se_DescribeAssetPropertyCommand = /* @__PURE__ */ __name(async (input, context) => {
1927
1972
  const b = (0, import_core.requestBuilder)(input, context);
1928
1973
  const headers = {};
@@ -2826,6 +2871,27 @@ var se_ListGatewaysCommand = /* @__PURE__ */ __name(async (input, context) => {
2826
2871
  b.m("GET").h(headers).q(query).b(body);
2827
2872
  return b.build();
2828
2873
  }, "se_ListGatewaysCommand");
2874
+ var se_ListInterfaceRelationshipsCommand = /* @__PURE__ */ __name(async (input, context) => {
2875
+ const b = (0, import_core.requestBuilder)(input, context);
2876
+ const headers = {};
2877
+ b.bp("/interface/{interfaceAssetModelId}/asset-models");
2878
+ b.p("interfaceAssetModelId", () => input.interfaceAssetModelId, "{interfaceAssetModelId}", false);
2879
+ const query = (0, import_smithy_client.map)({
2880
+ [_nT]: [, input[_nT]],
2881
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
2882
+ });
2883
+ let body;
2884
+ let { hostname: resolvedHostname } = await context.endpoint();
2885
+ if (context.disableHostPrefix !== true) {
2886
+ resolvedHostname = "api." + resolvedHostname;
2887
+ if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
2888
+ throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
2889
+ }
2890
+ }
2891
+ b.hn(resolvedHostname);
2892
+ b.m("GET").h(headers).q(query).b(body);
2893
+ return b.build();
2894
+ }, "se_ListInterfaceRelationshipsCommand");
2829
2895
  var se_ListPortalsCommand = /* @__PURE__ */ __name(async (input, context) => {
2830
2896
  const b = (0, import_core.requestBuilder)(input, context);
2831
2897
  const headers = {};
@@ -2930,6 +2996,32 @@ var se_ListTimeSeriesCommand = /* @__PURE__ */ __name(async (input, context) =>
2930
2996
  b.m("GET").h(headers).q(query).b(body);
2931
2997
  return b.build();
2932
2998
  }, "se_ListTimeSeriesCommand");
2999
+ var se_PutAssetModelInterfaceRelationshipCommand = /* @__PURE__ */ __name(async (input, context) => {
3000
+ const b = (0, import_core.requestBuilder)(input, context);
3001
+ const headers = {
3002
+ "content-type": "application/json"
3003
+ };
3004
+ b.bp("/asset-models/{assetModelId}/interface/{interfaceAssetModelId}/asset-model-interface-relationship");
3005
+ b.p("assetModelId", () => input.assetModelId, "{assetModelId}", false);
3006
+ b.p("interfaceAssetModelId", () => input.interfaceAssetModelId, "{interfaceAssetModelId}", false);
3007
+ let body;
3008
+ body = JSON.stringify(
3009
+ (0, import_smithy_client.take)(input, {
3010
+ clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
3011
+ propertyMappingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "propertyMappingConfiguration")
3012
+ })
3013
+ );
3014
+ let { hostname: resolvedHostname } = await context.endpoint();
3015
+ if (context.disableHostPrefix !== true) {
3016
+ resolvedHostname = "api." + resolvedHostname;
3017
+ if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
3018
+ throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
3019
+ }
3020
+ }
3021
+ b.hn(resolvedHostname);
3022
+ b.m("PUT").h(headers).b(body);
3023
+ return b.build();
3024
+ }, "se_PutAssetModelInterfaceRelationshipCommand");
2933
3025
  var se_PutDefaultEncryptionConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
2934
3026
  const b = (0, import_core.requestBuilder)(input, context);
2935
3027
  const headers = {
@@ -3728,6 +3820,23 @@ var de_DeleteAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (out
3728
3820
  Object.assign(contents, doc);
3729
3821
  return contents;
3730
3822
  }, "de_DeleteAssetModelCompositeModelCommand");
3823
+ var de_DeleteAssetModelInterfaceRelationshipCommand = /* @__PURE__ */ __name(async (output, context) => {
3824
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
3825
+ return de_CommandError(output, context);
3826
+ }
3827
+ const contents = (0, import_smithy_client.map)({
3828
+ $metadata: deserializeMetadata(output)
3829
+ });
3830
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3831
+ const doc = (0, import_smithy_client.take)(data, {
3832
+ assetModelArn: import_smithy_client.expectString,
3833
+ assetModelId: import_smithy_client.expectString,
3834
+ assetModelStatus: import_smithy_client._json,
3835
+ interfaceAssetModelId: import_smithy_client.expectString
3836
+ });
3837
+ Object.assign(contents, doc);
3838
+ return contents;
3839
+ }, "de_DeleteAssetModelInterfaceRelationshipCommand");
3731
3840
  var de_DeleteComputationModelCommand = /* @__PURE__ */ __name(async (output, context) => {
3732
3841
  if (output.statusCode !== 202 && output.statusCode >= 300) {
3733
3842
  return de_CommandError(output, context);
@@ -3921,7 +4030,8 @@ var de_DescribeAssetModelCommand = /* @__PURE__ */ __name(async (output, context
3921
4030
  assetModelProperties: import_smithy_client._json,
3922
4031
  assetModelStatus: import_smithy_client._json,
3923
4032
  assetModelType: import_smithy_client.expectString,
3924
- assetModelVersion: import_smithy_client.expectString
4033
+ assetModelVersion: import_smithy_client.expectString,
4034
+ interfaceDetails: import_smithy_client._json
3925
4035
  });
3926
4036
  Object.assign(contents, doc);
3927
4037
  return contents;
@@ -3950,6 +4060,23 @@ var de_DescribeAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (o
3950
4060
  Object.assign(contents, doc);
3951
4061
  return contents;
3952
4062
  }, "de_DescribeAssetModelCompositeModelCommand");
4063
+ var de_DescribeAssetModelInterfaceRelationshipCommand = /* @__PURE__ */ __name(async (output, context) => {
4064
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4065
+ return de_CommandError(output, context);
4066
+ }
4067
+ const contents = (0, import_smithy_client.map)({
4068
+ $metadata: deserializeMetadata(output)
4069
+ });
4070
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4071
+ const doc = (0, import_smithy_client.take)(data, {
4072
+ assetModelId: import_smithy_client.expectString,
4073
+ hierarchyMappings: import_smithy_client._json,
4074
+ interfaceAssetModelId: import_smithy_client.expectString,
4075
+ propertyMappings: import_smithy_client._json
4076
+ });
4077
+ Object.assign(contents, doc);
4078
+ return contents;
4079
+ }, "de_DescribeAssetModelInterfaceRelationshipCommand");
3953
4080
  var de_DescribeAssetPropertyCommand = /* @__PURE__ */ __name(async (output, context) => {
3954
4081
  if (output.statusCode !== 200 && output.statusCode >= 300) {
3955
4082
  return de_CommandError(output, context);
@@ -4653,6 +4780,21 @@ var de_ListGatewaysCommand = /* @__PURE__ */ __name(async (output, context) => {
4653
4780
  Object.assign(contents, doc);
4654
4781
  return contents;
4655
4782
  }, "de_ListGatewaysCommand");
4783
+ var de_ListInterfaceRelationshipsCommand = /* @__PURE__ */ __name(async (output, context) => {
4784
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
4785
+ return de_CommandError(output, context);
4786
+ }
4787
+ const contents = (0, import_smithy_client.map)({
4788
+ $metadata: deserializeMetadata(output)
4789
+ });
4790
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4791
+ const doc = (0, import_smithy_client.take)(data, {
4792
+ interfaceRelationshipSummaries: import_smithy_client._json,
4793
+ nextToken: import_smithy_client.expectString
4794
+ });
4795
+ Object.assign(contents, doc);
4796
+ return contents;
4797
+ }, "de_ListInterfaceRelationshipsCommand");
4656
4798
  var de_ListPortalsCommand = /* @__PURE__ */ __name(async (output, context) => {
4657
4799
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4658
4800
  return de_CommandError(output, context);
@@ -4727,6 +4869,23 @@ var de_ListTimeSeriesCommand = /* @__PURE__ */ __name(async (output, context) =>
4727
4869
  Object.assign(contents, doc);
4728
4870
  return contents;
4729
4871
  }, "de_ListTimeSeriesCommand");
4872
+ var de_PutAssetModelInterfaceRelationshipCommand = /* @__PURE__ */ __name(async (output, context) => {
4873
+ if (output.statusCode !== 202 && output.statusCode >= 300) {
4874
+ return de_CommandError(output, context);
4875
+ }
4876
+ const contents = (0, import_smithy_client.map)({
4877
+ $metadata: deserializeMetadata(output)
4878
+ });
4879
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
4880
+ const doc = (0, import_smithy_client.take)(data, {
4881
+ assetModelArn: import_smithy_client.expectString,
4882
+ assetModelId: import_smithy_client.expectString,
4883
+ assetModelStatus: import_smithy_client._json,
4884
+ interfaceAssetModelId: import_smithy_client.expectString
4885
+ });
4886
+ Object.assign(contents, doc);
4887
+ return contents;
4888
+ }, "de_PutAssetModelInterfaceRelationshipCommand");
4730
4889
  var de_PutDefaultEncryptionConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
4731
4890
  if (output.statusCode !== 200 && output.statusCode >= 300) {
4732
4891
  return de_CommandError(output, context);
@@ -6253,6 +6412,21 @@ var DeleteAssetModelCompositeModelCommand = class extends import_smithy_client.C
6253
6412
  }
6254
6413
  };
6255
6414
 
6415
+ // src/commands/DeleteAssetModelInterfaceRelationshipCommand.ts
6416
+
6417
+
6418
+
6419
+ var DeleteAssetModelInterfaceRelationshipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6420
+ return [
6421
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6422
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6423
+ ];
6424
+ }).s("AWSIoTSiteWise", "DeleteAssetModelInterfaceRelationship", {}).n("IoTSiteWiseClient", "DeleteAssetModelInterfaceRelationshipCommand").f(void 0, void 0).ser(se_DeleteAssetModelInterfaceRelationshipCommand).de(de_DeleteAssetModelInterfaceRelationshipCommand).build() {
6425
+ static {
6426
+ __name(this, "DeleteAssetModelInterfaceRelationshipCommand");
6427
+ }
6428
+ };
6429
+
6256
6430
  // src/commands/DeleteComputationModelCommand.ts
6257
6431
 
6258
6432
 
@@ -6448,6 +6622,21 @@ var DescribeAssetModelCompositeModelCommand = class extends import_smithy_client
6448
6622
  }
6449
6623
  };
6450
6624
 
6625
+ // src/commands/DescribeAssetModelInterfaceRelationshipCommand.ts
6626
+
6627
+
6628
+
6629
+ var DescribeAssetModelInterfaceRelationshipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6630
+ return [
6631
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6632
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6633
+ ];
6634
+ }).s("AWSIoTSiteWise", "DescribeAssetModelInterfaceRelationship", {}).n("IoTSiteWiseClient", "DescribeAssetModelInterfaceRelationshipCommand").f(void 0, void 0).ser(se_DescribeAssetModelInterfaceRelationshipCommand).de(de_DescribeAssetModelInterfaceRelationshipCommand).build() {
6635
+ static {
6636
+ __name(this, "DescribeAssetModelInterfaceRelationshipCommand");
6637
+ }
6638
+ };
6639
+
6451
6640
  // src/commands/DescribeAssetPropertyCommand.ts
6452
6641
 
6453
6642
 
@@ -7085,6 +7274,21 @@ var ListGatewaysCommand = class extends import_smithy_client.Command.classBuilde
7085
7274
  }
7086
7275
  };
7087
7276
 
7277
+ // src/commands/ListInterfaceRelationshipsCommand.ts
7278
+
7279
+
7280
+
7281
+ var ListInterfaceRelationshipsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7282
+ return [
7283
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7284
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7285
+ ];
7286
+ }).s("AWSIoTSiteWise", "ListInterfaceRelationships", {}).n("IoTSiteWiseClient", "ListInterfaceRelationshipsCommand").f(void 0, void 0).ser(se_ListInterfaceRelationshipsCommand).de(de_ListInterfaceRelationshipsCommand).build() {
7287
+ static {
7288
+ __name(this, "ListInterfaceRelationshipsCommand");
7289
+ }
7290
+ };
7291
+
7088
7292
  // src/commands/ListPortalsCommand.ts
7089
7293
 
7090
7294
 
@@ -7160,6 +7364,21 @@ var ListTimeSeriesCommand = class extends import_smithy_client.Command.classBuil
7160
7364
  }
7161
7365
  };
7162
7366
 
7367
+ // src/commands/PutAssetModelInterfaceRelationshipCommand.ts
7368
+
7369
+
7370
+
7371
+ var PutAssetModelInterfaceRelationshipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
7372
+ return [
7373
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
7374
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
7375
+ ];
7376
+ }).s("AWSIoTSiteWise", "PutAssetModelInterfaceRelationship", {}).n("IoTSiteWiseClient", "PutAssetModelInterfaceRelationshipCommand").f(void 0, void 0).ser(se_PutAssetModelInterfaceRelationshipCommand).de(de_PutAssetModelInterfaceRelationshipCommand).build() {
7377
+ static {
7378
+ __name(this, "PutAssetModelInterfaceRelationshipCommand");
7379
+ }
7380
+ };
7381
+
7163
7382
  // src/commands/PutDefaultEncryptionConfigurationCommand.ts
7164
7383
 
7165
7384
 
@@ -7440,6 +7659,7 @@ var commands = {
7440
7659
  DeleteAssetCommand,
7441
7660
  DeleteAssetModelCommand,
7442
7661
  DeleteAssetModelCompositeModelCommand,
7662
+ DeleteAssetModelInterfaceRelationshipCommand,
7443
7663
  DeleteComputationModelCommand,
7444
7664
  DeleteDashboardCommand,
7445
7665
  DeleteDatasetCommand,
@@ -7453,6 +7673,7 @@ var commands = {
7453
7673
  DescribeAssetCompositeModelCommand,
7454
7674
  DescribeAssetModelCommand,
7455
7675
  DescribeAssetModelCompositeModelCommand,
7676
+ DescribeAssetModelInterfaceRelationshipCommand,
7456
7677
  DescribeAssetPropertyCommand,
7457
7678
  DescribeBulkImportJobCommand,
7458
7679
  DescribeComputationModelCommand,
@@ -7495,11 +7716,13 @@ var commands = {
7495
7716
  ListDatasetsCommand,
7496
7717
  ListExecutionsCommand,
7497
7718
  ListGatewaysCommand,
7719
+ ListInterfaceRelationshipsCommand,
7498
7720
  ListPortalsCommand,
7499
7721
  ListProjectAssetsCommand,
7500
7722
  ListProjectsCommand,
7501
7723
  ListTagsForResourceCommand,
7502
7724
  ListTimeSeriesCommand,
7725
+ PutAssetModelInterfaceRelationshipCommand,
7503
7726
  PutDefaultEncryptionConfigurationCommand,
7504
7727
  PutLoggingOptionsCommand,
7505
7728
  PutStorageConfigurationCommand,
@@ -7621,6 +7844,10 @@ var paginateListExecutions = (0, import_core.createPaginator)(IoTSiteWiseClient,
7621
7844
 
7622
7845
  var paginateListGateways = (0, import_core.createPaginator)(IoTSiteWiseClient, ListGatewaysCommand, "nextToken", "nextToken", "maxResults");
7623
7846
 
7847
+ // src/pagination/ListInterfaceRelationshipsPaginator.ts
7848
+
7849
+ var paginateListInterfaceRelationships = (0, import_core.createPaginator)(IoTSiteWiseClient, ListInterfaceRelationshipsCommand, "nextToken", "nextToken", "maxResults");
7850
+
7624
7851
  // src/pagination/ListPortalsPaginator.ts
7625
7852
 
7626
7853
  var paginateListPortals = (0, import_core.createPaginator)(IoTSiteWiseClient, ListPortalsCommand, "nextToken", "nextToken", "maxResults");
@@ -7853,6 +8080,7 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
7853
8080
  DeleteAssetCommand,
7854
8081
  DeleteAssetModelCommand,
7855
8082
  DeleteAssetModelCompositeModelCommand,
8083
+ DeleteAssetModelInterfaceRelationshipCommand,
7856
8084
  DeleteComputationModelCommand,
7857
8085
  DeleteDashboardCommand,
7858
8086
  DeleteDatasetCommand,
@@ -7866,6 +8094,7 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
7866
8094
  DescribeAssetCompositeModelCommand,
7867
8095
  DescribeAssetModelCommand,
7868
8096
  DescribeAssetModelCompositeModelCommand,
8097
+ DescribeAssetModelInterfaceRelationshipCommand,
7869
8098
  DescribeAssetPropertyCommand,
7870
8099
  DescribeBulkImportJobCommand,
7871
8100
  DescribeComputationModelCommand,
@@ -7908,11 +8137,13 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
7908
8137
  ListDatasetsCommand,
7909
8138
  ListExecutionsCommand,
7910
8139
  ListGatewaysCommand,
8140
+ ListInterfaceRelationshipsCommand,
7911
8141
  ListPortalsCommand,
7912
8142
  ListProjectAssetsCommand,
7913
8143
  ListProjectsCommand,
7914
8144
  ListTagsForResourceCommand,
7915
8145
  ListTimeSeriesCommand,
8146
+ PutAssetModelInterfaceRelationshipCommand,
7916
8147
  PutDefaultEncryptionConfigurationCommand,
7917
8148
  PutLoggingOptionsCommand,
7918
8149
  PutStorageConfigurationCommand,
@@ -7954,6 +8185,7 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
7954
8185
  paginateListDatasets,
7955
8186
  paginateListExecutions,
7956
8187
  paginateListGateways,
8188
+ paginateListInterfaceRelationships,
7957
8189
  paginateListPortals,
7958
8190
  paginateListProjectAssets,
7959
8191
  paginateListProjects,
@@ -8026,12 +8258,10 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
8026
8258
  ScalarType,
8027
8259
  QueryTimeoutException,
8028
8260
  ValidationException,
8029
- ResponseStream,
8030
8261
  CreatePortalRequestFilterSensitiveLog,
8031
8262
  DescribePortalResponseFilterSensitiveLog,
8032
8263
  InvokeAssistantRequestFilterSensitiveLog,
8033
- ResponseStreamFilterSensitiveLog,
8034
- InvokeAssistantResponseFilterSensitiveLog,
8264
+ ResponseStream,
8035
8265
  IdentityType,
8036
8266
  ResourceType,
8037
8267
  TargetResourceType,
@@ -8045,6 +8275,8 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
8045
8275
  UnauthorizedException,
8046
8276
  ListTimeSeriesType,
8047
8277
  TooManyTagsException,
8278
+ ResponseStreamFilterSensitiveLog,
8279
+ InvokeAssistantResponseFilterSensitiveLog,
8048
8280
  UpdatePortalRequestFilterSensitiveLog
8049
8281
  });
8050
8282
 
@@ -22,6 +22,7 @@ import { DeleteAccessPolicyCommand, } from "./commands/DeleteAccessPolicyCommand
22
22
  import { DeleteAssetCommand } from "./commands/DeleteAssetCommand";
23
23
  import { DeleteAssetModelCommand, } from "./commands/DeleteAssetModelCommand";
24
24
  import { DeleteAssetModelCompositeModelCommand, } from "./commands/DeleteAssetModelCompositeModelCommand";
25
+ import { DeleteAssetModelInterfaceRelationshipCommand, } from "./commands/DeleteAssetModelInterfaceRelationshipCommand";
25
26
  import { DeleteComputationModelCommand, } from "./commands/DeleteComputationModelCommand";
26
27
  import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
27
28
  import { DeleteDatasetCommand, } from "./commands/DeleteDatasetCommand";
@@ -35,6 +36,7 @@ import { DescribeAssetCommand, } from "./commands/DescribeAssetCommand";
35
36
  import { DescribeAssetCompositeModelCommand, } from "./commands/DescribeAssetCompositeModelCommand";
36
37
  import { DescribeAssetModelCommand, } from "./commands/DescribeAssetModelCommand";
37
38
  import { DescribeAssetModelCompositeModelCommand, } from "./commands/DescribeAssetModelCompositeModelCommand";
39
+ import { DescribeAssetModelInterfaceRelationshipCommand, } from "./commands/DescribeAssetModelInterfaceRelationshipCommand";
38
40
  import { DescribeAssetPropertyCommand, } from "./commands/DescribeAssetPropertyCommand";
39
41
  import { DescribeBulkImportJobCommand, } from "./commands/DescribeBulkImportJobCommand";
40
42
  import { DescribeComputationModelCommand, } from "./commands/DescribeComputationModelCommand";
@@ -77,11 +79,13 @@ import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
77
79
  import { ListDatasetsCommand, } from "./commands/ListDatasetsCommand";
78
80
  import { ListExecutionsCommand, } from "./commands/ListExecutionsCommand";
79
81
  import { ListGatewaysCommand, } from "./commands/ListGatewaysCommand";
82
+ import { ListInterfaceRelationshipsCommand, } from "./commands/ListInterfaceRelationshipsCommand";
80
83
  import { ListPortalsCommand } from "./commands/ListPortalsCommand";
81
84
  import { ListProjectAssetsCommand, } from "./commands/ListProjectAssetsCommand";
82
85
  import { ListProjectsCommand, } from "./commands/ListProjectsCommand";
83
86
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
84
87
  import { ListTimeSeriesCommand, } from "./commands/ListTimeSeriesCommand";
88
+ import { PutAssetModelInterfaceRelationshipCommand, } from "./commands/PutAssetModelInterfaceRelationshipCommand";
85
89
  import { PutDefaultEncryptionConfigurationCommand, } from "./commands/PutDefaultEncryptionConfigurationCommand";
86
90
  import { PutLoggingOptionsCommand, } from "./commands/PutLoggingOptionsCommand";
87
91
  import { PutStorageConfigurationCommand, } from "./commands/PutStorageConfigurationCommand";
@@ -124,6 +128,7 @@ const commands = {
124
128
  DeleteAssetCommand,
125
129
  DeleteAssetModelCommand,
126
130
  DeleteAssetModelCompositeModelCommand,
131
+ DeleteAssetModelInterfaceRelationshipCommand,
127
132
  DeleteComputationModelCommand,
128
133
  DeleteDashboardCommand,
129
134
  DeleteDatasetCommand,
@@ -137,6 +142,7 @@ const commands = {
137
142
  DescribeAssetCompositeModelCommand,
138
143
  DescribeAssetModelCommand,
139
144
  DescribeAssetModelCompositeModelCommand,
145
+ DescribeAssetModelInterfaceRelationshipCommand,
140
146
  DescribeAssetPropertyCommand,
141
147
  DescribeBulkImportJobCommand,
142
148
  DescribeComputationModelCommand,
@@ -179,11 +185,13 @@ const commands = {
179
185
  ListDatasetsCommand,
180
186
  ListExecutionsCommand,
181
187
  ListGatewaysCommand,
188
+ ListInterfaceRelationshipsCommand,
182
189
  ListPortalsCommand,
183
190
  ListProjectAssetsCommand,
184
191
  ListProjectsCommand,
185
192
  ListTagsForResourceCommand,
186
193
  ListTimeSeriesCommand,
194
+ PutAssetModelInterfaceRelationshipCommand,
187
195
  PutDefaultEncryptionConfigurationCommand,
188
196
  PutLoggingOptionsCommand,
189
197
  PutStorageConfigurationCommand,