@aws-sdk/client-iotsitewise 3.1097.0 → 3.1098.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 (294) hide show
  1. package/README.md +315 -0
  2. package/dist-cjs/index.js +2189 -237
  3. package/dist-es/IoTSiteWise.js +118 -0
  4. package/dist-es/commands/BatchAssociateDataSegmentsToDatasetCommand.js +4 -0
  5. package/dist-es/commands/BatchDeleteDatasetDataSegmentsCommand.js +4 -0
  6. package/dist-es/commands/BatchDisassociateDataSegmentsFromDatasetCommand.js +4 -0
  7. package/dist-es/commands/CancelEnrichmentJobCommand.js +4 -0
  8. package/dist-es/commands/CancelPipelineExecutionCommand.js +4 -0
  9. package/dist-es/commands/CancelQueryCommand.js +4 -0
  10. package/dist-es/commands/CreateApplicationCommand.js +4 -0
  11. package/dist-es/commands/CreateDatasetExportJobCommand.js +4 -0
  12. package/dist-es/commands/CreateEnrichmentJobCommand.js +4 -0
  13. package/dist-es/commands/CreatePipelineCommand.js +4 -0
  14. package/dist-es/commands/CreateTaskCommand.js +4 -0
  15. package/dist-es/commands/CreateWorkspaceCommand.js +4 -0
  16. package/dist-es/commands/DeleteApplicationCommand.js +4 -0
  17. package/dist-es/commands/DeletePipelineCommand.js +4 -0
  18. package/dist-es/commands/DeleteTaskCommand.js +4 -0
  19. package/dist-es/commands/DeleteWorkspaceCommand.js +4 -0
  20. package/dist-es/commands/DescribeApplicationCommand.js +4 -0
  21. package/dist-es/commands/DescribeDatasetExportJobCommand.js +4 -0
  22. package/dist-es/commands/DescribeEnrichmentJobCommand.js +4 -0
  23. package/dist-es/commands/DescribePipelineCommand.js +4 -0
  24. package/dist-es/commands/DescribePipelineExecutionCommand.js +4 -0
  25. package/dist-es/commands/DescribeQueryCommand.js +4 -0
  26. package/dist-es/commands/DescribeSearchCommand.js +4 -0
  27. package/dist-es/commands/DescribeTaskCommand.js +4 -0
  28. package/dist-es/commands/DescribeWorkspaceCommand.js +4 -0
  29. package/dist-es/commands/GetCaptureDataCommand.js +4 -0
  30. package/dist-es/commands/GetQueryResultsCommand.js +4 -0
  31. package/dist-es/commands/GetSearchResultsCommand.js +4 -0
  32. package/dist-es/commands/ListApplicationsCommand.js +4 -0
  33. package/dist-es/commands/ListDatasetDataSegmentRelationshipsCommand.js +4 -0
  34. package/dist-es/commands/ListDatasetDataSegmentsCommand.js +4 -0
  35. package/dist-es/commands/ListDatasetExportJobsCommand.js +4 -0
  36. package/dist-es/commands/ListEnrichmentJobsCommand.js +4 -0
  37. package/dist-es/commands/ListPipelineExecutionsCommand.js +4 -0
  38. package/dist-es/commands/ListPipelinesCommand.js +4 -0
  39. package/dist-es/commands/ListQueriesCommand.js +4 -0
  40. package/dist-es/commands/ListSearchesCommand.js +4 -0
  41. package/dist-es/commands/ListTasksCommand.js +4 -0
  42. package/dist-es/commands/ListWorkspacesCommand.js +4 -0
  43. package/dist-es/commands/StartPipelineExecutionCommand.js +4 -0
  44. package/dist-es/commands/StartQueryCommand.js +4 -0
  45. package/dist-es/commands/StartSearchCommand.js +4 -0
  46. package/dist-es/commands/UpdatePipelineCommand.js +4 -0
  47. package/dist-es/commands/UpdateTaskCommand.js +4 -0
  48. package/dist-es/commands/UpdateWorkspaceCommand.js +4 -0
  49. package/dist-es/commands/index.js +45 -0
  50. package/dist-es/models/enums.js +157 -3
  51. package/dist-es/pagination/DescribePipelineExecutionPaginator.js +4 -0
  52. package/dist-es/pagination/GetQueryResultsPaginator.js +4 -0
  53. package/dist-es/pagination/GetSearchResultsPaginator.js +4 -0
  54. package/dist-es/pagination/ListApplicationsPaginator.js +4 -0
  55. package/dist-es/pagination/ListDatasetDataSegmentRelationshipsPaginator.js +4 -0
  56. package/dist-es/pagination/ListDatasetDataSegmentsPaginator.js +4 -0
  57. package/dist-es/pagination/ListDatasetExportJobsPaginator.js +4 -0
  58. package/dist-es/pagination/ListEnrichmentJobsPaginator.js +4 -0
  59. package/dist-es/pagination/ListPipelineExecutionsPaginator.js +4 -0
  60. package/dist-es/pagination/ListPipelinesPaginator.js +4 -0
  61. package/dist-es/pagination/ListQueriesPaginator.js +4 -0
  62. package/dist-es/pagination/ListSearchesPaginator.js +4 -0
  63. package/dist-es/pagination/ListTasksPaginator.js +4 -0
  64. package/dist-es/pagination/ListWorkspacesPaginator.js +4 -0
  65. package/dist-es/pagination/index.js +14 -0
  66. package/dist-es/schemas/schemas_0.js +1544 -233
  67. package/dist-types/IoTSiteWise.d.ts +415 -0
  68. package/dist-types/IoTSiteWiseClient.d.ts +47 -2
  69. package/dist-types/commands/BatchAssociateDataSegmentsToDatasetCommand.d.ts +133 -0
  70. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +7 -1
  71. package/dist-types/commands/BatchDeleteDatasetDataSegmentsCommand.d.ts +123 -0
  72. package/dist-types/commands/BatchDisassociateDataSegmentsFromDatasetCommand.d.ts +125 -0
  73. package/dist-types/commands/CancelEnrichmentJobCommand.d.ts +124 -0
  74. package/dist-types/commands/CancelPipelineExecutionCommand.d.ts +103 -0
  75. package/dist-types/commands/CancelQueryCommand.d.ts +96 -0
  76. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +7 -1
  77. package/dist-types/commands/CreateApplicationCommand.d.ts +111 -0
  78. package/dist-types/commands/CreateAssetModelCommand.d.ts +2 -2
  79. package/dist-types/commands/CreateAssetModelCompositeModelCommand.d.ts +2 -1
  80. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +28 -5
  81. package/dist-types/commands/CreateDashboardCommand.d.ts +7 -1
  82. package/dist-types/commands/CreateDatasetCommand.d.ts +20 -3
  83. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +141 -0
  84. package/dist-types/commands/CreateEnrichmentJobCommand.d.ts +147 -0
  85. package/dist-types/commands/CreatePipelineCommand.d.ts +136 -0
  86. package/dist-types/commands/CreatePortalCommand.d.ts +7 -1
  87. package/dist-types/commands/CreateProjectCommand.d.ts +7 -1
  88. package/dist-types/commands/CreateTaskCommand.d.ts +133 -0
  89. package/dist-types/commands/CreateWorkspaceCommand.d.ts +119 -0
  90. package/dist-types/commands/DeleteApplicationCommand.d.ts +93 -0
  91. package/dist-types/commands/DeleteAssetCommand.d.ts +1 -0
  92. package/dist-types/commands/DeleteAssetModelCommand.d.ts +1 -0
  93. package/dist-types/commands/DeleteAssetModelCompositeModelCommand.d.ts +1 -0
  94. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
  95. package/dist-types/commands/DeletePipelineCommand.d.ts +104 -0
  96. package/dist-types/commands/DeleteTaskCommand.d.ts +103 -0
  97. package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +3 -1
  98. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +103 -0
  99. package/dist-types/commands/DescribeApplicationCommand.d.ts +100 -0
  100. package/dist-types/commands/DescribeAssetCommand.d.ts +2 -2
  101. package/dist-types/commands/DescribeAssetCompositeModelCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeAssetModelCommand.d.ts +2 -2
  103. package/dist-types/commands/DescribeAssetModelCompositeModelCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +2 -2
  105. package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +23 -3
  106. package/dist-types/commands/DescribeDatasetCommand.d.ts +27 -2
  107. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +138 -0
  108. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +3 -0
  109. package/dist-types/commands/DescribeEnrichmentJobCommand.d.ts +151 -0
  110. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +4 -2
  111. package/dist-types/commands/DescribePipelineCommand.d.ts +120 -0
  112. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +156 -0
  113. package/dist-types/commands/DescribeQueryCommand.d.ts +100 -0
  114. package/dist-types/commands/DescribeSearchCommand.d.ts +102 -0
  115. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeTaskCommand.d.ts +120 -0
  117. package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +4 -2
  118. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +105 -0
  119. package/dist-types/commands/DisassociateAssetsCommand.d.ts +1 -1
  120. package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +1 -1
  121. package/dist-types/commands/ExecuteActionCommand.d.ts +1 -1
  122. package/dist-types/commands/ExecuteQueryCommand.d.ts +1 -2
  123. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +1 -1
  124. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +1 -1
  125. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +1 -1
  126. package/dist-types/commands/GetCaptureDataCommand.d.ts +116 -0
  127. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +1 -1
  128. package/dist-types/commands/GetQueryResultsCommand.d.ts +104 -0
  129. package/dist-types/commands/GetSearchResultsCommand.d.ts +118 -0
  130. package/dist-types/commands/InvokeAssistantCommand.d.ts +1 -1
  131. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
  132. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  133. package/dist-types/commands/ListApplicationsCommand.d.ts +101 -0
  134. package/dist-types/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
  135. package/dist-types/commands/ListAssetModelPropertiesCommand.d.ts +2 -2
  136. package/dist-types/commands/ListAssetModelsCommand.d.ts +4 -1
  137. package/dist-types/commands/ListAssetPropertiesCommand.d.ts +1 -1
  138. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
  139. package/dist-types/commands/ListAssetsCommand.d.ts +1 -1
  140. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +1 -1
  141. package/dist-types/commands/ListBulkImportJobsCommand.d.ts +2 -1
  142. package/dist-types/commands/ListCompositionRelationshipsCommand.d.ts +1 -1
  143. package/dist-types/commands/ListComputationModelDataBindingUsagesCommand.d.ts +1 -1
  144. package/dist-types/commands/ListComputationModelResolveToResourcesCommand.d.ts +1 -1
  145. package/dist-types/commands/ListComputationModelsCommand.d.ts +1 -1
  146. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  147. package/dist-types/commands/ListDatasetDataSegmentRelationshipsCommand.d.ts +107 -0
  148. package/dist-types/commands/ListDatasetDataSegmentsCommand.d.ts +111 -0
  149. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +102 -0
  150. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -2
  151. package/dist-types/commands/ListEnrichmentJobsCommand.d.ts +151 -0
  152. package/dist-types/commands/ListExecutionsCommand.d.ts +1 -1
  153. package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
  154. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +126 -0
  155. package/dist-types/commands/ListPipelinesCommand.d.ts +109 -0
  156. package/dist-types/commands/ListQueriesCommand.d.ts +101 -0
  157. package/dist-types/commands/ListSearchesCommand.d.ts +119 -0
  158. package/dist-types/commands/ListTasksCommand.d.ts +109 -0
  159. package/dist-types/commands/ListTimeSeriesCommand.d.ts +3 -1
  160. package/dist-types/commands/ListWorkspacesCommand.d.ts +103 -0
  161. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +3 -0
  162. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +1 -0
  163. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +118 -0
  164. package/dist-types/commands/StartQueryCommand.d.ts +97 -0
  165. package/dist-types/commands/StartSearchCommand.d.ts +131 -0
  166. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +7 -1
  167. package/dist-types/commands/UpdateAssetCommand.d.ts +1 -0
  168. package/dist-types/commands/UpdateAssetModelCommand.d.ts +3 -2
  169. package/dist-types/commands/UpdateAssetModelCompositeModelCommand.d.ts +2 -1
  170. package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -1
  171. package/dist-types/commands/UpdateDatasetCommand.d.ts +21 -2
  172. package/dist-types/commands/UpdatePipelineCommand.d.ts +127 -0
  173. package/dist-types/commands/UpdatePortalCommand.d.ts +7 -1
  174. package/dist-types/commands/UpdateProjectCommand.d.ts +7 -1
  175. package/dist-types/commands/UpdateTaskCommand.d.ts +120 -0
  176. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +109 -0
  177. package/dist-types/commands/index.d.ts +45 -0
  178. package/dist-types/models/enums.d.ts +350 -4
  179. package/dist-types/models/models_0.d.ts +2607 -2755
  180. package/dist-types/models/models_1.d.ts +4139 -33
  181. package/dist-types/pagination/DescribePipelineExecutionPaginator.d.ts +7 -0
  182. package/dist-types/pagination/GetQueryResultsPaginator.d.ts +7 -0
  183. package/dist-types/pagination/GetSearchResultsPaginator.d.ts +7 -0
  184. package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
  185. package/dist-types/pagination/ListDatasetDataSegmentRelationshipsPaginator.d.ts +7 -0
  186. package/dist-types/pagination/ListDatasetDataSegmentsPaginator.d.ts +7 -0
  187. package/dist-types/pagination/ListDatasetExportJobsPaginator.d.ts +7 -0
  188. package/dist-types/pagination/ListEnrichmentJobsPaginator.d.ts +7 -0
  189. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +7 -0
  190. package/dist-types/pagination/ListPipelinesPaginator.d.ts +7 -0
  191. package/dist-types/pagination/ListQueriesPaginator.d.ts +7 -0
  192. package/dist-types/pagination/ListSearchesPaginator.d.ts +7 -0
  193. package/dist-types/pagination/ListTasksPaginator.d.ts +7 -0
  194. package/dist-types/pagination/ListWorkspacesPaginator.d.ts +7 -0
  195. package/dist-types/pagination/index.d.ts +14 -0
  196. package/dist-types/schemas/schemas_0.d.ts +190 -0
  197. package/dist-types/ts3.4/IoTSiteWise.d.ts +841 -0
  198. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +248 -2
  199. package/dist-types/ts3.4/commands/BatchAssociateDataSegmentsToDatasetCommand.d.ts +42 -0
  200. package/dist-types/ts3.4/commands/BatchDeleteDatasetDataSegmentsCommand.d.ts +42 -0
  201. package/dist-types/ts3.4/commands/BatchDisassociateDataSegmentsFromDatasetCommand.d.ts +42 -0
  202. package/dist-types/ts3.4/commands/CancelEnrichmentJobCommand.d.ts +39 -0
  203. package/dist-types/ts3.4/commands/CancelPipelineExecutionCommand.d.ts +42 -0
  204. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +38 -0
  205. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +39 -0
  206. package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +39 -0
  207. package/dist-types/ts3.4/commands/CreateEnrichmentJobCommand.d.ts +39 -0
  208. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +38 -0
  209. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +38 -0
  210. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +38 -0
  211. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +39 -0
  212. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +38 -0
  213. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +38 -0
  214. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +38 -0
  215. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +39 -0
  216. package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +42 -0
  217. package/dist-types/ts3.4/commands/DescribeEnrichmentJobCommand.d.ts +39 -0
  218. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +38 -0
  220. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +42 -0
  221. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +38 -0
  222. package/dist-types/ts3.4/commands/DescribeSearchCommand.d.ts +39 -0
  223. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +38 -0
  225. package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +39 -0
  227. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/ExecuteActionCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/ExecuteQueryCommand.d.ts +1 -2
  231. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/GetCaptureDataCommand.d.ts +38 -0
  235. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +38 -0
  237. package/dist-types/ts3.4/commands/GetSearchResultsCommand.d.ts +38 -0
  238. package/dist-types/ts3.4/commands/InvokeAssistantCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +38 -0
  242. package/dist-types/ts3.4/commands/ListAssetModelCompositeModelsCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/ListAssetModelPropertiesCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/ListAssetPropertiesCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/ListCompositionRelationshipsCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/ListComputationModelDataBindingUsagesCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/ListComputationModelResolveToResourcesCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/ListComputationModelsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/ListDatasetDataSegmentRelationshipsCommand.d.ts +42 -0
  256. package/dist-types/ts3.4/commands/ListDatasetDataSegmentsCommand.d.ts +42 -0
  257. package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +39 -0
  258. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/ListEnrichmentJobsCommand.d.ts +39 -0
  260. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +39 -0
  263. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +38 -0
  264. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +38 -0
  265. package/dist-types/ts3.4/commands/ListSearchesCommand.d.ts +38 -0
  266. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +38 -0
  267. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +38 -0
  268. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +39 -0
  269. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +38 -0
  270. package/dist-types/ts3.4/commands/StartSearchCommand.d.ts +38 -0
  271. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +38 -0
  272. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +38 -0
  273. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +38 -0
  274. package/dist-types/ts3.4/commands/index.d.ts +45 -0
  275. package/dist-types/ts3.4/models/enums.d.ts +188 -4
  276. package/dist-types/ts3.4/models/models_0.d.ts +550 -614
  277. package/dist-types/ts3.4/models/models_1.d.ts +1048 -4
  278. package/dist-types/ts3.4/pagination/DescribePipelineExecutionPaginator.d.ts +11 -0
  279. package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +11 -0
  280. package/dist-types/ts3.4/pagination/GetSearchResultsPaginator.d.ts +11 -0
  281. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
  282. package/dist-types/ts3.4/pagination/ListDatasetDataSegmentRelationshipsPaginator.d.ts +11 -0
  283. package/dist-types/ts3.4/pagination/ListDatasetDataSegmentsPaginator.d.ts +11 -0
  284. package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -0
  285. package/dist-types/ts3.4/pagination/ListEnrichmentJobsPaginator.d.ts +11 -0
  286. package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +11 -0
  287. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +11 -0
  288. package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +8 -0
  289. package/dist-types/ts3.4/pagination/ListSearchesPaginator.d.ts +11 -0
  290. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +8 -0
  291. package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -0
  292. package/dist-types/ts3.4/pagination/index.d.ts +14 -0
  293. package/dist-types/ts3.4/schemas/schemas_0.d.ts +190 -0
  294. package/package.json +6 -6
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { DescribeEnrichmentJobRequest, DescribeEnrichmentJobResponse } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface DescribeEnrichmentJobCommandInput extends DescribeEnrichmentJobRequest {}
5
+ export interface DescribeEnrichmentJobCommandOutput
6
+ extends DescribeEnrichmentJobResponse, __MetadataBearer {}
7
+ declare const DescribeEnrichmentJobCommand_base: {
8
+ new (
9
+ input: DescribeEnrichmentJobCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ DescribeEnrichmentJobCommandInput,
12
+ DescribeEnrichmentJobCommandOutput,
13
+ import("..").IoTSiteWiseClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: DescribeEnrichmentJobCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ DescribeEnrichmentJobCommandInput,
21
+ DescribeEnrichmentJobCommandOutput,
22
+ import("..").IoTSiteWiseClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class DescribeEnrichmentJobCommand extends DescribeEnrichmentJobCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: DescribeEnrichmentJobRequest;
32
+ output: DescribeEnrichmentJobResponse;
33
+ };
34
+ sdk: {
35
+ input: DescribeEnrichmentJobCommandInput;
36
+ output: DescribeEnrichmentJobCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -28,7 +28,7 @@ declare const DescribeLoggingOptionsCommand_base: {
28
28
  export declare class DescribeLoggingOptionsCommand extends DescribeLoggingOptionsCommand_base {
29
29
  protected static __types: {
30
30
  api: {
31
- input: {};
31
+ input: DescribeLoggingOptionsRequest;
32
32
  output: DescribeLoggingOptionsResponse;
33
33
  };
34
34
  sdk: {
@@ -0,0 +1,38 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { DescribePipelineRequest, DescribePipelineResponse } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface DescribePipelineCommandInput extends DescribePipelineRequest {}
5
+ export interface DescribePipelineCommandOutput extends DescribePipelineResponse, __MetadataBearer {}
6
+ declare const DescribePipelineCommand_base: {
7
+ new (
8
+ input: DescribePipelineCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
+ DescribePipelineCommandInput,
11
+ DescribePipelineCommandOutput,
12
+ import("..").IoTSiteWiseClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
15
+ >;
16
+ new (
17
+ input: DescribePipelineCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DescribePipelineCommandInput,
20
+ DescribePipelineCommandOutput,
21
+ import("..").IoTSiteWiseClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
26
+ };
27
+ export declare class DescribePipelineCommand extends DescribePipelineCommand_base {
28
+ protected static __types: {
29
+ api: {
30
+ input: DescribePipelineRequest;
31
+ output: DescribePipelineResponse;
32
+ };
33
+ sdk: {
34
+ input: DescribePipelineCommandInput;
35
+ output: DescribePipelineCommandOutput;
36
+ };
37
+ };
38
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DescribePipelineExecutionRequest,
4
+ DescribePipelineExecutionResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface DescribePipelineExecutionCommandInput extends DescribePipelineExecutionRequest {}
8
+ export interface DescribePipelineExecutionCommandOutput
9
+ extends DescribePipelineExecutionResponse, __MetadataBearer {}
10
+ declare const DescribePipelineExecutionCommand_base: {
11
+ new (
12
+ input: DescribePipelineExecutionCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DescribePipelineExecutionCommandInput,
15
+ DescribePipelineExecutionCommandOutput,
16
+ import("..").IoTSiteWiseClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DescribePipelineExecutionCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribePipelineExecutionCommandInput,
24
+ DescribePipelineExecutionCommandOutput,
25
+ import("..").IoTSiteWiseClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DescribePipelineExecutionCommand extends DescribePipelineExecutionCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DescribePipelineExecutionRequest;
35
+ output: DescribePipelineExecutionResponse;
36
+ };
37
+ sdk: {
38
+ input: DescribePipelineExecutionCommandInput;
39
+ output: DescribePipelineExecutionCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,38 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { DescribeQueryRequest, DescribeQueryResponse } from "../models/models_0";
3
+ export { __MetadataBearer };
4
+ export interface DescribeQueryCommandInput extends DescribeQueryRequest {}
5
+ export interface DescribeQueryCommandOutput extends DescribeQueryResponse, __MetadataBearer {}
6
+ declare const DescribeQueryCommand_base: {
7
+ new (
8
+ input: DescribeQueryCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
+ DescribeQueryCommandInput,
11
+ DescribeQueryCommandOutput,
12
+ import("..").IoTSiteWiseClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
15
+ >;
16
+ new (
17
+ input: DescribeQueryCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DescribeQueryCommandInput,
20
+ DescribeQueryCommandOutput,
21
+ import("..").IoTSiteWiseClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
26
+ };
27
+ export declare class DescribeQueryCommand extends DescribeQueryCommand_base {
28
+ protected static __types: {
29
+ api: {
30
+ input: DescribeQueryRequest;
31
+ output: DescribeQueryResponse;
32
+ };
33
+ sdk: {
34
+ input: DescribeQueryCommandInput;
35
+ output: DescribeQueryCommandOutput;
36
+ };
37
+ };
38
+ }
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { DescribeSearchRequest } from "../models/models_0";
3
+ import { DescribeSearchResponse } from "../models/models_1";
4
+ export { __MetadataBearer };
5
+ export interface DescribeSearchCommandInput extends DescribeSearchRequest {}
6
+ export interface DescribeSearchCommandOutput extends DescribeSearchResponse, __MetadataBearer {}
7
+ declare const DescribeSearchCommand_base: {
8
+ new (
9
+ input: DescribeSearchCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ DescribeSearchCommandInput,
12
+ DescribeSearchCommandOutput,
13
+ import("..").IoTSiteWiseClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: DescribeSearchCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ DescribeSearchCommandInput,
21
+ DescribeSearchCommandOutput,
22
+ import("..").IoTSiteWiseClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class DescribeSearchCommand extends DescribeSearchCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: DescribeSearchRequest;
32
+ output: DescribeSearchResponse;
33
+ };
34
+ sdk: {
35
+ input: DescribeSearchCommandInput;
36
+ output: DescribeSearchCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeStorageConfigurationRequest,
4
4
  DescribeStorageConfigurationResponse,
5
- } from "../models/models_0";
5
+ } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeStorageConfigurationCommandInput extends DescribeStorageConfigurationRequest {}
8
8
  export interface DescribeStorageConfigurationCommandOutput
@@ -0,0 +1,38 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_1";
3
+ export { __MetadataBearer };
4
+ export interface DescribeTaskCommandInput extends DescribeTaskRequest {}
5
+ export interface DescribeTaskCommandOutput extends DescribeTaskResponse, __MetadataBearer {}
6
+ declare const DescribeTaskCommand_base: {
7
+ new (
8
+ input: DescribeTaskCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
+ DescribeTaskCommandInput,
11
+ DescribeTaskCommandOutput,
12
+ import("..").IoTSiteWiseClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
15
+ >;
16
+ new (
17
+ input: DescribeTaskCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ DescribeTaskCommandInput,
20
+ DescribeTaskCommandOutput,
21
+ import("..").IoTSiteWiseClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
26
+ };
27
+ export declare class DescribeTaskCommand extends DescribeTaskCommand_base {
28
+ protected static __types: {
29
+ api: {
30
+ input: DescribeTaskRequest;
31
+ output: DescribeTaskResponse;
32
+ };
33
+ sdk: {
34
+ input: DescribeTaskCommandInput;
35
+ output: DescribeTaskCommandOutput;
36
+ };
37
+ };
38
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeTimeSeriesRequest, DescribeTimeSeriesResponse } from "../models/models_0";
2
+ import { DescribeTimeSeriesRequest, DescribeTimeSeriesResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeTimeSeriesCommandInput extends DescribeTimeSeriesRequest {}
5
5
  export interface DescribeTimeSeriesCommandOutput
@@ -0,0 +1,39 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_1";
3
+ export { __MetadataBearer };
4
+ export interface DescribeWorkspaceCommandInput extends DescribeWorkspaceRequest {}
5
+ export interface DescribeWorkspaceCommandOutput
6
+ extends DescribeWorkspaceResponse, __MetadataBearer {}
7
+ declare const DescribeWorkspaceCommand_base: {
8
+ new (
9
+ input: DescribeWorkspaceCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
+ DescribeWorkspaceCommandInput,
12
+ DescribeWorkspaceCommandOutput,
13
+ import("..").IoTSiteWiseClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
16
+ >;
17
+ new (
18
+ input: DescribeWorkspaceCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
20
+ DescribeWorkspaceCommandInput,
21
+ DescribeWorkspaceCommandOutput,
22
+ import("..").IoTSiteWiseClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
25
+ >;
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
27
+ };
28
+ export declare class DescribeWorkspaceCommand extends DescribeWorkspaceCommand_base {
29
+ protected static __types: {
30
+ api: {
31
+ input: DescribeWorkspaceRequest;
32
+ output: DescribeWorkspaceResponse;
33
+ };
34
+ sdk: {
35
+ input: DescribeWorkspaceCommandInput;
36
+ output: DescribeWorkspaceCommandOutput;
37
+ };
38
+ };
39
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DisassociateAssetsRequest } from "../models/models_0";
2
+ import { DisassociateAssetsRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface DisassociateAssetsCommandInput extends DisassociateAssetsRequest {}
5
5
  export interface DisassociateAssetsCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DisassociateTimeSeriesFromAssetPropertyRequest } from "../models/models_0";
2
+ import { DisassociateTimeSeriesFromAssetPropertyRequest } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface DisassociateTimeSeriesFromAssetPropertyCommandInput extends DisassociateTimeSeriesFromAssetPropertyRequest {}
5
5
  export interface DisassociateTimeSeriesFromAssetPropertyCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ExecuteActionRequest, ExecuteActionResponse } from "../models/models_0";
2
+ import { ExecuteActionRequest, ExecuteActionResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ExecuteActionCommandInput extends ExecuteActionRequest {}
5
5
  export interface ExecuteActionCommandOutput extends ExecuteActionResponse, __MetadataBearer {}
@@ -1,6 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ExecuteQueryRequest } from "../models/models_0";
3
- import { ExecuteQueryResponse } from "../models/models_1";
2
+ import { ExecuteQueryRequest, ExecuteQueryResponse } from "../models/models_1";
4
3
  export { __MetadataBearer };
5
4
  export interface ExecuteQueryCommandInput extends ExecuteQueryRequest {}
6
5
  export interface ExecuteQueryCommandOutput extends ExecuteQueryResponse, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  GetAssetPropertyAggregatesRequest,
4
4
  GetAssetPropertyAggregatesResponse,
5
- } from "../models/models_0";
5
+ } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
7
  export interface GetAssetPropertyAggregatesCommandInput extends GetAssetPropertyAggregatesRequest {}
8
8
  export interface GetAssetPropertyAggregatesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetAssetPropertyValueRequest, GetAssetPropertyValueResponse } from "../models/models_0";
2
+ import { GetAssetPropertyValueRequest, GetAssetPropertyValueResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface GetAssetPropertyValueCommandInput extends GetAssetPropertyValueRequest {}
5
5
  export interface GetAssetPropertyValueCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  GetAssetPropertyValueHistoryRequest,
4
4
  GetAssetPropertyValueHistoryResponse,
5
- } from "../models/models_0";
5
+ } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
7
  export interface GetAssetPropertyValueHistoryCommandInput extends GetAssetPropertyValueHistoryRequest {}
8
8
  export interface GetAssetPropertyValueHistoryCommandOutput
@@ -0,0 +1,38 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { GetCaptureDataRequest, GetCaptureDataResponse } from "../models/models_1";
3
+ export { __MetadataBearer };
4
+ export interface GetCaptureDataCommandInput extends GetCaptureDataRequest {}
5
+ export interface GetCaptureDataCommandOutput extends GetCaptureDataResponse, __MetadataBearer {}
6
+ declare const GetCaptureDataCommand_base: {
7
+ new (
8
+ input: GetCaptureDataCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
+ GetCaptureDataCommandInput,
11
+ GetCaptureDataCommandOutput,
12
+ import("..").IoTSiteWiseClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
15
+ >;
16
+ new (
17
+ input: GetCaptureDataCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ GetCaptureDataCommandInput,
20
+ GetCaptureDataCommandOutput,
21
+ import("..").IoTSiteWiseClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
26
+ };
27
+ export declare class GetCaptureDataCommand extends GetCaptureDataCommand_base {
28
+ protected static __types: {
29
+ api: {
30
+ input: GetCaptureDataRequest;
31
+ output: GetCaptureDataResponse;
32
+ };
33
+ sdk: {
34
+ input: GetCaptureDataCommandInput;
35
+ output: GetCaptureDataCommandOutput;
36
+ };
37
+ };
38
+ }
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  GetInterpolatedAssetPropertyValuesRequest,
4
4
  GetInterpolatedAssetPropertyValuesResponse,
5
- } from "../models/models_0";
5
+ } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
7
  export interface GetInterpolatedAssetPropertyValuesCommandInput extends GetInterpolatedAssetPropertyValuesRequest {}
8
8
  export interface GetInterpolatedAssetPropertyValuesCommandOutput
@@ -0,0 +1,38 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_1";
3
+ export { __MetadataBearer };
4
+ export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {}
5
+ export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, __MetadataBearer {}
6
+ declare const GetQueryResultsCommand_base: {
7
+ new (
8
+ input: GetQueryResultsCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
+ GetQueryResultsCommandInput,
11
+ GetQueryResultsCommandOutput,
12
+ import("..").IoTSiteWiseClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
15
+ >;
16
+ new (
17
+ input: GetQueryResultsCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ GetQueryResultsCommandInput,
20
+ GetQueryResultsCommandOutput,
21
+ import("..").IoTSiteWiseClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
26
+ };
27
+ export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
28
+ protected static __types: {
29
+ api: {
30
+ input: GetQueryResultsRequest;
31
+ output: GetQueryResultsResponse;
32
+ };
33
+ sdk: {
34
+ input: GetQueryResultsCommandInput;
35
+ output: GetQueryResultsCommandOutput;
36
+ };
37
+ };
38
+ }
@@ -0,0 +1,38 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { GetSearchResultsRequest, GetSearchResultsResponse } from "../models/models_1";
3
+ export { __MetadataBearer };
4
+ export interface GetSearchResultsCommandInput extends GetSearchResultsRequest {}
5
+ export interface GetSearchResultsCommandOutput extends GetSearchResultsResponse, __MetadataBearer {}
6
+ declare const GetSearchResultsCommand_base: {
7
+ new (
8
+ input: GetSearchResultsCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
+ GetSearchResultsCommandInput,
11
+ GetSearchResultsCommandOutput,
12
+ import("..").IoTSiteWiseClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
15
+ >;
16
+ new (
17
+ input: GetSearchResultsCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ GetSearchResultsCommandInput,
20
+ GetSearchResultsCommandOutput,
21
+ import("..").IoTSiteWiseClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
26
+ };
27
+ export declare class GetSearchResultsCommand extends GetSearchResultsCommand_base {
28
+ protected static __types: {
29
+ api: {
30
+ input: GetSearchResultsRequest;
31
+ output: GetSearchResultsResponse;
32
+ };
33
+ sdk: {
34
+ input: GetSearchResultsCommandInput;
35
+ output: GetSearchResultsCommandOutput;
36
+ };
37
+ };
38
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { InvokeAssistantRequest, InvokeAssistantResponse } from "../models/models_0";
2
+ import { InvokeAssistantRequest, InvokeAssistantResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface InvokeAssistantCommandInput extends InvokeAssistantRequest {}
5
5
  export interface InvokeAssistantCommandOutput extends InvokeAssistantResponse, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0";
2
+ import { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListAccessPoliciesCommandInput extends ListAccessPoliciesRequest {}
5
5
  export interface ListAccessPoliciesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListActionsRequest, ListActionsResponse } from "../models/models_0";
2
+ import { ListActionsRequest, ListActionsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListActionsCommandInput extends ListActionsRequest {}
5
5
  export interface ListActionsCommandOutput extends ListActionsResponse, __MetadataBearer {}
@@ -0,0 +1,38 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_1";
3
+ export { __MetadataBearer };
4
+ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
5
+ export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {}
6
+ declare const ListApplicationsCommand_base: {
7
+ new (
8
+ input: ListApplicationsCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
+ ListApplicationsCommandInput,
11
+ ListApplicationsCommandOutput,
12
+ import("..").IoTSiteWiseClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
15
+ >;
16
+ new (
17
+ ...[input]: [] | [ListApplicationsCommandInput]
18
+ ): import("@smithy/core/client").CommandImpl<
19
+ ListApplicationsCommandInput,
20
+ ListApplicationsCommandOutput,
21
+ import("..").IoTSiteWiseClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
26
+ };
27
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
28
+ protected static __types: {
29
+ api: {
30
+ input: ListApplicationsRequest;
31
+ output: ListApplicationsResponse;
32
+ };
33
+ sdk: {
34
+ input: ListApplicationsCommandInput;
35
+ output: ListApplicationsCommandOutput;
36
+ };
37
+ };
38
+ }
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ListAssetModelCompositeModelsRequest,
4
4
  ListAssetModelCompositeModelsResponse,
5
- } from "../models/models_0";
5
+ } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
7
  export interface ListAssetModelCompositeModelsCommandInput extends ListAssetModelCompositeModelsRequest {}
8
8
  export interface ListAssetModelCompositeModelsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ListAssetModelPropertiesRequest,
4
4
  ListAssetModelPropertiesResponse,
5
- } from "../models/models_0";
5
+ } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
7
  export interface ListAssetModelPropertiesCommandInput extends ListAssetModelPropertiesRequest {}
8
8
  export interface ListAssetModelPropertiesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListAssetModelsRequest, ListAssetModelsResponse } from "../models/models_0";
2
+ import { ListAssetModelsRequest, ListAssetModelsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListAssetModelsCommandInput extends ListAssetModelsRequest {}
5
5
  export interface ListAssetModelsCommandOutput extends ListAssetModelsResponse, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListAssetPropertiesRequest, ListAssetPropertiesResponse } from "../models/models_0";
2
+ import { ListAssetPropertiesRequest, ListAssetPropertiesResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListAssetPropertiesCommandInput extends ListAssetPropertiesRequest {}
5
5
  export interface ListAssetPropertiesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListAssetRelationshipsRequest, ListAssetRelationshipsResponse } from "../models/models_0";
2
+ import { ListAssetRelationshipsRequest, ListAssetRelationshipsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListAssetRelationshipsCommandInput extends ListAssetRelationshipsRequest {}
5
5
  export interface ListAssetRelationshipsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
2
+ import { ListAssetsRequest, ListAssetsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListAssetsCommandInput extends ListAssetsRequest {}
5
5
  export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListAssociatedAssetsRequest, ListAssociatedAssetsResponse } from "../models/models_0";
2
+ import { ListAssociatedAssetsRequest, ListAssociatedAssetsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListAssociatedAssetsCommandInput extends ListAssociatedAssetsRequest {}
5
5
  export interface ListAssociatedAssetsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ListBulkImportJobsRequest, ListBulkImportJobsResponse } from "../models/models_0";
2
+ import { ListBulkImportJobsRequest, ListBulkImportJobsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListBulkImportJobsCommandInput extends ListBulkImportJobsRequest {}
5
5
  export interface ListBulkImportJobsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ListCompositionRelationshipsRequest,
4
4
  ListCompositionRelationshipsResponse,
5
- } from "../models/models_0";
5
+ } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
7
  export interface ListCompositionRelationshipsCommandInput extends ListCompositionRelationshipsRequest {}
8
8
  export interface ListCompositionRelationshipsCommandOutput