@aws-sdk/client-iotsitewise 3.1097.0 → 3.1099.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,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { UpdateWorkspace$ } from "../schemas/schemas_0";
3
+ export class UpdateWorkspaceCommand extends command(_ep0, _mw0, "UpdateWorkspace", UpdateWorkspace$) {
4
+ }
@@ -1,12 +1,19 @@
1
1
  export * from "./AssociateAssetsCommand";
2
2
  export * from "./AssociateTimeSeriesToAssetPropertyCommand";
3
+ export * from "./BatchAssociateDataSegmentsToDatasetCommand";
3
4
  export * from "./BatchAssociateProjectAssetsCommand";
5
+ export * from "./BatchDeleteDatasetDataSegmentsCommand";
6
+ export * from "./BatchDisassociateDataSegmentsFromDatasetCommand";
4
7
  export * from "./BatchDisassociateProjectAssetsCommand";
5
8
  export * from "./BatchGetAssetPropertyAggregatesCommand";
6
9
  export * from "./BatchGetAssetPropertyValueCommand";
7
10
  export * from "./BatchGetAssetPropertyValueHistoryCommand";
8
11
  export * from "./BatchPutAssetPropertyValueCommand";
12
+ export * from "./CancelEnrichmentJobCommand";
13
+ export * from "./CancelPipelineExecutionCommand";
14
+ export * from "./CancelQueryCommand";
9
15
  export * from "./CreateAccessPolicyCommand";
16
+ export * from "./CreateApplicationCommand";
10
17
  export * from "./CreateAssetCommand";
11
18
  export * from "./CreateAssetModelCommand";
12
19
  export * from "./CreateAssetModelCompositeModelCommand";
@@ -14,10 +21,16 @@ export * from "./CreateBulkImportJobCommand";
14
21
  export * from "./CreateComputationModelCommand";
15
22
  export * from "./CreateDashboardCommand";
16
23
  export * from "./CreateDatasetCommand";
24
+ export * from "./CreateDatasetExportJobCommand";
25
+ export * from "./CreateEnrichmentJobCommand";
17
26
  export * from "./CreateGatewayCommand";
27
+ export * from "./CreatePipelineCommand";
18
28
  export * from "./CreatePortalCommand";
19
29
  export * from "./CreateProjectCommand";
30
+ export * from "./CreateTaskCommand";
31
+ export * from "./CreateWorkspaceCommand";
20
32
  export * from "./DeleteAccessPolicyCommand";
33
+ export * from "./DeleteApplicationCommand";
21
34
  export * from "./DeleteAssetCommand";
22
35
  export * from "./DeleteAssetModelCommand";
23
36
  export * from "./DeleteAssetModelCompositeModelCommand";
@@ -26,11 +39,15 @@ export * from "./DeleteComputationModelCommand";
26
39
  export * from "./DeleteDashboardCommand";
27
40
  export * from "./DeleteDatasetCommand";
28
41
  export * from "./DeleteGatewayCommand";
42
+ export * from "./DeletePipelineCommand";
29
43
  export * from "./DeletePortalCommand";
30
44
  export * from "./DeleteProjectCommand";
45
+ export * from "./DeleteTaskCommand";
31
46
  export * from "./DeleteTimeSeriesCommand";
47
+ export * from "./DeleteWorkspaceCommand";
32
48
  export * from "./DescribeAccessPolicyCommand";
33
49
  export * from "./DescribeActionCommand";
50
+ export * from "./DescribeApplicationCommand";
34
51
  export * from "./DescribeAssetCommand";
35
52
  export * from "./DescribeAssetCompositeModelCommand";
36
53
  export * from "./DescribeAssetModelCommand";
@@ -42,15 +59,23 @@ export * from "./DescribeComputationModelCommand";
42
59
  export * from "./DescribeComputationModelExecutionSummaryCommand";
43
60
  export * from "./DescribeDashboardCommand";
44
61
  export * from "./DescribeDatasetCommand";
62
+ export * from "./DescribeDatasetExportJobCommand";
45
63
  export * from "./DescribeDefaultEncryptionConfigurationCommand";
64
+ export * from "./DescribeEnrichmentJobCommand";
46
65
  export * from "./DescribeExecutionCommand";
47
66
  export * from "./DescribeGatewayCapabilityConfigurationCommand";
48
67
  export * from "./DescribeGatewayCommand";
49
68
  export * from "./DescribeLoggingOptionsCommand";
69
+ export * from "./DescribePipelineCommand";
70
+ export * from "./DescribePipelineExecutionCommand";
50
71
  export * from "./DescribePortalCommand";
51
72
  export * from "./DescribeProjectCommand";
73
+ export * from "./DescribeQueryCommand";
74
+ export * from "./DescribeSearchCommand";
52
75
  export * from "./DescribeStorageConfigurationCommand";
76
+ export * from "./DescribeTaskCommand";
53
77
  export * from "./DescribeTimeSeriesCommand";
78
+ export * from "./DescribeWorkspaceCommand";
54
79
  export * from "./DisassociateAssetsCommand";
55
80
  export * from "./DisassociateTimeSeriesFromAssetPropertyCommand";
56
81
  export * from "./ExecuteActionCommand";
@@ -58,10 +83,14 @@ export * from "./ExecuteQueryCommand";
58
83
  export * from "./GetAssetPropertyAggregatesCommand";
59
84
  export * from "./GetAssetPropertyValueCommand";
60
85
  export * from "./GetAssetPropertyValueHistoryCommand";
86
+ export * from "./GetCaptureDataCommand";
61
87
  export * from "./GetInterpolatedAssetPropertyValuesCommand";
88
+ export * from "./GetQueryResultsCommand";
89
+ export * from "./GetSearchResultsCommand";
62
90
  export * from "./InvokeAssistantCommand";
63
91
  export * from "./ListAccessPoliciesCommand";
64
92
  export * from "./ListActionsCommand";
93
+ export * from "./ListApplicationsCommand";
65
94
  export * from "./ListAssetModelCompositeModelsCommand";
66
95
  export * from "./ListAssetModelPropertiesCommand";
67
96
  export * from "./ListAssetModelsCommand";
@@ -75,19 +104,32 @@ export * from "./ListComputationModelDataBindingUsagesCommand";
75
104
  export * from "./ListComputationModelResolveToResourcesCommand";
76
105
  export * from "./ListComputationModelsCommand";
77
106
  export * from "./ListDashboardsCommand";
107
+ export * from "./ListDatasetDataSegmentRelationshipsCommand";
108
+ export * from "./ListDatasetDataSegmentsCommand";
109
+ export * from "./ListDatasetExportJobsCommand";
78
110
  export * from "./ListDatasetsCommand";
111
+ export * from "./ListEnrichmentJobsCommand";
79
112
  export * from "./ListExecutionsCommand";
80
113
  export * from "./ListGatewaysCommand";
81
114
  export * from "./ListInterfaceRelationshipsCommand";
115
+ export * from "./ListPipelineExecutionsCommand";
116
+ export * from "./ListPipelinesCommand";
82
117
  export * from "./ListPortalsCommand";
83
118
  export * from "./ListProjectAssetsCommand";
84
119
  export * from "./ListProjectsCommand";
120
+ export * from "./ListQueriesCommand";
121
+ export * from "./ListSearchesCommand";
85
122
  export * from "./ListTagsForResourceCommand";
123
+ export * from "./ListTasksCommand";
86
124
  export * from "./ListTimeSeriesCommand";
125
+ export * from "./ListWorkspacesCommand";
87
126
  export * from "./PutAssetModelInterfaceRelationshipCommand";
88
127
  export * from "./PutDefaultEncryptionConfigurationCommand";
89
128
  export * from "./PutLoggingOptionsCommand";
90
129
  export * from "./PutStorageConfigurationCommand";
130
+ export * from "./StartPipelineExecutionCommand";
131
+ export * from "./StartQueryCommand";
132
+ export * from "./StartSearchCommand";
91
133
  export * from "./TagResourceCommand";
92
134
  export * from "./UntagResourceCommand";
93
135
  export * from "./UpdateAccessPolicyCommand";
@@ -100,5 +142,8 @@ export * from "./UpdateDashboardCommand";
100
142
  export * from "./UpdateDatasetCommand";
101
143
  export * from "./UpdateGatewayCapabilityConfigurationCommand";
102
144
  export * from "./UpdateGatewayCommand";
145
+ export * from "./UpdatePipelineCommand";
103
146
  export * from "./UpdatePortalCommand";
104
147
  export * from "./UpdateProjectCommand";
148
+ export * from "./UpdateTaskCommand";
149
+ export * from "./UpdateWorkspaceCommand";
@@ -15,12 +15,20 @@ export const AggregateType = {
15
15
  STANDARD_DEVIATION: "STANDARD_DEVIATION",
16
16
  SUM: "SUM",
17
17
  };
18
+ export const ApplicationStatus = {
19
+ ACTIVE: "ACTIVE",
20
+ CREATING: "CREATING",
21
+ DELETING: "DELETING",
22
+ };
18
23
  export const PropertyDataType = {
24
+ ANNOTATION: "ANNOTATION",
19
25
  BOOLEAN: "BOOLEAN",
20
26
  DOUBLE: "DOUBLE",
21
27
  INTEGER: "INTEGER",
28
+ JSON: "JSON",
22
29
  STRING: "STRING",
23
30
  STRUCT: "STRUCT",
31
+ VIDEO: "VIDEO",
24
32
  };
25
33
  export const PropertyNotificationState = {
26
34
  DISABLED: "DISABLED",
@@ -83,6 +91,13 @@ export const AuthMode = {
83
91
  IAM: "IAM",
84
92
  SSO: "SSO",
85
93
  };
94
+ export const DataSegmentErrorCode = {
95
+ CONFLICTING_OPERATION: "CONFLICTING_OPERATION",
96
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
97
+ LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
98
+ RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND",
99
+ VALIDATION_ERROR: "VALIDATION_ERROR",
100
+ };
86
101
  export const TimeOrdering = {
87
102
  ASCENDING: "ASCENDING",
88
103
  DESCENDING: "DESCENDING",
@@ -117,6 +132,30 @@ export const BatchPutAssetPropertyValueErrorCode = {
117
132
  ThrottlingException: "ThrottlingException",
118
133
  TimestampOutOfRangeException: "TimestampOutOfRangeException",
119
134
  };
135
+ export const EnrichmentJobStatus = {
136
+ CANCELLED: "CANCELLED",
137
+ COMPLETED: "COMPLETED",
138
+ FAILED: "FAILED",
139
+ PENDING: "PENDING",
140
+ RUNNING: "RUNNING",
141
+ TIMED_OUT: "TIMED_OUT",
142
+ };
143
+ export const PipelineExecutionState = {
144
+ CANCELLED: "CANCELLED",
145
+ CANCELLING: "CANCELLING",
146
+ FAILED: "FAILED",
147
+ NOT_STARTED: "NOT_STARTED",
148
+ RUNNING: "RUNNING",
149
+ SUCCEEDED: "SUCCEEDED",
150
+ };
151
+ export const QueryStatus = {
152
+ CANCELED: "CANCELED",
153
+ CANCELING: "CANCELING",
154
+ COMPLETED: "COMPLETED",
155
+ FAILED: "FAILED",
156
+ RUNNING: "RUNNING",
157
+ SUBMITTED: "SUBMITTED",
158
+ };
120
159
  export const ColumnName = {
121
160
  ALIAS: "ALIAS",
122
161
  ASSET_ID: "ASSET_ID",
@@ -144,9 +183,16 @@ export const ComputationModelState = {
144
183
  };
145
184
  export const DatasetSourceFormat = {
146
185
  KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
186
+ TIMESERIES: "TIMESERIES",
147
187
  };
148
188
  export const DatasetSourceType = {
149
189
  KENDRA: "KENDRA",
190
+ SITEWISE: "SITEWISE",
191
+ };
192
+ export const DatasetTypeEnum = {
193
+ CURATED: "CURATED",
194
+ EXTERNAL: "EXTERNAL",
195
+ SESSION: "SESSION",
150
196
  };
151
197
  export const DatasetState = {
152
198
  ACTIVE: "ACTIVE",
@@ -155,11 +201,27 @@ export const DatasetState = {
155
201
  FAILED: "FAILED",
156
202
  UPDATING: "UPDATING",
157
203
  };
204
+ export const ExportDataType = {
205
+ ANNOTATION: "ANNOTATION",
206
+ TELEMETRY: "TELEMETRY",
207
+ VIDEO: "VIDEO",
208
+ };
158
209
  export const CoreDeviceOperatingSystem = {
159
210
  LINUX_AARCH64: "LINUX_AARCH64",
160
211
  LINUX_AMD64: "LINUX_AMD64",
161
212
  WINDOWS_AMD64: "WINDOWS_AMD64",
162
213
  };
214
+ export const ResourceErrorCode = {
215
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
216
+ VALIDATION_ERROR: "VALIDATION_ERROR",
217
+ };
218
+ export const ResourceState = {
219
+ ACTIVE: "ACTIVE",
220
+ CREATING: "CREATING",
221
+ DELETING: "DELETING",
222
+ FAILED: "FAILED",
223
+ UPDATING: "UPDATING",
224
+ };
163
225
  export const ImageFileType = {
164
226
  PNG: "PNG",
165
227
  };
@@ -180,17 +242,59 @@ export const PortalState = {
180
242
  PENDING: "PENDING",
181
243
  UPDATING: "UPDATING",
182
244
  };
245
+ export const ProcessingType = {
246
+ GENERIC_COMPUTE_PROCESSING: "GENERIC_COMPUTE_PROCESSING",
247
+ HARDWARE_ACCELERATED_PROCESSING: "HARDWARE_ACCELERATED_PROCESSING",
248
+ };
249
+ export const ProcessingUnit = {
250
+ UNITS_12: "UNITS_12",
251
+ UNITS_16: "UNITS_16",
252
+ UNITS_2: "UNITS_2",
253
+ UNITS_24: "UNITS_24",
254
+ UNITS_32: "UNITS_32",
255
+ UNITS_36: "UNITS_36",
256
+ UNITS_4: "UNITS_4",
257
+ UNITS_48: "UNITS_48",
258
+ UNITS_60: "UNITS_60",
259
+ UNITS_64: "UNITS_64",
260
+ UNITS_72: "UNITS_72",
261
+ UNITS_8: "UNITS_8",
262
+ UNITS_84: "UNITS_84",
263
+ UNITS_96: "UNITS_96",
264
+ };
265
+ export const EncryptionType = {
266
+ KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION",
267
+ SITEWISE_DEFAULT_ENCRYPTION: "SITEWISE_DEFAULT_ENCRYPTION",
268
+ };
269
+ export const WorkspaceState = {
270
+ ACTIVE: "ACTIVE",
271
+ CREATING: "CREATING",
272
+ DELETING: "DELETING",
273
+ FAILED: "FAILED",
274
+ UPDATING: "UPDATING",
275
+ };
183
276
  export const ResolveToResourceType = {
184
277
  ASSET: "ASSET",
185
278
  };
279
+ export const DatasetEnrichmentStatus = {
280
+ FULLY_ENRICHED: "FULLY_ENRICHED",
281
+ NOT_ENRICHED: "NOT_ENRICHED",
282
+ PARTIALLY_ENRICHED: "PARTIALLY_ENRICHED",
283
+ };
284
+ export const DatasetExportJobStatus = {
285
+ COMPLETED: "COMPLETED",
286
+ COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
287
+ FAILED: "FAILED",
288
+ RUNNING: "RUNNING",
289
+ SUBMITTED: "SUBMITTED",
290
+ };
186
291
  export const ConfigurationState = {
187
292
  ACTIVE: "ACTIVE",
188
293
  UPDATE_FAILED: "UPDATE_FAILED",
189
294
  UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
190
295
  };
191
- export const EncryptionType = {
192
- KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION",
193
- SITEWISE_DEFAULT_ENCRYPTION: "SITEWISE_DEFAULT_ENCRYPTION",
296
+ export const JobType = {
297
+ EVENT_DETECTION: "EVENT_DETECTION",
194
298
  };
195
299
  export const ExecutionState = {
196
300
  COMPLETED: "COMPLETED",
@@ -209,6 +313,41 @@ export const LoggingLevel = {
209
313
  INFO: "INFO",
210
314
  OFF: "OFF",
211
315
  };
316
+ export const ComputeNodeExecutionState = {
317
+ FAILED: "FAILED",
318
+ NOT_STARTED: "NOT_STARTED",
319
+ QUEUED: "QUEUED",
320
+ RUNNING: "RUNNING",
321
+ SUCCEEDED: "SUCCEEDED",
322
+ };
323
+ export const ComputeNodeErrorCode = {
324
+ EXECUTION_ERROR: "EXECUTION_ERROR",
325
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
326
+ TIMED_OUT: "TIMED_OUT",
327
+ VALIDATION_ERROR: "VALIDATION_ERROR",
328
+ };
329
+ export const DetailedPipelineErrorCode = {
330
+ EXECUTION_ERROR: "EXECUTION_ERROR",
331
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
332
+ TIMED_OUT: "TIMED_OUT",
333
+ VALIDATION_ERROR: "VALIDATION_ERROR",
334
+ };
335
+ export const PipelineErrorCode = {
336
+ EXECUTION_ERROR: "EXECUTION_ERROR",
337
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
338
+ TIMED_OUT: "TIMED_OUT",
339
+ VALIDATION_ERROR: "VALIDATION_ERROR",
340
+ };
341
+ export const SearchType = {
342
+ DEEP: "DEEP",
343
+ QUICK: "QUICK",
344
+ };
345
+ export const SearchStatus = {
346
+ FAILED: "FAILED",
347
+ QUEUED: "QUEUED",
348
+ RUNNING: "RUNNING",
349
+ SUCCEEDED: "SUCCEEDED",
350
+ };
212
351
  export const DisassociatedDataStorageState = {
213
352
  DISABLED: "DISABLED",
214
353
  ENABLED: "ENABLED",
@@ -228,6 +367,9 @@ export const ScalarType = {
228
367
  STRING: "STRING",
229
368
  TIMESTAMP: "TIMESTAMP",
230
369
  };
370
+ export const VideoDataType = {
371
+ MP4: "VIDEO-MP4",
372
+ };
231
373
  export const IdentityType = {
232
374
  GROUP: "GROUP",
233
375
  IAM: "IAM",
@@ -272,6 +414,18 @@ export const ListBulkImportJobsFilter = {
272
414
  export const ComputationModelType = {
273
415
  ANOMALY_DETECTION: "ANOMALY_DETECTION",
274
416
  };
417
+ export const EnrichmentStatus = {
418
+ ENRICHED: "ENRICHED",
419
+ NOT_ENRICHED: "NOT_ENRICHED",
420
+ };
421
+ export const DatasetExportJobFilter = {
422
+ ALL: "ALL",
423
+ COMPLETED: "COMPLETED",
424
+ COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
425
+ FAILED: "FAILED",
426
+ RUNNING: "RUNNING",
427
+ SUBMITTED: "SUBMITTED",
428
+ };
275
429
  export const ListTimeSeriesType = {
276
430
  ASSOCIATED: "ASSOCIATED",
277
431
  DISASSOCIATED: "DISASSOCIATED",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { DescribePipelineExecutionCommand, } from "../commands/DescribePipelineExecutionCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateDescribePipelineExecution = createPaginator(IoTSiteWiseClient, DescribePipelineExecutionCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { GetQueryResultsCommand, } from "../commands/GetQueryResultsCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateGetQueryResults = createPaginator(IoTSiteWiseClient, GetQueryResultsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { GetSearchResultsCommand, } from "../commands/GetSearchResultsCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateGetSearchResults = createPaginator(IoTSiteWiseClient, GetSearchResultsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListApplicationsCommand, } from "../commands/ListApplicationsCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListApplications = createPaginator(IoTSiteWiseClient, ListApplicationsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListDatasetDataSegmentRelationshipsCommand, } from "../commands/ListDatasetDataSegmentRelationshipsCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListDatasetDataSegmentRelationships = createPaginator(IoTSiteWiseClient, ListDatasetDataSegmentRelationshipsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListDatasetDataSegmentsCommand, } from "../commands/ListDatasetDataSegmentsCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListDatasetDataSegments = createPaginator(IoTSiteWiseClient, ListDatasetDataSegmentsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListDatasetExportJobsCommand, } from "../commands/ListDatasetExportJobsCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListDatasetExportJobs = createPaginator(IoTSiteWiseClient, ListDatasetExportJobsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListEnrichmentJobsCommand, } from "../commands/ListEnrichmentJobsCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListEnrichmentJobs = createPaginator(IoTSiteWiseClient, ListEnrichmentJobsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListPipelineExecutionsCommand, } from "../commands/ListPipelineExecutionsCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListPipelineExecutions = createPaginator(IoTSiteWiseClient, ListPipelineExecutionsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListPipelinesCommand, } from "../commands/ListPipelinesCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListPipelines = createPaginator(IoTSiteWiseClient, ListPipelinesCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListQueriesCommand } from "../commands/ListQueriesCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListQueries = createPaginator(IoTSiteWiseClient, ListQueriesCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListSearchesCommand, } from "../commands/ListSearchesCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListSearches = createPaginator(IoTSiteWiseClient, ListSearchesCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListTasksCommand } from "../commands/ListTasksCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListTasks = createPaginator(IoTSiteWiseClient, ListTasksCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListWorkspacesCommand, } from "../commands/ListWorkspacesCommand";
3
+ import { IoTSiteWiseClient } from "../IoTSiteWiseClient";
4
+ export const paginateListWorkspaces = createPaginator(IoTSiteWiseClient, ListWorkspacesCommand, "nextToken", "nextToken", "maxResults");
@@ -2,12 +2,16 @@ export * from "./Interfaces";
2
2
  export * from "./BatchGetAssetPropertyAggregatesPaginator";
3
3
  export * from "./BatchGetAssetPropertyValuePaginator";
4
4
  export * from "./BatchGetAssetPropertyValueHistoryPaginator";
5
+ export * from "./DescribePipelineExecutionPaginator";
5
6
  export * from "./ExecuteQueryPaginator";
6
7
  export * from "./GetAssetPropertyAggregatesPaginator";
7
8
  export * from "./GetAssetPropertyValueHistoryPaginator";
8
9
  export * from "./GetInterpolatedAssetPropertyValuesPaginator";
10
+ export * from "./GetQueryResultsPaginator";
11
+ export * from "./GetSearchResultsPaginator";
9
12
  export * from "./ListAccessPoliciesPaginator";
10
13
  export * from "./ListActionsPaginator";
14
+ export * from "./ListApplicationsPaginator";
11
15
  export * from "./ListAssetModelCompositeModelsPaginator";
12
16
  export * from "./ListAssetModelPropertiesPaginator";
13
17
  export * from "./ListAssetModelsPaginator";
@@ -21,11 +25,21 @@ export * from "./ListComputationModelDataBindingUsagesPaginator";
21
25
  export * from "./ListComputationModelResolveToResourcesPaginator";
22
26
  export * from "./ListComputationModelsPaginator";
23
27
  export * from "./ListDashboardsPaginator";
28
+ export * from "./ListDatasetDataSegmentRelationshipsPaginator";
29
+ export * from "./ListDatasetDataSegmentsPaginator";
30
+ export * from "./ListDatasetExportJobsPaginator";
24
31
  export * from "./ListDatasetsPaginator";
32
+ export * from "./ListEnrichmentJobsPaginator";
25
33
  export * from "./ListExecutionsPaginator";
26
34
  export * from "./ListGatewaysPaginator";
27
35
  export * from "./ListInterfaceRelationshipsPaginator";
36
+ export * from "./ListPipelineExecutionsPaginator";
37
+ export * from "./ListPipelinesPaginator";
28
38
  export * from "./ListPortalsPaginator";
29
39
  export * from "./ListProjectAssetsPaginator";
30
40
  export * from "./ListProjectsPaginator";
41
+ export * from "./ListQueriesPaginator";
42
+ export * from "./ListSearchesPaginator";
43
+ export * from "./ListTasksPaginator";
31
44
  export * from "./ListTimeSeriesPaginator";
45
+ export * from "./ListWorkspacesPaginator";