@aws-sdk/client-iotsitewise 3.32.0 → 3.36.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 (996) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/IoTSiteWise.js +911 -0
  3. package/dist-cjs/IoTSiteWiseClient.js +44 -0
  4. package/dist-cjs/commands/AssociateAssetsCommand.js +62 -0
  5. package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +60 -0
  6. package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +60 -0
  7. package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +84 -0
  8. package/dist-cjs/commands/CreateAccessPolicyCommand.js +61 -0
  9. package/dist-cjs/commands/CreateAssetCommand.js +61 -0
  10. package/dist-cjs/commands/CreateAssetModelCommand.js +64 -0
  11. package/dist-cjs/commands/CreateDashboardCommand.js +60 -0
  12. package/dist-cjs/commands/CreateGatewayCommand.js +62 -0
  13. package/dist-cjs/commands/CreatePortalCommand.js +66 -0
  14. package/dist-cjs/commands/CreateProjectCommand.js +60 -0
  15. package/dist-cjs/commands/DeleteAccessPolicyCommand.js +62 -0
  16. package/dist-cjs/commands/DeleteAssetCommand.js +65 -0
  17. package/dist-cjs/commands/DeleteAssetModelCommand.js +64 -0
  18. package/dist-cjs/commands/DeleteDashboardCommand.js +60 -0
  19. package/dist-cjs/commands/DeleteGatewayCommand.js +61 -0
  20. package/dist-cjs/commands/DeletePortalCommand.js +60 -0
  21. package/dist-cjs/commands/DeleteProjectCommand.js +60 -0
  22. package/dist-cjs/commands/DescribeAccessPolicyCommand.js +61 -0
  23. package/dist-cjs/commands/DescribeAssetCommand.js +60 -0
  24. package/dist-cjs/commands/DescribeAssetModelCommand.js +60 -0
  25. package/dist-cjs/commands/DescribeAssetPropertyCommand.js +67 -0
  26. package/dist-cjs/commands/DescribeDashboardCommand.js +60 -0
  27. package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +62 -0
  28. package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +64 -0
  29. package/dist-cjs/commands/DescribeGatewayCommand.js +60 -0
  30. package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +60 -0
  31. package/dist-cjs/commands/DescribePortalCommand.js +60 -0
  32. package/dist-cjs/commands/DescribeProjectCommand.js +60 -0
  33. package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +60 -0
  34. package/dist-cjs/commands/DisassociateAssetsCommand.js +61 -0
  35. package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +71 -0
  36. package/dist-cjs/commands/GetAssetPropertyValueCommand.js +71 -0
  37. package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +71 -0
  38. package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +74 -0
  39. package/dist-cjs/commands/ListAccessPoliciesCommand.js +61 -0
  40. package/dist-cjs/commands/ListAssetModelsCommand.js +60 -0
  41. package/dist-cjs/commands/ListAssetRelationshipsCommand.js +62 -0
  42. package/dist-cjs/commands/ListAssetsCommand.js +72 -0
  43. package/dist-cjs/commands/ListAssociatedAssetsCommand.js +69 -0
  44. package/dist-cjs/commands/ListDashboardsCommand.js +60 -0
  45. package/dist-cjs/commands/ListGatewaysCommand.js +60 -0
  46. package/dist-cjs/commands/ListPortalsCommand.js +60 -0
  47. package/dist-cjs/commands/ListProjectAssetsCommand.js +60 -0
  48. package/dist-cjs/commands/ListProjectsCommand.js +60 -0
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
  50. package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +62 -0
  51. package/dist-cjs/commands/PutLoggingOptionsCommand.js +60 -0
  52. package/dist-cjs/commands/PutStorageConfigurationCommand.js +60 -0
  53. package/dist-cjs/commands/TagResourceCommand.js +61 -0
  54. package/dist-cjs/commands/UntagResourceCommand.js +60 -0
  55. package/dist-cjs/commands/UpdateAccessPolicyCommand.js +61 -0
  56. package/dist-cjs/commands/UpdateAssetCommand.js +61 -0
  57. package/dist-cjs/commands/UpdateAssetModelCommand.js +72 -0
  58. package/dist-cjs/commands/UpdateAssetPropertyCommand.js +65 -0
  59. package/dist-cjs/commands/UpdateDashboardCommand.js +60 -0
  60. package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +64 -0
  61. package/dist-cjs/commands/UpdateGatewayCommand.js +60 -0
  62. package/dist-cjs/commands/UpdatePortalCommand.js +60 -0
  63. package/dist-cjs/commands/UpdateProjectCommand.js +60 -0
  64. package/dist-cjs/endpoints.js +56 -0
  65. package/dist-cjs/index.js +86 -0
  66. package/dist-cjs/models/index.js +4 -0
  67. package/dist-cjs/models/models_0.js +1952 -0
  68. package/dist-cjs/pagination/GetAssetPropertyAggregatesPaginator.js +45 -0
  69. package/dist-cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +45 -0
  70. package/dist-cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +45 -0
  71. package/dist-cjs/pagination/Interfaces.js +2 -0
  72. package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +45 -0
  73. package/dist-cjs/pagination/ListAssetModelsPaginator.js +45 -0
  74. package/dist-cjs/pagination/ListAssetRelationshipsPaginator.js +45 -0
  75. package/dist-cjs/pagination/ListAssetsPaginator.js +45 -0
  76. package/dist-cjs/pagination/ListAssociatedAssetsPaginator.js +45 -0
  77. package/dist-cjs/pagination/ListDashboardsPaginator.js +45 -0
  78. package/dist-cjs/pagination/ListGatewaysPaginator.js +45 -0
  79. package/dist-cjs/pagination/ListPortalsPaginator.js +45 -0
  80. package/dist-cjs/pagination/ListProjectAssetsPaginator.js +45 -0
  81. package/dist-cjs/pagination/ListProjectsPaginator.js +45 -0
  82. package/dist-cjs/protocols/Aws_restJson1.js +8693 -0
  83. package/dist-cjs/runtimeConfig.browser.js +41 -0
  84. package/dist-cjs/runtimeConfig.js +46 -0
  85. package/dist-cjs/runtimeConfig.native.js +19 -0
  86. package/dist-cjs/runtimeConfig.shared.js +20 -0
  87. package/dist-cjs/waiters/waitForAssetActive.js +54 -0
  88. package/dist-cjs/waiters/waitForAssetModelActive.js +54 -0
  89. package/dist-cjs/waiters/waitForAssetModelNotExists.js +39 -0
  90. package/dist-cjs/waiters/waitForAssetNotExists.js +39 -0
  91. package/dist-cjs/waiters/waitForPortalActive.js +45 -0
  92. package/dist-cjs/waiters/waitForPortalNotExists.js +39 -0
  93. package/dist-es/IoTSiteWise.js +910 -0
  94. package/dist-es/IoTSiteWiseClient.js +37 -0
  95. package/dist-es/commands/AssociateAssetsCommand.js +39 -0
  96. package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +39 -0
  97. package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +39 -0
  98. package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +39 -0
  99. package/dist-es/commands/CreateAccessPolicyCommand.js +39 -0
  100. package/dist-es/commands/CreateAssetCommand.js +39 -0
  101. package/dist-es/commands/CreateAssetModelCommand.js +39 -0
  102. package/dist-es/commands/CreateDashboardCommand.js +39 -0
  103. package/dist-es/commands/CreateGatewayCommand.js +39 -0
  104. package/dist-es/commands/CreatePortalCommand.js +39 -0
  105. package/dist-es/commands/CreateProjectCommand.js +39 -0
  106. package/dist-es/commands/DeleteAccessPolicyCommand.js +39 -0
  107. package/dist-es/commands/DeleteAssetCommand.js +39 -0
  108. package/dist-es/commands/DeleteAssetModelCommand.js +39 -0
  109. package/dist-es/commands/DeleteDashboardCommand.js +39 -0
  110. package/dist-es/commands/DeleteGatewayCommand.js +39 -0
  111. package/dist-es/commands/DeletePortalCommand.js +39 -0
  112. package/dist-es/commands/DeleteProjectCommand.js +39 -0
  113. package/dist-es/commands/DescribeAccessPolicyCommand.js +39 -0
  114. package/dist-es/commands/DescribeAssetCommand.js +39 -0
  115. package/dist-es/commands/DescribeAssetModelCommand.js +39 -0
  116. package/dist-es/commands/DescribeAssetPropertyCommand.js +39 -0
  117. package/dist-es/commands/DescribeDashboardCommand.js +39 -0
  118. package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +39 -0
  119. package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +39 -0
  120. package/dist-es/commands/DescribeGatewayCommand.js +39 -0
  121. package/dist-es/commands/DescribeLoggingOptionsCommand.js +39 -0
  122. package/dist-es/commands/DescribePortalCommand.js +39 -0
  123. package/dist-es/commands/DescribeProjectCommand.js +39 -0
  124. package/dist-es/commands/DescribeStorageConfigurationCommand.js +39 -0
  125. package/dist-es/commands/DisassociateAssetsCommand.js +39 -0
  126. package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +39 -0
  127. package/dist-es/commands/GetAssetPropertyValueCommand.js +39 -0
  128. package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +39 -0
  129. package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +39 -0
  130. package/dist-es/commands/ListAccessPoliciesCommand.js +39 -0
  131. package/dist-es/commands/ListAssetModelsCommand.js +39 -0
  132. package/dist-es/commands/ListAssetRelationshipsCommand.js +39 -0
  133. package/dist-es/commands/ListAssetsCommand.js +39 -0
  134. package/dist-es/commands/ListAssociatedAssetsCommand.js +39 -0
  135. package/dist-es/commands/ListDashboardsCommand.js +39 -0
  136. package/dist-es/commands/ListGatewaysCommand.js +39 -0
  137. package/dist-es/commands/ListPortalsCommand.js +39 -0
  138. package/dist-es/commands/ListProjectAssetsCommand.js +39 -0
  139. package/dist-es/commands/ListProjectsCommand.js +39 -0
  140. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  141. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +39 -0
  142. package/dist-es/commands/PutLoggingOptionsCommand.js +39 -0
  143. package/dist-es/commands/PutStorageConfigurationCommand.js +39 -0
  144. package/dist-es/commands/TagResourceCommand.js +39 -0
  145. package/dist-es/commands/UntagResourceCommand.js +39 -0
  146. package/dist-es/commands/UpdateAccessPolicyCommand.js +39 -0
  147. package/dist-es/commands/UpdateAssetCommand.js +39 -0
  148. package/dist-es/commands/UpdateAssetModelCommand.js +39 -0
  149. package/dist-es/commands/UpdateAssetPropertyCommand.js +39 -0
  150. package/dist-es/commands/UpdateDashboardCommand.js +39 -0
  151. package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +39 -0
  152. package/dist-es/commands/UpdateGatewayCommand.js +39 -0
  153. package/dist-es/commands/UpdatePortalCommand.js +39 -0
  154. package/dist-es/commands/UpdateProjectCommand.js +39 -0
  155. package/dist-es/endpoints.js +52 -0
  156. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  157. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  158. package/dist-es/models/models_0.js +961 -0
  159. package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +74 -0
  160. package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +74 -0
  161. package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +74 -0
  162. package/dist-es/pagination/Interfaces.js +1 -0
  163. package/dist-es/pagination/ListAccessPoliciesPaginator.js +74 -0
  164. package/dist-es/pagination/ListAssetModelsPaginator.js +74 -0
  165. package/dist-es/pagination/ListAssetRelationshipsPaginator.js +74 -0
  166. package/dist-es/pagination/ListAssetsPaginator.js +74 -0
  167. package/dist-es/pagination/ListAssociatedAssetsPaginator.js +74 -0
  168. package/dist-es/pagination/ListDashboardsPaginator.js +74 -0
  169. package/dist-es/pagination/ListGatewaysPaginator.js +74 -0
  170. package/dist-es/pagination/ListPortalsPaginator.js +74 -0
  171. package/dist-es/pagination/ListProjectAssetsPaginator.js +74 -0
  172. package/dist-es/pagination/ListProjectsPaginator.js +74 -0
  173. package/dist-es/protocols/Aws_restJson1.js +9606 -0
  174. package/dist-es/runtimeConfig.browser.js +16 -0
  175. package/dist-es/runtimeConfig.js +21 -0
  176. package/dist-es/runtimeConfig.native.js +8 -0
  177. package/dist-es/runtimeConfig.shared.js +13 -0
  178. package/dist-es/waiters/waitForAssetActive.js +60 -0
  179. package/dist-es/waiters/waitForAssetModelActive.js +60 -0
  180. package/dist-es/waiters/waitForAssetModelNotExists.js +45 -0
  181. package/dist-es/waiters/waitForAssetNotExists.js +45 -0
  182. package/dist-es/waiters/waitForPortalActive.js +51 -0
  183. package/dist-es/waiters/waitForPortalNotExists.js +45 -0
  184. package/dist-types/IoTSiteWise.d.ts +592 -0
  185. package/dist-types/IoTSiteWiseClient.d.ts +193 -0
  186. package/dist-types/commands/AssociateAssetsCommand.d.ts +37 -0
  187. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +35 -0
  188. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +35 -0
  189. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +59 -0
  190. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +36 -0
  191. package/dist-types/commands/CreateAssetCommand.d.ts +36 -0
  192. package/dist-types/commands/CreateAssetModelCommand.d.ts +39 -0
  193. package/dist-types/commands/CreateDashboardCommand.d.ts +35 -0
  194. package/dist-types/commands/CreateGatewayCommand.d.ts +37 -0
  195. package/dist-types/commands/CreatePortalCommand.d.ts +41 -0
  196. package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
  197. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +37 -0
  198. package/dist-types/commands/DeleteAssetCommand.d.ts +40 -0
  199. package/dist-types/commands/DeleteAssetModelCommand.d.ts +39 -0
  200. package/dist-types/commands/DeleteDashboardCommand.d.ts +35 -0
  201. package/dist-types/commands/DeleteGatewayCommand.d.ts +36 -0
  202. package/dist-types/commands/DeletePortalCommand.d.ts +35 -0
  203. package/dist-types/commands/DeleteProjectCommand.d.ts +35 -0
  204. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +36 -0
  205. package/dist-types/commands/DescribeAssetCommand.d.ts +35 -0
  206. package/dist-types/commands/DescribeAssetModelCommand.d.ts +35 -0
  207. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +42 -0
  208. package/dist-types/commands/DescribeDashboardCommand.d.ts +35 -0
  209. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +37 -0
  210. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -0
  211. package/dist-types/commands/DescribeGatewayCommand.d.ts +35 -0
  212. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +35 -0
  213. package/dist-types/commands/DescribePortalCommand.d.ts +35 -0
  214. package/dist-types/commands/DescribeProjectCommand.d.ts +35 -0
  215. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +35 -0
  216. package/dist-types/commands/DisassociateAssetsCommand.d.ts +36 -0
  217. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +46 -0
  218. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +46 -0
  219. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +46 -0
  220. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +49 -0
  221. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +36 -0
  222. package/dist-types/commands/ListAssetModelsCommand.d.ts +35 -0
  223. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +37 -0
  224. package/dist-types/commands/ListAssetsCommand.d.ts +47 -0
  225. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +44 -0
  226. package/dist-types/commands/ListDashboardsCommand.d.ts +35 -0
  227. package/dist-types/commands/ListGatewaysCommand.d.ts +35 -0
  228. package/dist-types/commands/ListPortalsCommand.d.ts +35 -0
  229. package/dist-types/commands/ListProjectAssetsCommand.d.ts +35 -0
  230. package/dist-types/commands/ListProjectsCommand.d.ts +35 -0
  231. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  232. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +37 -0
  233. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +35 -0
  234. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +35 -0
  235. package/dist-types/commands/TagResourceCommand.d.ts +36 -0
  236. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  237. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +36 -0
  238. package/dist-types/commands/UpdateAssetCommand.d.ts +36 -0
  239. package/dist-types/commands/UpdateAssetModelCommand.d.ts +47 -0
  240. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +40 -0
  241. package/dist-types/commands/UpdateDashboardCommand.d.ts +35 -0
  242. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -0
  243. package/dist-types/commands/UpdateGatewayCommand.d.ts +35 -0
  244. package/dist-types/commands/UpdatePortalCommand.d.ts +35 -0
  245. package/dist-types/commands/UpdateProjectCommand.d.ts +35 -0
  246. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  247. package/{index.ts → dist-types/index.d.ts} +0 -0
  248. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  249. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  250. package/dist-types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
  251. package/dist-types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
  252. package/dist-types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
  253. package/dist-types/pagination/Interfaces.d.ts +6 -0
  254. package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
  255. package/dist-types/pagination/ListAssetModelsPaginator.d.ts +4 -0
  256. package/dist-types/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
  257. package/dist-types/pagination/ListAssetsPaginator.d.ts +4 -0
  258. package/dist-types/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
  259. package/dist-types/pagination/ListDashboardsPaginator.d.ts +4 -0
  260. package/dist-types/pagination/ListGatewaysPaginator.d.ts +4 -0
  261. package/dist-types/pagination/ListPortalsPaginator.d.ts +4 -0
  262. package/dist-types/pagination/ListProjectAssetsPaginator.d.ts +4 -0
  263. package/dist-types/pagination/ListProjectsPaginator.d.ts +4 -0
  264. package/dist-types/protocols/Aws_restJson1.d.ts +182 -0
  265. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  266. package/dist-types/runtimeConfig.d.ts +37 -0
  267. package/dist-types/runtimeConfig.native.d.ts +36 -0
  268. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  269. package/dist-types/ts3.4/IoTSiteWise.d.ts +592 -0
  270. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +193 -0
  271. package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +37 -0
  272. package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +35 -0
  273. package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +35 -0
  274. package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +59 -0
  275. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +36 -0
  276. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +36 -0
  277. package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +39 -0
  278. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +35 -0
  279. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +37 -0
  280. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +41 -0
  281. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -0
  282. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +37 -0
  283. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +40 -0
  284. package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +39 -0
  285. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +35 -0
  286. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +36 -0
  287. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +35 -0
  288. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -0
  289. package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +36 -0
  290. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +35 -0
  291. package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +35 -0
  292. package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +42 -0
  293. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +35 -0
  294. package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +37 -0
  295. package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -0
  296. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +35 -0
  297. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +35 -0
  298. package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +35 -0
  299. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +35 -0
  300. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +35 -0
  301. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +36 -0
  302. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +46 -0
  303. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +46 -0
  304. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +46 -0
  305. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +49 -0
  306. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +36 -0
  307. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +35 -0
  308. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +37 -0
  309. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +47 -0
  310. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +44 -0
  311. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +35 -0
  312. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +35 -0
  313. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +35 -0
  314. package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +35 -0
  315. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +35 -0
  316. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
  317. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +37 -0
  318. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +35 -0
  319. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +35 -0
  320. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
  321. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  322. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +36 -0
  323. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +36 -0
  324. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +47 -0
  325. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +40 -0
  326. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +35 -0
  327. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -0
  328. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +35 -0
  329. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +35 -0
  330. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -0
  331. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  332. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  333. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  334. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  335. package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
  336. package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
  337. package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
  338. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  339. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
  340. package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +4 -0
  341. package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
  342. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +4 -0
  343. package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
  344. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +4 -0
  345. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
  346. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
  347. package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +4 -0
  348. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  349. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +182 -0
  350. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  351. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  352. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  353. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  354. package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +14 -0
  355. package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +14 -0
  356. package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +14 -0
  357. package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +14 -0
  358. package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +14 -0
  359. package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +14 -0
  360. package/dist-types/waiters/waitForAssetActive.d.ts +14 -0
  361. package/dist-types/waiters/waitForAssetModelActive.d.ts +14 -0
  362. package/dist-types/waiters/waitForAssetModelNotExists.d.ts +14 -0
  363. package/dist-types/waiters/waitForAssetNotExists.d.ts +14 -0
  364. package/dist-types/waiters/waitForPortalActive.d.ts +14 -0
  365. package/dist-types/waiters/waitForPortalNotExists.d.ts +14 -0
  366. package/package.json +53 -50
  367. package/IoTSiteWise.ts +0 -2321
  368. package/IoTSiteWiseClient.ts +0 -476
  369. package/commands/AssociateAssetsCommand.ts +0 -96
  370. package/commands/BatchAssociateProjectAssetsCommand.ts +0 -99
  371. package/commands/BatchDisassociateProjectAssetsCommand.ts +0 -102
  372. package/commands/BatchPutAssetPropertyValueCommand.ts +0 -121
  373. package/commands/CreateAccessPolicyCommand.ts +0 -95
  374. package/commands/CreateAssetCommand.ts +0 -95
  375. package/commands/CreateAssetModelCommand.ts +0 -98
  376. package/commands/CreateDashboardCommand.ts +0 -94
  377. package/commands/CreateGatewayCommand.ts +0 -96
  378. package/commands/CreatePortalCommand.ts +0 -100
  379. package/commands/CreateProjectCommand.ts +0 -94
  380. package/commands/DeleteAccessPolicyCommand.ts +0 -96
  381. package/commands/DeleteAssetCommand.ts +0 -99
  382. package/commands/DeleteAssetModelCommand.ts +0 -98
  383. package/commands/DeleteDashboardCommand.ts +0 -94
  384. package/commands/DeleteGatewayCommand.ts +0 -95
  385. package/commands/DeletePortalCommand.ts +0 -94
  386. package/commands/DeleteProjectCommand.ts +0 -94
  387. package/commands/DescribeAccessPolicyCommand.ts +0 -95
  388. package/commands/DescribeAssetCommand.ts +0 -94
  389. package/commands/DescribeAssetModelCommand.ts +0 -94
  390. package/commands/DescribeAssetPropertyCommand.ts +0 -101
  391. package/commands/DescribeDashboardCommand.ts +0 -94
  392. package/commands/DescribeDefaultEncryptionConfigurationCommand.ts +0 -108
  393. package/commands/DescribeGatewayCapabilityConfigurationCommand.ts +0 -110
  394. package/commands/DescribeGatewayCommand.ts +0 -94
  395. package/commands/DescribeLoggingOptionsCommand.ts +0 -94
  396. package/commands/DescribePortalCommand.ts +0 -94
  397. package/commands/DescribeProjectCommand.ts +0 -94
  398. package/commands/DescribeStorageConfigurationCommand.ts +0 -99
  399. package/commands/DisassociateAssetsCommand.ts +0 -95
  400. package/commands/GetAssetPropertyAggregatesCommand.ts +0 -108
  401. package/commands/GetAssetPropertyValueCommand.ts +0 -105
  402. package/commands/GetAssetPropertyValueHistoryCommand.ts +0 -110
  403. package/commands/GetInterpolatedAssetPropertyValuesCommand.ts +0 -119
  404. package/commands/ListAccessPoliciesCommand.ts +0 -95
  405. package/commands/ListAssetModelsCommand.ts +0 -94
  406. package/commands/ListAssetRelationshipsCommand.ts +0 -96
  407. package/commands/ListAssetsCommand.ts +0 -106
  408. package/commands/ListAssociatedAssetsCommand.ts +0 -103
  409. package/commands/ListDashboardsCommand.ts +0 -94
  410. package/commands/ListGatewaysCommand.ts +0 -94
  411. package/commands/ListPortalsCommand.ts +0 -94
  412. package/commands/ListProjectAssetsCommand.ts +0 -94
  413. package/commands/ListProjectsCommand.ts +0 -94
  414. package/commands/ListTagsForResourceCommand.ts +0 -94
  415. package/commands/PutDefaultEncryptionConfigurationCommand.ts +0 -107
  416. package/commands/PutLoggingOptionsCommand.ts +0 -94
  417. package/commands/PutStorageConfigurationCommand.ts +0 -94
  418. package/commands/TagResourceCommand.ts +0 -95
  419. package/commands/UntagResourceCommand.ts +0 -94
  420. package/commands/UpdateAccessPolicyCommand.ts +0 -95
  421. package/commands/UpdateAssetCommand.ts +0 -95
  422. package/commands/UpdateAssetModelCommand.ts +0 -106
  423. package/commands/UpdateAssetPropertyCommand.ts +0 -99
  424. package/commands/UpdateDashboardCommand.ts +0 -94
  425. package/commands/UpdateGatewayCapabilityConfigurationCommand.ts +0 -109
  426. package/commands/UpdateGatewayCommand.ts +0 -94
  427. package/commands/UpdatePortalCommand.ts +0 -94
  428. package/commands/UpdateProjectCommand.ts +0 -94
  429. package/dist/cjs/IoTSiteWise.js +0 -912
  430. package/dist/cjs/IoTSiteWise.js.map +0 -1
  431. package/dist/cjs/IoTSiteWiseClient.js +0 -45
  432. package/dist/cjs/IoTSiteWiseClient.js.map +0 -1
  433. package/dist/cjs/commands/AssociateAssetsCommand.js +0 -63
  434. package/dist/cjs/commands/AssociateAssetsCommand.js.map +0 -1
  435. package/dist/cjs/commands/BatchAssociateProjectAssetsCommand.js +0 -61
  436. package/dist/cjs/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
  437. package/dist/cjs/commands/BatchDisassociateProjectAssetsCommand.js +0 -61
  438. package/dist/cjs/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
  439. package/dist/cjs/commands/BatchPutAssetPropertyValueCommand.js +0 -85
  440. package/dist/cjs/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
  441. package/dist/cjs/commands/CreateAccessPolicyCommand.js +0 -62
  442. package/dist/cjs/commands/CreateAccessPolicyCommand.js.map +0 -1
  443. package/dist/cjs/commands/CreateAssetCommand.js +0 -62
  444. package/dist/cjs/commands/CreateAssetCommand.js.map +0 -1
  445. package/dist/cjs/commands/CreateAssetModelCommand.js +0 -65
  446. package/dist/cjs/commands/CreateAssetModelCommand.js.map +0 -1
  447. package/dist/cjs/commands/CreateDashboardCommand.js +0 -61
  448. package/dist/cjs/commands/CreateDashboardCommand.js.map +0 -1
  449. package/dist/cjs/commands/CreateGatewayCommand.js +0 -63
  450. package/dist/cjs/commands/CreateGatewayCommand.js.map +0 -1
  451. package/dist/cjs/commands/CreatePortalCommand.js +0 -67
  452. package/dist/cjs/commands/CreatePortalCommand.js.map +0 -1
  453. package/dist/cjs/commands/CreateProjectCommand.js +0 -61
  454. package/dist/cjs/commands/CreateProjectCommand.js.map +0 -1
  455. package/dist/cjs/commands/DeleteAccessPolicyCommand.js +0 -63
  456. package/dist/cjs/commands/DeleteAccessPolicyCommand.js.map +0 -1
  457. package/dist/cjs/commands/DeleteAssetCommand.js +0 -66
  458. package/dist/cjs/commands/DeleteAssetCommand.js.map +0 -1
  459. package/dist/cjs/commands/DeleteAssetModelCommand.js +0 -65
  460. package/dist/cjs/commands/DeleteAssetModelCommand.js.map +0 -1
  461. package/dist/cjs/commands/DeleteDashboardCommand.js +0 -61
  462. package/dist/cjs/commands/DeleteDashboardCommand.js.map +0 -1
  463. package/dist/cjs/commands/DeleteGatewayCommand.js +0 -62
  464. package/dist/cjs/commands/DeleteGatewayCommand.js.map +0 -1
  465. package/dist/cjs/commands/DeletePortalCommand.js +0 -61
  466. package/dist/cjs/commands/DeletePortalCommand.js.map +0 -1
  467. package/dist/cjs/commands/DeleteProjectCommand.js +0 -61
  468. package/dist/cjs/commands/DeleteProjectCommand.js.map +0 -1
  469. package/dist/cjs/commands/DescribeAccessPolicyCommand.js +0 -62
  470. package/dist/cjs/commands/DescribeAccessPolicyCommand.js.map +0 -1
  471. package/dist/cjs/commands/DescribeAssetCommand.js +0 -61
  472. package/dist/cjs/commands/DescribeAssetCommand.js.map +0 -1
  473. package/dist/cjs/commands/DescribeAssetModelCommand.js +0 -61
  474. package/dist/cjs/commands/DescribeAssetModelCommand.js.map +0 -1
  475. package/dist/cjs/commands/DescribeAssetPropertyCommand.js +0 -68
  476. package/dist/cjs/commands/DescribeAssetPropertyCommand.js.map +0 -1
  477. package/dist/cjs/commands/DescribeDashboardCommand.js +0 -61
  478. package/dist/cjs/commands/DescribeDashboardCommand.js.map +0 -1
  479. package/dist/cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -63
  480. package/dist/cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
  481. package/dist/cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -65
  482. package/dist/cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
  483. package/dist/cjs/commands/DescribeGatewayCommand.js +0 -61
  484. package/dist/cjs/commands/DescribeGatewayCommand.js.map +0 -1
  485. package/dist/cjs/commands/DescribeLoggingOptionsCommand.js +0 -61
  486. package/dist/cjs/commands/DescribeLoggingOptionsCommand.js.map +0 -1
  487. package/dist/cjs/commands/DescribePortalCommand.js +0 -61
  488. package/dist/cjs/commands/DescribePortalCommand.js.map +0 -1
  489. package/dist/cjs/commands/DescribeProjectCommand.js +0 -61
  490. package/dist/cjs/commands/DescribeProjectCommand.js.map +0 -1
  491. package/dist/cjs/commands/DescribeStorageConfigurationCommand.js +0 -61
  492. package/dist/cjs/commands/DescribeStorageConfigurationCommand.js.map +0 -1
  493. package/dist/cjs/commands/DisassociateAssetsCommand.js +0 -62
  494. package/dist/cjs/commands/DisassociateAssetsCommand.js.map +0 -1
  495. package/dist/cjs/commands/GetAssetPropertyAggregatesCommand.js +0 -72
  496. package/dist/cjs/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
  497. package/dist/cjs/commands/GetAssetPropertyValueCommand.js +0 -72
  498. package/dist/cjs/commands/GetAssetPropertyValueCommand.js.map +0 -1
  499. package/dist/cjs/commands/GetAssetPropertyValueHistoryCommand.js +0 -72
  500. package/dist/cjs/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
  501. package/dist/cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -75
  502. package/dist/cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
  503. package/dist/cjs/commands/ListAccessPoliciesCommand.js +0 -62
  504. package/dist/cjs/commands/ListAccessPoliciesCommand.js.map +0 -1
  505. package/dist/cjs/commands/ListAssetModelsCommand.js +0 -61
  506. package/dist/cjs/commands/ListAssetModelsCommand.js.map +0 -1
  507. package/dist/cjs/commands/ListAssetRelationshipsCommand.js +0 -63
  508. package/dist/cjs/commands/ListAssetRelationshipsCommand.js.map +0 -1
  509. package/dist/cjs/commands/ListAssetsCommand.js +0 -73
  510. package/dist/cjs/commands/ListAssetsCommand.js.map +0 -1
  511. package/dist/cjs/commands/ListAssociatedAssetsCommand.js +0 -70
  512. package/dist/cjs/commands/ListAssociatedAssetsCommand.js.map +0 -1
  513. package/dist/cjs/commands/ListDashboardsCommand.js +0 -61
  514. package/dist/cjs/commands/ListDashboardsCommand.js.map +0 -1
  515. package/dist/cjs/commands/ListGatewaysCommand.js +0 -61
  516. package/dist/cjs/commands/ListGatewaysCommand.js.map +0 -1
  517. package/dist/cjs/commands/ListPortalsCommand.js +0 -61
  518. package/dist/cjs/commands/ListPortalsCommand.js.map +0 -1
  519. package/dist/cjs/commands/ListProjectAssetsCommand.js +0 -61
  520. package/dist/cjs/commands/ListProjectAssetsCommand.js.map +0 -1
  521. package/dist/cjs/commands/ListProjectsCommand.js +0 -61
  522. package/dist/cjs/commands/ListProjectsCommand.js.map +0 -1
  523. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
  524. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  525. package/dist/cjs/commands/PutDefaultEncryptionConfigurationCommand.js +0 -63
  526. package/dist/cjs/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
  527. package/dist/cjs/commands/PutLoggingOptionsCommand.js +0 -61
  528. package/dist/cjs/commands/PutLoggingOptionsCommand.js.map +0 -1
  529. package/dist/cjs/commands/PutStorageConfigurationCommand.js +0 -61
  530. package/dist/cjs/commands/PutStorageConfigurationCommand.js.map +0 -1
  531. package/dist/cjs/commands/TagResourceCommand.js +0 -62
  532. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  533. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  534. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  535. package/dist/cjs/commands/UpdateAccessPolicyCommand.js +0 -62
  536. package/dist/cjs/commands/UpdateAccessPolicyCommand.js.map +0 -1
  537. package/dist/cjs/commands/UpdateAssetCommand.js +0 -62
  538. package/dist/cjs/commands/UpdateAssetCommand.js.map +0 -1
  539. package/dist/cjs/commands/UpdateAssetModelCommand.js +0 -73
  540. package/dist/cjs/commands/UpdateAssetModelCommand.js.map +0 -1
  541. package/dist/cjs/commands/UpdateAssetPropertyCommand.js +0 -66
  542. package/dist/cjs/commands/UpdateAssetPropertyCommand.js.map +0 -1
  543. package/dist/cjs/commands/UpdateDashboardCommand.js +0 -61
  544. package/dist/cjs/commands/UpdateDashboardCommand.js.map +0 -1
  545. package/dist/cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -65
  546. package/dist/cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
  547. package/dist/cjs/commands/UpdateGatewayCommand.js +0 -61
  548. package/dist/cjs/commands/UpdateGatewayCommand.js.map +0 -1
  549. package/dist/cjs/commands/UpdatePortalCommand.js +0 -61
  550. package/dist/cjs/commands/UpdatePortalCommand.js.map +0 -1
  551. package/dist/cjs/commands/UpdateProjectCommand.js +0 -61
  552. package/dist/cjs/commands/UpdateProjectCommand.js.map +0 -1
  553. package/dist/cjs/endpoints.js +0 -57
  554. package/dist/cjs/endpoints.js.map +0 -1
  555. package/dist/cjs/index.js +0 -87
  556. package/dist/cjs/index.js.map +0 -1
  557. package/dist/cjs/models/index.js +0 -5
  558. package/dist/cjs/models/index.js.map +0 -1
  559. package/dist/cjs/models/models_0.js +0 -1953
  560. package/dist/cjs/models/models_0.js.map +0 -1
  561. package/dist/cjs/package.json +0 -94
  562. package/dist/cjs/pagination/GetAssetPropertyAggregatesPaginator.js +0 -46
  563. package/dist/cjs/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
  564. package/dist/cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -46
  565. package/dist/cjs/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
  566. package/dist/cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -46
  567. package/dist/cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
  568. package/dist/cjs/pagination/Interfaces.js +0 -3
  569. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  570. package/dist/cjs/pagination/ListAccessPoliciesPaginator.js +0 -46
  571. package/dist/cjs/pagination/ListAccessPoliciesPaginator.js.map +0 -1
  572. package/dist/cjs/pagination/ListAssetModelsPaginator.js +0 -46
  573. package/dist/cjs/pagination/ListAssetModelsPaginator.js.map +0 -1
  574. package/dist/cjs/pagination/ListAssetRelationshipsPaginator.js +0 -46
  575. package/dist/cjs/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
  576. package/dist/cjs/pagination/ListAssetsPaginator.js +0 -46
  577. package/dist/cjs/pagination/ListAssetsPaginator.js.map +0 -1
  578. package/dist/cjs/pagination/ListAssociatedAssetsPaginator.js +0 -46
  579. package/dist/cjs/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
  580. package/dist/cjs/pagination/ListDashboardsPaginator.js +0 -46
  581. package/dist/cjs/pagination/ListDashboardsPaginator.js.map +0 -1
  582. package/dist/cjs/pagination/ListGatewaysPaginator.js +0 -46
  583. package/dist/cjs/pagination/ListGatewaysPaginator.js.map +0 -1
  584. package/dist/cjs/pagination/ListPortalsPaginator.js +0 -46
  585. package/dist/cjs/pagination/ListPortalsPaginator.js.map +0 -1
  586. package/dist/cjs/pagination/ListProjectAssetsPaginator.js +0 -46
  587. package/dist/cjs/pagination/ListProjectAssetsPaginator.js.map +0 -1
  588. package/dist/cjs/pagination/ListProjectsPaginator.js +0 -46
  589. package/dist/cjs/pagination/ListProjectsPaginator.js.map +0 -1
  590. package/dist/cjs/protocols/Aws_restJson1.js +0 -8694
  591. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  592. package/dist/cjs/runtimeConfig.browser.js +0 -41
  593. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  594. package/dist/cjs/runtimeConfig.js +0 -46
  595. package/dist/cjs/runtimeConfig.js.map +0 -1
  596. package/dist/cjs/runtimeConfig.native.js +0 -20
  597. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  598. package/dist/cjs/runtimeConfig.shared.js +0 -21
  599. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  600. package/dist/cjs/waiters/waitForAssetActive.js +0 -55
  601. package/dist/cjs/waiters/waitForAssetActive.js.map +0 -1
  602. package/dist/cjs/waiters/waitForAssetModelActive.js +0 -55
  603. package/dist/cjs/waiters/waitForAssetModelActive.js.map +0 -1
  604. package/dist/cjs/waiters/waitForAssetModelNotExists.js +0 -40
  605. package/dist/cjs/waiters/waitForAssetModelNotExists.js.map +0 -1
  606. package/dist/cjs/waiters/waitForAssetNotExists.js +0 -40
  607. package/dist/cjs/waiters/waitForAssetNotExists.js.map +0 -1
  608. package/dist/cjs/waiters/waitForPortalActive.js +0 -46
  609. package/dist/cjs/waiters/waitForPortalActive.js.map +0 -1
  610. package/dist/cjs/waiters/waitForPortalNotExists.js +0 -40
  611. package/dist/cjs/waiters/waitForPortalNotExists.js.map +0 -1
  612. package/dist/es/IoTSiteWise.js +0 -915
  613. package/dist/es/IoTSiteWise.js.map +0 -1
  614. package/dist/es/IoTSiteWiseClient.js +0 -47
  615. package/dist/es/IoTSiteWiseClient.js.map +0 -1
  616. package/dist/es/commands/AssociateAssetsCommand.js +0 -67
  617. package/dist/es/commands/AssociateAssetsCommand.js.map +0 -1
  618. package/dist/es/commands/BatchAssociateProjectAssetsCommand.js +0 -65
  619. package/dist/es/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
  620. package/dist/es/commands/BatchDisassociateProjectAssetsCommand.js +0 -65
  621. package/dist/es/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
  622. package/dist/es/commands/BatchPutAssetPropertyValueCommand.js +0 -89
  623. package/dist/es/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
  624. package/dist/es/commands/CreateAccessPolicyCommand.js +0 -66
  625. package/dist/es/commands/CreateAccessPolicyCommand.js.map +0 -1
  626. package/dist/es/commands/CreateAssetCommand.js +0 -66
  627. package/dist/es/commands/CreateAssetCommand.js.map +0 -1
  628. package/dist/es/commands/CreateAssetModelCommand.js +0 -69
  629. package/dist/es/commands/CreateAssetModelCommand.js.map +0 -1
  630. package/dist/es/commands/CreateDashboardCommand.js +0 -65
  631. package/dist/es/commands/CreateDashboardCommand.js.map +0 -1
  632. package/dist/es/commands/CreateGatewayCommand.js +0 -67
  633. package/dist/es/commands/CreateGatewayCommand.js.map +0 -1
  634. package/dist/es/commands/CreatePortalCommand.js +0 -71
  635. package/dist/es/commands/CreatePortalCommand.js.map +0 -1
  636. package/dist/es/commands/CreateProjectCommand.js +0 -65
  637. package/dist/es/commands/CreateProjectCommand.js.map +0 -1
  638. package/dist/es/commands/DeleteAccessPolicyCommand.js +0 -67
  639. package/dist/es/commands/DeleteAccessPolicyCommand.js.map +0 -1
  640. package/dist/es/commands/DeleteAssetCommand.js +0 -70
  641. package/dist/es/commands/DeleteAssetCommand.js.map +0 -1
  642. package/dist/es/commands/DeleteAssetModelCommand.js +0 -69
  643. package/dist/es/commands/DeleteAssetModelCommand.js.map +0 -1
  644. package/dist/es/commands/DeleteDashboardCommand.js +0 -65
  645. package/dist/es/commands/DeleteDashboardCommand.js.map +0 -1
  646. package/dist/es/commands/DeleteGatewayCommand.js +0 -66
  647. package/dist/es/commands/DeleteGatewayCommand.js.map +0 -1
  648. package/dist/es/commands/DeletePortalCommand.js +0 -65
  649. package/dist/es/commands/DeletePortalCommand.js.map +0 -1
  650. package/dist/es/commands/DeleteProjectCommand.js +0 -65
  651. package/dist/es/commands/DeleteProjectCommand.js.map +0 -1
  652. package/dist/es/commands/DescribeAccessPolicyCommand.js +0 -66
  653. package/dist/es/commands/DescribeAccessPolicyCommand.js.map +0 -1
  654. package/dist/es/commands/DescribeAssetCommand.js +0 -65
  655. package/dist/es/commands/DescribeAssetCommand.js.map +0 -1
  656. package/dist/es/commands/DescribeAssetModelCommand.js +0 -65
  657. package/dist/es/commands/DescribeAssetModelCommand.js.map +0 -1
  658. package/dist/es/commands/DescribeAssetPropertyCommand.js +0 -72
  659. package/dist/es/commands/DescribeAssetPropertyCommand.js.map +0 -1
  660. package/dist/es/commands/DescribeDashboardCommand.js +0 -65
  661. package/dist/es/commands/DescribeDashboardCommand.js.map +0 -1
  662. package/dist/es/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -67
  663. package/dist/es/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
  664. package/dist/es/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -69
  665. package/dist/es/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
  666. package/dist/es/commands/DescribeGatewayCommand.js +0 -65
  667. package/dist/es/commands/DescribeGatewayCommand.js.map +0 -1
  668. package/dist/es/commands/DescribeLoggingOptionsCommand.js +0 -65
  669. package/dist/es/commands/DescribeLoggingOptionsCommand.js.map +0 -1
  670. package/dist/es/commands/DescribePortalCommand.js +0 -65
  671. package/dist/es/commands/DescribePortalCommand.js.map +0 -1
  672. package/dist/es/commands/DescribeProjectCommand.js +0 -65
  673. package/dist/es/commands/DescribeProjectCommand.js.map +0 -1
  674. package/dist/es/commands/DescribeStorageConfigurationCommand.js +0 -65
  675. package/dist/es/commands/DescribeStorageConfigurationCommand.js.map +0 -1
  676. package/dist/es/commands/DisassociateAssetsCommand.js +0 -66
  677. package/dist/es/commands/DisassociateAssetsCommand.js.map +0 -1
  678. package/dist/es/commands/GetAssetPropertyAggregatesCommand.js +0 -76
  679. package/dist/es/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
  680. package/dist/es/commands/GetAssetPropertyValueCommand.js +0 -76
  681. package/dist/es/commands/GetAssetPropertyValueCommand.js.map +0 -1
  682. package/dist/es/commands/GetAssetPropertyValueHistoryCommand.js +0 -76
  683. package/dist/es/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
  684. package/dist/es/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -79
  685. package/dist/es/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
  686. package/dist/es/commands/ListAccessPoliciesCommand.js +0 -66
  687. package/dist/es/commands/ListAccessPoliciesCommand.js.map +0 -1
  688. package/dist/es/commands/ListAssetModelsCommand.js +0 -65
  689. package/dist/es/commands/ListAssetModelsCommand.js.map +0 -1
  690. package/dist/es/commands/ListAssetRelationshipsCommand.js +0 -67
  691. package/dist/es/commands/ListAssetRelationshipsCommand.js.map +0 -1
  692. package/dist/es/commands/ListAssetsCommand.js +0 -77
  693. package/dist/es/commands/ListAssetsCommand.js.map +0 -1
  694. package/dist/es/commands/ListAssociatedAssetsCommand.js +0 -74
  695. package/dist/es/commands/ListAssociatedAssetsCommand.js.map +0 -1
  696. package/dist/es/commands/ListDashboardsCommand.js +0 -65
  697. package/dist/es/commands/ListDashboardsCommand.js.map +0 -1
  698. package/dist/es/commands/ListGatewaysCommand.js +0 -65
  699. package/dist/es/commands/ListGatewaysCommand.js.map +0 -1
  700. package/dist/es/commands/ListPortalsCommand.js +0 -65
  701. package/dist/es/commands/ListPortalsCommand.js.map +0 -1
  702. package/dist/es/commands/ListProjectAssetsCommand.js +0 -65
  703. package/dist/es/commands/ListProjectAssetsCommand.js.map +0 -1
  704. package/dist/es/commands/ListProjectsCommand.js +0 -65
  705. package/dist/es/commands/ListProjectsCommand.js.map +0 -1
  706. package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
  707. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  708. package/dist/es/commands/PutDefaultEncryptionConfigurationCommand.js +0 -67
  709. package/dist/es/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
  710. package/dist/es/commands/PutLoggingOptionsCommand.js +0 -65
  711. package/dist/es/commands/PutLoggingOptionsCommand.js.map +0 -1
  712. package/dist/es/commands/PutStorageConfigurationCommand.js +0 -65
  713. package/dist/es/commands/PutStorageConfigurationCommand.js.map +0 -1
  714. package/dist/es/commands/TagResourceCommand.js +0 -66
  715. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  716. package/dist/es/commands/UntagResourceCommand.js +0 -65
  717. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  718. package/dist/es/commands/UpdateAccessPolicyCommand.js +0 -66
  719. package/dist/es/commands/UpdateAccessPolicyCommand.js.map +0 -1
  720. package/dist/es/commands/UpdateAssetCommand.js +0 -66
  721. package/dist/es/commands/UpdateAssetCommand.js.map +0 -1
  722. package/dist/es/commands/UpdateAssetModelCommand.js +0 -77
  723. package/dist/es/commands/UpdateAssetModelCommand.js.map +0 -1
  724. package/dist/es/commands/UpdateAssetPropertyCommand.js +0 -70
  725. package/dist/es/commands/UpdateAssetPropertyCommand.js.map +0 -1
  726. package/dist/es/commands/UpdateDashboardCommand.js +0 -65
  727. package/dist/es/commands/UpdateDashboardCommand.js.map +0 -1
  728. package/dist/es/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -69
  729. package/dist/es/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
  730. package/dist/es/commands/UpdateGatewayCommand.js +0 -65
  731. package/dist/es/commands/UpdateGatewayCommand.js.map +0 -1
  732. package/dist/es/commands/UpdatePortalCommand.js +0 -65
  733. package/dist/es/commands/UpdatePortalCommand.js.map +0 -1
  734. package/dist/es/commands/UpdateProjectCommand.js +0 -65
  735. package/dist/es/commands/UpdateProjectCommand.js.map +0 -1
  736. package/dist/es/endpoints.js +0 -53
  737. package/dist/es/endpoints.js.map +0 -1
  738. package/dist/es/index.js +0 -84
  739. package/dist/es/index.js.map +0 -1
  740. package/dist/es/models/index.js +0 -2
  741. package/dist/es/models/index.js.map +0 -1
  742. package/dist/es/models/models_0.js +0 -1553
  743. package/dist/es/models/models_0.js.map +0 -1
  744. package/dist/es/package.json +0 -94
  745. package/dist/es/pagination/GetAssetPropertyAggregatesPaginator.js +0 -87
  746. package/dist/es/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
  747. package/dist/es/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -87
  748. package/dist/es/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
  749. package/dist/es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -87
  750. package/dist/es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
  751. package/dist/es/pagination/Interfaces.js +0 -2
  752. package/dist/es/pagination/Interfaces.js.map +0 -1
  753. package/dist/es/pagination/ListAccessPoliciesPaginator.js +0 -87
  754. package/dist/es/pagination/ListAccessPoliciesPaginator.js.map +0 -1
  755. package/dist/es/pagination/ListAssetModelsPaginator.js +0 -87
  756. package/dist/es/pagination/ListAssetModelsPaginator.js.map +0 -1
  757. package/dist/es/pagination/ListAssetRelationshipsPaginator.js +0 -87
  758. package/dist/es/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
  759. package/dist/es/pagination/ListAssetsPaginator.js +0 -87
  760. package/dist/es/pagination/ListAssetsPaginator.js.map +0 -1
  761. package/dist/es/pagination/ListAssociatedAssetsPaginator.js +0 -87
  762. package/dist/es/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
  763. package/dist/es/pagination/ListDashboardsPaginator.js +0 -87
  764. package/dist/es/pagination/ListDashboardsPaginator.js.map +0 -1
  765. package/dist/es/pagination/ListGatewaysPaginator.js +0 -87
  766. package/dist/es/pagination/ListGatewaysPaginator.js.map +0 -1
  767. package/dist/es/pagination/ListPortalsPaginator.js +0 -87
  768. package/dist/es/pagination/ListPortalsPaginator.js.map +0 -1
  769. package/dist/es/pagination/ListProjectAssetsPaginator.js +0 -87
  770. package/dist/es/pagination/ListProjectAssetsPaginator.js.map +0 -1
  771. package/dist/es/pagination/ListProjectsPaginator.js +0 -87
  772. package/dist/es/pagination/ListProjectsPaginator.js.map +0 -1
  773. package/dist/es/protocols/Aws_restJson1.js +0 -9612
  774. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  775. package/dist/es/runtimeConfig.browser.js +0 -20
  776. package/dist/es/runtimeConfig.browser.js.map +0 -1
  777. package/dist/es/runtimeConfig.js +0 -25
  778. package/dist/es/runtimeConfig.js.map +0 -1
  779. package/dist/es/runtimeConfig.native.js +0 -12
  780. package/dist/es/runtimeConfig.native.js.map +0 -1
  781. package/dist/es/runtimeConfig.shared.js +0 -17
  782. package/dist/es/runtimeConfig.shared.js.map +0 -1
  783. package/dist/es/waiters/waitForAssetActive.js +0 -70
  784. package/dist/es/waiters/waitForAssetActive.js.map +0 -1
  785. package/dist/es/waiters/waitForAssetModelActive.js +0 -70
  786. package/dist/es/waiters/waitForAssetModelActive.js.map +0 -1
  787. package/dist/es/waiters/waitForAssetModelNotExists.js +0 -55
  788. package/dist/es/waiters/waitForAssetModelNotExists.js.map +0 -1
  789. package/dist/es/waiters/waitForAssetNotExists.js +0 -55
  790. package/dist/es/waiters/waitForAssetNotExists.js.map +0 -1
  791. package/dist/es/waiters/waitForPortalActive.js +0 -61
  792. package/dist/es/waiters/waitForPortalActive.js.map +0 -1
  793. package/dist/es/waiters/waitForPortalNotExists.js +0 -55
  794. package/dist/es/waiters/waitForPortalNotExists.js.map +0 -1
  795. package/dist/types/IoTSiteWise.d.ts +0 -592
  796. package/dist/types/IoTSiteWiseClient.d.ts +0 -193
  797. package/dist/types/commands/AssociateAssetsCommand.d.ts +0 -37
  798. package/dist/types/commands/BatchAssociateProjectAssetsCommand.d.ts +0 -35
  799. package/dist/types/commands/BatchDisassociateProjectAssetsCommand.d.ts +0 -35
  800. package/dist/types/commands/BatchPutAssetPropertyValueCommand.d.ts +0 -59
  801. package/dist/types/commands/CreateAccessPolicyCommand.d.ts +0 -36
  802. package/dist/types/commands/CreateAssetCommand.d.ts +0 -36
  803. package/dist/types/commands/CreateAssetModelCommand.d.ts +0 -39
  804. package/dist/types/commands/CreateDashboardCommand.d.ts +0 -35
  805. package/dist/types/commands/CreateGatewayCommand.d.ts +0 -37
  806. package/dist/types/commands/CreatePortalCommand.d.ts +0 -41
  807. package/dist/types/commands/CreateProjectCommand.d.ts +0 -35
  808. package/dist/types/commands/DeleteAccessPolicyCommand.d.ts +0 -37
  809. package/dist/types/commands/DeleteAssetCommand.d.ts +0 -40
  810. package/dist/types/commands/DeleteAssetModelCommand.d.ts +0 -39
  811. package/dist/types/commands/DeleteDashboardCommand.d.ts +0 -35
  812. package/dist/types/commands/DeleteGatewayCommand.d.ts +0 -36
  813. package/dist/types/commands/DeletePortalCommand.d.ts +0 -35
  814. package/dist/types/commands/DeleteProjectCommand.d.ts +0 -35
  815. package/dist/types/commands/DescribeAccessPolicyCommand.d.ts +0 -36
  816. package/dist/types/commands/DescribeAssetCommand.d.ts +0 -35
  817. package/dist/types/commands/DescribeAssetModelCommand.d.ts +0 -35
  818. package/dist/types/commands/DescribeAssetPropertyCommand.d.ts +0 -42
  819. package/dist/types/commands/DescribeDashboardCommand.d.ts +0 -35
  820. package/dist/types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +0 -37
  821. package/dist/types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +0 -39
  822. package/dist/types/commands/DescribeGatewayCommand.d.ts +0 -35
  823. package/dist/types/commands/DescribeLoggingOptionsCommand.d.ts +0 -35
  824. package/dist/types/commands/DescribePortalCommand.d.ts +0 -35
  825. package/dist/types/commands/DescribeProjectCommand.d.ts +0 -35
  826. package/dist/types/commands/DescribeStorageConfigurationCommand.d.ts +0 -35
  827. package/dist/types/commands/DisassociateAssetsCommand.d.ts +0 -36
  828. package/dist/types/commands/GetAssetPropertyAggregatesCommand.d.ts +0 -46
  829. package/dist/types/commands/GetAssetPropertyValueCommand.d.ts +0 -46
  830. package/dist/types/commands/GetAssetPropertyValueHistoryCommand.d.ts +0 -46
  831. package/dist/types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +0 -49
  832. package/dist/types/commands/ListAccessPoliciesCommand.d.ts +0 -36
  833. package/dist/types/commands/ListAssetModelsCommand.d.ts +0 -35
  834. package/dist/types/commands/ListAssetRelationshipsCommand.d.ts +0 -37
  835. package/dist/types/commands/ListAssetsCommand.d.ts +0 -47
  836. package/dist/types/commands/ListAssociatedAssetsCommand.d.ts +0 -44
  837. package/dist/types/commands/ListDashboardsCommand.d.ts +0 -35
  838. package/dist/types/commands/ListGatewaysCommand.d.ts +0 -35
  839. package/dist/types/commands/ListPortalsCommand.d.ts +0 -35
  840. package/dist/types/commands/ListProjectAssetsCommand.d.ts +0 -35
  841. package/dist/types/commands/ListProjectsCommand.d.ts +0 -35
  842. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  843. package/dist/types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +0 -37
  844. package/dist/types/commands/PutLoggingOptionsCommand.d.ts +0 -35
  845. package/dist/types/commands/PutStorageConfigurationCommand.d.ts +0 -35
  846. package/dist/types/commands/TagResourceCommand.d.ts +0 -36
  847. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  848. package/dist/types/commands/UpdateAccessPolicyCommand.d.ts +0 -36
  849. package/dist/types/commands/UpdateAssetCommand.d.ts +0 -36
  850. package/dist/types/commands/UpdateAssetModelCommand.d.ts +0 -47
  851. package/dist/types/commands/UpdateAssetPropertyCommand.d.ts +0 -40
  852. package/dist/types/commands/UpdateDashboardCommand.d.ts +0 -35
  853. package/dist/types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +0 -39
  854. package/dist/types/commands/UpdateGatewayCommand.d.ts +0 -35
  855. package/dist/types/commands/UpdatePortalCommand.d.ts +0 -35
  856. package/dist/types/commands/UpdateProjectCommand.d.ts +0 -35
  857. package/dist/types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +0 -4
  858. package/dist/types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +0 -4
  859. package/dist/types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +0 -4
  860. package/dist/types/pagination/Interfaces.d.ts +0 -6
  861. package/dist/types/pagination/ListAccessPoliciesPaginator.d.ts +0 -4
  862. package/dist/types/pagination/ListAssetModelsPaginator.d.ts +0 -4
  863. package/dist/types/pagination/ListAssetRelationshipsPaginator.d.ts +0 -4
  864. package/dist/types/pagination/ListAssetsPaginator.d.ts +0 -4
  865. package/dist/types/pagination/ListAssociatedAssetsPaginator.d.ts +0 -4
  866. package/dist/types/pagination/ListDashboardsPaginator.d.ts +0 -4
  867. package/dist/types/pagination/ListGatewaysPaginator.d.ts +0 -4
  868. package/dist/types/pagination/ListPortalsPaginator.d.ts +0 -4
  869. package/dist/types/pagination/ListProjectAssetsPaginator.d.ts +0 -4
  870. package/dist/types/pagination/ListProjectsPaginator.d.ts +0 -4
  871. package/dist/types/protocols/Aws_restJson1.d.ts +0 -182
  872. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  873. package/dist/types/runtimeConfig.d.ts +0 -36
  874. package/dist/types/runtimeConfig.native.d.ts +0 -35
  875. package/dist/types/ts3.4/IoTSiteWise.d.ts +0 -592
  876. package/dist/types/ts3.4/IoTSiteWiseClient.d.ts +0 -193
  877. package/dist/types/ts3.4/commands/AssociateAssetsCommand.d.ts +0 -37
  878. package/dist/types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +0 -35
  879. package/dist/types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +0 -35
  880. package/dist/types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +0 -59
  881. package/dist/types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +0 -36
  882. package/dist/types/ts3.4/commands/CreateAssetCommand.d.ts +0 -36
  883. package/dist/types/ts3.4/commands/CreateAssetModelCommand.d.ts +0 -39
  884. package/dist/types/ts3.4/commands/CreateDashboardCommand.d.ts +0 -35
  885. package/dist/types/ts3.4/commands/CreateGatewayCommand.d.ts +0 -37
  886. package/dist/types/ts3.4/commands/CreatePortalCommand.d.ts +0 -41
  887. package/dist/types/ts3.4/commands/CreateProjectCommand.d.ts +0 -35
  888. package/dist/types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +0 -37
  889. package/dist/types/ts3.4/commands/DeleteAssetCommand.d.ts +0 -40
  890. package/dist/types/ts3.4/commands/DeleteAssetModelCommand.d.ts +0 -39
  891. package/dist/types/ts3.4/commands/DeleteDashboardCommand.d.ts +0 -35
  892. package/dist/types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -36
  893. package/dist/types/ts3.4/commands/DeletePortalCommand.d.ts +0 -35
  894. package/dist/types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -35
  895. package/dist/types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +0 -36
  896. package/dist/types/ts3.4/commands/DescribeAssetCommand.d.ts +0 -35
  897. package/dist/types/ts3.4/commands/DescribeAssetModelCommand.d.ts +0 -35
  898. package/dist/types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +0 -42
  899. package/dist/types/ts3.4/commands/DescribeDashboardCommand.d.ts +0 -35
  900. package/dist/types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +0 -37
  901. package/dist/types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +0 -39
  902. package/dist/types/ts3.4/commands/DescribeGatewayCommand.d.ts +0 -35
  903. package/dist/types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +0 -35
  904. package/dist/types/ts3.4/commands/DescribePortalCommand.d.ts +0 -35
  905. package/dist/types/ts3.4/commands/DescribeProjectCommand.d.ts +0 -35
  906. package/dist/types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +0 -35
  907. package/dist/types/ts3.4/commands/DisassociateAssetsCommand.d.ts +0 -36
  908. package/dist/types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +0 -46
  909. package/dist/types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +0 -46
  910. package/dist/types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +0 -46
  911. package/dist/types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +0 -49
  912. package/dist/types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +0 -36
  913. package/dist/types/ts3.4/commands/ListAssetModelsCommand.d.ts +0 -35
  914. package/dist/types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +0 -37
  915. package/dist/types/ts3.4/commands/ListAssetsCommand.d.ts +0 -47
  916. package/dist/types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +0 -44
  917. package/dist/types/ts3.4/commands/ListDashboardsCommand.d.ts +0 -35
  918. package/dist/types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -35
  919. package/dist/types/ts3.4/commands/ListPortalsCommand.d.ts +0 -35
  920. package/dist/types/ts3.4/commands/ListProjectAssetsCommand.d.ts +0 -35
  921. package/dist/types/ts3.4/commands/ListProjectsCommand.d.ts +0 -35
  922. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  923. package/dist/types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +0 -37
  924. package/dist/types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +0 -35
  925. package/dist/types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +0 -35
  926. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  927. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  928. package/dist/types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +0 -36
  929. package/dist/types/ts3.4/commands/UpdateAssetCommand.d.ts +0 -36
  930. package/dist/types/ts3.4/commands/UpdateAssetModelCommand.d.ts +0 -47
  931. package/dist/types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +0 -40
  932. package/dist/types/ts3.4/commands/UpdateDashboardCommand.d.ts +0 -35
  933. package/dist/types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +0 -39
  934. package/dist/types/ts3.4/commands/UpdateGatewayCommand.d.ts +0 -35
  935. package/dist/types/ts3.4/commands/UpdatePortalCommand.d.ts +0 -35
  936. package/dist/types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -35
  937. package/dist/types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +0 -4
  938. package/dist/types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +0 -4
  939. package/dist/types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +0 -4
  940. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  941. package/dist/types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +0 -4
  942. package/dist/types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +0 -4
  943. package/dist/types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +0 -4
  944. package/dist/types/ts3.4/pagination/ListAssetsPaginator.d.ts +0 -4
  945. package/dist/types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +0 -4
  946. package/dist/types/ts3.4/pagination/ListDashboardsPaginator.d.ts +0 -4
  947. package/dist/types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
  948. package/dist/types/ts3.4/pagination/ListPortalsPaginator.d.ts +0 -4
  949. package/dist/types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +0 -4
  950. package/dist/types/ts3.4/pagination/ListProjectsPaginator.d.ts +0 -4
  951. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -182
  952. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  953. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  954. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  955. package/dist/types/ts3.4/waiters/waitForAssetActive.d.ts +0 -14
  956. package/dist/types/ts3.4/waiters/waitForAssetModelActive.d.ts +0 -14
  957. package/dist/types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +0 -14
  958. package/dist/types/ts3.4/waiters/waitForAssetNotExists.d.ts +0 -14
  959. package/dist/types/ts3.4/waiters/waitForPortalActive.d.ts +0 -14
  960. package/dist/types/ts3.4/waiters/waitForPortalNotExists.d.ts +0 -14
  961. package/dist/types/waiters/waitForAssetActive.d.ts +0 -14
  962. package/dist/types/waiters/waitForAssetModelActive.d.ts +0 -14
  963. package/dist/types/waiters/waitForAssetModelNotExists.d.ts +0 -14
  964. package/dist/types/waiters/waitForAssetNotExists.d.ts +0 -14
  965. package/dist/types/waiters/waitForPortalActive.d.ts +0 -14
  966. package/dist/types/waiters/waitForPortalNotExists.d.ts +0 -14
  967. package/endpoints.ts +0 -57
  968. package/jest.config.js +0 -4
  969. package/models/models_0.ts +0 -6075
  970. package/pagination/GetAssetPropertyAggregatesPaginator.ts +0 -58
  971. package/pagination/GetAssetPropertyValueHistoryPaginator.ts +0 -58
  972. package/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts +0 -58
  973. package/pagination/Interfaces.ts +0 -7
  974. package/pagination/ListAccessPoliciesPaginator.ts +0 -58
  975. package/pagination/ListAssetModelsPaginator.ts +0 -58
  976. package/pagination/ListAssetRelationshipsPaginator.ts +0 -58
  977. package/pagination/ListAssetsPaginator.ts +0 -54
  978. package/pagination/ListAssociatedAssetsPaginator.ts +0 -58
  979. package/pagination/ListDashboardsPaginator.ts +0 -58
  980. package/pagination/ListGatewaysPaginator.ts +0 -58
  981. package/pagination/ListPortalsPaginator.ts +0 -54
  982. package/pagination/ListProjectAssetsPaginator.ts +0 -58
  983. package/pagination/ListProjectsPaginator.ts +0 -58
  984. package/protocols/Aws_restJson1.ts +0 -9901
  985. package/runtimeConfig.browser.ts +0 -40
  986. package/runtimeConfig.native.ts +0 -16
  987. package/runtimeConfig.shared.ts +0 -16
  988. package/runtimeConfig.ts +0 -45
  989. package/tsconfig.es.json +0 -12
  990. package/tsconfig.json +0 -32
  991. package/waiters/waitForAssetActive.ts +0 -54
  992. package/waiters/waitForAssetModelActive.ts +0 -54
  993. package/waiters/waitForAssetModelNotExists.ts +0 -41
  994. package/waiters/waitForAssetNotExists.ts +0 -41
  995. package/waiters/waitForPortalActive.ts +0 -46
  996. package/waiters/waitForPortalNotExists.ts +0 -41
package/IoTSiteWise.ts DELETED
@@ -1,2321 +0,0 @@
1
- import { IoTSiteWiseClient } from "./IoTSiteWiseClient";
2
- import {
3
- AssociateAssetsCommand,
4
- AssociateAssetsCommandInput,
5
- AssociateAssetsCommandOutput,
6
- } from "./commands/AssociateAssetsCommand";
7
- import {
8
- BatchAssociateProjectAssetsCommand,
9
- BatchAssociateProjectAssetsCommandInput,
10
- BatchAssociateProjectAssetsCommandOutput,
11
- } from "./commands/BatchAssociateProjectAssetsCommand";
12
- import {
13
- BatchDisassociateProjectAssetsCommand,
14
- BatchDisassociateProjectAssetsCommandInput,
15
- BatchDisassociateProjectAssetsCommandOutput,
16
- } from "./commands/BatchDisassociateProjectAssetsCommand";
17
- import {
18
- BatchPutAssetPropertyValueCommand,
19
- BatchPutAssetPropertyValueCommandInput,
20
- BatchPutAssetPropertyValueCommandOutput,
21
- } from "./commands/BatchPutAssetPropertyValueCommand";
22
- import {
23
- CreateAccessPolicyCommand,
24
- CreateAccessPolicyCommandInput,
25
- CreateAccessPolicyCommandOutput,
26
- } from "./commands/CreateAccessPolicyCommand";
27
- import { CreateAssetCommand, CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
28
- import {
29
- CreateAssetModelCommand,
30
- CreateAssetModelCommandInput,
31
- CreateAssetModelCommandOutput,
32
- } from "./commands/CreateAssetModelCommand";
33
- import {
34
- CreateDashboardCommand,
35
- CreateDashboardCommandInput,
36
- CreateDashboardCommandOutput,
37
- } from "./commands/CreateDashboardCommand";
38
- import {
39
- CreateGatewayCommand,
40
- CreateGatewayCommandInput,
41
- CreateGatewayCommandOutput,
42
- } from "./commands/CreateGatewayCommand";
43
- import {
44
- CreatePortalCommand,
45
- CreatePortalCommandInput,
46
- CreatePortalCommandOutput,
47
- } from "./commands/CreatePortalCommand";
48
- import {
49
- CreateProjectCommand,
50
- CreateProjectCommandInput,
51
- CreateProjectCommandOutput,
52
- } from "./commands/CreateProjectCommand";
53
- import {
54
- DeleteAccessPolicyCommand,
55
- DeleteAccessPolicyCommandInput,
56
- DeleteAccessPolicyCommandOutput,
57
- } from "./commands/DeleteAccessPolicyCommand";
58
- import { DeleteAssetCommand, DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
59
- import {
60
- DeleteAssetModelCommand,
61
- DeleteAssetModelCommandInput,
62
- DeleteAssetModelCommandOutput,
63
- } from "./commands/DeleteAssetModelCommand";
64
- import {
65
- DeleteDashboardCommand,
66
- DeleteDashboardCommandInput,
67
- DeleteDashboardCommandOutput,
68
- } from "./commands/DeleteDashboardCommand";
69
- import {
70
- DeleteGatewayCommand,
71
- DeleteGatewayCommandInput,
72
- DeleteGatewayCommandOutput,
73
- } from "./commands/DeleteGatewayCommand";
74
- import {
75
- DeletePortalCommand,
76
- DeletePortalCommandInput,
77
- DeletePortalCommandOutput,
78
- } from "./commands/DeletePortalCommand";
79
- import {
80
- DeleteProjectCommand,
81
- DeleteProjectCommandInput,
82
- DeleteProjectCommandOutput,
83
- } from "./commands/DeleteProjectCommand";
84
- import {
85
- DescribeAccessPolicyCommand,
86
- DescribeAccessPolicyCommandInput,
87
- DescribeAccessPolicyCommandOutput,
88
- } from "./commands/DescribeAccessPolicyCommand";
89
- import {
90
- DescribeAssetCommand,
91
- DescribeAssetCommandInput,
92
- DescribeAssetCommandOutput,
93
- } from "./commands/DescribeAssetCommand";
94
- import {
95
- DescribeAssetModelCommand,
96
- DescribeAssetModelCommandInput,
97
- DescribeAssetModelCommandOutput,
98
- } from "./commands/DescribeAssetModelCommand";
99
- import {
100
- DescribeAssetPropertyCommand,
101
- DescribeAssetPropertyCommandInput,
102
- DescribeAssetPropertyCommandOutput,
103
- } from "./commands/DescribeAssetPropertyCommand";
104
- import {
105
- DescribeDashboardCommand,
106
- DescribeDashboardCommandInput,
107
- DescribeDashboardCommandOutput,
108
- } from "./commands/DescribeDashboardCommand";
109
- import {
110
- DescribeDefaultEncryptionConfigurationCommand,
111
- DescribeDefaultEncryptionConfigurationCommandInput,
112
- DescribeDefaultEncryptionConfigurationCommandOutput,
113
- } from "./commands/DescribeDefaultEncryptionConfigurationCommand";
114
- import {
115
- DescribeGatewayCapabilityConfigurationCommand,
116
- DescribeGatewayCapabilityConfigurationCommandInput,
117
- DescribeGatewayCapabilityConfigurationCommandOutput,
118
- } from "./commands/DescribeGatewayCapabilityConfigurationCommand";
119
- import {
120
- DescribeGatewayCommand,
121
- DescribeGatewayCommandInput,
122
- DescribeGatewayCommandOutput,
123
- } from "./commands/DescribeGatewayCommand";
124
- import {
125
- DescribeLoggingOptionsCommand,
126
- DescribeLoggingOptionsCommandInput,
127
- DescribeLoggingOptionsCommandOutput,
128
- } from "./commands/DescribeLoggingOptionsCommand";
129
- import {
130
- DescribePortalCommand,
131
- DescribePortalCommandInput,
132
- DescribePortalCommandOutput,
133
- } from "./commands/DescribePortalCommand";
134
- import {
135
- DescribeProjectCommand,
136
- DescribeProjectCommandInput,
137
- DescribeProjectCommandOutput,
138
- } from "./commands/DescribeProjectCommand";
139
- import {
140
- DescribeStorageConfigurationCommand,
141
- DescribeStorageConfigurationCommandInput,
142
- DescribeStorageConfigurationCommandOutput,
143
- } from "./commands/DescribeStorageConfigurationCommand";
144
- import {
145
- DisassociateAssetsCommand,
146
- DisassociateAssetsCommandInput,
147
- DisassociateAssetsCommandOutput,
148
- } from "./commands/DisassociateAssetsCommand";
149
- import {
150
- GetAssetPropertyAggregatesCommand,
151
- GetAssetPropertyAggregatesCommandInput,
152
- GetAssetPropertyAggregatesCommandOutput,
153
- } from "./commands/GetAssetPropertyAggregatesCommand";
154
- import {
155
- GetAssetPropertyValueCommand,
156
- GetAssetPropertyValueCommandInput,
157
- GetAssetPropertyValueCommandOutput,
158
- } from "./commands/GetAssetPropertyValueCommand";
159
- import {
160
- GetAssetPropertyValueHistoryCommand,
161
- GetAssetPropertyValueHistoryCommandInput,
162
- GetAssetPropertyValueHistoryCommandOutput,
163
- } from "./commands/GetAssetPropertyValueHistoryCommand";
164
- import {
165
- GetInterpolatedAssetPropertyValuesCommand,
166
- GetInterpolatedAssetPropertyValuesCommandInput,
167
- GetInterpolatedAssetPropertyValuesCommandOutput,
168
- } from "./commands/GetInterpolatedAssetPropertyValuesCommand";
169
- import {
170
- ListAccessPoliciesCommand,
171
- ListAccessPoliciesCommandInput,
172
- ListAccessPoliciesCommandOutput,
173
- } from "./commands/ListAccessPoliciesCommand";
174
- import {
175
- ListAssetModelsCommand,
176
- ListAssetModelsCommandInput,
177
- ListAssetModelsCommandOutput,
178
- } from "./commands/ListAssetModelsCommand";
179
- import {
180
- ListAssetRelationshipsCommand,
181
- ListAssetRelationshipsCommandInput,
182
- ListAssetRelationshipsCommandOutput,
183
- } from "./commands/ListAssetRelationshipsCommand";
184
- import { ListAssetsCommand, ListAssetsCommandInput, ListAssetsCommandOutput } from "./commands/ListAssetsCommand";
185
- import {
186
- ListAssociatedAssetsCommand,
187
- ListAssociatedAssetsCommandInput,
188
- ListAssociatedAssetsCommandOutput,
189
- } from "./commands/ListAssociatedAssetsCommand";
190
- import {
191
- ListDashboardsCommand,
192
- ListDashboardsCommandInput,
193
- ListDashboardsCommandOutput,
194
- } from "./commands/ListDashboardsCommand";
195
- import {
196
- ListGatewaysCommand,
197
- ListGatewaysCommandInput,
198
- ListGatewaysCommandOutput,
199
- } from "./commands/ListGatewaysCommand";
200
- import { ListPortalsCommand, ListPortalsCommandInput, ListPortalsCommandOutput } from "./commands/ListPortalsCommand";
201
- import {
202
- ListProjectAssetsCommand,
203
- ListProjectAssetsCommandInput,
204
- ListProjectAssetsCommandOutput,
205
- } from "./commands/ListProjectAssetsCommand";
206
- import {
207
- ListProjectsCommand,
208
- ListProjectsCommandInput,
209
- ListProjectsCommandOutput,
210
- } from "./commands/ListProjectsCommand";
211
- import {
212
- ListTagsForResourceCommand,
213
- ListTagsForResourceCommandInput,
214
- ListTagsForResourceCommandOutput,
215
- } from "./commands/ListTagsForResourceCommand";
216
- import {
217
- PutDefaultEncryptionConfigurationCommand,
218
- PutDefaultEncryptionConfigurationCommandInput,
219
- PutDefaultEncryptionConfigurationCommandOutput,
220
- } from "./commands/PutDefaultEncryptionConfigurationCommand";
221
- import {
222
- PutLoggingOptionsCommand,
223
- PutLoggingOptionsCommandInput,
224
- PutLoggingOptionsCommandOutput,
225
- } from "./commands/PutLoggingOptionsCommand";
226
- import {
227
- PutStorageConfigurationCommand,
228
- PutStorageConfigurationCommandInput,
229
- PutStorageConfigurationCommandOutput,
230
- } from "./commands/PutStorageConfigurationCommand";
231
- import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
232
- import {
233
- UntagResourceCommand,
234
- UntagResourceCommandInput,
235
- UntagResourceCommandOutput,
236
- } from "./commands/UntagResourceCommand";
237
- import {
238
- UpdateAccessPolicyCommand,
239
- UpdateAccessPolicyCommandInput,
240
- UpdateAccessPolicyCommandOutput,
241
- } from "./commands/UpdateAccessPolicyCommand";
242
- import { UpdateAssetCommand, UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
243
- import {
244
- UpdateAssetModelCommand,
245
- UpdateAssetModelCommandInput,
246
- UpdateAssetModelCommandOutput,
247
- } from "./commands/UpdateAssetModelCommand";
248
- import {
249
- UpdateAssetPropertyCommand,
250
- UpdateAssetPropertyCommandInput,
251
- UpdateAssetPropertyCommandOutput,
252
- } from "./commands/UpdateAssetPropertyCommand";
253
- import {
254
- UpdateDashboardCommand,
255
- UpdateDashboardCommandInput,
256
- UpdateDashboardCommandOutput,
257
- } from "./commands/UpdateDashboardCommand";
258
- import {
259
- UpdateGatewayCapabilityConfigurationCommand,
260
- UpdateGatewayCapabilityConfigurationCommandInput,
261
- UpdateGatewayCapabilityConfigurationCommandOutput,
262
- } from "./commands/UpdateGatewayCapabilityConfigurationCommand";
263
- import {
264
- UpdateGatewayCommand,
265
- UpdateGatewayCommandInput,
266
- UpdateGatewayCommandOutput,
267
- } from "./commands/UpdateGatewayCommand";
268
- import {
269
- UpdatePortalCommand,
270
- UpdatePortalCommandInput,
271
- UpdatePortalCommandOutput,
272
- } from "./commands/UpdatePortalCommand";
273
- import {
274
- UpdateProjectCommand,
275
- UpdateProjectCommandInput,
276
- UpdateProjectCommandOutput,
277
- } from "./commands/UpdateProjectCommand";
278
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
279
-
280
- /**
281
- * <p>Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects <a href="https://en.wikipedia.org/wiki/Internet_of_things#Industrial_applications">Industrial Internet of Things (IIoT)</a> devices to the power of the Amazon Web Services Cloud. For more information, see the
282
- * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/">IoT SiteWise User Guide</a>. For information about IoT SiteWise quotas, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html">Quotas</a> in the <i>IoT SiteWise User Guide</i>.</p>
283
- */
284
- export class IoTSiteWise extends IoTSiteWiseClient {
285
- /**
286
- * <p>Associates a child asset with the given parent asset through a hierarchy defined in the
287
- * parent asset's model. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/add-associated-assets.html">Associating assets</a> in the
288
- * <i>IoT SiteWise User Guide</i>.</p>
289
- */
290
- public associateAssets(
291
- args: AssociateAssetsCommandInput,
292
- options?: __HttpHandlerOptions
293
- ): Promise<AssociateAssetsCommandOutput>;
294
- public associateAssets(
295
- args: AssociateAssetsCommandInput,
296
- cb: (err: any, data?: AssociateAssetsCommandOutput) => void
297
- ): void;
298
- public associateAssets(
299
- args: AssociateAssetsCommandInput,
300
- options: __HttpHandlerOptions,
301
- cb: (err: any, data?: AssociateAssetsCommandOutput) => void
302
- ): void;
303
- public associateAssets(
304
- args: AssociateAssetsCommandInput,
305
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateAssetsCommandOutput) => void),
306
- cb?: (err: any, data?: AssociateAssetsCommandOutput) => void
307
- ): Promise<AssociateAssetsCommandOutput> | void {
308
- const command = new AssociateAssetsCommand(args);
309
- if (typeof optionsOrCb === "function") {
310
- this.send(command, optionsOrCb);
311
- } else if (typeof cb === "function") {
312
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
313
- this.send(command, optionsOrCb || {}, cb);
314
- } else {
315
- return this.send(command, optionsOrCb);
316
- }
317
- }
318
-
319
- /**
320
- * <p>Associates a group (batch) of assets with an IoT SiteWise Monitor project.</p>
321
- */
322
- public batchAssociateProjectAssets(
323
- args: BatchAssociateProjectAssetsCommandInput,
324
- options?: __HttpHandlerOptions
325
- ): Promise<BatchAssociateProjectAssetsCommandOutput>;
326
- public batchAssociateProjectAssets(
327
- args: BatchAssociateProjectAssetsCommandInput,
328
- cb: (err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void
329
- ): void;
330
- public batchAssociateProjectAssets(
331
- args: BatchAssociateProjectAssetsCommandInput,
332
- options: __HttpHandlerOptions,
333
- cb: (err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void
334
- ): void;
335
- public batchAssociateProjectAssets(
336
- args: BatchAssociateProjectAssetsCommandInput,
337
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void),
338
- cb?: (err: any, data?: BatchAssociateProjectAssetsCommandOutput) => void
339
- ): Promise<BatchAssociateProjectAssetsCommandOutput> | void {
340
- const command = new BatchAssociateProjectAssetsCommand(args);
341
- if (typeof optionsOrCb === "function") {
342
- this.send(command, optionsOrCb);
343
- } else if (typeof cb === "function") {
344
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
345
- this.send(command, optionsOrCb || {}, cb);
346
- } else {
347
- return this.send(command, optionsOrCb);
348
- }
349
- }
350
-
351
- /**
352
- * <p>Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.</p>
353
- */
354
- public batchDisassociateProjectAssets(
355
- args: BatchDisassociateProjectAssetsCommandInput,
356
- options?: __HttpHandlerOptions
357
- ): Promise<BatchDisassociateProjectAssetsCommandOutput>;
358
- public batchDisassociateProjectAssets(
359
- args: BatchDisassociateProjectAssetsCommandInput,
360
- cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void
361
- ): void;
362
- public batchDisassociateProjectAssets(
363
- args: BatchDisassociateProjectAssetsCommandInput,
364
- options: __HttpHandlerOptions,
365
- cb: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void
366
- ): void;
367
- public batchDisassociateProjectAssets(
368
- args: BatchDisassociateProjectAssetsCommandInput,
369
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void),
370
- cb?: (err: any, data?: BatchDisassociateProjectAssetsCommandOutput) => void
371
- ): Promise<BatchDisassociateProjectAssetsCommandOutput> | void {
372
- const command = new BatchDisassociateProjectAssetsCommand(args);
373
- if (typeof optionsOrCb === "function") {
374
- this.send(command, optionsOrCb);
375
- } else if (typeof cb === "function") {
376
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
377
- this.send(command, optionsOrCb || {}, cb);
378
- } else {
379
- return this.send(command, optionsOrCb);
380
- }
381
- }
382
-
383
- /**
384
- * <p>Sends a list of asset property values to IoT SiteWise. Each value is a timestamp-quality-value
385
- * (TQV) data point. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/ingest-api.html">Ingesting data using the API</a> in the
386
- * <i>IoT SiteWise User Guide</i>.</p>
387
- * <p>To identify an asset property, you must specify one of the following:</p>
388
- * <ul>
389
- * <li>
390
- * <p>The <code>assetId</code> and <code>propertyId</code> of an asset property.</p>
391
- * </li>
392
- * <li>
393
- * <p>A <code>propertyAlias</code>, which is a data stream alias (for example,
394
- * <code>/company/windfarm/3/turbine/7/temperature</code>). To define an asset property's alias, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html">UpdateAssetProperty</a>.</p>
395
- * </li>
396
- * </ul>
397
- * <important>
398
- * <p>With respect to Unix epoch time, IoT SiteWise accepts only TQVs that have a timestamp of no more
399
- * than 7 days in the past and no more than 10 minutes in the future. IoT SiteWise rejects timestamps
400
- * outside of the inclusive range of [-7 days, +10 minutes] and returns a
401
- * <code>TimestampOutOfRangeException</code> error.</p>
402
- * <p>For each asset property, IoT SiteWise overwrites TQVs with duplicate timestamps unless the newer
403
- * TQV has a different quality. For example, if you store a TQV <code>{T1, GOOD, V1}</code>,
404
- * then storing <code>{T1, GOOD, V2}</code> replaces the existing TQV.</p>
405
- * </important>
406
- * <p>IoT SiteWise authorizes access to each <code>BatchPutAssetPropertyValue</code> entry individually.
407
- * For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-batchputassetpropertyvalue-action">BatchPutAssetPropertyValue authorization</a> in the
408
- * <i>IoT SiteWise User Guide</i>.</p>
409
- */
410
- public batchPutAssetPropertyValue(
411
- args: BatchPutAssetPropertyValueCommandInput,
412
- options?: __HttpHandlerOptions
413
- ): Promise<BatchPutAssetPropertyValueCommandOutput>;
414
- public batchPutAssetPropertyValue(
415
- args: BatchPutAssetPropertyValueCommandInput,
416
- cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void
417
- ): void;
418
- public batchPutAssetPropertyValue(
419
- args: BatchPutAssetPropertyValueCommandInput,
420
- options: __HttpHandlerOptions,
421
- cb: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void
422
- ): void;
423
- public batchPutAssetPropertyValue(
424
- args: BatchPutAssetPropertyValueCommandInput,
425
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void),
426
- cb?: (err: any, data?: BatchPutAssetPropertyValueCommandOutput) => void
427
- ): Promise<BatchPutAssetPropertyValueCommandOutput> | void {
428
- const command = new BatchPutAssetPropertyValueCommand(args);
429
- if (typeof optionsOrCb === "function") {
430
- this.send(command, optionsOrCb);
431
- } else if (typeof cb === "function") {
432
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
433
- this.send(command, optionsOrCb || {}, cb);
434
- } else {
435
- return this.send(command, optionsOrCb);
436
- }
437
- }
438
-
439
- /**
440
- * <p>Creates an access policy that grants the specified identity (Amazon Web Services SSO user, Amazon Web Services SSO group, or
441
- * IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>
442
- */
443
- public createAccessPolicy(
444
- args: CreateAccessPolicyCommandInput,
445
- options?: __HttpHandlerOptions
446
- ): Promise<CreateAccessPolicyCommandOutput>;
447
- public createAccessPolicy(
448
- args: CreateAccessPolicyCommandInput,
449
- cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void
450
- ): void;
451
- public createAccessPolicy(
452
- args: CreateAccessPolicyCommandInput,
453
- options: __HttpHandlerOptions,
454
- cb: (err: any, data?: CreateAccessPolicyCommandOutput) => void
455
- ): void;
456
- public createAccessPolicy(
457
- args: CreateAccessPolicyCommandInput,
458
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAccessPolicyCommandOutput) => void),
459
- cb?: (err: any, data?: CreateAccessPolicyCommandOutput) => void
460
- ): Promise<CreateAccessPolicyCommandOutput> | void {
461
- const command = new CreateAccessPolicyCommand(args);
462
- if (typeof optionsOrCb === "function") {
463
- this.send(command, optionsOrCb);
464
- } else if (typeof cb === "function") {
465
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
466
- this.send(command, optionsOrCb || {}, cb);
467
- } else {
468
- return this.send(command, optionsOrCb);
469
- }
470
- }
471
-
472
- /**
473
- * <p>Creates an asset from an existing asset model. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-assets.html">Creating assets</a> in the
474
- * <i>IoT SiteWise User Guide</i>.</p>
475
- */
476
- public createAsset(args: CreateAssetCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssetCommandOutput>;
477
- public createAsset(args: CreateAssetCommandInput, cb: (err: any, data?: CreateAssetCommandOutput) => void): void;
478
- public createAsset(
479
- args: CreateAssetCommandInput,
480
- options: __HttpHandlerOptions,
481
- cb: (err: any, data?: CreateAssetCommandOutput) => void
482
- ): void;
483
- public createAsset(
484
- args: CreateAssetCommandInput,
485
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAssetCommandOutput) => void),
486
- cb?: (err: any, data?: CreateAssetCommandOutput) => void
487
- ): Promise<CreateAssetCommandOutput> | void {
488
- const command = new CreateAssetCommand(args);
489
- if (typeof optionsOrCb === "function") {
490
- this.send(command, optionsOrCb);
491
- } else if (typeof cb === "function") {
492
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
493
- this.send(command, optionsOrCb || {}, cb);
494
- } else {
495
- return this.send(command, optionsOrCb);
496
- }
497
- }
498
-
499
- /**
500
- * <p>Creates an asset model from specified property and hierarchy definitions. You create
501
- * assets from asset models. With asset models, you can easily create assets of the same type
502
- * that have standardized definitions. Each asset created from a model inherits the asset model's
503
- * property and hierarchy definitions. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/define-models.html">Defining asset models</a> in the
504
- * <i>IoT SiteWise User Guide</i>.</p>
505
- */
506
- public createAssetModel(
507
- args: CreateAssetModelCommandInput,
508
- options?: __HttpHandlerOptions
509
- ): Promise<CreateAssetModelCommandOutput>;
510
- public createAssetModel(
511
- args: CreateAssetModelCommandInput,
512
- cb: (err: any, data?: CreateAssetModelCommandOutput) => void
513
- ): void;
514
- public createAssetModel(
515
- args: CreateAssetModelCommandInput,
516
- options: __HttpHandlerOptions,
517
- cb: (err: any, data?: CreateAssetModelCommandOutput) => void
518
- ): void;
519
- public createAssetModel(
520
- args: CreateAssetModelCommandInput,
521
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAssetModelCommandOutput) => void),
522
- cb?: (err: any, data?: CreateAssetModelCommandOutput) => void
523
- ): Promise<CreateAssetModelCommandOutput> | void {
524
- const command = new CreateAssetModelCommand(args);
525
- if (typeof optionsOrCb === "function") {
526
- this.send(command, optionsOrCb);
527
- } else if (typeof cb === "function") {
528
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
529
- this.send(command, optionsOrCb || {}, cb);
530
- } else {
531
- return this.send(command, optionsOrCb);
532
- }
533
- }
534
-
535
- /**
536
- * <p>Creates a dashboard in an IoT SiteWise Monitor project.</p>
537
- */
538
- public createDashboard(
539
- args: CreateDashboardCommandInput,
540
- options?: __HttpHandlerOptions
541
- ): Promise<CreateDashboardCommandOutput>;
542
- public createDashboard(
543
- args: CreateDashboardCommandInput,
544
- cb: (err: any, data?: CreateDashboardCommandOutput) => void
545
- ): void;
546
- public createDashboard(
547
- args: CreateDashboardCommandInput,
548
- options: __HttpHandlerOptions,
549
- cb: (err: any, data?: CreateDashboardCommandOutput) => void
550
- ): void;
551
- public createDashboard(
552
- args: CreateDashboardCommandInput,
553
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDashboardCommandOutput) => void),
554
- cb?: (err: any, data?: CreateDashboardCommandOutput) => void
555
- ): Promise<CreateDashboardCommandOutput> | void {
556
- const command = new CreateDashboardCommand(args);
557
- if (typeof optionsOrCb === "function") {
558
- this.send(command, optionsOrCb);
559
- } else if (typeof cb === "function") {
560
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
561
- this.send(command, optionsOrCb || {}, cb);
562
- } else {
563
- return this.send(command, optionsOrCb);
564
- }
565
- }
566
-
567
- /**
568
- * <p>Creates a gateway, which is a virtual or edge device that delivers industrial data streams
569
- * from local servers to IoT SiteWise. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/gateway-connector.html">Ingesting data using a gateway</a> in the
570
- * <i>IoT SiteWise User Guide</i>.</p>
571
- */
572
- public createGateway(
573
- args: CreateGatewayCommandInput,
574
- options?: __HttpHandlerOptions
575
- ): Promise<CreateGatewayCommandOutput>;
576
- public createGateway(
577
- args: CreateGatewayCommandInput,
578
- cb: (err: any, data?: CreateGatewayCommandOutput) => void
579
- ): void;
580
- public createGateway(
581
- args: CreateGatewayCommandInput,
582
- options: __HttpHandlerOptions,
583
- cb: (err: any, data?: CreateGatewayCommandOutput) => void
584
- ): void;
585
- public createGateway(
586
- args: CreateGatewayCommandInput,
587
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateGatewayCommandOutput) => void),
588
- cb?: (err: any, data?: CreateGatewayCommandOutput) => void
589
- ): Promise<CreateGatewayCommandOutput> | void {
590
- const command = new CreateGatewayCommand(args);
591
- if (typeof optionsOrCb === "function") {
592
- this.send(command, optionsOrCb);
593
- } else if (typeof cb === "function") {
594
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
595
- this.send(command, optionsOrCb || {}, cb);
596
- } else {
597
- return this.send(command, optionsOrCb);
598
- }
599
- }
600
-
601
- /**
602
- * <p>Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses Amazon Web Services SSO or IAM
603
- * to authenticate portal users and manage user permissions.</p>
604
- * <note>
605
- * <p>Before you can sign in to a new portal, you must add at least one identity to that
606
- * portal. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/administer-portals.html#portal-change-admins">Adding or removing portal
607
- * administrators</a> in the <i>IoT SiteWise User Guide</i>.</p>
608
- * </note>
609
- */
610
- public createPortal(
611
- args: CreatePortalCommandInput,
612
- options?: __HttpHandlerOptions
613
- ): Promise<CreatePortalCommandOutput>;
614
- public createPortal(args: CreatePortalCommandInput, cb: (err: any, data?: CreatePortalCommandOutput) => void): void;
615
- public createPortal(
616
- args: CreatePortalCommandInput,
617
- options: __HttpHandlerOptions,
618
- cb: (err: any, data?: CreatePortalCommandOutput) => void
619
- ): void;
620
- public createPortal(
621
- args: CreatePortalCommandInput,
622
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreatePortalCommandOutput) => void),
623
- cb?: (err: any, data?: CreatePortalCommandOutput) => void
624
- ): Promise<CreatePortalCommandOutput> | void {
625
- const command = new CreatePortalCommand(args);
626
- if (typeof optionsOrCb === "function") {
627
- this.send(command, optionsOrCb);
628
- } else if (typeof cb === "function") {
629
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
630
- this.send(command, optionsOrCb || {}, cb);
631
- } else {
632
- return this.send(command, optionsOrCb);
633
- }
634
- }
635
-
636
- /**
637
- * <p>Creates a project in the specified portal.</p>
638
- */
639
- public createProject(
640
- args: CreateProjectCommandInput,
641
- options?: __HttpHandlerOptions
642
- ): Promise<CreateProjectCommandOutput>;
643
- public createProject(
644
- args: CreateProjectCommandInput,
645
- cb: (err: any, data?: CreateProjectCommandOutput) => void
646
- ): void;
647
- public createProject(
648
- args: CreateProjectCommandInput,
649
- options: __HttpHandlerOptions,
650
- cb: (err: any, data?: CreateProjectCommandOutput) => void
651
- ): void;
652
- public createProject(
653
- args: CreateProjectCommandInput,
654
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateProjectCommandOutput) => void),
655
- cb?: (err: any, data?: CreateProjectCommandOutput) => void
656
- ): Promise<CreateProjectCommandOutput> | void {
657
- const command = new CreateProjectCommand(args);
658
- if (typeof optionsOrCb === "function") {
659
- this.send(command, optionsOrCb);
660
- } else if (typeof cb === "function") {
661
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
662
- this.send(command, optionsOrCb || {}, cb);
663
- } else {
664
- return this.send(command, optionsOrCb);
665
- }
666
- }
667
-
668
- /**
669
- * <p>Deletes an access policy that grants the specified identity access to the specified
670
- * IoT SiteWise Monitor resource. You can use this operation to revoke access to an IoT SiteWise Monitor
671
- * resource.</p>
672
- */
673
- public deleteAccessPolicy(
674
- args: DeleteAccessPolicyCommandInput,
675
- options?: __HttpHandlerOptions
676
- ): Promise<DeleteAccessPolicyCommandOutput>;
677
- public deleteAccessPolicy(
678
- args: DeleteAccessPolicyCommandInput,
679
- cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void
680
- ): void;
681
- public deleteAccessPolicy(
682
- args: DeleteAccessPolicyCommandInput,
683
- options: __HttpHandlerOptions,
684
- cb: (err: any, data?: DeleteAccessPolicyCommandOutput) => void
685
- ): void;
686
- public deleteAccessPolicy(
687
- args: DeleteAccessPolicyCommandInput,
688
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAccessPolicyCommandOutput) => void),
689
- cb?: (err: any, data?: DeleteAccessPolicyCommandOutput) => void
690
- ): Promise<DeleteAccessPolicyCommandOutput> | void {
691
- const command = new DeleteAccessPolicyCommand(args);
692
- if (typeof optionsOrCb === "function") {
693
- this.send(command, optionsOrCb);
694
- } else if (typeof cb === "function") {
695
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
696
- this.send(command, optionsOrCb || {}, cb);
697
- } else {
698
- return this.send(command, optionsOrCb);
699
- }
700
- }
701
-
702
- /**
703
- * <p>Deletes an asset. This action can't be undone. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/delete-assets-and-models.html">Deleting assets and
704
- * models</a> in the <i>IoT SiteWise User Guide</i>. </p>
705
- * <note>
706
- * <p>You can't delete an asset that's associated to another asset. For more information, see
707
- * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DisassociateAssets.html">DisassociateAssets</a>.</p>
708
- * </note>
709
- */
710
- public deleteAsset(args: DeleteAssetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssetCommandOutput>;
711
- public deleteAsset(args: DeleteAssetCommandInput, cb: (err: any, data?: DeleteAssetCommandOutput) => void): void;
712
- public deleteAsset(
713
- args: DeleteAssetCommandInput,
714
- options: __HttpHandlerOptions,
715
- cb: (err: any, data?: DeleteAssetCommandOutput) => void
716
- ): void;
717
- public deleteAsset(
718
- args: DeleteAssetCommandInput,
719
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAssetCommandOutput) => void),
720
- cb?: (err: any, data?: DeleteAssetCommandOutput) => void
721
- ): Promise<DeleteAssetCommandOutput> | void {
722
- const command = new DeleteAssetCommand(args);
723
- if (typeof optionsOrCb === "function") {
724
- this.send(command, optionsOrCb);
725
- } else if (typeof cb === "function") {
726
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
727
- this.send(command, optionsOrCb || {}, cb);
728
- } else {
729
- return this.send(command, optionsOrCb);
730
- }
731
- }
732
-
733
- /**
734
- * <p>Deletes an asset model. This action can't be undone. You must delete all assets created
735
- * from an asset model before you can delete the model. Also, you can't delete an asset model if
736
- * a parent asset model exists that contains a property formula expression that depends on the
737
- * asset model that you want to delete. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/delete-assets-and-models.html">Deleting assets and models</a> in the
738
- * <i>IoT SiteWise User Guide</i>.</p>
739
- */
740
- public deleteAssetModel(
741
- args: DeleteAssetModelCommandInput,
742
- options?: __HttpHandlerOptions
743
- ): Promise<DeleteAssetModelCommandOutput>;
744
- public deleteAssetModel(
745
- args: DeleteAssetModelCommandInput,
746
- cb: (err: any, data?: DeleteAssetModelCommandOutput) => void
747
- ): void;
748
- public deleteAssetModel(
749
- args: DeleteAssetModelCommandInput,
750
- options: __HttpHandlerOptions,
751
- cb: (err: any, data?: DeleteAssetModelCommandOutput) => void
752
- ): void;
753
- public deleteAssetModel(
754
- args: DeleteAssetModelCommandInput,
755
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAssetModelCommandOutput) => void),
756
- cb?: (err: any, data?: DeleteAssetModelCommandOutput) => void
757
- ): Promise<DeleteAssetModelCommandOutput> | void {
758
- const command = new DeleteAssetModelCommand(args);
759
- if (typeof optionsOrCb === "function") {
760
- this.send(command, optionsOrCb);
761
- } else if (typeof cb === "function") {
762
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
763
- this.send(command, optionsOrCb || {}, cb);
764
- } else {
765
- return this.send(command, optionsOrCb);
766
- }
767
- }
768
-
769
- /**
770
- * <p>Deletes a dashboard from IoT SiteWise Monitor.</p>
771
- */
772
- public deleteDashboard(
773
- args: DeleteDashboardCommandInput,
774
- options?: __HttpHandlerOptions
775
- ): Promise<DeleteDashboardCommandOutput>;
776
- public deleteDashboard(
777
- args: DeleteDashboardCommandInput,
778
- cb: (err: any, data?: DeleteDashboardCommandOutput) => void
779
- ): void;
780
- public deleteDashboard(
781
- args: DeleteDashboardCommandInput,
782
- options: __HttpHandlerOptions,
783
- cb: (err: any, data?: DeleteDashboardCommandOutput) => void
784
- ): void;
785
- public deleteDashboard(
786
- args: DeleteDashboardCommandInput,
787
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDashboardCommandOutput) => void),
788
- cb?: (err: any, data?: DeleteDashboardCommandOutput) => void
789
- ): Promise<DeleteDashboardCommandOutput> | void {
790
- const command = new DeleteDashboardCommand(args);
791
- if (typeof optionsOrCb === "function") {
792
- this.send(command, optionsOrCb);
793
- } else if (typeof cb === "function") {
794
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
795
- this.send(command, optionsOrCb || {}, cb);
796
- } else {
797
- return this.send(command, optionsOrCb);
798
- }
799
- }
800
-
801
- /**
802
- * <p>Deletes a gateway from IoT SiteWise. When you delete a gateway, some of the gateway's files remain
803
- * in your gateway's file system.</p>
804
- */
805
- public deleteGateway(
806
- args: DeleteGatewayCommandInput,
807
- options?: __HttpHandlerOptions
808
- ): Promise<DeleteGatewayCommandOutput>;
809
- public deleteGateway(
810
- args: DeleteGatewayCommandInput,
811
- cb: (err: any, data?: DeleteGatewayCommandOutput) => void
812
- ): void;
813
- public deleteGateway(
814
- args: DeleteGatewayCommandInput,
815
- options: __HttpHandlerOptions,
816
- cb: (err: any, data?: DeleteGatewayCommandOutput) => void
817
- ): void;
818
- public deleteGateway(
819
- args: DeleteGatewayCommandInput,
820
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteGatewayCommandOutput) => void),
821
- cb?: (err: any, data?: DeleteGatewayCommandOutput) => void
822
- ): Promise<DeleteGatewayCommandOutput> | void {
823
- const command = new DeleteGatewayCommand(args);
824
- if (typeof optionsOrCb === "function") {
825
- this.send(command, optionsOrCb);
826
- } else if (typeof cb === "function") {
827
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
828
- this.send(command, optionsOrCb || {}, cb);
829
- } else {
830
- return this.send(command, optionsOrCb);
831
- }
832
- }
833
-
834
- /**
835
- * <p>Deletes a portal from IoT SiteWise Monitor.</p>
836
- */
837
- public deletePortal(
838
- args: DeletePortalCommandInput,
839
- options?: __HttpHandlerOptions
840
- ): Promise<DeletePortalCommandOutput>;
841
- public deletePortal(args: DeletePortalCommandInput, cb: (err: any, data?: DeletePortalCommandOutput) => void): void;
842
- public deletePortal(
843
- args: DeletePortalCommandInput,
844
- options: __HttpHandlerOptions,
845
- cb: (err: any, data?: DeletePortalCommandOutput) => void
846
- ): void;
847
- public deletePortal(
848
- args: DeletePortalCommandInput,
849
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeletePortalCommandOutput) => void),
850
- cb?: (err: any, data?: DeletePortalCommandOutput) => void
851
- ): Promise<DeletePortalCommandOutput> | void {
852
- const command = new DeletePortalCommand(args);
853
- if (typeof optionsOrCb === "function") {
854
- this.send(command, optionsOrCb);
855
- } else if (typeof cb === "function") {
856
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
857
- this.send(command, optionsOrCb || {}, cb);
858
- } else {
859
- return this.send(command, optionsOrCb);
860
- }
861
- }
862
-
863
- /**
864
- * <p>Deletes a project from IoT SiteWise Monitor.</p>
865
- */
866
- public deleteProject(
867
- args: DeleteProjectCommandInput,
868
- options?: __HttpHandlerOptions
869
- ): Promise<DeleteProjectCommandOutput>;
870
- public deleteProject(
871
- args: DeleteProjectCommandInput,
872
- cb: (err: any, data?: DeleteProjectCommandOutput) => void
873
- ): void;
874
- public deleteProject(
875
- args: DeleteProjectCommandInput,
876
- options: __HttpHandlerOptions,
877
- cb: (err: any, data?: DeleteProjectCommandOutput) => void
878
- ): void;
879
- public deleteProject(
880
- args: DeleteProjectCommandInput,
881
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteProjectCommandOutput) => void),
882
- cb?: (err: any, data?: DeleteProjectCommandOutput) => void
883
- ): Promise<DeleteProjectCommandOutput> | void {
884
- const command = new DeleteProjectCommand(args);
885
- if (typeof optionsOrCb === "function") {
886
- this.send(command, optionsOrCb);
887
- } else if (typeof cb === "function") {
888
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
889
- this.send(command, optionsOrCb || {}, cb);
890
- } else {
891
- return this.send(command, optionsOrCb);
892
- }
893
- }
894
-
895
- /**
896
- * <p>Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or
897
- * project.</p>
898
- */
899
- public describeAccessPolicy(
900
- args: DescribeAccessPolicyCommandInput,
901
- options?: __HttpHandlerOptions
902
- ): Promise<DescribeAccessPolicyCommandOutput>;
903
- public describeAccessPolicy(
904
- args: DescribeAccessPolicyCommandInput,
905
- cb: (err: any, data?: DescribeAccessPolicyCommandOutput) => void
906
- ): void;
907
- public describeAccessPolicy(
908
- args: DescribeAccessPolicyCommandInput,
909
- options: __HttpHandlerOptions,
910
- cb: (err: any, data?: DescribeAccessPolicyCommandOutput) => void
911
- ): void;
912
- public describeAccessPolicy(
913
- args: DescribeAccessPolicyCommandInput,
914
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAccessPolicyCommandOutput) => void),
915
- cb?: (err: any, data?: DescribeAccessPolicyCommandOutput) => void
916
- ): Promise<DescribeAccessPolicyCommandOutput> | void {
917
- const command = new DescribeAccessPolicyCommand(args);
918
- if (typeof optionsOrCb === "function") {
919
- this.send(command, optionsOrCb);
920
- } else if (typeof cb === "function") {
921
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
922
- this.send(command, optionsOrCb || {}, cb);
923
- } else {
924
- return this.send(command, optionsOrCb);
925
- }
926
- }
927
-
928
- /**
929
- * <p>Retrieves information about an asset.</p>
930
- */
931
- public describeAsset(
932
- args: DescribeAssetCommandInput,
933
- options?: __HttpHandlerOptions
934
- ): Promise<DescribeAssetCommandOutput>;
935
- public describeAsset(
936
- args: DescribeAssetCommandInput,
937
- cb: (err: any, data?: DescribeAssetCommandOutput) => void
938
- ): void;
939
- public describeAsset(
940
- args: DescribeAssetCommandInput,
941
- options: __HttpHandlerOptions,
942
- cb: (err: any, data?: DescribeAssetCommandOutput) => void
943
- ): void;
944
- public describeAsset(
945
- args: DescribeAssetCommandInput,
946
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAssetCommandOutput) => void),
947
- cb?: (err: any, data?: DescribeAssetCommandOutput) => void
948
- ): Promise<DescribeAssetCommandOutput> | void {
949
- const command = new DescribeAssetCommand(args);
950
- if (typeof optionsOrCb === "function") {
951
- this.send(command, optionsOrCb);
952
- } else if (typeof cb === "function") {
953
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
954
- this.send(command, optionsOrCb || {}, cb);
955
- } else {
956
- return this.send(command, optionsOrCb);
957
- }
958
- }
959
-
960
- /**
961
- * <p>Retrieves information about an asset model.</p>
962
- */
963
- public describeAssetModel(
964
- args: DescribeAssetModelCommandInput,
965
- options?: __HttpHandlerOptions
966
- ): Promise<DescribeAssetModelCommandOutput>;
967
- public describeAssetModel(
968
- args: DescribeAssetModelCommandInput,
969
- cb: (err: any, data?: DescribeAssetModelCommandOutput) => void
970
- ): void;
971
- public describeAssetModel(
972
- args: DescribeAssetModelCommandInput,
973
- options: __HttpHandlerOptions,
974
- cb: (err: any, data?: DescribeAssetModelCommandOutput) => void
975
- ): void;
976
- public describeAssetModel(
977
- args: DescribeAssetModelCommandInput,
978
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAssetModelCommandOutput) => void),
979
- cb?: (err: any, data?: DescribeAssetModelCommandOutput) => void
980
- ): Promise<DescribeAssetModelCommandOutput> | void {
981
- const command = new DescribeAssetModelCommand(args);
982
- if (typeof optionsOrCb === "function") {
983
- this.send(command, optionsOrCb);
984
- } else if (typeof cb === "function") {
985
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
986
- this.send(command, optionsOrCb || {}, cb);
987
- } else {
988
- return this.send(command, optionsOrCb);
989
- }
990
- }
991
-
992
- /**
993
- * <p>Retrieves information about an asset property.</p>
994
- * <note>
995
- * <p>When you call this operation for an attribute property, this response includes the
996
- * default attribute value that you define in the asset model. If you update the default value
997
- * in the model, this operation's response includes the new default value.</p>
998
- * </note>
999
- * <p>This operation doesn't return the value of the asset property. To get the value of an
1000
- * asset property, use <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_GetAssetPropertyValue.html">GetAssetPropertyValue</a>.</p>
1001
- */
1002
- public describeAssetProperty(
1003
- args: DescribeAssetPropertyCommandInput,
1004
- options?: __HttpHandlerOptions
1005
- ): Promise<DescribeAssetPropertyCommandOutput>;
1006
- public describeAssetProperty(
1007
- args: DescribeAssetPropertyCommandInput,
1008
- cb: (err: any, data?: DescribeAssetPropertyCommandOutput) => void
1009
- ): void;
1010
- public describeAssetProperty(
1011
- args: DescribeAssetPropertyCommandInput,
1012
- options: __HttpHandlerOptions,
1013
- cb: (err: any, data?: DescribeAssetPropertyCommandOutput) => void
1014
- ): void;
1015
- public describeAssetProperty(
1016
- args: DescribeAssetPropertyCommandInput,
1017
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAssetPropertyCommandOutput) => void),
1018
- cb?: (err: any, data?: DescribeAssetPropertyCommandOutput) => void
1019
- ): Promise<DescribeAssetPropertyCommandOutput> | void {
1020
- const command = new DescribeAssetPropertyCommand(args);
1021
- if (typeof optionsOrCb === "function") {
1022
- this.send(command, optionsOrCb);
1023
- } else if (typeof cb === "function") {
1024
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1025
- this.send(command, optionsOrCb || {}, cb);
1026
- } else {
1027
- return this.send(command, optionsOrCb);
1028
- }
1029
- }
1030
-
1031
- /**
1032
- * <p>Retrieves information about a dashboard.</p>
1033
- */
1034
- public describeDashboard(
1035
- args: DescribeDashboardCommandInput,
1036
- options?: __HttpHandlerOptions
1037
- ): Promise<DescribeDashboardCommandOutput>;
1038
- public describeDashboard(
1039
- args: DescribeDashboardCommandInput,
1040
- cb: (err: any, data?: DescribeDashboardCommandOutput) => void
1041
- ): void;
1042
- public describeDashboard(
1043
- args: DescribeDashboardCommandInput,
1044
- options: __HttpHandlerOptions,
1045
- cb: (err: any, data?: DescribeDashboardCommandOutput) => void
1046
- ): void;
1047
- public describeDashboard(
1048
- args: DescribeDashboardCommandInput,
1049
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeDashboardCommandOutput) => void),
1050
- cb?: (err: any, data?: DescribeDashboardCommandOutput) => void
1051
- ): Promise<DescribeDashboardCommandOutput> | void {
1052
- const command = new DescribeDashboardCommand(args);
1053
- if (typeof optionsOrCb === "function") {
1054
- this.send(command, optionsOrCb);
1055
- } else if (typeof cb === "function") {
1056
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1057
- this.send(command, optionsOrCb || {}, cb);
1058
- } else {
1059
- return this.send(command, optionsOrCb);
1060
- }
1061
- }
1062
-
1063
- /**
1064
- * <p>Retrieves information about the default encryption configuration for the Amazon Web Services account in
1065
- * the default or specified Region. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/key-management.html">Key management</a> in the
1066
- * <i>IoT SiteWise User Guide</i>.</p>
1067
- */
1068
- public describeDefaultEncryptionConfiguration(
1069
- args: DescribeDefaultEncryptionConfigurationCommandInput,
1070
- options?: __HttpHandlerOptions
1071
- ): Promise<DescribeDefaultEncryptionConfigurationCommandOutput>;
1072
- public describeDefaultEncryptionConfiguration(
1073
- args: DescribeDefaultEncryptionConfigurationCommandInput,
1074
- cb: (err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void
1075
- ): void;
1076
- public describeDefaultEncryptionConfiguration(
1077
- args: DescribeDefaultEncryptionConfigurationCommandInput,
1078
- options: __HttpHandlerOptions,
1079
- cb: (err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void
1080
- ): void;
1081
- public describeDefaultEncryptionConfiguration(
1082
- args: DescribeDefaultEncryptionConfigurationCommandInput,
1083
- optionsOrCb?:
1084
- | __HttpHandlerOptions
1085
- | ((err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void),
1086
- cb?: (err: any, data?: DescribeDefaultEncryptionConfigurationCommandOutput) => void
1087
- ): Promise<DescribeDefaultEncryptionConfigurationCommandOutput> | void {
1088
- const command = new DescribeDefaultEncryptionConfigurationCommand(args);
1089
- if (typeof optionsOrCb === "function") {
1090
- this.send(command, optionsOrCb);
1091
- } else if (typeof cb === "function") {
1092
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1093
- this.send(command, optionsOrCb || {}, cb);
1094
- } else {
1095
- return this.send(command, optionsOrCb);
1096
- }
1097
- }
1098
-
1099
- /**
1100
- * <p>Retrieves information about a gateway.</p>
1101
- */
1102
- public describeGateway(
1103
- args: DescribeGatewayCommandInput,
1104
- options?: __HttpHandlerOptions
1105
- ): Promise<DescribeGatewayCommandOutput>;
1106
- public describeGateway(
1107
- args: DescribeGatewayCommandInput,
1108
- cb: (err: any, data?: DescribeGatewayCommandOutput) => void
1109
- ): void;
1110
- public describeGateway(
1111
- args: DescribeGatewayCommandInput,
1112
- options: __HttpHandlerOptions,
1113
- cb: (err: any, data?: DescribeGatewayCommandOutput) => void
1114
- ): void;
1115
- public describeGateway(
1116
- args: DescribeGatewayCommandInput,
1117
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeGatewayCommandOutput) => void),
1118
- cb?: (err: any, data?: DescribeGatewayCommandOutput) => void
1119
- ): Promise<DescribeGatewayCommandOutput> | void {
1120
- const command = new DescribeGatewayCommand(args);
1121
- if (typeof optionsOrCb === "function") {
1122
- this.send(command, optionsOrCb);
1123
- } else if (typeof cb === "function") {
1124
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1125
- this.send(command, optionsOrCb || {}, cb);
1126
- } else {
1127
- return this.send(command, optionsOrCb);
1128
- }
1129
- }
1130
-
1131
- /**
1132
- * <p>Retrieves information about a gateway capability configuration.
1133
- * Each gateway capability defines data sources for a gateway. A capability configuration
1134
- * can contain multiple data source configurations. If you define OPC-UA sources for a gateway in
1135
- * the IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To
1136
- * list all capability configurations for a gateway, use <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGateway.html">DescribeGateway</a>.</p>
1137
- */
1138
- public describeGatewayCapabilityConfiguration(
1139
- args: DescribeGatewayCapabilityConfigurationCommandInput,
1140
- options?: __HttpHandlerOptions
1141
- ): Promise<DescribeGatewayCapabilityConfigurationCommandOutput>;
1142
- public describeGatewayCapabilityConfiguration(
1143
- args: DescribeGatewayCapabilityConfigurationCommandInput,
1144
- cb: (err: any, data?: DescribeGatewayCapabilityConfigurationCommandOutput) => void
1145
- ): void;
1146
- public describeGatewayCapabilityConfiguration(
1147
- args: DescribeGatewayCapabilityConfigurationCommandInput,
1148
- options: __HttpHandlerOptions,
1149
- cb: (err: any, data?: DescribeGatewayCapabilityConfigurationCommandOutput) => void
1150
- ): void;
1151
- public describeGatewayCapabilityConfiguration(
1152
- args: DescribeGatewayCapabilityConfigurationCommandInput,
1153
- optionsOrCb?:
1154
- | __HttpHandlerOptions
1155
- | ((err: any, data?: DescribeGatewayCapabilityConfigurationCommandOutput) => void),
1156
- cb?: (err: any, data?: DescribeGatewayCapabilityConfigurationCommandOutput) => void
1157
- ): Promise<DescribeGatewayCapabilityConfigurationCommandOutput> | void {
1158
- const command = new DescribeGatewayCapabilityConfigurationCommand(args);
1159
- if (typeof optionsOrCb === "function") {
1160
- this.send(command, optionsOrCb);
1161
- } else if (typeof cb === "function") {
1162
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1163
- this.send(command, optionsOrCb || {}, cb);
1164
- } else {
1165
- return this.send(command, optionsOrCb);
1166
- }
1167
- }
1168
-
1169
- /**
1170
- * <p>Retrieves the current IoT SiteWise logging options.</p>
1171
- */
1172
- public describeLoggingOptions(
1173
- args: DescribeLoggingOptionsCommandInput,
1174
- options?: __HttpHandlerOptions
1175
- ): Promise<DescribeLoggingOptionsCommandOutput>;
1176
- public describeLoggingOptions(
1177
- args: DescribeLoggingOptionsCommandInput,
1178
- cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void
1179
- ): void;
1180
- public describeLoggingOptions(
1181
- args: DescribeLoggingOptionsCommandInput,
1182
- options: __HttpHandlerOptions,
1183
- cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void
1184
- ): void;
1185
- public describeLoggingOptions(
1186
- args: DescribeLoggingOptionsCommandInput,
1187
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeLoggingOptionsCommandOutput) => void),
1188
- cb?: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void
1189
- ): Promise<DescribeLoggingOptionsCommandOutput> | void {
1190
- const command = new DescribeLoggingOptionsCommand(args);
1191
- if (typeof optionsOrCb === "function") {
1192
- this.send(command, optionsOrCb);
1193
- } else if (typeof cb === "function") {
1194
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1195
- this.send(command, optionsOrCb || {}, cb);
1196
- } else {
1197
- return this.send(command, optionsOrCb);
1198
- }
1199
- }
1200
-
1201
- /**
1202
- * <p>Retrieves information about a portal.</p>
1203
- */
1204
- public describePortal(
1205
- args: DescribePortalCommandInput,
1206
- options?: __HttpHandlerOptions
1207
- ): Promise<DescribePortalCommandOutput>;
1208
- public describePortal(
1209
- args: DescribePortalCommandInput,
1210
- cb: (err: any, data?: DescribePortalCommandOutput) => void
1211
- ): void;
1212
- public describePortal(
1213
- args: DescribePortalCommandInput,
1214
- options: __HttpHandlerOptions,
1215
- cb: (err: any, data?: DescribePortalCommandOutput) => void
1216
- ): void;
1217
- public describePortal(
1218
- args: DescribePortalCommandInput,
1219
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePortalCommandOutput) => void),
1220
- cb?: (err: any, data?: DescribePortalCommandOutput) => void
1221
- ): Promise<DescribePortalCommandOutput> | void {
1222
- const command = new DescribePortalCommand(args);
1223
- if (typeof optionsOrCb === "function") {
1224
- this.send(command, optionsOrCb);
1225
- } else if (typeof cb === "function") {
1226
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1227
- this.send(command, optionsOrCb || {}, cb);
1228
- } else {
1229
- return this.send(command, optionsOrCb);
1230
- }
1231
- }
1232
-
1233
- /**
1234
- * <p>Retrieves information about a project.</p>
1235
- */
1236
- public describeProject(
1237
- args: DescribeProjectCommandInput,
1238
- options?: __HttpHandlerOptions
1239
- ): Promise<DescribeProjectCommandOutput>;
1240
- public describeProject(
1241
- args: DescribeProjectCommandInput,
1242
- cb: (err: any, data?: DescribeProjectCommandOutput) => void
1243
- ): void;
1244
- public describeProject(
1245
- args: DescribeProjectCommandInput,
1246
- options: __HttpHandlerOptions,
1247
- cb: (err: any, data?: DescribeProjectCommandOutput) => void
1248
- ): void;
1249
- public describeProject(
1250
- args: DescribeProjectCommandInput,
1251
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeProjectCommandOutput) => void),
1252
- cb?: (err: any, data?: DescribeProjectCommandOutput) => void
1253
- ): Promise<DescribeProjectCommandOutput> | void {
1254
- const command = new DescribeProjectCommand(args);
1255
- if (typeof optionsOrCb === "function") {
1256
- this.send(command, optionsOrCb);
1257
- } else if (typeof cb === "function") {
1258
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1259
- this.send(command, optionsOrCb || {}, cb);
1260
- } else {
1261
- return this.send(command, optionsOrCb);
1262
- }
1263
- }
1264
-
1265
- /**
1266
- * <p>Retrieves information about the storage configuration for IoT SiteWise.</p>
1267
- */
1268
- public describeStorageConfiguration(
1269
- args: DescribeStorageConfigurationCommandInput,
1270
- options?: __HttpHandlerOptions
1271
- ): Promise<DescribeStorageConfigurationCommandOutput>;
1272
- public describeStorageConfiguration(
1273
- args: DescribeStorageConfigurationCommandInput,
1274
- cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void
1275
- ): void;
1276
- public describeStorageConfiguration(
1277
- args: DescribeStorageConfigurationCommandInput,
1278
- options: __HttpHandlerOptions,
1279
- cb: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void
1280
- ): void;
1281
- public describeStorageConfiguration(
1282
- args: DescribeStorageConfigurationCommandInput,
1283
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeStorageConfigurationCommandOutput) => void),
1284
- cb?: (err: any, data?: DescribeStorageConfigurationCommandOutput) => void
1285
- ): Promise<DescribeStorageConfigurationCommandOutput> | void {
1286
- const command = new DescribeStorageConfigurationCommand(args);
1287
- if (typeof optionsOrCb === "function") {
1288
- this.send(command, optionsOrCb);
1289
- } else if (typeof cb === "function") {
1290
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1291
- this.send(command, optionsOrCb || {}, cb);
1292
- } else {
1293
- return this.send(command, optionsOrCb);
1294
- }
1295
- }
1296
-
1297
- /**
1298
- * <p>Disassociates a child asset from the given parent asset through a hierarchy defined in the
1299
- * parent asset's model.</p>
1300
- */
1301
- public disassociateAssets(
1302
- args: DisassociateAssetsCommandInput,
1303
- options?: __HttpHandlerOptions
1304
- ): Promise<DisassociateAssetsCommandOutput>;
1305
- public disassociateAssets(
1306
- args: DisassociateAssetsCommandInput,
1307
- cb: (err: any, data?: DisassociateAssetsCommandOutput) => void
1308
- ): void;
1309
- public disassociateAssets(
1310
- args: DisassociateAssetsCommandInput,
1311
- options: __HttpHandlerOptions,
1312
- cb: (err: any, data?: DisassociateAssetsCommandOutput) => void
1313
- ): void;
1314
- public disassociateAssets(
1315
- args: DisassociateAssetsCommandInput,
1316
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateAssetsCommandOutput) => void),
1317
- cb?: (err: any, data?: DisassociateAssetsCommandOutput) => void
1318
- ): Promise<DisassociateAssetsCommandOutput> | void {
1319
- const command = new DisassociateAssetsCommand(args);
1320
- if (typeof optionsOrCb === "function") {
1321
- this.send(command, optionsOrCb);
1322
- } else if (typeof cb === "function") {
1323
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1324
- this.send(command, optionsOrCb || {}, cb);
1325
- } else {
1326
- return this.send(command, optionsOrCb);
1327
- }
1328
- }
1329
-
1330
- /**
1331
- * <p>Gets aggregated values for an asset property. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#aggregates">Querying
1332
- * aggregates</a> in the <i>IoT SiteWise User Guide</i>.</p>
1333
- * <p>To identify an asset property, you must specify one of the following:</p>
1334
- * <ul>
1335
- * <li>
1336
- * <p>The <code>assetId</code> and <code>propertyId</code> of an asset property.</p>
1337
- * </li>
1338
- * <li>
1339
- * <p>A <code>propertyAlias</code>, which is a data stream alias (for example,
1340
- * <code>/company/windfarm/3/turbine/7/temperature</code>). To define an asset property's alias, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html">UpdateAssetProperty</a>.</p>
1341
- * </li>
1342
- * </ul>
1343
- */
1344
- public getAssetPropertyAggregates(
1345
- args: GetAssetPropertyAggregatesCommandInput,
1346
- options?: __HttpHandlerOptions
1347
- ): Promise<GetAssetPropertyAggregatesCommandOutput>;
1348
- public getAssetPropertyAggregates(
1349
- args: GetAssetPropertyAggregatesCommandInput,
1350
- cb: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void
1351
- ): void;
1352
- public getAssetPropertyAggregates(
1353
- args: GetAssetPropertyAggregatesCommandInput,
1354
- options: __HttpHandlerOptions,
1355
- cb: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void
1356
- ): void;
1357
- public getAssetPropertyAggregates(
1358
- args: GetAssetPropertyAggregatesCommandInput,
1359
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void),
1360
- cb?: (err: any, data?: GetAssetPropertyAggregatesCommandOutput) => void
1361
- ): Promise<GetAssetPropertyAggregatesCommandOutput> | void {
1362
- const command = new GetAssetPropertyAggregatesCommand(args);
1363
- if (typeof optionsOrCb === "function") {
1364
- this.send(command, optionsOrCb);
1365
- } else if (typeof cb === "function") {
1366
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1367
- this.send(command, optionsOrCb || {}, cb);
1368
- } else {
1369
- return this.send(command, optionsOrCb);
1370
- }
1371
- }
1372
-
1373
- /**
1374
- * <p>Gets an asset property's current value. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#current-values">Querying
1375
- * current values</a> in the <i>IoT SiteWise User Guide</i>.</p>
1376
- * <p>To identify an asset property, you must specify one of the following:</p>
1377
- * <ul>
1378
- * <li>
1379
- * <p>The <code>assetId</code> and <code>propertyId</code> of an asset property.</p>
1380
- * </li>
1381
- * <li>
1382
- * <p>A <code>propertyAlias</code>, which is a data stream alias (for example,
1383
- * <code>/company/windfarm/3/turbine/7/temperature</code>). To define an asset property's alias, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html">UpdateAssetProperty</a>.</p>
1384
- * </li>
1385
- * </ul>
1386
- */
1387
- public getAssetPropertyValue(
1388
- args: GetAssetPropertyValueCommandInput,
1389
- options?: __HttpHandlerOptions
1390
- ): Promise<GetAssetPropertyValueCommandOutput>;
1391
- public getAssetPropertyValue(
1392
- args: GetAssetPropertyValueCommandInput,
1393
- cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void
1394
- ): void;
1395
- public getAssetPropertyValue(
1396
- args: GetAssetPropertyValueCommandInput,
1397
- options: __HttpHandlerOptions,
1398
- cb: (err: any, data?: GetAssetPropertyValueCommandOutput) => void
1399
- ): void;
1400
- public getAssetPropertyValue(
1401
- args: GetAssetPropertyValueCommandInput,
1402
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAssetPropertyValueCommandOutput) => void),
1403
- cb?: (err: any, data?: GetAssetPropertyValueCommandOutput) => void
1404
- ): Promise<GetAssetPropertyValueCommandOutput> | void {
1405
- const command = new GetAssetPropertyValueCommand(args);
1406
- if (typeof optionsOrCb === "function") {
1407
- this.send(command, optionsOrCb);
1408
- } else if (typeof cb === "function") {
1409
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1410
- this.send(command, optionsOrCb || {}, cb);
1411
- } else {
1412
- return this.send(command, optionsOrCb);
1413
- }
1414
- }
1415
-
1416
- /**
1417
- * <p>Gets the history of an asset property's values. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/query-industrial-data.html#historical-values">Querying
1418
- * historical values</a> in the <i>IoT SiteWise User Guide</i>.</p>
1419
- * <p>To identify an asset property, you must specify one of the following:</p>
1420
- * <ul>
1421
- * <li>
1422
- * <p>The <code>assetId</code> and <code>propertyId</code> of an asset property.</p>
1423
- * </li>
1424
- * <li>
1425
- * <p>A <code>propertyAlias</code>, which is a data stream alias (for example,
1426
- * <code>/company/windfarm/3/turbine/7/temperature</code>). To define an asset property's alias, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html">UpdateAssetProperty</a>.</p>
1427
- * </li>
1428
- * </ul>
1429
- */
1430
- public getAssetPropertyValueHistory(
1431
- args: GetAssetPropertyValueHistoryCommandInput,
1432
- options?: __HttpHandlerOptions
1433
- ): Promise<GetAssetPropertyValueHistoryCommandOutput>;
1434
- public getAssetPropertyValueHistory(
1435
- args: GetAssetPropertyValueHistoryCommandInput,
1436
- cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void
1437
- ): void;
1438
- public getAssetPropertyValueHistory(
1439
- args: GetAssetPropertyValueHistoryCommandInput,
1440
- options: __HttpHandlerOptions,
1441
- cb: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void
1442
- ): void;
1443
- public getAssetPropertyValueHistory(
1444
- args: GetAssetPropertyValueHistoryCommandInput,
1445
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void),
1446
- cb?: (err: any, data?: GetAssetPropertyValueHistoryCommandOutput) => void
1447
- ): Promise<GetAssetPropertyValueHistoryCommandOutput> | void {
1448
- const command = new GetAssetPropertyValueHistoryCommand(args);
1449
- if (typeof optionsOrCb === "function") {
1450
- this.send(command, optionsOrCb);
1451
- } else if (typeof cb === "function") {
1452
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1453
- this.send(command, optionsOrCb || {}, cb);
1454
- } else {
1455
- return this.send(command, optionsOrCb);
1456
- }
1457
- }
1458
-
1459
- /**
1460
- * <p>Get interpolated values for an asset property for a specified time interval, during a
1461
- * period of time. If your time series is missing data points during the specified time interval,
1462
- * you can use interpolation to estimate the missing data.</p>
1463
- * <p>For example, you can use this operation to return the interpolated
1464
- * temperature values for a wind turbine every 24 hours over a duration of 7 days.</p>
1465
- * <p>To identify an asset property, you must specify one of the following:</p>
1466
- * <ul>
1467
- * <li>
1468
- * <p>The <code>assetId</code> and <code>propertyId</code> of an asset property.</p>
1469
- * </li>
1470
- * <li>
1471
- * <p>A <code>propertyAlias</code>, which is a data stream alias (for example,
1472
- * <code>/company/windfarm/3/turbine/7/temperature</code>). To define an asset property's alias, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html">UpdateAssetProperty</a>.</p>
1473
- * </li>
1474
- * </ul>
1475
- */
1476
- public getInterpolatedAssetPropertyValues(
1477
- args: GetInterpolatedAssetPropertyValuesCommandInput,
1478
- options?: __HttpHandlerOptions
1479
- ): Promise<GetInterpolatedAssetPropertyValuesCommandOutput>;
1480
- public getInterpolatedAssetPropertyValues(
1481
- args: GetInterpolatedAssetPropertyValuesCommandInput,
1482
- cb: (err: any, data?: GetInterpolatedAssetPropertyValuesCommandOutput) => void
1483
- ): void;
1484
- public getInterpolatedAssetPropertyValues(
1485
- args: GetInterpolatedAssetPropertyValuesCommandInput,
1486
- options: __HttpHandlerOptions,
1487
- cb: (err: any, data?: GetInterpolatedAssetPropertyValuesCommandOutput) => void
1488
- ): void;
1489
- public getInterpolatedAssetPropertyValues(
1490
- args: GetInterpolatedAssetPropertyValuesCommandInput,
1491
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetInterpolatedAssetPropertyValuesCommandOutput) => void),
1492
- cb?: (err: any, data?: GetInterpolatedAssetPropertyValuesCommandOutput) => void
1493
- ): Promise<GetInterpolatedAssetPropertyValuesCommandOutput> | void {
1494
- const command = new GetInterpolatedAssetPropertyValuesCommand(args);
1495
- if (typeof optionsOrCb === "function") {
1496
- this.send(command, optionsOrCb);
1497
- } else if (typeof cb === "function") {
1498
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1499
- this.send(command, optionsOrCb || {}, cb);
1500
- } else {
1501
- return this.send(command, optionsOrCb);
1502
- }
1503
- }
1504
-
1505
- /**
1506
- * <p>Retrieves a paginated list of access policies for an identity (an Amazon Web Services SSO user, an Amazon Web Services SSO
1507
- * group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).</p>
1508
- */
1509
- public listAccessPolicies(
1510
- args: ListAccessPoliciesCommandInput,
1511
- options?: __HttpHandlerOptions
1512
- ): Promise<ListAccessPoliciesCommandOutput>;
1513
- public listAccessPolicies(
1514
- args: ListAccessPoliciesCommandInput,
1515
- cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void
1516
- ): void;
1517
- public listAccessPolicies(
1518
- args: ListAccessPoliciesCommandInput,
1519
- options: __HttpHandlerOptions,
1520
- cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void
1521
- ): void;
1522
- public listAccessPolicies(
1523
- args: ListAccessPoliciesCommandInput,
1524
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAccessPoliciesCommandOutput) => void),
1525
- cb?: (err: any, data?: ListAccessPoliciesCommandOutput) => void
1526
- ): Promise<ListAccessPoliciesCommandOutput> | void {
1527
- const command = new ListAccessPoliciesCommand(args);
1528
- if (typeof optionsOrCb === "function") {
1529
- this.send(command, optionsOrCb);
1530
- } else if (typeof cb === "function") {
1531
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1532
- this.send(command, optionsOrCb || {}, cb);
1533
- } else {
1534
- return this.send(command, optionsOrCb);
1535
- }
1536
- }
1537
-
1538
- /**
1539
- * <p>Retrieves a paginated list of summaries of all asset models.</p>
1540
- */
1541
- public listAssetModels(
1542
- args: ListAssetModelsCommandInput,
1543
- options?: __HttpHandlerOptions
1544
- ): Promise<ListAssetModelsCommandOutput>;
1545
- public listAssetModels(
1546
- args: ListAssetModelsCommandInput,
1547
- cb: (err: any, data?: ListAssetModelsCommandOutput) => void
1548
- ): void;
1549
- public listAssetModels(
1550
- args: ListAssetModelsCommandInput,
1551
- options: __HttpHandlerOptions,
1552
- cb: (err: any, data?: ListAssetModelsCommandOutput) => void
1553
- ): void;
1554
- public listAssetModels(
1555
- args: ListAssetModelsCommandInput,
1556
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAssetModelsCommandOutput) => void),
1557
- cb?: (err: any, data?: ListAssetModelsCommandOutput) => void
1558
- ): Promise<ListAssetModelsCommandOutput> | void {
1559
- const command = new ListAssetModelsCommand(args);
1560
- if (typeof optionsOrCb === "function") {
1561
- this.send(command, optionsOrCb);
1562
- } else if (typeof cb === "function") {
1563
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1564
- this.send(command, optionsOrCb || {}, cb);
1565
- } else {
1566
- return this.send(command, optionsOrCb);
1567
- }
1568
- }
1569
-
1570
- /**
1571
- * <p>Retrieves a paginated list of asset relationships for an asset. You can use this operation
1572
- * to identify an asset's root asset and all associated assets between that asset and its
1573
- * root.</p>
1574
- */
1575
- public listAssetRelationships(
1576
- args: ListAssetRelationshipsCommandInput,
1577
- options?: __HttpHandlerOptions
1578
- ): Promise<ListAssetRelationshipsCommandOutput>;
1579
- public listAssetRelationships(
1580
- args: ListAssetRelationshipsCommandInput,
1581
- cb: (err: any, data?: ListAssetRelationshipsCommandOutput) => void
1582
- ): void;
1583
- public listAssetRelationships(
1584
- args: ListAssetRelationshipsCommandInput,
1585
- options: __HttpHandlerOptions,
1586
- cb: (err: any, data?: ListAssetRelationshipsCommandOutput) => void
1587
- ): void;
1588
- public listAssetRelationships(
1589
- args: ListAssetRelationshipsCommandInput,
1590
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAssetRelationshipsCommandOutput) => void),
1591
- cb?: (err: any, data?: ListAssetRelationshipsCommandOutput) => void
1592
- ): Promise<ListAssetRelationshipsCommandOutput> | void {
1593
- const command = new ListAssetRelationshipsCommand(args);
1594
- if (typeof optionsOrCb === "function") {
1595
- this.send(command, optionsOrCb);
1596
- } else if (typeof cb === "function") {
1597
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1598
- this.send(command, optionsOrCb || {}, cb);
1599
- } else {
1600
- return this.send(command, optionsOrCb);
1601
- }
1602
- }
1603
-
1604
- /**
1605
- * <p>Retrieves a paginated list of asset summaries.</p>
1606
- * <p>You can use this operation to do the following:</p>
1607
- * <ul>
1608
- * <li>
1609
- * <p>List assets based on a specific asset model.</p>
1610
- * </li>
1611
- * <li>
1612
- * <p>List top-level assets.</p>
1613
- * </li>
1614
- * </ul>
1615
- * <p>You can't use this operation to list all assets. To retrieve summaries for all of your
1616
- * assets, use <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_ListAssetModels.html">ListAssetModels</a> to get all of your asset model IDs. Then, use ListAssets to get all
1617
- * assets for each asset model.</p>
1618
- */
1619
- public listAssets(args: ListAssetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssetsCommandOutput>;
1620
- public listAssets(args: ListAssetsCommandInput, cb: (err: any, data?: ListAssetsCommandOutput) => void): void;
1621
- public listAssets(
1622
- args: ListAssetsCommandInput,
1623
- options: __HttpHandlerOptions,
1624
- cb: (err: any, data?: ListAssetsCommandOutput) => void
1625
- ): void;
1626
- public listAssets(
1627
- args: ListAssetsCommandInput,
1628
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAssetsCommandOutput) => void),
1629
- cb?: (err: any, data?: ListAssetsCommandOutput) => void
1630
- ): Promise<ListAssetsCommandOutput> | void {
1631
- const command = new ListAssetsCommand(args);
1632
- if (typeof optionsOrCb === "function") {
1633
- this.send(command, optionsOrCb);
1634
- } else if (typeof cb === "function") {
1635
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1636
- this.send(command, optionsOrCb || {}, cb);
1637
- } else {
1638
- return this.send(command, optionsOrCb);
1639
- }
1640
- }
1641
-
1642
- /**
1643
- * <p>Retrieves a paginated list of associated assets.</p>
1644
- * <p>You can use this operation to do the following:</p>
1645
- * <ul>
1646
- * <li>
1647
- * <p>List child assets associated to a parent asset by a hierarchy that you specify.</p>
1648
- * </li>
1649
- * <li>
1650
- * <p>List an asset's parent asset.</p>
1651
- * </li>
1652
- * </ul>
1653
- */
1654
- public listAssociatedAssets(
1655
- args: ListAssociatedAssetsCommandInput,
1656
- options?: __HttpHandlerOptions
1657
- ): Promise<ListAssociatedAssetsCommandOutput>;
1658
- public listAssociatedAssets(
1659
- args: ListAssociatedAssetsCommandInput,
1660
- cb: (err: any, data?: ListAssociatedAssetsCommandOutput) => void
1661
- ): void;
1662
- public listAssociatedAssets(
1663
- args: ListAssociatedAssetsCommandInput,
1664
- options: __HttpHandlerOptions,
1665
- cb: (err: any, data?: ListAssociatedAssetsCommandOutput) => void
1666
- ): void;
1667
- public listAssociatedAssets(
1668
- args: ListAssociatedAssetsCommandInput,
1669
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAssociatedAssetsCommandOutput) => void),
1670
- cb?: (err: any, data?: ListAssociatedAssetsCommandOutput) => void
1671
- ): Promise<ListAssociatedAssetsCommandOutput> | void {
1672
- const command = new ListAssociatedAssetsCommand(args);
1673
- if (typeof optionsOrCb === "function") {
1674
- this.send(command, optionsOrCb);
1675
- } else if (typeof cb === "function") {
1676
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1677
- this.send(command, optionsOrCb || {}, cb);
1678
- } else {
1679
- return this.send(command, optionsOrCb);
1680
- }
1681
- }
1682
-
1683
- /**
1684
- * <p>Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.</p>
1685
- */
1686
- public listDashboards(
1687
- args: ListDashboardsCommandInput,
1688
- options?: __HttpHandlerOptions
1689
- ): Promise<ListDashboardsCommandOutput>;
1690
- public listDashboards(
1691
- args: ListDashboardsCommandInput,
1692
- cb: (err: any, data?: ListDashboardsCommandOutput) => void
1693
- ): void;
1694
- public listDashboards(
1695
- args: ListDashboardsCommandInput,
1696
- options: __HttpHandlerOptions,
1697
- cb: (err: any, data?: ListDashboardsCommandOutput) => void
1698
- ): void;
1699
- public listDashboards(
1700
- args: ListDashboardsCommandInput,
1701
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDashboardsCommandOutput) => void),
1702
- cb?: (err: any, data?: ListDashboardsCommandOutput) => void
1703
- ): Promise<ListDashboardsCommandOutput> | void {
1704
- const command = new ListDashboardsCommand(args);
1705
- if (typeof optionsOrCb === "function") {
1706
- this.send(command, optionsOrCb);
1707
- } else if (typeof cb === "function") {
1708
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1709
- this.send(command, optionsOrCb || {}, cb);
1710
- } else {
1711
- return this.send(command, optionsOrCb);
1712
- }
1713
- }
1714
-
1715
- /**
1716
- * <p>Retrieves a paginated list of gateways.</p>
1717
- */
1718
- public listGateways(
1719
- args: ListGatewaysCommandInput,
1720
- options?: __HttpHandlerOptions
1721
- ): Promise<ListGatewaysCommandOutput>;
1722
- public listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
1723
- public listGateways(
1724
- args: ListGatewaysCommandInput,
1725
- options: __HttpHandlerOptions,
1726
- cb: (err: any, data?: ListGatewaysCommandOutput) => void
1727
- ): void;
1728
- public listGateways(
1729
- args: ListGatewaysCommandInput,
1730
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListGatewaysCommandOutput) => void),
1731
- cb?: (err: any, data?: ListGatewaysCommandOutput) => void
1732
- ): Promise<ListGatewaysCommandOutput> | void {
1733
- const command = new ListGatewaysCommand(args);
1734
- if (typeof optionsOrCb === "function") {
1735
- this.send(command, optionsOrCb);
1736
- } else if (typeof cb === "function") {
1737
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1738
- this.send(command, optionsOrCb || {}, cb);
1739
- } else {
1740
- return this.send(command, optionsOrCb);
1741
- }
1742
- }
1743
-
1744
- /**
1745
- * <p>Retrieves a paginated list of IoT SiteWise Monitor portals.</p>
1746
- */
1747
- public listPortals(args: ListPortalsCommandInput, options?: __HttpHandlerOptions): Promise<ListPortalsCommandOutput>;
1748
- public listPortals(args: ListPortalsCommandInput, cb: (err: any, data?: ListPortalsCommandOutput) => void): void;
1749
- public listPortals(
1750
- args: ListPortalsCommandInput,
1751
- options: __HttpHandlerOptions,
1752
- cb: (err: any, data?: ListPortalsCommandOutput) => void
1753
- ): void;
1754
- public listPortals(
1755
- args: ListPortalsCommandInput,
1756
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPortalsCommandOutput) => void),
1757
- cb?: (err: any, data?: ListPortalsCommandOutput) => void
1758
- ): Promise<ListPortalsCommandOutput> | void {
1759
- const command = new ListPortalsCommand(args);
1760
- if (typeof optionsOrCb === "function") {
1761
- this.send(command, optionsOrCb);
1762
- } else if (typeof cb === "function") {
1763
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1764
- this.send(command, optionsOrCb || {}, cb);
1765
- } else {
1766
- return this.send(command, optionsOrCb);
1767
- }
1768
- }
1769
-
1770
- /**
1771
- * <p>Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.</p>
1772
- */
1773
- public listProjectAssets(
1774
- args: ListProjectAssetsCommandInput,
1775
- options?: __HttpHandlerOptions
1776
- ): Promise<ListProjectAssetsCommandOutput>;
1777
- public listProjectAssets(
1778
- args: ListProjectAssetsCommandInput,
1779
- cb: (err: any, data?: ListProjectAssetsCommandOutput) => void
1780
- ): void;
1781
- public listProjectAssets(
1782
- args: ListProjectAssetsCommandInput,
1783
- options: __HttpHandlerOptions,
1784
- cb: (err: any, data?: ListProjectAssetsCommandOutput) => void
1785
- ): void;
1786
- public listProjectAssets(
1787
- args: ListProjectAssetsCommandInput,
1788
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListProjectAssetsCommandOutput) => void),
1789
- cb?: (err: any, data?: ListProjectAssetsCommandOutput) => void
1790
- ): Promise<ListProjectAssetsCommandOutput> | void {
1791
- const command = new ListProjectAssetsCommand(args);
1792
- if (typeof optionsOrCb === "function") {
1793
- this.send(command, optionsOrCb);
1794
- } else if (typeof cb === "function") {
1795
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1796
- this.send(command, optionsOrCb || {}, cb);
1797
- } else {
1798
- return this.send(command, optionsOrCb);
1799
- }
1800
- }
1801
-
1802
- /**
1803
- * <p>Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.</p>
1804
- */
1805
- public listProjects(
1806
- args: ListProjectsCommandInput,
1807
- options?: __HttpHandlerOptions
1808
- ): Promise<ListProjectsCommandOutput>;
1809
- public listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
1810
- public listProjects(
1811
- args: ListProjectsCommandInput,
1812
- options: __HttpHandlerOptions,
1813
- cb: (err: any, data?: ListProjectsCommandOutput) => void
1814
- ): void;
1815
- public listProjects(
1816
- args: ListProjectsCommandInput,
1817
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListProjectsCommandOutput) => void),
1818
- cb?: (err: any, data?: ListProjectsCommandOutput) => void
1819
- ): Promise<ListProjectsCommandOutput> | void {
1820
- const command = new ListProjectsCommand(args);
1821
- if (typeof optionsOrCb === "function") {
1822
- this.send(command, optionsOrCb);
1823
- } else if (typeof cb === "function") {
1824
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1825
- this.send(command, optionsOrCb || {}, cb);
1826
- } else {
1827
- return this.send(command, optionsOrCb);
1828
- }
1829
- }
1830
-
1831
- /**
1832
- * <p>Retrieves the list of tags for an IoT SiteWise resource.</p>
1833
- */
1834
- public listTagsForResource(
1835
- args: ListTagsForResourceCommandInput,
1836
- options?: __HttpHandlerOptions
1837
- ): Promise<ListTagsForResourceCommandOutput>;
1838
- public listTagsForResource(
1839
- args: ListTagsForResourceCommandInput,
1840
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1841
- ): void;
1842
- public listTagsForResource(
1843
- args: ListTagsForResourceCommandInput,
1844
- options: __HttpHandlerOptions,
1845
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1846
- ): void;
1847
- public listTagsForResource(
1848
- args: ListTagsForResourceCommandInput,
1849
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
1850
- cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
1851
- ): Promise<ListTagsForResourceCommandOutput> | void {
1852
- const command = new ListTagsForResourceCommand(args);
1853
- if (typeof optionsOrCb === "function") {
1854
- this.send(command, optionsOrCb);
1855
- } else if (typeof cb === "function") {
1856
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1857
- this.send(command, optionsOrCb || {}, cb);
1858
- } else {
1859
- return this.send(command, optionsOrCb);
1860
- }
1861
- }
1862
-
1863
- /**
1864
- * <p>Sets the default encryption configuration for the Amazon Web Services account. For more information, see
1865
- * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/key-management.html">Key management</a> in
1866
- * the <i>IoT SiteWise User Guide</i>.</p>
1867
- */
1868
- public putDefaultEncryptionConfiguration(
1869
- args: PutDefaultEncryptionConfigurationCommandInput,
1870
- options?: __HttpHandlerOptions
1871
- ): Promise<PutDefaultEncryptionConfigurationCommandOutput>;
1872
- public putDefaultEncryptionConfiguration(
1873
- args: PutDefaultEncryptionConfigurationCommandInput,
1874
- cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void
1875
- ): void;
1876
- public putDefaultEncryptionConfiguration(
1877
- args: PutDefaultEncryptionConfigurationCommandInput,
1878
- options: __HttpHandlerOptions,
1879
- cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void
1880
- ): void;
1881
- public putDefaultEncryptionConfiguration(
1882
- args: PutDefaultEncryptionConfigurationCommandInput,
1883
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void),
1884
- cb?: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void
1885
- ): Promise<PutDefaultEncryptionConfigurationCommandOutput> | void {
1886
- const command = new PutDefaultEncryptionConfigurationCommand(args);
1887
- if (typeof optionsOrCb === "function") {
1888
- this.send(command, optionsOrCb);
1889
- } else if (typeof cb === "function") {
1890
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1891
- this.send(command, optionsOrCb || {}, cb);
1892
- } else {
1893
- return this.send(command, optionsOrCb);
1894
- }
1895
- }
1896
-
1897
- /**
1898
- * <p>Sets logging options for IoT SiteWise.</p>
1899
- */
1900
- public putLoggingOptions(
1901
- args: PutLoggingOptionsCommandInput,
1902
- options?: __HttpHandlerOptions
1903
- ): Promise<PutLoggingOptionsCommandOutput>;
1904
- public putLoggingOptions(
1905
- args: PutLoggingOptionsCommandInput,
1906
- cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void
1907
- ): void;
1908
- public putLoggingOptions(
1909
- args: PutLoggingOptionsCommandInput,
1910
- options: __HttpHandlerOptions,
1911
- cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void
1912
- ): void;
1913
- public putLoggingOptions(
1914
- args: PutLoggingOptionsCommandInput,
1915
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutLoggingOptionsCommandOutput) => void),
1916
- cb?: (err: any, data?: PutLoggingOptionsCommandOutput) => void
1917
- ): Promise<PutLoggingOptionsCommandOutput> | void {
1918
- const command = new PutLoggingOptionsCommand(args);
1919
- if (typeof optionsOrCb === "function") {
1920
- this.send(command, optionsOrCb);
1921
- } else if (typeof cb === "function") {
1922
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1923
- this.send(command, optionsOrCb || {}, cb);
1924
- } else {
1925
- return this.send(command, optionsOrCb);
1926
- }
1927
- }
1928
-
1929
- /**
1930
- * <p>Configures storage settings for IoT SiteWise.</p>
1931
- */
1932
- public putStorageConfiguration(
1933
- args: PutStorageConfigurationCommandInput,
1934
- options?: __HttpHandlerOptions
1935
- ): Promise<PutStorageConfigurationCommandOutput>;
1936
- public putStorageConfiguration(
1937
- args: PutStorageConfigurationCommandInput,
1938
- cb: (err: any, data?: PutStorageConfigurationCommandOutput) => void
1939
- ): void;
1940
- public putStorageConfiguration(
1941
- args: PutStorageConfigurationCommandInput,
1942
- options: __HttpHandlerOptions,
1943
- cb: (err: any, data?: PutStorageConfigurationCommandOutput) => void
1944
- ): void;
1945
- public putStorageConfiguration(
1946
- args: PutStorageConfigurationCommandInput,
1947
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutStorageConfigurationCommandOutput) => void),
1948
- cb?: (err: any, data?: PutStorageConfigurationCommandOutput) => void
1949
- ): Promise<PutStorageConfigurationCommandOutput> | void {
1950
- const command = new PutStorageConfigurationCommand(args);
1951
- if (typeof optionsOrCb === "function") {
1952
- this.send(command, optionsOrCb);
1953
- } else if (typeof cb === "function") {
1954
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1955
- this.send(command, optionsOrCb || {}, cb);
1956
- } else {
1957
- return this.send(command, optionsOrCb);
1958
- }
1959
- }
1960
-
1961
- /**
1962
- * <p>Adds tags to an IoT SiteWise resource. If a tag already exists for the resource, this operation
1963
- * updates the tag's value.</p>
1964
- */
1965
- public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1966
- public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1967
- public tagResource(
1968
- args: TagResourceCommandInput,
1969
- options: __HttpHandlerOptions,
1970
- cb: (err: any, data?: TagResourceCommandOutput) => void
1971
- ): void;
1972
- public tagResource(
1973
- args: TagResourceCommandInput,
1974
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
1975
- cb?: (err: any, data?: TagResourceCommandOutput) => void
1976
- ): Promise<TagResourceCommandOutput> | void {
1977
- const command = new TagResourceCommand(args);
1978
- if (typeof optionsOrCb === "function") {
1979
- this.send(command, optionsOrCb);
1980
- } else if (typeof cb === "function") {
1981
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1982
- this.send(command, optionsOrCb || {}, cb);
1983
- } else {
1984
- return this.send(command, optionsOrCb);
1985
- }
1986
- }
1987
-
1988
- /**
1989
- * <p>Removes a tag from an IoT SiteWise resource.</p>
1990
- */
1991
- public untagResource(
1992
- args: UntagResourceCommandInput,
1993
- options?: __HttpHandlerOptions
1994
- ): Promise<UntagResourceCommandOutput>;
1995
- public untagResource(
1996
- args: UntagResourceCommandInput,
1997
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1998
- ): void;
1999
- public untagResource(
2000
- args: UntagResourceCommandInput,
2001
- options: __HttpHandlerOptions,
2002
- cb: (err: any, data?: UntagResourceCommandOutput) => void
2003
- ): void;
2004
- public untagResource(
2005
- args: UntagResourceCommandInput,
2006
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
2007
- cb?: (err: any, data?: UntagResourceCommandOutput) => void
2008
- ): Promise<UntagResourceCommandOutput> | void {
2009
- const command = new UntagResourceCommand(args);
2010
- if (typeof optionsOrCb === "function") {
2011
- this.send(command, optionsOrCb);
2012
- } else if (typeof cb === "function") {
2013
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2014
- this.send(command, optionsOrCb || {}, cb);
2015
- } else {
2016
- return this.send(command, optionsOrCb);
2017
- }
2018
- }
2019
-
2020
- /**
2021
- * <p>Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor
2022
- * portal or project resource.</p>
2023
- */
2024
- public updateAccessPolicy(
2025
- args: UpdateAccessPolicyCommandInput,
2026
- options?: __HttpHandlerOptions
2027
- ): Promise<UpdateAccessPolicyCommandOutput>;
2028
- public updateAccessPolicy(
2029
- args: UpdateAccessPolicyCommandInput,
2030
- cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void
2031
- ): void;
2032
- public updateAccessPolicy(
2033
- args: UpdateAccessPolicyCommandInput,
2034
- options: __HttpHandlerOptions,
2035
- cb: (err: any, data?: UpdateAccessPolicyCommandOutput) => void
2036
- ): void;
2037
- public updateAccessPolicy(
2038
- args: UpdateAccessPolicyCommandInput,
2039
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAccessPolicyCommandOutput) => void),
2040
- cb?: (err: any, data?: UpdateAccessPolicyCommandOutput) => void
2041
- ): Promise<UpdateAccessPolicyCommandOutput> | void {
2042
- const command = new UpdateAccessPolicyCommand(args);
2043
- if (typeof optionsOrCb === "function") {
2044
- this.send(command, optionsOrCb);
2045
- } else if (typeof cb === "function") {
2046
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2047
- this.send(command, optionsOrCb || {}, cb);
2048
- } else {
2049
- return this.send(command, optionsOrCb);
2050
- }
2051
- }
2052
-
2053
- /**
2054
- * <p>Updates an asset's name. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/update-assets-and-models.html">Updating assets and models</a> in the
2055
- * <i>IoT SiteWise User Guide</i>.</p>
2056
- */
2057
- public updateAsset(args: UpdateAssetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssetCommandOutput>;
2058
- public updateAsset(args: UpdateAssetCommandInput, cb: (err: any, data?: UpdateAssetCommandOutput) => void): void;
2059
- public updateAsset(
2060
- args: UpdateAssetCommandInput,
2061
- options: __HttpHandlerOptions,
2062
- cb: (err: any, data?: UpdateAssetCommandOutput) => void
2063
- ): void;
2064
- public updateAsset(
2065
- args: UpdateAssetCommandInput,
2066
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAssetCommandOutput) => void),
2067
- cb?: (err: any, data?: UpdateAssetCommandOutput) => void
2068
- ): Promise<UpdateAssetCommandOutput> | void {
2069
- const command = new UpdateAssetCommand(args);
2070
- if (typeof optionsOrCb === "function") {
2071
- this.send(command, optionsOrCb);
2072
- } else if (typeof cb === "function") {
2073
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2074
- this.send(command, optionsOrCb || {}, cb);
2075
- } else {
2076
- return this.send(command, optionsOrCb);
2077
- }
2078
- }
2079
-
2080
- /**
2081
- * <p>Updates an asset model and all of the assets that were created from the model. Each asset
2082
- * created from the model inherits the updated asset model's property and hierarchy definitions.
2083
- * For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/update-assets-and-models.html">Updating assets and models</a> in the
2084
- * <i>IoT SiteWise User Guide</i>.</p>
2085
- * <important>
2086
- * <p>This operation overwrites the existing model with the provided model. To avoid deleting
2087
- * your asset model's properties or hierarchies, you must include their IDs and definitions in
2088
- * the updated asset model payload. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeAssetModel.html">DescribeAssetModel</a>.</p>
2089
- * <p>If you remove a property from an asset model, IoT SiteWise deletes all previous data for that
2090
- * property. If you remove a hierarchy definition from an asset model, IoT SiteWise disassociates every
2091
- * asset associated with that hierarchy. You can't change the type or data type of an existing
2092
- * property.</p>
2093
- * </important>
2094
- */
2095
- public updateAssetModel(
2096
- args: UpdateAssetModelCommandInput,
2097
- options?: __HttpHandlerOptions
2098
- ): Promise<UpdateAssetModelCommandOutput>;
2099
- public updateAssetModel(
2100
- args: UpdateAssetModelCommandInput,
2101
- cb: (err: any, data?: UpdateAssetModelCommandOutput) => void
2102
- ): void;
2103
- public updateAssetModel(
2104
- args: UpdateAssetModelCommandInput,
2105
- options: __HttpHandlerOptions,
2106
- cb: (err: any, data?: UpdateAssetModelCommandOutput) => void
2107
- ): void;
2108
- public updateAssetModel(
2109
- args: UpdateAssetModelCommandInput,
2110
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAssetModelCommandOutput) => void),
2111
- cb?: (err: any, data?: UpdateAssetModelCommandOutput) => void
2112
- ): Promise<UpdateAssetModelCommandOutput> | void {
2113
- const command = new UpdateAssetModelCommand(args);
2114
- if (typeof optionsOrCb === "function") {
2115
- this.send(command, optionsOrCb);
2116
- } else if (typeof cb === "function") {
2117
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2118
- this.send(command, optionsOrCb || {}, cb);
2119
- } else {
2120
- return this.send(command, optionsOrCb);
2121
- }
2122
- }
2123
-
2124
- /**
2125
- * <p>Updates an asset property's alias and notification state.</p>
2126
- * <important>
2127
- * <p>This operation overwrites the property's existing alias and notification state. To keep
2128
- * your existing property's alias or notification state, you must include the existing values
2129
- * in the UpdateAssetProperty request. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeAssetProperty.html">DescribeAssetProperty</a>.</p>
2130
- * </important>
2131
- */
2132
- public updateAssetProperty(
2133
- args: UpdateAssetPropertyCommandInput,
2134
- options?: __HttpHandlerOptions
2135
- ): Promise<UpdateAssetPropertyCommandOutput>;
2136
- public updateAssetProperty(
2137
- args: UpdateAssetPropertyCommandInput,
2138
- cb: (err: any, data?: UpdateAssetPropertyCommandOutput) => void
2139
- ): void;
2140
- public updateAssetProperty(
2141
- args: UpdateAssetPropertyCommandInput,
2142
- options: __HttpHandlerOptions,
2143
- cb: (err: any, data?: UpdateAssetPropertyCommandOutput) => void
2144
- ): void;
2145
- public updateAssetProperty(
2146
- args: UpdateAssetPropertyCommandInput,
2147
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAssetPropertyCommandOutput) => void),
2148
- cb?: (err: any, data?: UpdateAssetPropertyCommandOutput) => void
2149
- ): Promise<UpdateAssetPropertyCommandOutput> | void {
2150
- const command = new UpdateAssetPropertyCommand(args);
2151
- if (typeof optionsOrCb === "function") {
2152
- this.send(command, optionsOrCb);
2153
- } else if (typeof cb === "function") {
2154
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2155
- this.send(command, optionsOrCb || {}, cb);
2156
- } else {
2157
- return this.send(command, optionsOrCb);
2158
- }
2159
- }
2160
-
2161
- /**
2162
- * <p>Updates an IoT SiteWise Monitor dashboard.</p>
2163
- */
2164
- public updateDashboard(
2165
- args: UpdateDashboardCommandInput,
2166
- options?: __HttpHandlerOptions
2167
- ): Promise<UpdateDashboardCommandOutput>;
2168
- public updateDashboard(
2169
- args: UpdateDashboardCommandInput,
2170
- cb: (err: any, data?: UpdateDashboardCommandOutput) => void
2171
- ): void;
2172
- public updateDashboard(
2173
- args: UpdateDashboardCommandInput,
2174
- options: __HttpHandlerOptions,
2175
- cb: (err: any, data?: UpdateDashboardCommandOutput) => void
2176
- ): void;
2177
- public updateDashboard(
2178
- args: UpdateDashboardCommandInput,
2179
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDashboardCommandOutput) => void),
2180
- cb?: (err: any, data?: UpdateDashboardCommandOutput) => void
2181
- ): Promise<UpdateDashboardCommandOutput> | void {
2182
- const command = new UpdateDashboardCommand(args);
2183
- if (typeof optionsOrCb === "function") {
2184
- this.send(command, optionsOrCb);
2185
- } else if (typeof cb === "function") {
2186
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2187
- this.send(command, optionsOrCb || {}, cb);
2188
- } else {
2189
- return this.send(command, optionsOrCb);
2190
- }
2191
- }
2192
-
2193
- /**
2194
- * <p>Updates a gateway's name.</p>
2195
- */
2196
- public updateGateway(
2197
- args: UpdateGatewayCommandInput,
2198
- options?: __HttpHandlerOptions
2199
- ): Promise<UpdateGatewayCommandOutput>;
2200
- public updateGateway(
2201
- args: UpdateGatewayCommandInput,
2202
- cb: (err: any, data?: UpdateGatewayCommandOutput) => void
2203
- ): void;
2204
- public updateGateway(
2205
- args: UpdateGatewayCommandInput,
2206
- options: __HttpHandlerOptions,
2207
- cb: (err: any, data?: UpdateGatewayCommandOutput) => void
2208
- ): void;
2209
- public updateGateway(
2210
- args: UpdateGatewayCommandInput,
2211
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateGatewayCommandOutput) => void),
2212
- cb?: (err: any, data?: UpdateGatewayCommandOutput) => void
2213
- ): Promise<UpdateGatewayCommandOutput> | void {
2214
- const command = new UpdateGatewayCommand(args);
2215
- if (typeof optionsOrCb === "function") {
2216
- this.send(command, optionsOrCb);
2217
- } else if (typeof cb === "function") {
2218
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2219
- this.send(command, optionsOrCb || {}, cb);
2220
- } else {
2221
- return this.send(command, optionsOrCb);
2222
- }
2223
- }
2224
-
2225
- /**
2226
- * <p>Updates a gateway capability configuration or defines a new capability configuration.
2227
- * Each gateway capability defines data sources for a gateway. A capability configuration
2228
- * can contain multiple data source configurations. If you define OPC-UA sources for a gateway in
2229
- * the IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To
2230
- * list all capability configurations for a gateway, use <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeGateway.html">DescribeGateway</a>.</p>
2231
- */
2232
- public updateGatewayCapabilityConfiguration(
2233
- args: UpdateGatewayCapabilityConfigurationCommandInput,
2234
- options?: __HttpHandlerOptions
2235
- ): Promise<UpdateGatewayCapabilityConfigurationCommandOutput>;
2236
- public updateGatewayCapabilityConfiguration(
2237
- args: UpdateGatewayCapabilityConfigurationCommandInput,
2238
- cb: (err: any, data?: UpdateGatewayCapabilityConfigurationCommandOutput) => void
2239
- ): void;
2240
- public updateGatewayCapabilityConfiguration(
2241
- args: UpdateGatewayCapabilityConfigurationCommandInput,
2242
- options: __HttpHandlerOptions,
2243
- cb: (err: any, data?: UpdateGatewayCapabilityConfigurationCommandOutput) => void
2244
- ): void;
2245
- public updateGatewayCapabilityConfiguration(
2246
- args: UpdateGatewayCapabilityConfigurationCommandInput,
2247
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateGatewayCapabilityConfigurationCommandOutput) => void),
2248
- cb?: (err: any, data?: UpdateGatewayCapabilityConfigurationCommandOutput) => void
2249
- ): Promise<UpdateGatewayCapabilityConfigurationCommandOutput> | void {
2250
- const command = new UpdateGatewayCapabilityConfigurationCommand(args);
2251
- if (typeof optionsOrCb === "function") {
2252
- this.send(command, optionsOrCb);
2253
- } else if (typeof cb === "function") {
2254
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2255
- this.send(command, optionsOrCb || {}, cb);
2256
- } else {
2257
- return this.send(command, optionsOrCb);
2258
- }
2259
- }
2260
-
2261
- /**
2262
- * <p>Updates an IoT SiteWise Monitor portal.</p>
2263
- */
2264
- public updatePortal(
2265
- args: UpdatePortalCommandInput,
2266
- options?: __HttpHandlerOptions
2267
- ): Promise<UpdatePortalCommandOutput>;
2268
- public updatePortal(args: UpdatePortalCommandInput, cb: (err: any, data?: UpdatePortalCommandOutput) => void): void;
2269
- public updatePortal(
2270
- args: UpdatePortalCommandInput,
2271
- options: __HttpHandlerOptions,
2272
- cb: (err: any, data?: UpdatePortalCommandOutput) => void
2273
- ): void;
2274
- public updatePortal(
2275
- args: UpdatePortalCommandInput,
2276
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdatePortalCommandOutput) => void),
2277
- cb?: (err: any, data?: UpdatePortalCommandOutput) => void
2278
- ): Promise<UpdatePortalCommandOutput> | void {
2279
- const command = new UpdatePortalCommand(args);
2280
- if (typeof optionsOrCb === "function") {
2281
- this.send(command, optionsOrCb);
2282
- } else if (typeof cb === "function") {
2283
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2284
- this.send(command, optionsOrCb || {}, cb);
2285
- } else {
2286
- return this.send(command, optionsOrCb);
2287
- }
2288
- }
2289
-
2290
- /**
2291
- * <p>Updates an IoT SiteWise Monitor project.</p>
2292
- */
2293
- public updateProject(
2294
- args: UpdateProjectCommandInput,
2295
- options?: __HttpHandlerOptions
2296
- ): Promise<UpdateProjectCommandOutput>;
2297
- public updateProject(
2298
- args: UpdateProjectCommandInput,
2299
- cb: (err: any, data?: UpdateProjectCommandOutput) => void
2300
- ): void;
2301
- public updateProject(
2302
- args: UpdateProjectCommandInput,
2303
- options: __HttpHandlerOptions,
2304
- cb: (err: any, data?: UpdateProjectCommandOutput) => void
2305
- ): void;
2306
- public updateProject(
2307
- args: UpdateProjectCommandInput,
2308
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateProjectCommandOutput) => void),
2309
- cb?: (err: any, data?: UpdateProjectCommandOutput) => void
2310
- ): Promise<UpdateProjectCommandOutput> | void {
2311
- const command = new UpdateProjectCommand(args);
2312
- if (typeof optionsOrCb === "function") {
2313
- this.send(command, optionsOrCb);
2314
- } else if (typeof cb === "function") {
2315
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2316
- this.send(command, optionsOrCb || {}, cb);
2317
- } else {
2318
- return this.send(command, optionsOrCb);
2319
- }
2320
- }
2321
- }