@aws-sdk/client-iotsitewise 3.533.0 → 3.540.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 (180) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/IoTSiteWise.d.ts +15 -1
  6. package/dist-types/IoTSiteWiseClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateAssetsCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +2 -1
  10. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchGetAssetPropertyValueCommand.d.ts +2 -1
  13. package/dist-types/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +2 -1
  14. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateAssetCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateAssetModelCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateDashboardCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateGatewayCommand.d.ts +2 -1
  22. package/dist-types/commands/CreatePortalCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteAssetCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteAssetModelCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteAssetModelCompositeModelCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteDashboardCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -1
  30. package/dist-types/commands/DeletePortalCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeActionCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeAssetCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeAssetModelCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeAssetModelCompositeModelCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDashboardCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeGatewayCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribePortalCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +2 -1
  50. package/dist-types/commands/DisassociateAssetsCommand.d.ts +2 -1
  51. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +2 -1
  52. package/dist-types/commands/ExecuteActionCommand.d.ts +2 -1
  53. package/dist-types/commands/ExecuteQueryCommand.d.ts +2 -1
  54. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +2 -1
  55. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +2 -1
  56. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +2 -1
  57. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +2 -1
  58. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -1
  59. package/dist-types/commands/ListActionsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +2 -1
  62. package/dist-types/commands/ListAssetModelsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +2 -1
  64. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +2 -1
  65. package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +2 -1
  67. package/dist-types/commands/ListBulkImportJobsCommand.d.ts +2 -1
  68. package/dist-types/commands/ListCompositionRelationshipsCommand.d.ts +2 -1
  69. package/dist-types/commands/ListDashboardsCommand.d.ts +2 -1
  70. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -1
  71. package/dist-types/commands/ListPortalsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListProjectAssetsCommand.d.ts +2 -1
  73. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  75. package/dist-types/commands/ListTimeSeriesCommand.d.ts +2 -1
  76. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +2 -1
  77. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -1
  78. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +2 -1
  79. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  80. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +2 -1
  82. package/dist-types/commands/UpdateAssetCommand.d.ts +2 -1
  83. package/dist-types/commands/UpdateAssetModelCommand.d.ts +2 -1
  84. package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +2 -1
  85. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +2 -1
  86. package/dist-types/commands/UpdateDashboardCommand.d.ts +2 -1
  87. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +2 -1
  88. package/dist-types/commands/UpdateGatewayCommand.d.ts +2 -1
  89. package/dist-types/commands/UpdatePortalCommand.d.ts +2 -1
  90. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  91. package/dist-types/index.d.ts +0 -1
  92. package/dist-types/models/models_0.d.ts +961 -961
  93. package/dist-types/models/models_1.d.ts +99 -99
  94. package/dist-types/ts3.4/IoTSiteWise.d.ts +14 -0
  95. package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/BatchGetAssetPropertyAggregatesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/BatchGetAssetPropertyValueHistoryCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateAssetModelCompositeModelCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteAssetModelCompositeModelCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeAssetCompositeModelCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeAssetModelCompositeModelCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ExecuteActionCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/ListCompositionRelationshipsCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/UpdateAssetModelCompositeModelCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/index.d.ts +0 -1
  180. package/package.json +41 -41
@@ -674,6 +674,7 @@ export interface IoTSiteWise {
674
674
  options: __HttpHandlerOptions,
675
675
  cb: (err: any, data?: DeleteProjectCommandOutput) => void
676
676
  ): void;
677
+ deleteTimeSeries(): Promise<DeleteTimeSeriesCommandOutput>;
677
678
  deleteTimeSeries(
678
679
  args: DeleteTimeSeriesCommandInput,
679
680
  options?: __HttpHandlerOptions
@@ -804,6 +805,7 @@ export interface IoTSiteWise {
804
805
  options: __HttpHandlerOptions,
805
806
  cb: (err: any, data?: DescribeDashboardCommandOutput) => void
806
807
  ): void;
808
+ describeDefaultEncryptionConfiguration(): Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
807
809
  describeDefaultEncryptionConfiguration(
808
810
  args: DescribeDefaultEncryptionConfigurationCommandInput,
809
811
  options?: __HttpHandlerOptions
@@ -855,6 +857,7 @@ export interface IoTSiteWise {
855
857
  data?: DescribeGatewayCapabilityConfigurationCommandOutput
856
858
  ) => void
857
859
  ): void;
860
+ describeLoggingOptions(): Promise<DescribeLoggingOptionsCommandOutput>;
858
861
  describeLoggingOptions(
859
862
  args: DescribeLoggingOptionsCommandInput,
860
863
  options?: __HttpHandlerOptions
@@ -894,6 +897,7 @@ export interface IoTSiteWise {
894
897
  options: __HttpHandlerOptions,
895
898
  cb: (err: any, data?: DescribeProjectCommandOutput) => void
896
899
  ): void;
900
+ describeStorageConfiguration(): Promise<DescribeStorageConfigurationCommandOutput>;
897
901
  describeStorageConfiguration(
898
902
  args: DescribeStorageConfigurationCommandInput,
899
903
  options?: __HttpHandlerOptions
@@ -907,6 +911,7 @@ export interface IoTSiteWise {
907
911
  options: __HttpHandlerOptions,
908
912
  cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void
909
913
  ): void;
914
+ describeTimeSeries(): Promise<DescribeTimeSeriesCommandOutput>;
910
915
  describeTimeSeries(
911
916
  args: DescribeTimeSeriesCommandInput,
912
917
  options?: __HttpHandlerOptions
@@ -991,6 +996,7 @@ export interface IoTSiteWise {
991
996
  options: __HttpHandlerOptions,
992
997
  cb: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void
993
998
  ): void;
999
+ getAssetPropertyValue(): Promise<GetAssetPropertyValueCommandOutput>;
994
1000
  getAssetPropertyValue(
995
1001
  args: GetAssetPropertyValueCommandInput,
996
1002
  options?: __HttpHandlerOptions
@@ -1004,6 +1010,7 @@ export interface IoTSiteWise {
1004
1010
  options: __HttpHandlerOptions,
1005
1011
  cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void
1006
1012
  ): void;
1013
+ getAssetPropertyValueHistory(): Promise<GetAssetPropertyValueHistoryCommandOutput>;
1007
1014
  getAssetPropertyValueHistory(
1008
1015
  args: GetAssetPropertyValueHistoryCommandInput,
1009
1016
  options?: __HttpHandlerOptions
@@ -1036,6 +1043,7 @@ export interface IoTSiteWise {
1036
1043
  data?: GetInterpolatedAssetPropertyValuesCommandOutput
1037
1044
  ) => void
1038
1045
  ): void;
1046
+ listAccessPolicies(): Promise<ListAccessPoliciesCommandOutput>;
1039
1047
  listAccessPolicies(
1040
1048
  args: ListAccessPoliciesCommandInput,
1041
1049
  options?: __HttpHandlerOptions
@@ -1088,6 +1096,7 @@ export interface IoTSiteWise {
1088
1096
  options: __HttpHandlerOptions,
1089
1097
  cb: (err: any, data?: ListAssetModelPropertiesCommandOutput) => void
1090
1098
  ): void;
1099
+ listAssetModels(): Promise<ListAssetModelsCommandOutput>;
1091
1100
  listAssetModels(
1092
1101
  args: ListAssetModelsCommandInput,
1093
1102
  options?: __HttpHandlerOptions
@@ -1127,6 +1136,7 @@ export interface IoTSiteWise {
1127
1136
  options: __HttpHandlerOptions,
1128
1137
  cb: (err: any, data?: ListAssetRelationshipsCommandOutput) => void
1129
1138
  ): void;
1139
+ listAssets(): Promise<ListAssetsCommandOutput>;
1130
1140
  listAssets(
1131
1141
  args: ListAssetsCommandInput,
1132
1142
  options?: __HttpHandlerOptions
@@ -1153,6 +1163,7 @@ export interface IoTSiteWise {
1153
1163
  options: __HttpHandlerOptions,
1154
1164
  cb: (err: any, data?: ListAssociatedAssetsCommandOutput) => void
1155
1165
  ): void;
1166
+ listBulkImportJobs(): Promise<ListBulkImportJobsCommandOutput>;
1156
1167
  listBulkImportJobs(
1157
1168
  args: ListBulkImportJobsCommandInput,
1158
1169
  options?: __HttpHandlerOptions
@@ -1192,6 +1203,7 @@ export interface IoTSiteWise {
1192
1203
  options: __HttpHandlerOptions,
1193
1204
  cb: (err: any, data?: ListDashboardsCommandOutput) => void
1194
1205
  ): void;
1206
+ listGateways(): Promise<ListGatewaysCommandOutput>;
1195
1207
  listGateways(
1196
1208
  args: ListGatewaysCommandInput,
1197
1209
  options?: __HttpHandlerOptions
@@ -1205,6 +1217,7 @@ export interface IoTSiteWise {
1205
1217
  options: __HttpHandlerOptions,
1206
1218
  cb: (err: any, data?: ListGatewaysCommandOutput) => void
1207
1219
  ): void;
1220
+ listPortals(): Promise<ListPortalsCommandOutput>;
1208
1221
  listPortals(
1209
1222
  args: ListPortalsCommandInput,
1210
1223
  options?: __HttpHandlerOptions
@@ -1257,6 +1270,7 @@ export interface IoTSiteWise {
1257
1270
  options: __HttpHandlerOptions,
1258
1271
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1259
1272
  ): void;
1273
+ listTimeSeries(): Promise<ListTimeSeriesCommandOutput>;
1260
1274
  listTimeSeries(
1261
1275
  args: ListTimeSeriesCommandInput,
1262
1276
  options?: __HttpHandlerOptions
@@ -19,6 +19,15 @@ declare const AssociateAssetsCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: AssociateAssetsCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ AssociateAssetsCommandInput,
26
+ AssociateAssetsCommandOutput,
27
+ IoTSiteWiseClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class AssociateAssetsCommand extends AssociateAssetsCommand_base {}
@@ -21,6 +21,15 @@ declare const AssociateTimeSeriesToAssetPropertyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: AssociateTimeSeriesToAssetPropertyCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AssociateTimeSeriesToAssetPropertyCommandInput,
28
+ AssociateTimeSeriesToAssetPropertyCommandOutput,
29
+ IoTSiteWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class AssociateTimeSeriesToAssetPropertyCommand extends AssociateTimeSeriesToAssetPropertyCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchAssociateProjectAssetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchAssociateProjectAssetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchAssociateProjectAssetsCommandInput,
32
+ BatchAssociateProjectAssetsCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchAssociateProjectAssetsCommand extends BatchAssociateProjectAssetsCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDisassociateProjectAssetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDisassociateProjectAssetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDisassociateProjectAssetsCommandInput,
32
+ BatchDisassociateProjectAssetsCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDisassociateProjectAssetsCommand extends BatchDisassociateProjectAssetsCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetAssetPropertyAggregatesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetAssetPropertyAggregatesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetAssetPropertyAggregatesCommandInput,
32
+ BatchGetAssetPropertyAggregatesCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetAssetPropertyAggregatesCommand extends BatchGetAssetPropertyAggregatesCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetAssetPropertyValueCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetAssetPropertyValueCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetAssetPropertyValueCommandInput,
32
+ BatchGetAssetPropertyValueCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetAssetPropertyValueCommand extends BatchGetAssetPropertyValueCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetAssetPropertyValueHistoryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetAssetPropertyValueHistoryCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetAssetPropertyValueHistoryCommandInput,
32
+ BatchGetAssetPropertyValueHistoryCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetAssetPropertyValueHistoryCommand extends BatchGetAssetPropertyValueHistoryCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchPutAssetPropertyValueCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchPutAssetPropertyValueCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchPutAssetPropertyValueCommandInput,
32
+ BatchPutAssetPropertyValueCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchPutAssetPropertyValueCommand extends BatchPutAssetPropertyValueCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateAccessPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAccessPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAccessPolicyCommandInput,
32
+ CreateAccessPolicyCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAccessPolicyCommand extends CreateAccessPolicyCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateAssetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateAssetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateAssetCommandInput,
28
+ CreateAssetCommandOutput,
29
+ IoTSiteWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateAssetCommand extends CreateAssetCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateAssetModelCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateAssetModelCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateAssetModelCommandInput,
31
+ CreateAssetModelCommandOutput,
32
+ IoTSiteWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateAssetModelCommand extends CreateAssetModelCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateAssetModelCompositeModelCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAssetModelCompositeModelCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAssetModelCompositeModelCommandInput,
32
+ CreateAssetModelCompositeModelCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAssetModelCompositeModelCommand extends CreateAssetModelCompositeModelCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateBulkImportJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateBulkImportJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateBulkImportJobCommandInput,
32
+ CreateBulkImportJobCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateBulkImportJobCommand extends CreateBulkImportJobCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDashboardCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDashboardCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDashboardCommandInput,
31
+ CreateDashboardCommandOutput,
32
+ IoTSiteWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDashboardCommand extends CreateDashboardCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateGatewayCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateGatewayCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateGatewayCommandInput,
31
+ CreateGatewayCommandOutput,
32
+ IoTSiteWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateGatewayCommand extends CreateGatewayCommand_base {}
@@ -21,6 +21,15 @@ declare const CreatePortalCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreatePortalCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreatePortalCommandInput,
28
+ CreatePortalCommandOutput,
29
+ IoTSiteWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreatePortalCommand extends CreatePortalCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateProjectCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateProjectCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateProjectCommandInput,
31
+ CreateProjectCommandOutput,
32
+ IoTSiteWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateProjectCommand extends CreateProjectCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteAccessPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteAccessPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteAccessPolicyCommandInput,
32
+ DeleteAccessPolicyCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteAccessPolicyCommand extends DeleteAccessPolicyCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteAssetCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteAssetCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteAssetCommandInput,
28
+ DeleteAssetCommandOutput,
29
+ IoTSiteWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteAssetCommand extends DeleteAssetCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteAssetModelCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteAssetModelCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteAssetModelCommandInput,
31
+ DeleteAssetModelCommandOutput,
32
+ IoTSiteWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteAssetModelCommand extends DeleteAssetModelCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteAssetModelCompositeModelCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteAssetModelCompositeModelCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteAssetModelCompositeModelCommandInput,
32
+ DeleteAssetModelCompositeModelCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteAssetModelCompositeModelCommand extends DeleteAssetModelCompositeModelCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteDashboardCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteDashboardCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteDashboardCommandInput,
31
+ DeleteDashboardCommandOutput,
32
+ IoTSiteWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteDashboardCommand extends DeleteDashboardCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteGatewayCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteGatewayCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteGatewayCommandInput,
26
+ DeleteGatewayCommandOutput,
27
+ IoTSiteWiseClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {}
@@ -21,6 +21,15 @@ declare const DeletePortalCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeletePortalCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeletePortalCommandInput,
28
+ DeletePortalCommandOutput,
29
+ IoTSiteWiseClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeletePortalCommand extends DeletePortalCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteProjectCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteProjectCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteProjectCommandInput,
31
+ DeleteProjectCommandOutput,
32
+ IoTSiteWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteProjectCommand extends DeleteProjectCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteTimeSeriesCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ ...[input]: [] | [DeleteTimeSeriesCommandInput]
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteTimeSeriesCommandInput,
26
+ DeleteTimeSeriesCommandOutput,
27
+ IoTSiteWiseClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteTimeSeriesCommand extends DeleteTimeSeriesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAccessPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeAccessPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAccessPolicyCommandInput,
32
+ DescribeAccessPolicyCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAccessPolicyCommand extends DescribeAccessPolicyCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeActionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeActionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeActionCommandInput,
31
+ DescribeActionCommandOutput,
32
+ IoTSiteWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeActionCommand extends DescribeActionCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeAssetCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeAssetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeAssetCommandInput,
31
+ DescribeAssetCommandOutput,
32
+ IoTSiteWiseClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeAssetCommand extends DescribeAssetCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAssetCompositeModelCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeAssetCompositeModelCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAssetCompositeModelCommandInput,
32
+ DescribeAssetCompositeModelCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAssetCompositeModelCommand extends DescribeAssetCompositeModelCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAssetModelCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeAssetModelCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAssetModelCommandInput,
32
+ DescribeAssetModelCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAssetModelCommand extends DescribeAssetModelCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAssetModelCompositeModelCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeAssetModelCompositeModelCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAssetModelCompositeModelCommandInput,
32
+ DescribeAssetModelCompositeModelCommandOutput,
33
+ IoTSiteWiseClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAssetModelCompositeModelCommand extends DescribeAssetModelCompositeModelCommand_base {}