@aws-sdk/client-iotsitewise 3.32.0 → 3.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (996) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/IoTSiteWise.js +911 -0
  3. package/dist-cjs/IoTSiteWiseClient.js +44 -0
  4. package/dist-cjs/commands/AssociateAssetsCommand.js +62 -0
  5. package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +60 -0
  6. package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +60 -0
  7. package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +84 -0
  8. package/dist-cjs/commands/CreateAccessPolicyCommand.js +61 -0
  9. package/dist-cjs/commands/CreateAssetCommand.js +61 -0
  10. package/dist-cjs/commands/CreateAssetModelCommand.js +64 -0
  11. package/dist-cjs/commands/CreateDashboardCommand.js +60 -0
  12. package/dist-cjs/commands/CreateGatewayCommand.js +62 -0
  13. package/dist-cjs/commands/CreatePortalCommand.js +66 -0
  14. package/dist-cjs/commands/CreateProjectCommand.js +60 -0
  15. package/dist-cjs/commands/DeleteAccessPolicyCommand.js +62 -0
  16. package/dist-cjs/commands/DeleteAssetCommand.js +65 -0
  17. package/dist-cjs/commands/DeleteAssetModelCommand.js +64 -0
  18. package/dist-cjs/commands/DeleteDashboardCommand.js +60 -0
  19. package/dist-cjs/commands/DeleteGatewayCommand.js +61 -0
  20. package/dist-cjs/commands/DeletePortalCommand.js +60 -0
  21. package/dist-cjs/commands/DeleteProjectCommand.js +60 -0
  22. package/dist-cjs/commands/DescribeAccessPolicyCommand.js +61 -0
  23. package/dist-cjs/commands/DescribeAssetCommand.js +60 -0
  24. package/dist-cjs/commands/DescribeAssetModelCommand.js +60 -0
  25. package/dist-cjs/commands/DescribeAssetPropertyCommand.js +67 -0
  26. package/dist-cjs/commands/DescribeDashboardCommand.js +60 -0
  27. package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +62 -0
  28. package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +64 -0
  29. package/dist-cjs/commands/DescribeGatewayCommand.js +60 -0
  30. package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +60 -0
  31. package/dist-cjs/commands/DescribePortalCommand.js +60 -0
  32. package/dist-cjs/commands/DescribeProjectCommand.js +60 -0
  33. package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +60 -0
  34. package/dist-cjs/commands/DisassociateAssetsCommand.js +61 -0
  35. package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +71 -0
  36. package/dist-cjs/commands/GetAssetPropertyValueCommand.js +71 -0
  37. package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +71 -0
  38. package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +74 -0
  39. package/dist-cjs/commands/ListAccessPoliciesCommand.js +61 -0
  40. package/dist-cjs/commands/ListAssetModelsCommand.js +60 -0
  41. package/dist-cjs/commands/ListAssetRelationshipsCommand.js +62 -0
  42. package/dist-cjs/commands/ListAssetsCommand.js +72 -0
  43. package/dist-cjs/commands/ListAssociatedAssetsCommand.js +69 -0
  44. package/dist-cjs/commands/ListDashboardsCommand.js +60 -0
  45. package/dist-cjs/commands/ListGatewaysCommand.js +60 -0
  46. package/dist-cjs/commands/ListPortalsCommand.js +60 -0
  47. package/dist-cjs/commands/ListProjectAssetsCommand.js +60 -0
  48. package/dist-cjs/commands/ListProjectsCommand.js +60 -0
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
  50. package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +62 -0
  51. package/dist-cjs/commands/PutLoggingOptionsCommand.js +60 -0
  52. package/dist-cjs/commands/PutStorageConfigurationCommand.js +60 -0
  53. package/dist-cjs/commands/TagResourceCommand.js +61 -0
  54. package/dist-cjs/commands/UntagResourceCommand.js +60 -0
  55. package/dist-cjs/commands/UpdateAccessPolicyCommand.js +61 -0
  56. package/dist-cjs/commands/UpdateAssetCommand.js +61 -0
  57. package/dist-cjs/commands/UpdateAssetModelCommand.js +72 -0
  58. package/dist-cjs/commands/UpdateAssetPropertyCommand.js +65 -0
  59. package/dist-cjs/commands/UpdateDashboardCommand.js +60 -0
  60. package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +64 -0
  61. package/dist-cjs/commands/UpdateGatewayCommand.js +60 -0
  62. package/dist-cjs/commands/UpdatePortalCommand.js +60 -0
  63. package/dist-cjs/commands/UpdateProjectCommand.js +60 -0
  64. package/dist-cjs/endpoints.js +56 -0
  65. package/dist-cjs/index.js +86 -0
  66. package/dist-cjs/models/index.js +4 -0
  67. package/dist-cjs/models/models_0.js +1952 -0
  68. package/dist-cjs/pagination/GetAssetPropertyAggregatesPaginator.js +45 -0
  69. package/dist-cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +45 -0
  70. package/dist-cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +45 -0
  71. package/dist-cjs/pagination/Interfaces.js +2 -0
  72. package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +45 -0
  73. package/dist-cjs/pagination/ListAssetModelsPaginator.js +45 -0
  74. package/dist-cjs/pagination/ListAssetRelationshipsPaginator.js +45 -0
  75. package/dist-cjs/pagination/ListAssetsPaginator.js +45 -0
  76. package/dist-cjs/pagination/ListAssociatedAssetsPaginator.js +45 -0
  77. package/dist-cjs/pagination/ListDashboardsPaginator.js +45 -0
  78. package/dist-cjs/pagination/ListGatewaysPaginator.js +45 -0
  79. package/dist-cjs/pagination/ListPortalsPaginator.js +45 -0
  80. package/dist-cjs/pagination/ListProjectAssetsPaginator.js +45 -0
  81. package/dist-cjs/pagination/ListProjectsPaginator.js +45 -0
  82. package/dist-cjs/protocols/Aws_restJson1.js +8693 -0
  83. package/dist-cjs/runtimeConfig.browser.js +41 -0
  84. package/dist-cjs/runtimeConfig.js +46 -0
  85. package/dist-cjs/runtimeConfig.native.js +19 -0
  86. package/dist-cjs/runtimeConfig.shared.js +20 -0
  87. package/dist-cjs/waiters/waitForAssetActive.js +54 -0
  88. package/dist-cjs/waiters/waitForAssetModelActive.js +54 -0
  89. package/dist-cjs/waiters/waitForAssetModelNotExists.js +39 -0
  90. package/dist-cjs/waiters/waitForAssetNotExists.js +39 -0
  91. package/dist-cjs/waiters/waitForPortalActive.js +45 -0
  92. package/dist-cjs/waiters/waitForPortalNotExists.js +39 -0
  93. package/dist-es/IoTSiteWise.js +910 -0
  94. package/dist-es/IoTSiteWiseClient.js +37 -0
  95. package/dist-es/commands/AssociateAssetsCommand.js +39 -0
  96. package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +39 -0
  97. package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +39 -0
  98. package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +39 -0
  99. package/dist-es/commands/CreateAccessPolicyCommand.js +39 -0
  100. package/dist-es/commands/CreateAssetCommand.js +39 -0
  101. package/dist-es/commands/CreateAssetModelCommand.js +39 -0
  102. package/dist-es/commands/CreateDashboardCommand.js +39 -0
  103. package/dist-es/commands/CreateGatewayCommand.js +39 -0
  104. package/dist-es/commands/CreatePortalCommand.js +39 -0
  105. package/dist-es/commands/CreateProjectCommand.js +39 -0
  106. package/dist-es/commands/DeleteAccessPolicyCommand.js +39 -0
  107. package/dist-es/commands/DeleteAssetCommand.js +39 -0
  108. package/dist-es/commands/DeleteAssetModelCommand.js +39 -0
  109. package/dist-es/commands/DeleteDashboardCommand.js +39 -0
  110. package/dist-es/commands/DeleteGatewayCommand.js +39 -0
  111. package/dist-es/commands/DeletePortalCommand.js +39 -0
  112. package/dist-es/commands/DeleteProjectCommand.js +39 -0
  113. package/dist-es/commands/DescribeAccessPolicyCommand.js +39 -0
  114. package/dist-es/commands/DescribeAssetCommand.js +39 -0
  115. package/dist-es/commands/DescribeAssetModelCommand.js +39 -0
  116. package/dist-es/commands/DescribeAssetPropertyCommand.js +39 -0
  117. package/dist-es/commands/DescribeDashboardCommand.js +39 -0
  118. package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +39 -0
  119. package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +39 -0
  120. package/dist-es/commands/DescribeGatewayCommand.js +39 -0
  121. package/dist-es/commands/DescribeLoggingOptionsCommand.js +39 -0
  122. package/dist-es/commands/DescribePortalCommand.js +39 -0
  123. package/dist-es/commands/DescribeProjectCommand.js +39 -0
  124. package/dist-es/commands/DescribeStorageConfigurationCommand.js +39 -0
  125. package/dist-es/commands/DisassociateAssetsCommand.js +39 -0
  126. package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +39 -0
  127. package/dist-es/commands/GetAssetPropertyValueCommand.js +39 -0
  128. package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +39 -0
  129. package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +39 -0
  130. package/dist-es/commands/ListAccessPoliciesCommand.js +39 -0
  131. package/dist-es/commands/ListAssetModelsCommand.js +39 -0
  132. package/dist-es/commands/ListAssetRelationshipsCommand.js +39 -0
  133. package/dist-es/commands/ListAssetsCommand.js +39 -0
  134. package/dist-es/commands/ListAssociatedAssetsCommand.js +39 -0
  135. package/dist-es/commands/ListDashboardsCommand.js +39 -0
  136. package/dist-es/commands/ListGatewaysCommand.js +39 -0
  137. package/dist-es/commands/ListPortalsCommand.js +39 -0
  138. package/dist-es/commands/ListProjectAssetsCommand.js +39 -0
  139. package/dist-es/commands/ListProjectsCommand.js +39 -0
  140. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  141. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +39 -0
  142. package/dist-es/commands/PutLoggingOptionsCommand.js +39 -0
  143. package/dist-es/commands/PutStorageConfigurationCommand.js +39 -0
  144. package/dist-es/commands/TagResourceCommand.js +39 -0
  145. package/dist-es/commands/UntagResourceCommand.js +39 -0
  146. package/dist-es/commands/UpdateAccessPolicyCommand.js +39 -0
  147. package/dist-es/commands/UpdateAssetCommand.js +39 -0
  148. package/dist-es/commands/UpdateAssetModelCommand.js +39 -0
  149. package/dist-es/commands/UpdateAssetPropertyCommand.js +39 -0
  150. package/dist-es/commands/UpdateDashboardCommand.js +39 -0
  151. package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +39 -0
  152. package/dist-es/commands/UpdateGatewayCommand.js +39 -0
  153. package/dist-es/commands/UpdatePortalCommand.js +39 -0
  154. package/dist-es/commands/UpdateProjectCommand.js +39 -0
  155. package/dist-es/endpoints.js +52 -0
  156. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  157. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  158. package/dist-es/models/models_0.js +961 -0
  159. package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +74 -0
  160. package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +74 -0
  161. package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +74 -0
  162. package/dist-es/pagination/Interfaces.js +1 -0
  163. package/dist-es/pagination/ListAccessPoliciesPaginator.js +74 -0
  164. package/dist-es/pagination/ListAssetModelsPaginator.js +74 -0
  165. package/dist-es/pagination/ListAssetRelationshipsPaginator.js +74 -0
  166. package/dist-es/pagination/ListAssetsPaginator.js +74 -0
  167. package/dist-es/pagination/ListAssociatedAssetsPaginator.js +74 -0
  168. package/dist-es/pagination/ListDashboardsPaginator.js +74 -0
  169. package/dist-es/pagination/ListGatewaysPaginator.js +74 -0
  170. package/dist-es/pagination/ListPortalsPaginator.js +74 -0
  171. package/dist-es/pagination/ListProjectAssetsPaginator.js +74 -0
  172. package/dist-es/pagination/ListProjectsPaginator.js +74 -0
  173. package/dist-es/protocols/Aws_restJson1.js +9606 -0
  174. package/dist-es/runtimeConfig.browser.js +16 -0
  175. package/dist-es/runtimeConfig.js +21 -0
  176. package/dist-es/runtimeConfig.native.js +8 -0
  177. package/dist-es/runtimeConfig.shared.js +13 -0
  178. package/dist-es/waiters/waitForAssetActive.js +60 -0
  179. package/dist-es/waiters/waitForAssetModelActive.js +60 -0
  180. package/dist-es/waiters/waitForAssetModelNotExists.js +45 -0
  181. package/dist-es/waiters/waitForAssetNotExists.js +45 -0
  182. package/dist-es/waiters/waitForPortalActive.js +51 -0
  183. package/dist-es/waiters/waitForPortalNotExists.js +45 -0
  184. package/dist-types/IoTSiteWise.d.ts +592 -0
  185. package/dist-types/IoTSiteWiseClient.d.ts +193 -0
  186. package/dist-types/commands/AssociateAssetsCommand.d.ts +37 -0
  187. package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +35 -0
  188. package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +35 -0
  189. package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +59 -0
  190. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +36 -0
  191. package/dist-types/commands/CreateAssetCommand.d.ts +36 -0
  192. package/dist-types/commands/CreateAssetModelCommand.d.ts +39 -0
  193. package/dist-types/commands/CreateDashboardCommand.d.ts +35 -0
  194. package/dist-types/commands/CreateGatewayCommand.d.ts +37 -0
  195. package/dist-types/commands/CreatePortalCommand.d.ts +41 -0
  196. package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
  197. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +37 -0
  198. package/dist-types/commands/DeleteAssetCommand.d.ts +40 -0
  199. package/dist-types/commands/DeleteAssetModelCommand.d.ts +39 -0
  200. package/dist-types/commands/DeleteDashboardCommand.d.ts +35 -0
  201. package/dist-types/commands/DeleteGatewayCommand.d.ts +36 -0
  202. package/dist-types/commands/DeletePortalCommand.d.ts +35 -0
  203. package/dist-types/commands/DeleteProjectCommand.d.ts +35 -0
  204. package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +36 -0
  205. package/dist-types/commands/DescribeAssetCommand.d.ts +35 -0
  206. package/dist-types/commands/DescribeAssetModelCommand.d.ts +35 -0
  207. package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +42 -0
  208. package/dist-types/commands/DescribeDashboardCommand.d.ts +35 -0
  209. package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +37 -0
  210. package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -0
  211. package/dist-types/commands/DescribeGatewayCommand.d.ts +35 -0
  212. package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +35 -0
  213. package/dist-types/commands/DescribePortalCommand.d.ts +35 -0
  214. package/dist-types/commands/DescribeProjectCommand.d.ts +35 -0
  215. package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +35 -0
  216. package/dist-types/commands/DisassociateAssetsCommand.d.ts +36 -0
  217. package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +46 -0
  218. package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +46 -0
  219. package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +46 -0
  220. package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +49 -0
  221. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +36 -0
  222. package/dist-types/commands/ListAssetModelsCommand.d.ts +35 -0
  223. package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +37 -0
  224. package/dist-types/commands/ListAssetsCommand.d.ts +47 -0
  225. package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +44 -0
  226. package/dist-types/commands/ListDashboardsCommand.d.ts +35 -0
  227. package/dist-types/commands/ListGatewaysCommand.d.ts +35 -0
  228. package/dist-types/commands/ListPortalsCommand.d.ts +35 -0
  229. package/dist-types/commands/ListProjectAssetsCommand.d.ts +35 -0
  230. package/dist-types/commands/ListProjectsCommand.d.ts +35 -0
  231. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  232. package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +37 -0
  233. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +35 -0
  234. package/dist-types/commands/PutStorageConfigurationCommand.d.ts +35 -0
  235. package/dist-types/commands/TagResourceCommand.d.ts +36 -0
  236. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  237. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +36 -0
  238. package/dist-types/commands/UpdateAssetCommand.d.ts +36 -0
  239. package/dist-types/commands/UpdateAssetModelCommand.d.ts +47 -0
  240. package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +40 -0
  241. package/dist-types/commands/UpdateDashboardCommand.d.ts +35 -0
  242. package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -0
  243. package/dist-types/commands/UpdateGatewayCommand.d.ts +35 -0
  244. package/dist-types/commands/UpdatePortalCommand.d.ts +35 -0
  245. package/dist-types/commands/UpdateProjectCommand.d.ts +35 -0
  246. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  247. package/{index.ts → dist-types/index.d.ts} +0 -0
  248. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  249. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  250. package/dist-types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
  251. package/dist-types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
  252. package/dist-types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
  253. package/dist-types/pagination/Interfaces.d.ts +6 -0
  254. package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
  255. package/dist-types/pagination/ListAssetModelsPaginator.d.ts +4 -0
  256. package/dist-types/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
  257. package/dist-types/pagination/ListAssetsPaginator.d.ts +4 -0
  258. package/dist-types/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
  259. package/dist-types/pagination/ListDashboardsPaginator.d.ts +4 -0
  260. package/dist-types/pagination/ListGatewaysPaginator.d.ts +4 -0
  261. package/dist-types/pagination/ListPortalsPaginator.d.ts +4 -0
  262. package/dist-types/pagination/ListProjectAssetsPaginator.d.ts +4 -0
  263. package/dist-types/pagination/ListProjectsPaginator.d.ts +4 -0
  264. package/dist-types/protocols/Aws_restJson1.d.ts +182 -0
  265. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  266. package/dist-types/runtimeConfig.d.ts +37 -0
  267. package/dist-types/runtimeConfig.native.d.ts +36 -0
  268. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  269. package/dist-types/ts3.4/IoTSiteWise.d.ts +592 -0
  270. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +193 -0
  271. package/dist-types/ts3.4/commands/AssociateAssetsCommand.d.ts +37 -0
  272. package/dist-types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +35 -0
  273. package/dist-types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +35 -0
  274. package/dist-types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +59 -0
  275. package/dist-types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +36 -0
  276. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +36 -0
  277. package/dist-types/ts3.4/commands/CreateAssetModelCommand.d.ts +39 -0
  278. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +35 -0
  279. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +37 -0
  280. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +41 -0
  281. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -0
  282. package/dist-types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +37 -0
  283. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +40 -0
  284. package/dist-types/ts3.4/commands/DeleteAssetModelCommand.d.ts +39 -0
  285. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +35 -0
  286. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +36 -0
  287. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +35 -0
  288. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -0
  289. package/dist-types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +36 -0
  290. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +35 -0
  291. package/dist-types/ts3.4/commands/DescribeAssetModelCommand.d.ts +35 -0
  292. package/dist-types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +42 -0
  293. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +35 -0
  294. package/dist-types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +37 -0
  295. package/dist-types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +39 -0
  296. package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +35 -0
  297. package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +35 -0
  298. package/dist-types/ts3.4/commands/DescribePortalCommand.d.ts +35 -0
  299. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +35 -0
  300. package/dist-types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +35 -0
  301. package/dist-types/ts3.4/commands/DisassociateAssetsCommand.d.ts +36 -0
  302. package/dist-types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +46 -0
  303. package/dist-types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +46 -0
  304. package/dist-types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +46 -0
  305. package/dist-types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +49 -0
  306. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +36 -0
  307. package/dist-types/ts3.4/commands/ListAssetModelsCommand.d.ts +35 -0
  308. package/dist-types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +37 -0
  309. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +47 -0
  310. package/dist-types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +44 -0
  311. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +35 -0
  312. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +35 -0
  313. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +35 -0
  314. package/dist-types/ts3.4/commands/ListProjectAssetsCommand.d.ts +35 -0
  315. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +35 -0
  316. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
  317. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +37 -0
  318. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +35 -0
  319. package/dist-types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +35 -0
  320. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
  321. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  322. package/dist-types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +36 -0
  323. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +36 -0
  324. package/dist-types/ts3.4/commands/UpdateAssetModelCommand.d.ts +47 -0
  325. package/dist-types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +40 -0
  326. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +35 -0
  327. package/dist-types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +39 -0
  328. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +35 -0
  329. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +35 -0
  330. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -0
  331. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  332. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  333. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  334. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  335. package/dist-types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +4 -0
  336. package/dist-types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +4 -0
  337. package/dist-types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +4 -0
  338. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  339. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +4 -0
  340. package/dist-types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +4 -0
  341. package/dist-types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +4 -0
  342. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +4 -0
  343. package/dist-types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +4 -0
  344. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +4 -0
  345. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
  346. package/dist-types/ts3.4/pagination/ListPortalsPaginator.d.ts +4 -0
  347. package/dist-types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +4 -0
  348. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  349. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +182 -0
  350. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  351. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  352. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  353. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  354. package/dist-types/ts3.4/waiters/waitForAssetActive.d.ts +14 -0
  355. package/dist-types/ts3.4/waiters/waitForAssetModelActive.d.ts +14 -0
  356. package/dist-types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +14 -0
  357. package/dist-types/ts3.4/waiters/waitForAssetNotExists.d.ts +14 -0
  358. package/dist-types/ts3.4/waiters/waitForPortalActive.d.ts +14 -0
  359. package/dist-types/ts3.4/waiters/waitForPortalNotExists.d.ts +14 -0
  360. package/dist-types/waiters/waitForAssetActive.d.ts +14 -0
  361. package/dist-types/waiters/waitForAssetModelActive.d.ts +14 -0
  362. package/dist-types/waiters/waitForAssetModelNotExists.d.ts +14 -0
  363. package/dist-types/waiters/waitForAssetNotExists.d.ts +14 -0
  364. package/dist-types/waiters/waitForPortalActive.d.ts +14 -0
  365. package/dist-types/waiters/waitForPortalNotExists.d.ts +14 -0
  366. package/package.json +53 -50
  367. package/IoTSiteWise.ts +0 -2321
  368. package/IoTSiteWiseClient.ts +0 -476
  369. package/commands/AssociateAssetsCommand.ts +0 -96
  370. package/commands/BatchAssociateProjectAssetsCommand.ts +0 -99
  371. package/commands/BatchDisassociateProjectAssetsCommand.ts +0 -102
  372. package/commands/BatchPutAssetPropertyValueCommand.ts +0 -121
  373. package/commands/CreateAccessPolicyCommand.ts +0 -95
  374. package/commands/CreateAssetCommand.ts +0 -95
  375. package/commands/CreateAssetModelCommand.ts +0 -98
  376. package/commands/CreateDashboardCommand.ts +0 -94
  377. package/commands/CreateGatewayCommand.ts +0 -96
  378. package/commands/CreatePortalCommand.ts +0 -100
  379. package/commands/CreateProjectCommand.ts +0 -94
  380. package/commands/DeleteAccessPolicyCommand.ts +0 -96
  381. package/commands/DeleteAssetCommand.ts +0 -99
  382. package/commands/DeleteAssetModelCommand.ts +0 -98
  383. package/commands/DeleteDashboardCommand.ts +0 -94
  384. package/commands/DeleteGatewayCommand.ts +0 -95
  385. package/commands/DeletePortalCommand.ts +0 -94
  386. package/commands/DeleteProjectCommand.ts +0 -94
  387. package/commands/DescribeAccessPolicyCommand.ts +0 -95
  388. package/commands/DescribeAssetCommand.ts +0 -94
  389. package/commands/DescribeAssetModelCommand.ts +0 -94
  390. package/commands/DescribeAssetPropertyCommand.ts +0 -101
  391. package/commands/DescribeDashboardCommand.ts +0 -94
  392. package/commands/DescribeDefaultEncryptionConfigurationCommand.ts +0 -108
  393. package/commands/DescribeGatewayCapabilityConfigurationCommand.ts +0 -110
  394. package/commands/DescribeGatewayCommand.ts +0 -94
  395. package/commands/DescribeLoggingOptionsCommand.ts +0 -94
  396. package/commands/DescribePortalCommand.ts +0 -94
  397. package/commands/DescribeProjectCommand.ts +0 -94
  398. package/commands/DescribeStorageConfigurationCommand.ts +0 -99
  399. package/commands/DisassociateAssetsCommand.ts +0 -95
  400. package/commands/GetAssetPropertyAggregatesCommand.ts +0 -108
  401. package/commands/GetAssetPropertyValueCommand.ts +0 -105
  402. package/commands/GetAssetPropertyValueHistoryCommand.ts +0 -110
  403. package/commands/GetInterpolatedAssetPropertyValuesCommand.ts +0 -119
  404. package/commands/ListAccessPoliciesCommand.ts +0 -95
  405. package/commands/ListAssetModelsCommand.ts +0 -94
  406. package/commands/ListAssetRelationshipsCommand.ts +0 -96
  407. package/commands/ListAssetsCommand.ts +0 -106
  408. package/commands/ListAssociatedAssetsCommand.ts +0 -103
  409. package/commands/ListDashboardsCommand.ts +0 -94
  410. package/commands/ListGatewaysCommand.ts +0 -94
  411. package/commands/ListPortalsCommand.ts +0 -94
  412. package/commands/ListProjectAssetsCommand.ts +0 -94
  413. package/commands/ListProjectsCommand.ts +0 -94
  414. package/commands/ListTagsForResourceCommand.ts +0 -94
  415. package/commands/PutDefaultEncryptionConfigurationCommand.ts +0 -107
  416. package/commands/PutLoggingOptionsCommand.ts +0 -94
  417. package/commands/PutStorageConfigurationCommand.ts +0 -94
  418. package/commands/TagResourceCommand.ts +0 -95
  419. package/commands/UntagResourceCommand.ts +0 -94
  420. package/commands/UpdateAccessPolicyCommand.ts +0 -95
  421. package/commands/UpdateAssetCommand.ts +0 -95
  422. package/commands/UpdateAssetModelCommand.ts +0 -106
  423. package/commands/UpdateAssetPropertyCommand.ts +0 -99
  424. package/commands/UpdateDashboardCommand.ts +0 -94
  425. package/commands/UpdateGatewayCapabilityConfigurationCommand.ts +0 -109
  426. package/commands/UpdateGatewayCommand.ts +0 -94
  427. package/commands/UpdatePortalCommand.ts +0 -94
  428. package/commands/UpdateProjectCommand.ts +0 -94
  429. package/dist/cjs/IoTSiteWise.js +0 -912
  430. package/dist/cjs/IoTSiteWise.js.map +0 -1
  431. package/dist/cjs/IoTSiteWiseClient.js +0 -45
  432. package/dist/cjs/IoTSiteWiseClient.js.map +0 -1
  433. package/dist/cjs/commands/AssociateAssetsCommand.js +0 -63
  434. package/dist/cjs/commands/AssociateAssetsCommand.js.map +0 -1
  435. package/dist/cjs/commands/BatchAssociateProjectAssetsCommand.js +0 -61
  436. package/dist/cjs/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
  437. package/dist/cjs/commands/BatchDisassociateProjectAssetsCommand.js +0 -61
  438. package/dist/cjs/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
  439. package/dist/cjs/commands/BatchPutAssetPropertyValueCommand.js +0 -85
  440. package/dist/cjs/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
  441. package/dist/cjs/commands/CreateAccessPolicyCommand.js +0 -62
  442. package/dist/cjs/commands/CreateAccessPolicyCommand.js.map +0 -1
  443. package/dist/cjs/commands/CreateAssetCommand.js +0 -62
  444. package/dist/cjs/commands/CreateAssetCommand.js.map +0 -1
  445. package/dist/cjs/commands/CreateAssetModelCommand.js +0 -65
  446. package/dist/cjs/commands/CreateAssetModelCommand.js.map +0 -1
  447. package/dist/cjs/commands/CreateDashboardCommand.js +0 -61
  448. package/dist/cjs/commands/CreateDashboardCommand.js.map +0 -1
  449. package/dist/cjs/commands/CreateGatewayCommand.js +0 -63
  450. package/dist/cjs/commands/CreateGatewayCommand.js.map +0 -1
  451. package/dist/cjs/commands/CreatePortalCommand.js +0 -67
  452. package/dist/cjs/commands/CreatePortalCommand.js.map +0 -1
  453. package/dist/cjs/commands/CreateProjectCommand.js +0 -61
  454. package/dist/cjs/commands/CreateProjectCommand.js.map +0 -1
  455. package/dist/cjs/commands/DeleteAccessPolicyCommand.js +0 -63
  456. package/dist/cjs/commands/DeleteAccessPolicyCommand.js.map +0 -1
  457. package/dist/cjs/commands/DeleteAssetCommand.js +0 -66
  458. package/dist/cjs/commands/DeleteAssetCommand.js.map +0 -1
  459. package/dist/cjs/commands/DeleteAssetModelCommand.js +0 -65
  460. package/dist/cjs/commands/DeleteAssetModelCommand.js.map +0 -1
  461. package/dist/cjs/commands/DeleteDashboardCommand.js +0 -61
  462. package/dist/cjs/commands/DeleteDashboardCommand.js.map +0 -1
  463. package/dist/cjs/commands/DeleteGatewayCommand.js +0 -62
  464. package/dist/cjs/commands/DeleteGatewayCommand.js.map +0 -1
  465. package/dist/cjs/commands/DeletePortalCommand.js +0 -61
  466. package/dist/cjs/commands/DeletePortalCommand.js.map +0 -1
  467. package/dist/cjs/commands/DeleteProjectCommand.js +0 -61
  468. package/dist/cjs/commands/DeleteProjectCommand.js.map +0 -1
  469. package/dist/cjs/commands/DescribeAccessPolicyCommand.js +0 -62
  470. package/dist/cjs/commands/DescribeAccessPolicyCommand.js.map +0 -1
  471. package/dist/cjs/commands/DescribeAssetCommand.js +0 -61
  472. package/dist/cjs/commands/DescribeAssetCommand.js.map +0 -1
  473. package/dist/cjs/commands/DescribeAssetModelCommand.js +0 -61
  474. package/dist/cjs/commands/DescribeAssetModelCommand.js.map +0 -1
  475. package/dist/cjs/commands/DescribeAssetPropertyCommand.js +0 -68
  476. package/dist/cjs/commands/DescribeAssetPropertyCommand.js.map +0 -1
  477. package/dist/cjs/commands/DescribeDashboardCommand.js +0 -61
  478. package/dist/cjs/commands/DescribeDashboardCommand.js.map +0 -1
  479. package/dist/cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -63
  480. package/dist/cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
  481. package/dist/cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -65
  482. package/dist/cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
  483. package/dist/cjs/commands/DescribeGatewayCommand.js +0 -61
  484. package/dist/cjs/commands/DescribeGatewayCommand.js.map +0 -1
  485. package/dist/cjs/commands/DescribeLoggingOptionsCommand.js +0 -61
  486. package/dist/cjs/commands/DescribeLoggingOptionsCommand.js.map +0 -1
  487. package/dist/cjs/commands/DescribePortalCommand.js +0 -61
  488. package/dist/cjs/commands/DescribePortalCommand.js.map +0 -1
  489. package/dist/cjs/commands/DescribeProjectCommand.js +0 -61
  490. package/dist/cjs/commands/DescribeProjectCommand.js.map +0 -1
  491. package/dist/cjs/commands/DescribeStorageConfigurationCommand.js +0 -61
  492. package/dist/cjs/commands/DescribeStorageConfigurationCommand.js.map +0 -1
  493. package/dist/cjs/commands/DisassociateAssetsCommand.js +0 -62
  494. package/dist/cjs/commands/DisassociateAssetsCommand.js.map +0 -1
  495. package/dist/cjs/commands/GetAssetPropertyAggregatesCommand.js +0 -72
  496. package/dist/cjs/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
  497. package/dist/cjs/commands/GetAssetPropertyValueCommand.js +0 -72
  498. package/dist/cjs/commands/GetAssetPropertyValueCommand.js.map +0 -1
  499. package/dist/cjs/commands/GetAssetPropertyValueHistoryCommand.js +0 -72
  500. package/dist/cjs/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
  501. package/dist/cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -75
  502. package/dist/cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
  503. package/dist/cjs/commands/ListAccessPoliciesCommand.js +0 -62
  504. package/dist/cjs/commands/ListAccessPoliciesCommand.js.map +0 -1
  505. package/dist/cjs/commands/ListAssetModelsCommand.js +0 -61
  506. package/dist/cjs/commands/ListAssetModelsCommand.js.map +0 -1
  507. package/dist/cjs/commands/ListAssetRelationshipsCommand.js +0 -63
  508. package/dist/cjs/commands/ListAssetRelationshipsCommand.js.map +0 -1
  509. package/dist/cjs/commands/ListAssetsCommand.js +0 -73
  510. package/dist/cjs/commands/ListAssetsCommand.js.map +0 -1
  511. package/dist/cjs/commands/ListAssociatedAssetsCommand.js +0 -70
  512. package/dist/cjs/commands/ListAssociatedAssetsCommand.js.map +0 -1
  513. package/dist/cjs/commands/ListDashboardsCommand.js +0 -61
  514. package/dist/cjs/commands/ListDashboardsCommand.js.map +0 -1
  515. package/dist/cjs/commands/ListGatewaysCommand.js +0 -61
  516. package/dist/cjs/commands/ListGatewaysCommand.js.map +0 -1
  517. package/dist/cjs/commands/ListPortalsCommand.js +0 -61
  518. package/dist/cjs/commands/ListPortalsCommand.js.map +0 -1
  519. package/dist/cjs/commands/ListProjectAssetsCommand.js +0 -61
  520. package/dist/cjs/commands/ListProjectAssetsCommand.js.map +0 -1
  521. package/dist/cjs/commands/ListProjectsCommand.js +0 -61
  522. package/dist/cjs/commands/ListProjectsCommand.js.map +0 -1
  523. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
  524. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  525. package/dist/cjs/commands/PutDefaultEncryptionConfigurationCommand.js +0 -63
  526. package/dist/cjs/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
  527. package/dist/cjs/commands/PutLoggingOptionsCommand.js +0 -61
  528. package/dist/cjs/commands/PutLoggingOptionsCommand.js.map +0 -1
  529. package/dist/cjs/commands/PutStorageConfigurationCommand.js +0 -61
  530. package/dist/cjs/commands/PutStorageConfigurationCommand.js.map +0 -1
  531. package/dist/cjs/commands/TagResourceCommand.js +0 -62
  532. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  533. package/dist/cjs/commands/UntagResourceCommand.js +0 -61
  534. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  535. package/dist/cjs/commands/UpdateAccessPolicyCommand.js +0 -62
  536. package/dist/cjs/commands/UpdateAccessPolicyCommand.js.map +0 -1
  537. package/dist/cjs/commands/UpdateAssetCommand.js +0 -62
  538. package/dist/cjs/commands/UpdateAssetCommand.js.map +0 -1
  539. package/dist/cjs/commands/UpdateAssetModelCommand.js +0 -73
  540. package/dist/cjs/commands/UpdateAssetModelCommand.js.map +0 -1
  541. package/dist/cjs/commands/UpdateAssetPropertyCommand.js +0 -66
  542. package/dist/cjs/commands/UpdateAssetPropertyCommand.js.map +0 -1
  543. package/dist/cjs/commands/UpdateDashboardCommand.js +0 -61
  544. package/dist/cjs/commands/UpdateDashboardCommand.js.map +0 -1
  545. package/dist/cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -65
  546. package/dist/cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
  547. package/dist/cjs/commands/UpdateGatewayCommand.js +0 -61
  548. package/dist/cjs/commands/UpdateGatewayCommand.js.map +0 -1
  549. package/dist/cjs/commands/UpdatePortalCommand.js +0 -61
  550. package/dist/cjs/commands/UpdatePortalCommand.js.map +0 -1
  551. package/dist/cjs/commands/UpdateProjectCommand.js +0 -61
  552. package/dist/cjs/commands/UpdateProjectCommand.js.map +0 -1
  553. package/dist/cjs/endpoints.js +0 -57
  554. package/dist/cjs/endpoints.js.map +0 -1
  555. package/dist/cjs/index.js +0 -87
  556. package/dist/cjs/index.js.map +0 -1
  557. package/dist/cjs/models/index.js +0 -5
  558. package/dist/cjs/models/index.js.map +0 -1
  559. package/dist/cjs/models/models_0.js +0 -1953
  560. package/dist/cjs/models/models_0.js.map +0 -1
  561. package/dist/cjs/package.json +0 -94
  562. package/dist/cjs/pagination/GetAssetPropertyAggregatesPaginator.js +0 -46
  563. package/dist/cjs/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
  564. package/dist/cjs/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -46
  565. package/dist/cjs/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
  566. package/dist/cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -46
  567. package/dist/cjs/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
  568. package/dist/cjs/pagination/Interfaces.js +0 -3
  569. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  570. package/dist/cjs/pagination/ListAccessPoliciesPaginator.js +0 -46
  571. package/dist/cjs/pagination/ListAccessPoliciesPaginator.js.map +0 -1
  572. package/dist/cjs/pagination/ListAssetModelsPaginator.js +0 -46
  573. package/dist/cjs/pagination/ListAssetModelsPaginator.js.map +0 -1
  574. package/dist/cjs/pagination/ListAssetRelationshipsPaginator.js +0 -46
  575. package/dist/cjs/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
  576. package/dist/cjs/pagination/ListAssetsPaginator.js +0 -46
  577. package/dist/cjs/pagination/ListAssetsPaginator.js.map +0 -1
  578. package/dist/cjs/pagination/ListAssociatedAssetsPaginator.js +0 -46
  579. package/dist/cjs/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
  580. package/dist/cjs/pagination/ListDashboardsPaginator.js +0 -46
  581. package/dist/cjs/pagination/ListDashboardsPaginator.js.map +0 -1
  582. package/dist/cjs/pagination/ListGatewaysPaginator.js +0 -46
  583. package/dist/cjs/pagination/ListGatewaysPaginator.js.map +0 -1
  584. package/dist/cjs/pagination/ListPortalsPaginator.js +0 -46
  585. package/dist/cjs/pagination/ListPortalsPaginator.js.map +0 -1
  586. package/dist/cjs/pagination/ListProjectAssetsPaginator.js +0 -46
  587. package/dist/cjs/pagination/ListProjectAssetsPaginator.js.map +0 -1
  588. package/dist/cjs/pagination/ListProjectsPaginator.js +0 -46
  589. package/dist/cjs/pagination/ListProjectsPaginator.js.map +0 -1
  590. package/dist/cjs/protocols/Aws_restJson1.js +0 -8694
  591. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  592. package/dist/cjs/runtimeConfig.browser.js +0 -41
  593. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  594. package/dist/cjs/runtimeConfig.js +0 -46
  595. package/dist/cjs/runtimeConfig.js.map +0 -1
  596. package/dist/cjs/runtimeConfig.native.js +0 -20
  597. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  598. package/dist/cjs/runtimeConfig.shared.js +0 -21
  599. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  600. package/dist/cjs/waiters/waitForAssetActive.js +0 -55
  601. package/dist/cjs/waiters/waitForAssetActive.js.map +0 -1
  602. package/dist/cjs/waiters/waitForAssetModelActive.js +0 -55
  603. package/dist/cjs/waiters/waitForAssetModelActive.js.map +0 -1
  604. package/dist/cjs/waiters/waitForAssetModelNotExists.js +0 -40
  605. package/dist/cjs/waiters/waitForAssetModelNotExists.js.map +0 -1
  606. package/dist/cjs/waiters/waitForAssetNotExists.js +0 -40
  607. package/dist/cjs/waiters/waitForAssetNotExists.js.map +0 -1
  608. package/dist/cjs/waiters/waitForPortalActive.js +0 -46
  609. package/dist/cjs/waiters/waitForPortalActive.js.map +0 -1
  610. package/dist/cjs/waiters/waitForPortalNotExists.js +0 -40
  611. package/dist/cjs/waiters/waitForPortalNotExists.js.map +0 -1
  612. package/dist/es/IoTSiteWise.js +0 -915
  613. package/dist/es/IoTSiteWise.js.map +0 -1
  614. package/dist/es/IoTSiteWiseClient.js +0 -47
  615. package/dist/es/IoTSiteWiseClient.js.map +0 -1
  616. package/dist/es/commands/AssociateAssetsCommand.js +0 -67
  617. package/dist/es/commands/AssociateAssetsCommand.js.map +0 -1
  618. package/dist/es/commands/BatchAssociateProjectAssetsCommand.js +0 -65
  619. package/dist/es/commands/BatchAssociateProjectAssetsCommand.js.map +0 -1
  620. package/dist/es/commands/BatchDisassociateProjectAssetsCommand.js +0 -65
  621. package/dist/es/commands/BatchDisassociateProjectAssetsCommand.js.map +0 -1
  622. package/dist/es/commands/BatchPutAssetPropertyValueCommand.js +0 -89
  623. package/dist/es/commands/BatchPutAssetPropertyValueCommand.js.map +0 -1
  624. package/dist/es/commands/CreateAccessPolicyCommand.js +0 -66
  625. package/dist/es/commands/CreateAccessPolicyCommand.js.map +0 -1
  626. package/dist/es/commands/CreateAssetCommand.js +0 -66
  627. package/dist/es/commands/CreateAssetCommand.js.map +0 -1
  628. package/dist/es/commands/CreateAssetModelCommand.js +0 -69
  629. package/dist/es/commands/CreateAssetModelCommand.js.map +0 -1
  630. package/dist/es/commands/CreateDashboardCommand.js +0 -65
  631. package/dist/es/commands/CreateDashboardCommand.js.map +0 -1
  632. package/dist/es/commands/CreateGatewayCommand.js +0 -67
  633. package/dist/es/commands/CreateGatewayCommand.js.map +0 -1
  634. package/dist/es/commands/CreatePortalCommand.js +0 -71
  635. package/dist/es/commands/CreatePortalCommand.js.map +0 -1
  636. package/dist/es/commands/CreateProjectCommand.js +0 -65
  637. package/dist/es/commands/CreateProjectCommand.js.map +0 -1
  638. package/dist/es/commands/DeleteAccessPolicyCommand.js +0 -67
  639. package/dist/es/commands/DeleteAccessPolicyCommand.js.map +0 -1
  640. package/dist/es/commands/DeleteAssetCommand.js +0 -70
  641. package/dist/es/commands/DeleteAssetCommand.js.map +0 -1
  642. package/dist/es/commands/DeleteAssetModelCommand.js +0 -69
  643. package/dist/es/commands/DeleteAssetModelCommand.js.map +0 -1
  644. package/dist/es/commands/DeleteDashboardCommand.js +0 -65
  645. package/dist/es/commands/DeleteDashboardCommand.js.map +0 -1
  646. package/dist/es/commands/DeleteGatewayCommand.js +0 -66
  647. package/dist/es/commands/DeleteGatewayCommand.js.map +0 -1
  648. package/dist/es/commands/DeletePortalCommand.js +0 -65
  649. package/dist/es/commands/DeletePortalCommand.js.map +0 -1
  650. package/dist/es/commands/DeleteProjectCommand.js +0 -65
  651. package/dist/es/commands/DeleteProjectCommand.js.map +0 -1
  652. package/dist/es/commands/DescribeAccessPolicyCommand.js +0 -66
  653. package/dist/es/commands/DescribeAccessPolicyCommand.js.map +0 -1
  654. package/dist/es/commands/DescribeAssetCommand.js +0 -65
  655. package/dist/es/commands/DescribeAssetCommand.js.map +0 -1
  656. package/dist/es/commands/DescribeAssetModelCommand.js +0 -65
  657. package/dist/es/commands/DescribeAssetModelCommand.js.map +0 -1
  658. package/dist/es/commands/DescribeAssetPropertyCommand.js +0 -72
  659. package/dist/es/commands/DescribeAssetPropertyCommand.js.map +0 -1
  660. package/dist/es/commands/DescribeDashboardCommand.js +0 -65
  661. package/dist/es/commands/DescribeDashboardCommand.js.map +0 -1
  662. package/dist/es/commands/DescribeDefaultEncryptionConfigurationCommand.js +0 -67
  663. package/dist/es/commands/DescribeDefaultEncryptionConfigurationCommand.js.map +0 -1
  664. package/dist/es/commands/DescribeGatewayCapabilityConfigurationCommand.js +0 -69
  665. package/dist/es/commands/DescribeGatewayCapabilityConfigurationCommand.js.map +0 -1
  666. package/dist/es/commands/DescribeGatewayCommand.js +0 -65
  667. package/dist/es/commands/DescribeGatewayCommand.js.map +0 -1
  668. package/dist/es/commands/DescribeLoggingOptionsCommand.js +0 -65
  669. package/dist/es/commands/DescribeLoggingOptionsCommand.js.map +0 -1
  670. package/dist/es/commands/DescribePortalCommand.js +0 -65
  671. package/dist/es/commands/DescribePortalCommand.js.map +0 -1
  672. package/dist/es/commands/DescribeProjectCommand.js +0 -65
  673. package/dist/es/commands/DescribeProjectCommand.js.map +0 -1
  674. package/dist/es/commands/DescribeStorageConfigurationCommand.js +0 -65
  675. package/dist/es/commands/DescribeStorageConfigurationCommand.js.map +0 -1
  676. package/dist/es/commands/DisassociateAssetsCommand.js +0 -66
  677. package/dist/es/commands/DisassociateAssetsCommand.js.map +0 -1
  678. package/dist/es/commands/GetAssetPropertyAggregatesCommand.js +0 -76
  679. package/dist/es/commands/GetAssetPropertyAggregatesCommand.js.map +0 -1
  680. package/dist/es/commands/GetAssetPropertyValueCommand.js +0 -76
  681. package/dist/es/commands/GetAssetPropertyValueCommand.js.map +0 -1
  682. package/dist/es/commands/GetAssetPropertyValueHistoryCommand.js +0 -76
  683. package/dist/es/commands/GetAssetPropertyValueHistoryCommand.js.map +0 -1
  684. package/dist/es/commands/GetInterpolatedAssetPropertyValuesCommand.js +0 -79
  685. package/dist/es/commands/GetInterpolatedAssetPropertyValuesCommand.js.map +0 -1
  686. package/dist/es/commands/ListAccessPoliciesCommand.js +0 -66
  687. package/dist/es/commands/ListAccessPoliciesCommand.js.map +0 -1
  688. package/dist/es/commands/ListAssetModelsCommand.js +0 -65
  689. package/dist/es/commands/ListAssetModelsCommand.js.map +0 -1
  690. package/dist/es/commands/ListAssetRelationshipsCommand.js +0 -67
  691. package/dist/es/commands/ListAssetRelationshipsCommand.js.map +0 -1
  692. package/dist/es/commands/ListAssetsCommand.js +0 -77
  693. package/dist/es/commands/ListAssetsCommand.js.map +0 -1
  694. package/dist/es/commands/ListAssociatedAssetsCommand.js +0 -74
  695. package/dist/es/commands/ListAssociatedAssetsCommand.js.map +0 -1
  696. package/dist/es/commands/ListDashboardsCommand.js +0 -65
  697. package/dist/es/commands/ListDashboardsCommand.js.map +0 -1
  698. package/dist/es/commands/ListGatewaysCommand.js +0 -65
  699. package/dist/es/commands/ListGatewaysCommand.js.map +0 -1
  700. package/dist/es/commands/ListPortalsCommand.js +0 -65
  701. package/dist/es/commands/ListPortalsCommand.js.map +0 -1
  702. package/dist/es/commands/ListProjectAssetsCommand.js +0 -65
  703. package/dist/es/commands/ListProjectAssetsCommand.js.map +0 -1
  704. package/dist/es/commands/ListProjectsCommand.js +0 -65
  705. package/dist/es/commands/ListProjectsCommand.js.map +0 -1
  706. package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
  707. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  708. package/dist/es/commands/PutDefaultEncryptionConfigurationCommand.js +0 -67
  709. package/dist/es/commands/PutDefaultEncryptionConfigurationCommand.js.map +0 -1
  710. package/dist/es/commands/PutLoggingOptionsCommand.js +0 -65
  711. package/dist/es/commands/PutLoggingOptionsCommand.js.map +0 -1
  712. package/dist/es/commands/PutStorageConfigurationCommand.js +0 -65
  713. package/dist/es/commands/PutStorageConfigurationCommand.js.map +0 -1
  714. package/dist/es/commands/TagResourceCommand.js +0 -66
  715. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  716. package/dist/es/commands/UntagResourceCommand.js +0 -65
  717. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  718. package/dist/es/commands/UpdateAccessPolicyCommand.js +0 -66
  719. package/dist/es/commands/UpdateAccessPolicyCommand.js.map +0 -1
  720. package/dist/es/commands/UpdateAssetCommand.js +0 -66
  721. package/dist/es/commands/UpdateAssetCommand.js.map +0 -1
  722. package/dist/es/commands/UpdateAssetModelCommand.js +0 -77
  723. package/dist/es/commands/UpdateAssetModelCommand.js.map +0 -1
  724. package/dist/es/commands/UpdateAssetPropertyCommand.js +0 -70
  725. package/dist/es/commands/UpdateAssetPropertyCommand.js.map +0 -1
  726. package/dist/es/commands/UpdateDashboardCommand.js +0 -65
  727. package/dist/es/commands/UpdateDashboardCommand.js.map +0 -1
  728. package/dist/es/commands/UpdateGatewayCapabilityConfigurationCommand.js +0 -69
  729. package/dist/es/commands/UpdateGatewayCapabilityConfigurationCommand.js.map +0 -1
  730. package/dist/es/commands/UpdateGatewayCommand.js +0 -65
  731. package/dist/es/commands/UpdateGatewayCommand.js.map +0 -1
  732. package/dist/es/commands/UpdatePortalCommand.js +0 -65
  733. package/dist/es/commands/UpdatePortalCommand.js.map +0 -1
  734. package/dist/es/commands/UpdateProjectCommand.js +0 -65
  735. package/dist/es/commands/UpdateProjectCommand.js.map +0 -1
  736. package/dist/es/endpoints.js +0 -53
  737. package/dist/es/endpoints.js.map +0 -1
  738. package/dist/es/index.js +0 -84
  739. package/dist/es/index.js.map +0 -1
  740. package/dist/es/models/index.js +0 -2
  741. package/dist/es/models/index.js.map +0 -1
  742. package/dist/es/models/models_0.js +0 -1553
  743. package/dist/es/models/models_0.js.map +0 -1
  744. package/dist/es/package.json +0 -94
  745. package/dist/es/pagination/GetAssetPropertyAggregatesPaginator.js +0 -87
  746. package/dist/es/pagination/GetAssetPropertyAggregatesPaginator.js.map +0 -1
  747. package/dist/es/pagination/GetAssetPropertyValueHistoryPaginator.js +0 -87
  748. package/dist/es/pagination/GetAssetPropertyValueHistoryPaginator.js.map +0 -1
  749. package/dist/es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +0 -87
  750. package/dist/es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js.map +0 -1
  751. package/dist/es/pagination/Interfaces.js +0 -2
  752. package/dist/es/pagination/Interfaces.js.map +0 -1
  753. package/dist/es/pagination/ListAccessPoliciesPaginator.js +0 -87
  754. package/dist/es/pagination/ListAccessPoliciesPaginator.js.map +0 -1
  755. package/dist/es/pagination/ListAssetModelsPaginator.js +0 -87
  756. package/dist/es/pagination/ListAssetModelsPaginator.js.map +0 -1
  757. package/dist/es/pagination/ListAssetRelationshipsPaginator.js +0 -87
  758. package/dist/es/pagination/ListAssetRelationshipsPaginator.js.map +0 -1
  759. package/dist/es/pagination/ListAssetsPaginator.js +0 -87
  760. package/dist/es/pagination/ListAssetsPaginator.js.map +0 -1
  761. package/dist/es/pagination/ListAssociatedAssetsPaginator.js +0 -87
  762. package/dist/es/pagination/ListAssociatedAssetsPaginator.js.map +0 -1
  763. package/dist/es/pagination/ListDashboardsPaginator.js +0 -87
  764. package/dist/es/pagination/ListDashboardsPaginator.js.map +0 -1
  765. package/dist/es/pagination/ListGatewaysPaginator.js +0 -87
  766. package/dist/es/pagination/ListGatewaysPaginator.js.map +0 -1
  767. package/dist/es/pagination/ListPortalsPaginator.js +0 -87
  768. package/dist/es/pagination/ListPortalsPaginator.js.map +0 -1
  769. package/dist/es/pagination/ListProjectAssetsPaginator.js +0 -87
  770. package/dist/es/pagination/ListProjectAssetsPaginator.js.map +0 -1
  771. package/dist/es/pagination/ListProjectsPaginator.js +0 -87
  772. package/dist/es/pagination/ListProjectsPaginator.js.map +0 -1
  773. package/dist/es/protocols/Aws_restJson1.js +0 -9612
  774. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  775. package/dist/es/runtimeConfig.browser.js +0 -20
  776. package/dist/es/runtimeConfig.browser.js.map +0 -1
  777. package/dist/es/runtimeConfig.js +0 -25
  778. package/dist/es/runtimeConfig.js.map +0 -1
  779. package/dist/es/runtimeConfig.native.js +0 -12
  780. package/dist/es/runtimeConfig.native.js.map +0 -1
  781. package/dist/es/runtimeConfig.shared.js +0 -17
  782. package/dist/es/runtimeConfig.shared.js.map +0 -1
  783. package/dist/es/waiters/waitForAssetActive.js +0 -70
  784. package/dist/es/waiters/waitForAssetActive.js.map +0 -1
  785. package/dist/es/waiters/waitForAssetModelActive.js +0 -70
  786. package/dist/es/waiters/waitForAssetModelActive.js.map +0 -1
  787. package/dist/es/waiters/waitForAssetModelNotExists.js +0 -55
  788. package/dist/es/waiters/waitForAssetModelNotExists.js.map +0 -1
  789. package/dist/es/waiters/waitForAssetNotExists.js +0 -55
  790. package/dist/es/waiters/waitForAssetNotExists.js.map +0 -1
  791. package/dist/es/waiters/waitForPortalActive.js +0 -61
  792. package/dist/es/waiters/waitForPortalActive.js.map +0 -1
  793. package/dist/es/waiters/waitForPortalNotExists.js +0 -55
  794. package/dist/es/waiters/waitForPortalNotExists.js.map +0 -1
  795. package/dist/types/IoTSiteWise.d.ts +0 -592
  796. package/dist/types/IoTSiteWiseClient.d.ts +0 -193
  797. package/dist/types/commands/AssociateAssetsCommand.d.ts +0 -37
  798. package/dist/types/commands/BatchAssociateProjectAssetsCommand.d.ts +0 -35
  799. package/dist/types/commands/BatchDisassociateProjectAssetsCommand.d.ts +0 -35
  800. package/dist/types/commands/BatchPutAssetPropertyValueCommand.d.ts +0 -59
  801. package/dist/types/commands/CreateAccessPolicyCommand.d.ts +0 -36
  802. package/dist/types/commands/CreateAssetCommand.d.ts +0 -36
  803. package/dist/types/commands/CreateAssetModelCommand.d.ts +0 -39
  804. package/dist/types/commands/CreateDashboardCommand.d.ts +0 -35
  805. package/dist/types/commands/CreateGatewayCommand.d.ts +0 -37
  806. package/dist/types/commands/CreatePortalCommand.d.ts +0 -41
  807. package/dist/types/commands/CreateProjectCommand.d.ts +0 -35
  808. package/dist/types/commands/DeleteAccessPolicyCommand.d.ts +0 -37
  809. package/dist/types/commands/DeleteAssetCommand.d.ts +0 -40
  810. package/dist/types/commands/DeleteAssetModelCommand.d.ts +0 -39
  811. package/dist/types/commands/DeleteDashboardCommand.d.ts +0 -35
  812. package/dist/types/commands/DeleteGatewayCommand.d.ts +0 -36
  813. package/dist/types/commands/DeletePortalCommand.d.ts +0 -35
  814. package/dist/types/commands/DeleteProjectCommand.d.ts +0 -35
  815. package/dist/types/commands/DescribeAccessPolicyCommand.d.ts +0 -36
  816. package/dist/types/commands/DescribeAssetCommand.d.ts +0 -35
  817. package/dist/types/commands/DescribeAssetModelCommand.d.ts +0 -35
  818. package/dist/types/commands/DescribeAssetPropertyCommand.d.ts +0 -42
  819. package/dist/types/commands/DescribeDashboardCommand.d.ts +0 -35
  820. package/dist/types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +0 -37
  821. package/dist/types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +0 -39
  822. package/dist/types/commands/DescribeGatewayCommand.d.ts +0 -35
  823. package/dist/types/commands/DescribeLoggingOptionsCommand.d.ts +0 -35
  824. package/dist/types/commands/DescribePortalCommand.d.ts +0 -35
  825. package/dist/types/commands/DescribeProjectCommand.d.ts +0 -35
  826. package/dist/types/commands/DescribeStorageConfigurationCommand.d.ts +0 -35
  827. package/dist/types/commands/DisassociateAssetsCommand.d.ts +0 -36
  828. package/dist/types/commands/GetAssetPropertyAggregatesCommand.d.ts +0 -46
  829. package/dist/types/commands/GetAssetPropertyValueCommand.d.ts +0 -46
  830. package/dist/types/commands/GetAssetPropertyValueHistoryCommand.d.ts +0 -46
  831. package/dist/types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +0 -49
  832. package/dist/types/commands/ListAccessPoliciesCommand.d.ts +0 -36
  833. package/dist/types/commands/ListAssetModelsCommand.d.ts +0 -35
  834. package/dist/types/commands/ListAssetRelationshipsCommand.d.ts +0 -37
  835. package/dist/types/commands/ListAssetsCommand.d.ts +0 -47
  836. package/dist/types/commands/ListAssociatedAssetsCommand.d.ts +0 -44
  837. package/dist/types/commands/ListDashboardsCommand.d.ts +0 -35
  838. package/dist/types/commands/ListGatewaysCommand.d.ts +0 -35
  839. package/dist/types/commands/ListPortalsCommand.d.ts +0 -35
  840. package/dist/types/commands/ListProjectAssetsCommand.d.ts +0 -35
  841. package/dist/types/commands/ListProjectsCommand.d.ts +0 -35
  842. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
  843. package/dist/types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +0 -37
  844. package/dist/types/commands/PutLoggingOptionsCommand.d.ts +0 -35
  845. package/dist/types/commands/PutStorageConfigurationCommand.d.ts +0 -35
  846. package/dist/types/commands/TagResourceCommand.d.ts +0 -36
  847. package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
  848. package/dist/types/commands/UpdateAccessPolicyCommand.d.ts +0 -36
  849. package/dist/types/commands/UpdateAssetCommand.d.ts +0 -36
  850. package/dist/types/commands/UpdateAssetModelCommand.d.ts +0 -47
  851. package/dist/types/commands/UpdateAssetPropertyCommand.d.ts +0 -40
  852. package/dist/types/commands/UpdateDashboardCommand.d.ts +0 -35
  853. package/dist/types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +0 -39
  854. package/dist/types/commands/UpdateGatewayCommand.d.ts +0 -35
  855. package/dist/types/commands/UpdatePortalCommand.d.ts +0 -35
  856. package/dist/types/commands/UpdateProjectCommand.d.ts +0 -35
  857. package/dist/types/pagination/GetAssetPropertyAggregatesPaginator.d.ts +0 -4
  858. package/dist/types/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +0 -4
  859. package/dist/types/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +0 -4
  860. package/dist/types/pagination/Interfaces.d.ts +0 -6
  861. package/dist/types/pagination/ListAccessPoliciesPaginator.d.ts +0 -4
  862. package/dist/types/pagination/ListAssetModelsPaginator.d.ts +0 -4
  863. package/dist/types/pagination/ListAssetRelationshipsPaginator.d.ts +0 -4
  864. package/dist/types/pagination/ListAssetsPaginator.d.ts +0 -4
  865. package/dist/types/pagination/ListAssociatedAssetsPaginator.d.ts +0 -4
  866. package/dist/types/pagination/ListDashboardsPaginator.d.ts +0 -4
  867. package/dist/types/pagination/ListGatewaysPaginator.d.ts +0 -4
  868. package/dist/types/pagination/ListPortalsPaginator.d.ts +0 -4
  869. package/dist/types/pagination/ListProjectAssetsPaginator.d.ts +0 -4
  870. package/dist/types/pagination/ListProjectsPaginator.d.ts +0 -4
  871. package/dist/types/protocols/Aws_restJson1.d.ts +0 -182
  872. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  873. package/dist/types/runtimeConfig.d.ts +0 -36
  874. package/dist/types/runtimeConfig.native.d.ts +0 -35
  875. package/dist/types/ts3.4/IoTSiteWise.d.ts +0 -592
  876. package/dist/types/ts3.4/IoTSiteWiseClient.d.ts +0 -193
  877. package/dist/types/ts3.4/commands/AssociateAssetsCommand.d.ts +0 -37
  878. package/dist/types/ts3.4/commands/BatchAssociateProjectAssetsCommand.d.ts +0 -35
  879. package/dist/types/ts3.4/commands/BatchDisassociateProjectAssetsCommand.d.ts +0 -35
  880. package/dist/types/ts3.4/commands/BatchPutAssetPropertyValueCommand.d.ts +0 -59
  881. package/dist/types/ts3.4/commands/CreateAccessPolicyCommand.d.ts +0 -36
  882. package/dist/types/ts3.4/commands/CreateAssetCommand.d.ts +0 -36
  883. package/dist/types/ts3.4/commands/CreateAssetModelCommand.d.ts +0 -39
  884. package/dist/types/ts3.4/commands/CreateDashboardCommand.d.ts +0 -35
  885. package/dist/types/ts3.4/commands/CreateGatewayCommand.d.ts +0 -37
  886. package/dist/types/ts3.4/commands/CreatePortalCommand.d.ts +0 -41
  887. package/dist/types/ts3.4/commands/CreateProjectCommand.d.ts +0 -35
  888. package/dist/types/ts3.4/commands/DeleteAccessPolicyCommand.d.ts +0 -37
  889. package/dist/types/ts3.4/commands/DeleteAssetCommand.d.ts +0 -40
  890. package/dist/types/ts3.4/commands/DeleteAssetModelCommand.d.ts +0 -39
  891. package/dist/types/ts3.4/commands/DeleteDashboardCommand.d.ts +0 -35
  892. package/dist/types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -36
  893. package/dist/types/ts3.4/commands/DeletePortalCommand.d.ts +0 -35
  894. package/dist/types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -35
  895. package/dist/types/ts3.4/commands/DescribeAccessPolicyCommand.d.ts +0 -36
  896. package/dist/types/ts3.4/commands/DescribeAssetCommand.d.ts +0 -35
  897. package/dist/types/ts3.4/commands/DescribeAssetModelCommand.d.ts +0 -35
  898. package/dist/types/ts3.4/commands/DescribeAssetPropertyCommand.d.ts +0 -42
  899. package/dist/types/ts3.4/commands/DescribeDashboardCommand.d.ts +0 -35
  900. package/dist/types/ts3.4/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +0 -37
  901. package/dist/types/ts3.4/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +0 -39
  902. package/dist/types/ts3.4/commands/DescribeGatewayCommand.d.ts +0 -35
  903. package/dist/types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +0 -35
  904. package/dist/types/ts3.4/commands/DescribePortalCommand.d.ts +0 -35
  905. package/dist/types/ts3.4/commands/DescribeProjectCommand.d.ts +0 -35
  906. package/dist/types/ts3.4/commands/DescribeStorageConfigurationCommand.d.ts +0 -35
  907. package/dist/types/ts3.4/commands/DisassociateAssetsCommand.d.ts +0 -36
  908. package/dist/types/ts3.4/commands/GetAssetPropertyAggregatesCommand.d.ts +0 -46
  909. package/dist/types/ts3.4/commands/GetAssetPropertyValueCommand.d.ts +0 -46
  910. package/dist/types/ts3.4/commands/GetAssetPropertyValueHistoryCommand.d.ts +0 -46
  911. package/dist/types/ts3.4/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +0 -49
  912. package/dist/types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +0 -36
  913. package/dist/types/ts3.4/commands/ListAssetModelsCommand.d.ts +0 -35
  914. package/dist/types/ts3.4/commands/ListAssetRelationshipsCommand.d.ts +0 -37
  915. package/dist/types/ts3.4/commands/ListAssetsCommand.d.ts +0 -47
  916. package/dist/types/ts3.4/commands/ListAssociatedAssetsCommand.d.ts +0 -44
  917. package/dist/types/ts3.4/commands/ListDashboardsCommand.d.ts +0 -35
  918. package/dist/types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -35
  919. package/dist/types/ts3.4/commands/ListPortalsCommand.d.ts +0 -35
  920. package/dist/types/ts3.4/commands/ListProjectAssetsCommand.d.ts +0 -35
  921. package/dist/types/ts3.4/commands/ListProjectsCommand.d.ts +0 -35
  922. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  923. package/dist/types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +0 -37
  924. package/dist/types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +0 -35
  925. package/dist/types/ts3.4/commands/PutStorageConfigurationCommand.d.ts +0 -35
  926. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  927. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  928. package/dist/types/ts3.4/commands/UpdateAccessPolicyCommand.d.ts +0 -36
  929. package/dist/types/ts3.4/commands/UpdateAssetCommand.d.ts +0 -36
  930. package/dist/types/ts3.4/commands/UpdateAssetModelCommand.d.ts +0 -47
  931. package/dist/types/ts3.4/commands/UpdateAssetPropertyCommand.d.ts +0 -40
  932. package/dist/types/ts3.4/commands/UpdateDashboardCommand.d.ts +0 -35
  933. package/dist/types/ts3.4/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +0 -39
  934. package/dist/types/ts3.4/commands/UpdateGatewayCommand.d.ts +0 -35
  935. package/dist/types/ts3.4/commands/UpdatePortalCommand.d.ts +0 -35
  936. package/dist/types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -35
  937. package/dist/types/ts3.4/pagination/GetAssetPropertyAggregatesPaginator.d.ts +0 -4
  938. package/dist/types/ts3.4/pagination/GetAssetPropertyValueHistoryPaginator.d.ts +0 -4
  939. package/dist/types/ts3.4/pagination/GetInterpolatedAssetPropertyValuesPaginator.d.ts +0 -4
  940. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  941. package/dist/types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +0 -4
  942. package/dist/types/ts3.4/pagination/ListAssetModelsPaginator.d.ts +0 -4
  943. package/dist/types/ts3.4/pagination/ListAssetRelationshipsPaginator.d.ts +0 -4
  944. package/dist/types/ts3.4/pagination/ListAssetsPaginator.d.ts +0 -4
  945. package/dist/types/ts3.4/pagination/ListAssociatedAssetsPaginator.d.ts +0 -4
  946. package/dist/types/ts3.4/pagination/ListDashboardsPaginator.d.ts +0 -4
  947. package/dist/types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
  948. package/dist/types/ts3.4/pagination/ListPortalsPaginator.d.ts +0 -4
  949. package/dist/types/ts3.4/pagination/ListProjectAssetsPaginator.d.ts +0 -4
  950. package/dist/types/ts3.4/pagination/ListProjectsPaginator.d.ts +0 -4
  951. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -182
  952. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  953. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  954. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  955. package/dist/types/ts3.4/waiters/waitForAssetActive.d.ts +0 -14
  956. package/dist/types/ts3.4/waiters/waitForAssetModelActive.d.ts +0 -14
  957. package/dist/types/ts3.4/waiters/waitForAssetModelNotExists.d.ts +0 -14
  958. package/dist/types/ts3.4/waiters/waitForAssetNotExists.d.ts +0 -14
  959. package/dist/types/ts3.4/waiters/waitForPortalActive.d.ts +0 -14
  960. package/dist/types/ts3.4/waiters/waitForPortalNotExists.d.ts +0 -14
  961. package/dist/types/waiters/waitForAssetActive.d.ts +0 -14
  962. package/dist/types/waiters/waitForAssetModelActive.d.ts +0 -14
  963. package/dist/types/waiters/waitForAssetModelNotExists.d.ts +0 -14
  964. package/dist/types/waiters/waitForAssetNotExists.d.ts +0 -14
  965. package/dist/types/waiters/waitForPortalActive.d.ts +0 -14
  966. package/dist/types/waiters/waitForPortalNotExists.d.ts +0 -14
  967. package/endpoints.ts +0 -57
  968. package/jest.config.js +0 -4
  969. package/models/models_0.ts +0 -6075
  970. package/pagination/GetAssetPropertyAggregatesPaginator.ts +0 -58
  971. package/pagination/GetAssetPropertyValueHistoryPaginator.ts +0 -58
  972. package/pagination/GetInterpolatedAssetPropertyValuesPaginator.ts +0 -58
  973. package/pagination/Interfaces.ts +0 -7
  974. package/pagination/ListAccessPoliciesPaginator.ts +0 -58
  975. package/pagination/ListAssetModelsPaginator.ts +0 -58
  976. package/pagination/ListAssetRelationshipsPaginator.ts +0 -58
  977. package/pagination/ListAssetsPaginator.ts +0 -54
  978. package/pagination/ListAssociatedAssetsPaginator.ts +0 -58
  979. package/pagination/ListDashboardsPaginator.ts +0 -58
  980. package/pagination/ListGatewaysPaginator.ts +0 -58
  981. package/pagination/ListPortalsPaginator.ts +0 -54
  982. package/pagination/ListProjectAssetsPaginator.ts +0 -58
  983. package/pagination/ListProjectsPaginator.ts +0 -58
  984. package/protocols/Aws_restJson1.ts +0 -9901
  985. package/runtimeConfig.browser.ts +0 -40
  986. package/runtimeConfig.native.ts +0 -16
  987. package/runtimeConfig.shared.ts +0 -16
  988. package/runtimeConfig.ts +0 -45
  989. package/tsconfig.es.json +0 -12
  990. package/tsconfig.json +0 -32
  991. package/waiters/waitForAssetActive.ts +0 -54
  992. package/waiters/waitForAssetModelActive.ts +0 -54
  993. package/waiters/waitForAssetModelNotExists.ts +0 -41
  994. package/waiters/waitForAssetNotExists.ts +0 -41
  995. package/waiters/waitForPortalActive.ts +0 -46
  996. package/waiters/waitForPortalNotExists.ts +0 -41
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeAssetCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves information about an asset.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { IoTSiteWiseClient, DescribeAssetCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
14
+ * // const { IoTSiteWiseClient, DescribeAssetCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
15
+ * const client = new IoTSiteWiseClient(config);
16
+ * const command = new DescribeAssetCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link DescribeAssetCommandInput} for command's `input` shape.
21
+ * @see {@link DescribeAssetCommandOutput} for command's `response` shape.
22
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class DescribeAssetCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "IoTSiteWiseClient";
42
+ const commandName = "DescribeAssetCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.DescribeAssetRequest.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.DescribeAssetResponse.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_restJson1_1.serializeAws_restJson1DescribeAssetCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeAssetCommand(output, context);
58
+ }
59
+ }
60
+ exports.DescribeAssetCommand = DescribeAssetCommand;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeAssetModelCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves information about an asset model.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { IoTSiteWiseClient, DescribeAssetModelCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
14
+ * // const { IoTSiteWiseClient, DescribeAssetModelCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
15
+ * const client = new IoTSiteWiseClient(config);
16
+ * const command = new DescribeAssetModelCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link DescribeAssetModelCommandInput} for command's `input` shape.
21
+ * @see {@link DescribeAssetModelCommandOutput} for command's `response` shape.
22
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class DescribeAssetModelCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "IoTSiteWiseClient";
42
+ const commandName = "DescribeAssetModelCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.DescribeAssetModelRequest.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.DescribeAssetModelResponse.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_restJson1_1.serializeAws_restJson1DescribeAssetModelCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeAssetModelCommand(output, context);
58
+ }
59
+ }
60
+ exports.DescribeAssetModelCommand = DescribeAssetModelCommand;
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeAssetPropertyCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves information about an asset property.</p>
10
+ * <note>
11
+ * <p>When you call this operation for an attribute property, this response includes the
12
+ * default attribute value that you define in the asset model. If you update the default value
13
+ * in the model, this operation's response includes the new default value.</p>
14
+ * </note>
15
+ * <p>This operation doesn't return the value of the asset property. To get the value of an
16
+ * asset property, use <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_GetAssetPropertyValue.html">GetAssetPropertyValue</a>.</p>
17
+ * @example
18
+ * Use a bare-bones client and the command you need to make an API call.
19
+ * ```javascript
20
+ * import { IoTSiteWiseClient, DescribeAssetPropertyCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
21
+ * // const { IoTSiteWiseClient, DescribeAssetPropertyCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
22
+ * const client = new IoTSiteWiseClient(config);
23
+ * const command = new DescribeAssetPropertyCommand(input);
24
+ * const response = await client.send(command);
25
+ * ```
26
+ *
27
+ * @see {@link DescribeAssetPropertyCommandInput} for command's `input` shape.
28
+ * @see {@link DescribeAssetPropertyCommandOutput} for command's `response` shape.
29
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
30
+ *
31
+ */
32
+ class DescribeAssetPropertyCommand extends smithy_client_1.Command {
33
+ // Start section: command_properties
34
+ // End section: command_properties
35
+ constructor(input) {
36
+ // Start section: command_constructor
37
+ super();
38
+ this.input = input;
39
+ // End section: command_constructor
40
+ }
41
+ /**
42
+ * @internal
43
+ */
44
+ resolveMiddleware(clientStack, configuration, options) {
45
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
46
+ const stack = clientStack.concat(this.middlewareStack);
47
+ const { logger } = configuration;
48
+ const clientName = "IoTSiteWiseClient";
49
+ const commandName = "DescribeAssetPropertyCommand";
50
+ const handlerExecutionContext = {
51
+ logger,
52
+ clientName,
53
+ commandName,
54
+ inputFilterSensitiveLog: models_0_1.DescribeAssetPropertyRequest.filterSensitiveLog,
55
+ outputFilterSensitiveLog: models_0_1.DescribeAssetPropertyResponse.filterSensitiveLog,
56
+ };
57
+ const { requestHandler } = configuration;
58
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
59
+ }
60
+ serialize(input, context) {
61
+ return Aws_restJson1_1.serializeAws_restJson1DescribeAssetPropertyCommand(input, context);
62
+ }
63
+ deserialize(output, context) {
64
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeAssetPropertyCommand(output, context);
65
+ }
66
+ }
67
+ exports.DescribeAssetPropertyCommand = DescribeAssetPropertyCommand;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeDashboardCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves information about a dashboard.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { IoTSiteWiseClient, DescribeDashboardCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
14
+ * // const { IoTSiteWiseClient, DescribeDashboardCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
15
+ * const client = new IoTSiteWiseClient(config);
16
+ * const command = new DescribeDashboardCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link DescribeDashboardCommandInput} for command's `input` shape.
21
+ * @see {@link DescribeDashboardCommandOutput} for command's `response` shape.
22
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class DescribeDashboardCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "IoTSiteWiseClient";
42
+ const commandName = "DescribeDashboardCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.DescribeDashboardRequest.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.DescribeDashboardResponse.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_restJson1_1.serializeAws_restJson1DescribeDashboardCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeDashboardCommand(output, context);
58
+ }
59
+ }
60
+ exports.DescribeDashboardCommand = DescribeDashboardCommand;
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeDefaultEncryptionConfigurationCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves information about the default encryption configuration for the Amazon Web Services account in
10
+ * 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
11
+ * <i>IoT SiteWise User Guide</i>.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { IoTSiteWiseClient, DescribeDefaultEncryptionConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
16
+ * // const { IoTSiteWiseClient, DescribeDefaultEncryptionConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
17
+ * const client = new IoTSiteWiseClient(config);
18
+ * const command = new DescribeDefaultEncryptionConfigurationCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link DescribeDefaultEncryptionConfigurationCommandInput} for command's `input` shape.
23
+ * @see {@link DescribeDefaultEncryptionConfigurationCommandOutput} for command's `response` shape.
24
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
25
+ *
26
+ */
27
+ class DescribeDefaultEncryptionConfigurationCommand extends smithy_client_1.Command {
28
+ // Start section: command_properties
29
+ // End section: command_properties
30
+ constructor(input) {
31
+ // Start section: command_constructor
32
+ super();
33
+ this.input = input;
34
+ // End section: command_constructor
35
+ }
36
+ /**
37
+ * @internal
38
+ */
39
+ resolveMiddleware(clientStack, configuration, options) {
40
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
+ const stack = clientStack.concat(this.middlewareStack);
42
+ const { logger } = configuration;
43
+ const clientName = "IoTSiteWiseClient";
44
+ const commandName = "DescribeDefaultEncryptionConfigurationCommand";
45
+ const handlerExecutionContext = {
46
+ logger,
47
+ clientName,
48
+ commandName,
49
+ inputFilterSensitiveLog: models_0_1.DescribeDefaultEncryptionConfigurationRequest.filterSensitiveLog,
50
+ outputFilterSensitiveLog: models_0_1.DescribeDefaultEncryptionConfigurationResponse.filterSensitiveLog,
51
+ };
52
+ const { requestHandler } = configuration;
53
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
54
+ }
55
+ serialize(input, context) {
56
+ return Aws_restJson1_1.serializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand(input, context);
57
+ }
58
+ deserialize(output, context) {
59
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeDefaultEncryptionConfigurationCommand(output, context);
60
+ }
61
+ }
62
+ exports.DescribeDefaultEncryptionConfigurationCommand = DescribeDefaultEncryptionConfigurationCommand;
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeGatewayCapabilityConfigurationCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves information about a gateway capability configuration.
10
+ * Each gateway capability defines data sources for a gateway. A capability configuration
11
+ * can contain multiple data source configurations. If you define OPC-UA sources for a gateway in
12
+ * the IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To
13
+ * 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>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
18
+ * // const { IoTSiteWiseClient, DescribeGatewayCapabilityConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
19
+ * const client = new IoTSiteWiseClient(config);
20
+ * const command = new DescribeGatewayCapabilityConfigurationCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link DescribeGatewayCapabilityConfigurationCommandInput} for command's `input` shape.
25
+ * @see {@link DescribeGatewayCapabilityConfigurationCommandOutput} for command's `response` shape.
26
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
27
+ *
28
+ */
29
+ class DescribeGatewayCapabilityConfigurationCommand extends smithy_client_1.Command {
30
+ // Start section: command_properties
31
+ // End section: command_properties
32
+ constructor(input) {
33
+ // Start section: command_constructor
34
+ super();
35
+ this.input = input;
36
+ // End section: command_constructor
37
+ }
38
+ /**
39
+ * @internal
40
+ */
41
+ resolveMiddleware(clientStack, configuration, options) {
42
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
43
+ const stack = clientStack.concat(this.middlewareStack);
44
+ const { logger } = configuration;
45
+ const clientName = "IoTSiteWiseClient";
46
+ const commandName = "DescribeGatewayCapabilityConfigurationCommand";
47
+ const handlerExecutionContext = {
48
+ logger,
49
+ clientName,
50
+ commandName,
51
+ inputFilterSensitiveLog: models_0_1.DescribeGatewayCapabilityConfigurationRequest.filterSensitiveLog,
52
+ outputFilterSensitiveLog: models_0_1.DescribeGatewayCapabilityConfigurationResponse.filterSensitiveLog,
53
+ };
54
+ const { requestHandler } = configuration;
55
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
56
+ }
57
+ serialize(input, context) {
58
+ return Aws_restJson1_1.serializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand(input, context);
59
+ }
60
+ deserialize(output, context) {
61
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeGatewayCapabilityConfigurationCommand(output, context);
62
+ }
63
+ }
64
+ exports.DescribeGatewayCapabilityConfigurationCommand = DescribeGatewayCapabilityConfigurationCommand;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeGatewayCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves information about a gateway.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { IoTSiteWiseClient, DescribeGatewayCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
14
+ * // const { IoTSiteWiseClient, DescribeGatewayCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
15
+ * const client = new IoTSiteWiseClient(config);
16
+ * const command = new DescribeGatewayCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link DescribeGatewayCommandInput} for command's `input` shape.
21
+ * @see {@link DescribeGatewayCommandOutput} for command's `response` shape.
22
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class DescribeGatewayCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "IoTSiteWiseClient";
42
+ const commandName = "DescribeGatewayCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.DescribeGatewayRequest.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.DescribeGatewayResponse.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_restJson1_1.serializeAws_restJson1DescribeGatewayCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeGatewayCommand(output, context);
58
+ }
59
+ }
60
+ exports.DescribeGatewayCommand = DescribeGatewayCommand;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeLoggingOptionsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves the current IoT SiteWise logging options.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { IoTSiteWiseClient, DescribeLoggingOptionsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
14
+ * // const { IoTSiteWiseClient, DescribeLoggingOptionsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
15
+ * const client = new IoTSiteWiseClient(config);
16
+ * const command = new DescribeLoggingOptionsCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link DescribeLoggingOptionsCommandInput} for command's `input` shape.
21
+ * @see {@link DescribeLoggingOptionsCommandOutput} for command's `response` shape.
22
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class DescribeLoggingOptionsCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "IoTSiteWiseClient";
42
+ const commandName = "DescribeLoggingOptionsCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.DescribeLoggingOptionsRequest.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.DescribeLoggingOptionsResponse.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_restJson1_1.serializeAws_restJson1DescribeLoggingOptionsCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeLoggingOptionsCommand(output, context);
58
+ }
59
+ }
60
+ exports.DescribeLoggingOptionsCommand = DescribeLoggingOptionsCommand;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribePortalCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves information about a portal.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { IoTSiteWiseClient, DescribePortalCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
14
+ * // const { IoTSiteWiseClient, DescribePortalCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
15
+ * const client = new IoTSiteWiseClient(config);
16
+ * const command = new DescribePortalCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link DescribePortalCommandInput} for command's `input` shape.
21
+ * @see {@link DescribePortalCommandOutput} for command's `response` shape.
22
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class DescribePortalCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "IoTSiteWiseClient";
42
+ const commandName = "DescribePortalCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.DescribePortalRequest.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.DescribePortalResponse.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_restJson1_1.serializeAws_restJson1DescribePortalCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_restJson1_1.deserializeAws_restJson1DescribePortalCommand(output, context);
58
+ }
59
+ }
60
+ exports.DescribePortalCommand = DescribePortalCommand;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeProjectCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ /**
9
+ * <p>Retrieves information about a project.</p>
10
+ * @example
11
+ * Use a bare-bones client and the command you need to make an API call.
12
+ * ```javascript
13
+ * import { IoTSiteWiseClient, DescribeProjectCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
14
+ * // const { IoTSiteWiseClient, DescribeProjectCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
15
+ * const client = new IoTSiteWiseClient(config);
16
+ * const command = new DescribeProjectCommand(input);
17
+ * const response = await client.send(command);
18
+ * ```
19
+ *
20
+ * @see {@link DescribeProjectCommandInput} for command's `input` shape.
21
+ * @see {@link DescribeProjectCommandOutput} for command's `response` shape.
22
+ * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
23
+ *
24
+ */
25
+ class DescribeProjectCommand extends smithy_client_1.Command {
26
+ // Start section: command_properties
27
+ // End section: command_properties
28
+ constructor(input) {
29
+ // Start section: command_constructor
30
+ super();
31
+ this.input = input;
32
+ // End section: command_constructor
33
+ }
34
+ /**
35
+ * @internal
36
+ */
37
+ resolveMiddleware(clientStack, configuration, options) {
38
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
+ const stack = clientStack.concat(this.middlewareStack);
40
+ const { logger } = configuration;
41
+ const clientName = "IoTSiteWiseClient";
42
+ const commandName = "DescribeProjectCommand";
43
+ const handlerExecutionContext = {
44
+ logger,
45
+ clientName,
46
+ commandName,
47
+ inputFilterSensitiveLog: models_0_1.DescribeProjectRequest.filterSensitiveLog,
48
+ outputFilterSensitiveLog: models_0_1.DescribeProjectResponse.filterSensitiveLog,
49
+ };
50
+ const { requestHandler } = configuration;
51
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
52
+ }
53
+ serialize(input, context) {
54
+ return Aws_restJson1_1.serializeAws_restJson1DescribeProjectCommand(input, context);
55
+ }
56
+ deserialize(output, context) {
57
+ return Aws_restJson1_1.deserializeAws_restJson1DescribeProjectCommand(output, context);
58
+ }
59
+ }
60
+ exports.DescribeProjectCommand = DescribeProjectCommand;