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