@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
@@ -1,94 +0,0 @@
1
- import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
2
- import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListDashboardsCommand,
5
- serializeAws_restJson1ListDashboardsCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListDashboardsCommandInput extends ListDashboardsRequest {}
21
- export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { IoTSiteWiseClient, ListDashboardsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
29
- * // const { IoTSiteWiseClient, ListDashboardsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
30
- * const client = new IoTSiteWiseClient(config);
31
- * const command = new ListDashboardsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListDashboardsCommandInput} for command's `input` shape.
36
- * @see {@link ListDashboardsCommandOutput} for command's `response` shape.
37
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class ListDashboardsCommand extends $Command<
41
- ListDashboardsCommandInput,
42
- ListDashboardsCommandOutput,
43
- IoTSiteWiseClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: ListDashboardsCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: IoTSiteWiseClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<ListDashboardsCommandInput, ListDashboardsCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "IoTSiteWiseClient";
68
- const commandName = "ListDashboardsCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: ListDashboardsRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: ListDashboardsResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: ListDashboardsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1ListDashboardsCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListDashboardsCommandOutput> {
89
- return deserializeAws_restJson1ListDashboardsCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,94 +0,0 @@
1
- import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
2
- import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListGatewaysCommand,
5
- serializeAws_restJson1ListGatewaysCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListGatewaysCommandInput extends ListGatewaysRequest {}
21
- export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Retrieves a paginated list of gateways.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { IoTSiteWiseClient, ListGatewaysCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
29
- * // const { IoTSiteWiseClient, ListGatewaysCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
30
- * const client = new IoTSiteWiseClient(config);
31
- * const command = new ListGatewaysCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListGatewaysCommandInput} for command's `input` shape.
36
- * @see {@link ListGatewaysCommandOutput} for command's `response` shape.
37
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class ListGatewaysCommand extends $Command<
41
- ListGatewaysCommandInput,
42
- ListGatewaysCommandOutput,
43
- IoTSiteWiseClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: ListGatewaysCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: IoTSiteWiseClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<ListGatewaysCommandInput, ListGatewaysCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "IoTSiteWiseClient";
68
- const commandName = "ListGatewaysCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: ListGatewaysRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: ListGatewaysResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: ListGatewaysCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1ListGatewaysCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListGatewaysCommandOutput> {
89
- return deserializeAws_restJson1ListGatewaysCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,94 +0,0 @@
1
- import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
2
- import { ListPortalsRequest, ListPortalsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListPortalsCommand,
5
- serializeAws_restJson1ListPortalsCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListPortalsCommandInput extends ListPortalsRequest {}
21
- export interface ListPortalsCommandOutput extends ListPortalsResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Retrieves a paginated list of IoT SiteWise Monitor portals.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { IoTSiteWiseClient, ListPortalsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
29
- * // const { IoTSiteWiseClient, ListPortalsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
30
- * const client = new IoTSiteWiseClient(config);
31
- * const command = new ListPortalsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListPortalsCommandInput} for command's `input` shape.
36
- * @see {@link ListPortalsCommandOutput} for command's `response` shape.
37
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class ListPortalsCommand extends $Command<
41
- ListPortalsCommandInput,
42
- ListPortalsCommandOutput,
43
- IoTSiteWiseClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: ListPortalsCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: IoTSiteWiseClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<ListPortalsCommandInput, ListPortalsCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "IoTSiteWiseClient";
68
- const commandName = "ListPortalsCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: ListPortalsRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: ListPortalsResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: ListPortalsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1ListPortalsCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListPortalsCommandOutput> {
89
- return deserializeAws_restJson1ListPortalsCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,94 +0,0 @@
1
- import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
2
- import { ListProjectAssetsRequest, ListProjectAssetsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListProjectAssetsCommand,
5
- serializeAws_restJson1ListProjectAssetsCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListProjectAssetsCommandInput extends ListProjectAssetsRequest {}
21
- export interface ListProjectAssetsCommandOutput extends ListProjectAssetsResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { IoTSiteWiseClient, ListProjectAssetsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
29
- * // const { IoTSiteWiseClient, ListProjectAssetsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
30
- * const client = new IoTSiteWiseClient(config);
31
- * const command = new ListProjectAssetsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListProjectAssetsCommandInput} for command's `input` shape.
36
- * @see {@link ListProjectAssetsCommandOutput} for command's `response` shape.
37
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class ListProjectAssetsCommand extends $Command<
41
- ListProjectAssetsCommandInput,
42
- ListProjectAssetsCommandOutput,
43
- IoTSiteWiseClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: ListProjectAssetsCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: IoTSiteWiseClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "IoTSiteWiseClient";
68
- const commandName = "ListProjectAssetsCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: ListProjectAssetsRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: ListProjectAssetsResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: ListProjectAssetsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1ListProjectAssetsCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListProjectAssetsCommandOutput> {
89
- return deserializeAws_restJson1ListProjectAssetsCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,94 +0,0 @@
1
- import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
2
- import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListProjectsCommand,
5
- serializeAws_restJson1ListProjectsCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListProjectsCommandInput extends ListProjectsRequest {}
21
- export interface ListProjectsCommandOutput extends ListProjectsResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { IoTSiteWiseClient, ListProjectsCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
29
- * // const { IoTSiteWiseClient, ListProjectsCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
30
- * const client = new IoTSiteWiseClient(config);
31
- * const command = new ListProjectsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListProjectsCommandInput} for command's `input` shape.
36
- * @see {@link ListProjectsCommandOutput} for command's `response` shape.
37
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class ListProjectsCommand extends $Command<
41
- ListProjectsCommandInput,
42
- ListProjectsCommandOutput,
43
- IoTSiteWiseClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: ListProjectsCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: IoTSiteWiseClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<ListProjectsCommandInput, ListProjectsCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "IoTSiteWiseClient";
68
- const commandName = "ListProjectsCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: ListProjectsRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: ListProjectsResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: ListProjectsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1ListProjectsCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListProjectsCommandOutput> {
89
- return deserializeAws_restJson1ListProjectsCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,94 +0,0 @@
1
- import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1ListTagsForResourceCommand,
5
- serializeAws_restJson1ListTagsForResourceCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
21
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Retrieves the list of tags for an IoT SiteWise resource.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { IoTSiteWiseClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
29
- * // const { IoTSiteWiseClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
30
- * const client = new IoTSiteWiseClient(config);
31
- * const command = new ListTagsForResourceCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
36
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
37
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class ListTagsForResourceCommand extends $Command<
41
- ListTagsForResourceCommandInput,
42
- ListTagsForResourceCommandOutput,
43
- IoTSiteWiseClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: ListTagsForResourceCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: IoTSiteWiseClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "IoTSiteWiseClient";
68
- const commandName = "ListTagsForResourceCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: ListTagsForResourceRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: ListTagsForResourceCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListTagsForResourceCommandOutput> {
89
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }
@@ -1,107 +0,0 @@
1
- import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTSiteWiseClient";
2
- import {
3
- PutDefaultEncryptionConfigurationRequest,
4
- PutDefaultEncryptionConfigurationResponse,
5
- } from "../models/models_0";
6
- import {
7
- deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand,
8
- serializeAws_restJson1PutDefaultEncryptionConfigurationCommand,
9
- } from "../protocols/Aws_restJson1";
10
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
11
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
12
- import { Command as $Command } from "@aws-sdk/smithy-client";
13
- import {
14
- FinalizeHandlerArguments,
15
- Handler,
16
- HandlerExecutionContext,
17
- MiddlewareStack,
18
- HttpHandlerOptions as __HttpHandlerOptions,
19
- MetadataBearer as __MetadataBearer,
20
- SerdeContext as __SerdeContext,
21
- } from "@aws-sdk/types";
22
-
23
- export interface PutDefaultEncryptionConfigurationCommandInput extends PutDefaultEncryptionConfigurationRequest {}
24
- export interface PutDefaultEncryptionConfigurationCommandOutput
25
- extends PutDefaultEncryptionConfigurationResponse,
26
- __MetadataBearer {}
27
-
28
- /**
29
- * <p>Sets the default encryption configuration for the Amazon Web Services account. For more information, see
30
- * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/key-management.html">Key management</a> in
31
- * the <i>IoT SiteWise User Guide</i>.</p>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { IoTSiteWiseClient, PutDefaultEncryptionConfigurationCommand } from "@aws-sdk/client-iotsitewise"; // ES Modules import
36
- * // const { IoTSiteWiseClient, PutDefaultEncryptionConfigurationCommand } = require("@aws-sdk/client-iotsitewise"); // CommonJS import
37
- * const client = new IoTSiteWiseClient(config);
38
- * const command = new PutDefaultEncryptionConfigurationCommand(input);
39
- * const response = await client.send(command);
40
- * ```
41
- *
42
- * @see {@link PutDefaultEncryptionConfigurationCommandInput} for command's `input` shape.
43
- * @see {@link PutDefaultEncryptionConfigurationCommandOutput} for command's `response` shape.
44
- * @see {@link IoTSiteWiseClientResolvedConfig | config} for command's `input` shape.
45
- *
46
- */
47
- export class PutDefaultEncryptionConfigurationCommand extends $Command<
48
- PutDefaultEncryptionConfigurationCommandInput,
49
- PutDefaultEncryptionConfigurationCommandOutput,
50
- IoTSiteWiseClientResolvedConfig
51
- > {
52
- // Start section: command_properties
53
- // End section: command_properties
54
-
55
- constructor(readonly input: PutDefaultEncryptionConfigurationCommandInput) {
56
- // Start section: command_constructor
57
- super();
58
- // End section: command_constructor
59
- }
60
-
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(
65
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
66
- configuration: IoTSiteWiseClientResolvedConfig,
67
- options?: __HttpHandlerOptions
68
- ): Handler<PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput> {
69
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
70
-
71
- const stack = clientStack.concat(this.middlewareStack);
72
-
73
- const { logger } = configuration;
74
- const clientName = "IoTSiteWiseClient";
75
- const commandName = "PutDefaultEncryptionConfigurationCommand";
76
- const handlerExecutionContext: HandlerExecutionContext = {
77
- logger,
78
- clientName,
79
- commandName,
80
- inputFilterSensitiveLog: PutDefaultEncryptionConfigurationRequest.filterSensitiveLog,
81
- outputFilterSensitiveLog: PutDefaultEncryptionConfigurationResponse.filterSensitiveLog,
82
- };
83
- const { requestHandler } = configuration;
84
- return stack.resolve(
85
- (request: FinalizeHandlerArguments<any>) =>
86
- requestHandler.handle(request.request as __HttpRequest, options || {}),
87
- handlerExecutionContext
88
- );
89
- }
90
-
91
- private serialize(
92
- input: PutDefaultEncryptionConfigurationCommandInput,
93
- context: __SerdeContext
94
- ): Promise<__HttpRequest> {
95
- return serializeAws_restJson1PutDefaultEncryptionConfigurationCommand(input, context);
96
- }
97
-
98
- private deserialize(
99
- output: __HttpResponse,
100
- context: __SerdeContext
101
- ): Promise<PutDefaultEncryptionConfigurationCommandOutput> {
102
- return deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand(output, context);
103
- }
104
-
105
- // Start section: command_body_extra
106
- // End section: command_body_extra
107
- }