@aws-sdk/client-iotfleetwise 3.179.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 (316) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +219 -0
  4. package/dist-cjs/IoTFleetWise.js +757 -0
  5. package/dist-cjs/IoTFleetWiseClient.js +37 -0
  6. package/dist-cjs/commands/AssociateVehicleFleetCommand.js +36 -0
  7. package/dist-cjs/commands/BatchCreateVehicleCommand.js +36 -0
  8. package/dist-cjs/commands/BatchUpdateVehicleCommand.js +36 -0
  9. package/dist-cjs/commands/CreateCampaignCommand.js +36 -0
  10. package/dist-cjs/commands/CreateDecoderManifestCommand.js +36 -0
  11. package/dist-cjs/commands/CreateFleetCommand.js +36 -0
  12. package/dist-cjs/commands/CreateModelManifestCommand.js +36 -0
  13. package/dist-cjs/commands/CreateSignalCatalogCommand.js +36 -0
  14. package/dist-cjs/commands/CreateVehicleCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteCampaignCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteDecoderManifestCommand.js +36 -0
  17. package/dist-cjs/commands/DeleteFleetCommand.js +36 -0
  18. package/dist-cjs/commands/DeleteModelManifestCommand.js +36 -0
  19. package/dist-cjs/commands/DeleteSignalCatalogCommand.js +36 -0
  20. package/dist-cjs/commands/DeleteVehicleCommand.js +36 -0
  21. package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +36 -0
  22. package/dist-cjs/commands/GetCampaignCommand.js +36 -0
  23. package/dist-cjs/commands/GetDecoderManifestCommand.js +36 -0
  24. package/dist-cjs/commands/GetFleetCommand.js +36 -0
  25. package/dist-cjs/commands/GetLoggingOptionsCommand.js +36 -0
  26. package/dist-cjs/commands/GetModelManifestCommand.js +36 -0
  27. package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +36 -0
  28. package/dist-cjs/commands/GetSignalCatalogCommand.js +36 -0
  29. package/dist-cjs/commands/GetVehicleCommand.js +36 -0
  30. package/dist-cjs/commands/GetVehicleStatusCommand.js +36 -0
  31. package/dist-cjs/commands/ImportDecoderManifestCommand.js +36 -0
  32. package/dist-cjs/commands/ImportSignalCatalogCommand.js +36 -0
  33. package/dist-cjs/commands/ListCampaignsCommand.js +36 -0
  34. package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +36 -0
  35. package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +36 -0
  36. package/dist-cjs/commands/ListDecoderManifestsCommand.js +36 -0
  37. package/dist-cjs/commands/ListFleetsCommand.js +36 -0
  38. package/dist-cjs/commands/ListFleetsForVehicleCommand.js +36 -0
  39. package/dist-cjs/commands/ListModelManifestNodesCommand.js +36 -0
  40. package/dist-cjs/commands/ListModelManifestsCommand.js +36 -0
  41. package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +36 -0
  42. package/dist-cjs/commands/ListSignalCatalogsCommand.js +36 -0
  43. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  44. package/dist-cjs/commands/ListVehiclesCommand.js +36 -0
  45. package/dist-cjs/commands/ListVehiclesInFleetCommand.js +36 -0
  46. package/dist-cjs/commands/PutLoggingOptionsCommand.js +36 -0
  47. package/dist-cjs/commands/RegisterAccountCommand.js +36 -0
  48. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  49. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  50. package/dist-cjs/commands/UpdateCampaignCommand.js +36 -0
  51. package/dist-cjs/commands/UpdateDecoderManifestCommand.js +36 -0
  52. package/dist-cjs/commands/UpdateFleetCommand.js +36 -0
  53. package/dist-cjs/commands/UpdateModelManifestCommand.js +36 -0
  54. package/dist-cjs/commands/UpdateSignalCatalogCommand.js +36 -0
  55. package/dist-cjs/commands/UpdateVehicleCommand.js +36 -0
  56. package/dist-cjs/commands/index.js +53 -0
  57. package/dist-cjs/endpoints.js +132 -0
  58. package/dist-cjs/index.js +11 -0
  59. package/dist-cjs/models/IoTFleetWiseServiceException.js +11 -0
  60. package/dist-cjs/models/index.js +4 -0
  61. package/dist-cjs/models/models_0.js +931 -0
  62. package/dist-cjs/pagination/GetVehicleStatusPaginator.js +36 -0
  63. package/dist-cjs/pagination/Interfaces.js +2 -0
  64. package/dist-cjs/pagination/ListCampaignsPaginator.js +36 -0
  65. package/dist-cjs/pagination/ListDecoderManifestNetworkInterfacesPaginator.js +36 -0
  66. package/dist-cjs/pagination/ListDecoderManifestSignalsPaginator.js +36 -0
  67. package/dist-cjs/pagination/ListDecoderManifestsPaginator.js +36 -0
  68. package/dist-cjs/pagination/ListFleetsForVehiclePaginator.js +36 -0
  69. package/dist-cjs/pagination/ListFleetsPaginator.js +36 -0
  70. package/dist-cjs/pagination/ListModelManifestNodesPaginator.js +36 -0
  71. package/dist-cjs/pagination/ListModelManifestsPaginator.js +36 -0
  72. package/dist-cjs/pagination/ListSignalCatalogNodesPaginator.js +36 -0
  73. package/dist-cjs/pagination/ListSignalCatalogsPaginator.js +36 -0
  74. package/dist-cjs/pagination/ListVehiclesInFleetPaginator.js +36 -0
  75. package/dist-cjs/pagination/ListVehiclesPaginator.js +36 -0
  76. package/dist-cjs/pagination/index.js +17 -0
  77. package/dist-cjs/protocols/Aws_json1_0.js +4827 -0
  78. package/dist-cjs/runtimeConfig.browser.js +45 -0
  79. package/dist-cjs/runtimeConfig.js +52 -0
  80. package/dist-cjs/runtimeConfig.native.js +16 -0
  81. package/dist-cjs/runtimeConfig.shared.js +17 -0
  82. package/dist-es/IoTFleetWise.js +760 -0
  83. package/dist-es/IoTFleetWiseClient.js +39 -0
  84. package/dist-es/commands/AssociateVehicleFleetCommand.js +39 -0
  85. package/dist-es/commands/BatchCreateVehicleCommand.js +39 -0
  86. package/dist-es/commands/BatchUpdateVehicleCommand.js +39 -0
  87. package/dist-es/commands/CreateCampaignCommand.js +39 -0
  88. package/dist-es/commands/CreateDecoderManifestCommand.js +39 -0
  89. package/dist-es/commands/CreateFleetCommand.js +39 -0
  90. package/dist-es/commands/CreateModelManifestCommand.js +39 -0
  91. package/dist-es/commands/CreateSignalCatalogCommand.js +39 -0
  92. package/dist-es/commands/CreateVehicleCommand.js +39 -0
  93. package/dist-es/commands/DeleteCampaignCommand.js +39 -0
  94. package/dist-es/commands/DeleteDecoderManifestCommand.js +39 -0
  95. package/dist-es/commands/DeleteFleetCommand.js +39 -0
  96. package/dist-es/commands/DeleteModelManifestCommand.js +39 -0
  97. package/dist-es/commands/DeleteSignalCatalogCommand.js +39 -0
  98. package/dist-es/commands/DeleteVehicleCommand.js +39 -0
  99. package/dist-es/commands/DisassociateVehicleFleetCommand.js +39 -0
  100. package/dist-es/commands/GetCampaignCommand.js +39 -0
  101. package/dist-es/commands/GetDecoderManifestCommand.js +39 -0
  102. package/dist-es/commands/GetFleetCommand.js +39 -0
  103. package/dist-es/commands/GetLoggingOptionsCommand.js +39 -0
  104. package/dist-es/commands/GetModelManifestCommand.js +39 -0
  105. package/dist-es/commands/GetRegisterAccountStatusCommand.js +39 -0
  106. package/dist-es/commands/GetSignalCatalogCommand.js +39 -0
  107. package/dist-es/commands/GetVehicleCommand.js +39 -0
  108. package/dist-es/commands/GetVehicleStatusCommand.js +39 -0
  109. package/dist-es/commands/ImportDecoderManifestCommand.js +39 -0
  110. package/dist-es/commands/ImportSignalCatalogCommand.js +39 -0
  111. package/dist-es/commands/ListCampaignsCommand.js +39 -0
  112. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +39 -0
  113. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +39 -0
  114. package/dist-es/commands/ListDecoderManifestsCommand.js +39 -0
  115. package/dist-es/commands/ListFleetsCommand.js +39 -0
  116. package/dist-es/commands/ListFleetsForVehicleCommand.js +39 -0
  117. package/dist-es/commands/ListModelManifestNodesCommand.js +39 -0
  118. package/dist-es/commands/ListModelManifestsCommand.js +39 -0
  119. package/dist-es/commands/ListSignalCatalogNodesCommand.js +39 -0
  120. package/dist-es/commands/ListSignalCatalogsCommand.js +39 -0
  121. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  122. package/dist-es/commands/ListVehiclesCommand.js +39 -0
  123. package/dist-es/commands/ListVehiclesInFleetCommand.js +39 -0
  124. package/dist-es/commands/PutLoggingOptionsCommand.js +39 -0
  125. package/dist-es/commands/RegisterAccountCommand.js +39 -0
  126. package/dist-es/commands/TagResourceCommand.js +39 -0
  127. package/dist-es/commands/UntagResourceCommand.js +39 -0
  128. package/dist-es/commands/UpdateCampaignCommand.js +39 -0
  129. package/dist-es/commands/UpdateDecoderManifestCommand.js +39 -0
  130. package/dist-es/commands/UpdateFleetCommand.js +39 -0
  131. package/dist-es/commands/UpdateModelManifestCommand.js +39 -0
  132. package/dist-es/commands/UpdateSignalCatalogCommand.js +39 -0
  133. package/dist-es/commands/UpdateVehicleCommand.js +39 -0
  134. package/dist-es/commands/index.js +50 -0
  135. package/dist-es/endpoints.js +128 -0
  136. package/dist-es/index.js +6 -0
  137. package/dist-es/models/IoTFleetWiseServiceException.js +12 -0
  138. package/dist-es/models/index.js +1 -0
  139. package/dist-es/models/models_0.js +493 -0
  140. package/dist-es/pagination/GetVehicleStatusPaginator.js +75 -0
  141. package/dist-es/pagination/Interfaces.js +1 -0
  142. package/dist-es/pagination/ListCampaignsPaginator.js +75 -0
  143. package/dist-es/pagination/ListDecoderManifestNetworkInterfacesPaginator.js +75 -0
  144. package/dist-es/pagination/ListDecoderManifestSignalsPaginator.js +75 -0
  145. package/dist-es/pagination/ListDecoderManifestsPaginator.js +75 -0
  146. package/dist-es/pagination/ListFleetsForVehiclePaginator.js +75 -0
  147. package/dist-es/pagination/ListFleetsPaginator.js +75 -0
  148. package/dist-es/pagination/ListModelManifestNodesPaginator.js +75 -0
  149. package/dist-es/pagination/ListModelManifestsPaginator.js +75 -0
  150. package/dist-es/pagination/ListSignalCatalogNodesPaginator.js +75 -0
  151. package/dist-es/pagination/ListSignalCatalogsPaginator.js +75 -0
  152. package/dist-es/pagination/ListVehiclesInFleetPaginator.js +75 -0
  153. package/dist-es/pagination/ListVehiclesPaginator.js +75 -0
  154. package/dist-es/pagination/index.js +14 -0
  155. package/dist-es/protocols/Aws_json1_0.js +5660 -0
  156. package/dist-es/runtimeConfig.browser.js +26 -0
  157. package/dist-es/runtimeConfig.js +30 -0
  158. package/dist-es/runtimeConfig.native.js +8 -0
  159. package/dist-es/runtimeConfig.shared.js +13 -0
  160. package/dist-types/IoTFleetWise.d.ts +516 -0
  161. package/dist-types/IoTFleetWiseClient.d.ts +208 -0
  162. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +35 -0
  163. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +41 -0
  164. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +41 -0
  165. package/dist-types/commands/CreateCampaignCommand.d.ts +40 -0
  166. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +50 -0
  167. package/dist-types/commands/CreateFleetCommand.d.ts +42 -0
  168. package/dist-types/commands/CreateModelManifestCommand.d.ts +38 -0
  169. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +36 -0
  170. package/dist-types/commands/CreateVehicleCommand.d.ts +43 -0
  171. package/dist-types/commands/DeleteCampaignCommand.d.ts +36 -0
  172. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +40 -0
  173. package/dist-types/commands/DeleteFleetCommand.d.ts +41 -0
  174. package/dist-types/commands/DeleteModelManifestCommand.d.ts +39 -0
  175. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +39 -0
  176. package/dist-types/commands/DeleteVehicleCommand.d.ts +39 -0
  177. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +40 -0
  178. package/dist-types/commands/GetCampaignCommand.d.ts +35 -0
  179. package/dist-types/commands/GetDecoderManifestCommand.d.ts +35 -0
  180. package/dist-types/commands/GetFleetCommand.d.ts +35 -0
  181. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +35 -0
  182. package/dist-types/commands/GetModelManifestCommand.d.ts +35 -0
  183. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +41 -0
  184. package/dist-types/commands/GetSignalCatalogCommand.d.ts +35 -0
  185. package/dist-types/commands/GetVehicleCommand.d.ts +35 -0
  186. package/dist-types/commands/GetVehicleStatusCommand.d.ts +36 -0
  187. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +36 -0
  188. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +36 -0
  189. package/dist-types/commands/ListCampaignsCommand.d.ts +38 -0
  190. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +38 -0
  191. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +38 -0
  192. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +38 -0
  193. package/dist-types/commands/ListFleetsCommand.d.ts +38 -0
  194. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +38 -0
  195. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +38 -0
  196. package/dist-types/commands/ListModelManifestsCommand.d.ts +38 -0
  197. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +38 -0
  198. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +40 -0
  199. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  200. package/dist-types/commands/ListVehiclesCommand.d.ts +38 -0
  201. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +38 -0
  202. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +35 -0
  203. package/dist-types/commands/RegisterAccountCommand.d.ts +45 -0
  204. package/dist-types/commands/TagResourceCommand.d.ts +36 -0
  205. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  206. package/dist-types/commands/UpdateCampaignCommand.d.ts +35 -0
  207. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +37 -0
  208. package/dist-types/commands/UpdateFleetCommand.d.ts +39 -0
  209. package/dist-types/commands/UpdateModelManifestCommand.d.ts +36 -0
  210. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +35 -0
  211. package/dist-types/commands/UpdateVehicleCommand.d.ts +35 -0
  212. package/dist-types/commands/index.d.ts +50 -0
  213. package/dist-types/endpoints.d.ts +2 -0
  214. package/dist-types/index.d.ts +6 -0
  215. package/dist-types/models/IoTFleetWiseServiceException.d.ts +10 -0
  216. package/dist-types/models/index.d.ts +1 -0
  217. package/dist-types/models/models_0.d.ts +3487 -0
  218. package/dist-types/pagination/GetVehicleStatusPaginator.d.ts +4 -0
  219. package/dist-types/pagination/Interfaces.d.ts +6 -0
  220. package/dist-types/pagination/ListCampaignsPaginator.d.ts +4 -0
  221. package/dist-types/pagination/ListDecoderManifestNetworkInterfacesPaginator.d.ts +4 -0
  222. package/dist-types/pagination/ListDecoderManifestSignalsPaginator.d.ts +4 -0
  223. package/dist-types/pagination/ListDecoderManifestsPaginator.d.ts +4 -0
  224. package/dist-types/pagination/ListFleetsForVehiclePaginator.d.ts +4 -0
  225. package/dist-types/pagination/ListFleetsPaginator.d.ts +4 -0
  226. package/dist-types/pagination/ListModelManifestNodesPaginator.d.ts +4 -0
  227. package/dist-types/pagination/ListModelManifestsPaginator.d.ts +4 -0
  228. package/dist-types/pagination/ListSignalCatalogNodesPaginator.d.ts +4 -0
  229. package/dist-types/pagination/ListSignalCatalogsPaginator.d.ts +4 -0
  230. package/dist-types/pagination/ListVehiclesInFleetPaginator.d.ts +4 -0
  231. package/dist-types/pagination/ListVehiclesPaginator.d.ts +4 -0
  232. package/dist-types/pagination/index.d.ts +14 -0
  233. package/dist-types/protocols/Aws_json1_0.d.ts +152 -0
  234. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  235. package/dist-types/runtimeConfig.d.ts +40 -0
  236. package/dist-types/runtimeConfig.native.d.ts +39 -0
  237. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  238. package/dist-types/ts3.4/IoTFleetWise.d.ts +860 -0
  239. package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +405 -0
  240. package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +39 -0
  241. package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +36 -0
  242. package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +36 -0
  243. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +35 -0
  244. package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +39 -0
  245. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +32 -0
  246. package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +36 -0
  247. package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +36 -0
  248. package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +35 -0
  249. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +35 -0
  250. package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +39 -0
  251. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +32 -0
  252. package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +36 -0
  253. package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +36 -0
  254. package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +35 -0
  255. package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +39 -0
  256. package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +32 -0
  257. package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +36 -0
  258. package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +32 -0
  259. package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +36 -0
  260. package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +35 -0
  261. package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +39 -0
  262. package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +35 -0
  263. package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +32 -0
  264. package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +35 -0
  265. package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +39 -0
  266. package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +36 -0
  267. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +35 -0
  268. package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +39 -0
  269. package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +39 -0
  270. package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +39 -0
  271. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +32 -0
  272. package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +39 -0
  273. package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +39 -0
  274. package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +36 -0
  275. package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +39 -0
  276. package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +36 -0
  277. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
  278. package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +32 -0
  279. package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +36 -0
  280. package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +36 -0
  281. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +35 -0
  282. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -0
  283. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
  284. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +35 -0
  285. package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +39 -0
  286. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +32 -0
  287. package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +36 -0
  288. package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +36 -0
  289. package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +35 -0
  290. package/dist-types/ts3.4/commands/index.d.ts +50 -0
  291. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  292. package/dist-types/ts3.4/index.d.ts +6 -0
  293. package/dist-types/ts3.4/models/IoTFleetWiseServiceException.d.ts +7 -0
  294. package/dist-types/ts3.4/models/index.d.ts +1 -0
  295. package/dist-types/ts3.4/models/models_0.d.ts +1431 -0
  296. package/dist-types/ts3.4/pagination/GetVehicleStatusPaginator.d.ts +11 -0
  297. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
  298. package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -0
  299. package/dist-types/ts3.4/pagination/ListDecoderManifestNetworkInterfacesPaginator.d.ts +11 -0
  300. package/dist-types/ts3.4/pagination/ListDecoderManifestSignalsPaginator.d.ts +11 -0
  301. package/dist-types/ts3.4/pagination/ListDecoderManifestsPaginator.d.ts +11 -0
  302. package/dist-types/ts3.4/pagination/ListFleetsForVehiclePaginator.d.ts +11 -0
  303. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -0
  304. package/dist-types/ts3.4/pagination/ListModelManifestNodesPaginator.d.ts +11 -0
  305. package/dist-types/ts3.4/pagination/ListModelManifestsPaginator.d.ts +11 -0
  306. package/dist-types/ts3.4/pagination/ListSignalCatalogNodesPaginator.d.ts +11 -0
  307. package/dist-types/ts3.4/pagination/ListSignalCatalogsPaginator.d.ts +11 -0
  308. package/dist-types/ts3.4/pagination/ListVehiclesInFleetPaginator.d.ts +11 -0
  309. package/dist-types/ts3.4/pagination/ListVehiclesPaginator.d.ts +11 -0
  310. package/dist-types/ts3.4/pagination/index.d.ts +14 -0
  311. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +605 -0
  312. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -0
  313. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -0
  314. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -0
  315. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -0
  316. package/package.json +100 -0
@@ -0,0 +1,405 @@
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateVehicleFleetCommandInput,
47
+ AssociateVehicleFleetCommandOutput,
48
+ } from "./commands/AssociateVehicleFleetCommand";
49
+ import {
50
+ BatchCreateVehicleCommandInput,
51
+ BatchCreateVehicleCommandOutput,
52
+ } from "./commands/BatchCreateVehicleCommand";
53
+ import {
54
+ BatchUpdateVehicleCommandInput,
55
+ BatchUpdateVehicleCommandOutput,
56
+ } from "./commands/BatchUpdateVehicleCommand";
57
+ import {
58
+ CreateCampaignCommandInput,
59
+ CreateCampaignCommandOutput,
60
+ } from "./commands/CreateCampaignCommand";
61
+ import {
62
+ CreateDecoderManifestCommandInput,
63
+ CreateDecoderManifestCommandOutput,
64
+ } from "./commands/CreateDecoderManifestCommand";
65
+ import {
66
+ CreateFleetCommandInput,
67
+ CreateFleetCommandOutput,
68
+ } from "./commands/CreateFleetCommand";
69
+ import {
70
+ CreateModelManifestCommandInput,
71
+ CreateModelManifestCommandOutput,
72
+ } from "./commands/CreateModelManifestCommand";
73
+ import {
74
+ CreateSignalCatalogCommandInput,
75
+ CreateSignalCatalogCommandOutput,
76
+ } from "./commands/CreateSignalCatalogCommand";
77
+ import {
78
+ CreateVehicleCommandInput,
79
+ CreateVehicleCommandOutput,
80
+ } from "./commands/CreateVehicleCommand";
81
+ import {
82
+ DeleteCampaignCommandInput,
83
+ DeleteCampaignCommandOutput,
84
+ } from "./commands/DeleteCampaignCommand";
85
+ import {
86
+ DeleteDecoderManifestCommandInput,
87
+ DeleteDecoderManifestCommandOutput,
88
+ } from "./commands/DeleteDecoderManifestCommand";
89
+ import {
90
+ DeleteFleetCommandInput,
91
+ DeleteFleetCommandOutput,
92
+ } from "./commands/DeleteFleetCommand";
93
+ import {
94
+ DeleteModelManifestCommandInput,
95
+ DeleteModelManifestCommandOutput,
96
+ } from "./commands/DeleteModelManifestCommand";
97
+ import {
98
+ DeleteSignalCatalogCommandInput,
99
+ DeleteSignalCatalogCommandOutput,
100
+ } from "./commands/DeleteSignalCatalogCommand";
101
+ import {
102
+ DeleteVehicleCommandInput,
103
+ DeleteVehicleCommandOutput,
104
+ } from "./commands/DeleteVehicleCommand";
105
+ import {
106
+ DisassociateVehicleFleetCommandInput,
107
+ DisassociateVehicleFleetCommandOutput,
108
+ } from "./commands/DisassociateVehicleFleetCommand";
109
+ import {
110
+ GetCampaignCommandInput,
111
+ GetCampaignCommandOutput,
112
+ } from "./commands/GetCampaignCommand";
113
+ import {
114
+ GetDecoderManifestCommandInput,
115
+ GetDecoderManifestCommandOutput,
116
+ } from "./commands/GetDecoderManifestCommand";
117
+ import {
118
+ GetFleetCommandInput,
119
+ GetFleetCommandOutput,
120
+ } from "./commands/GetFleetCommand";
121
+ import {
122
+ GetLoggingOptionsCommandInput,
123
+ GetLoggingOptionsCommandOutput,
124
+ } from "./commands/GetLoggingOptionsCommand";
125
+ import {
126
+ GetModelManifestCommandInput,
127
+ GetModelManifestCommandOutput,
128
+ } from "./commands/GetModelManifestCommand";
129
+ import {
130
+ GetRegisterAccountStatusCommandInput,
131
+ GetRegisterAccountStatusCommandOutput,
132
+ } from "./commands/GetRegisterAccountStatusCommand";
133
+ import {
134
+ GetSignalCatalogCommandInput,
135
+ GetSignalCatalogCommandOutput,
136
+ } from "./commands/GetSignalCatalogCommand";
137
+ import {
138
+ GetVehicleCommandInput,
139
+ GetVehicleCommandOutput,
140
+ } from "./commands/GetVehicleCommand";
141
+ import {
142
+ GetVehicleStatusCommandInput,
143
+ GetVehicleStatusCommandOutput,
144
+ } from "./commands/GetVehicleStatusCommand";
145
+ import {
146
+ ImportDecoderManifestCommandInput,
147
+ ImportDecoderManifestCommandOutput,
148
+ } from "./commands/ImportDecoderManifestCommand";
149
+ import {
150
+ ImportSignalCatalogCommandInput,
151
+ ImportSignalCatalogCommandOutput,
152
+ } from "./commands/ImportSignalCatalogCommand";
153
+ import {
154
+ ListCampaignsCommandInput,
155
+ ListCampaignsCommandOutput,
156
+ } from "./commands/ListCampaignsCommand";
157
+ import {
158
+ ListDecoderManifestNetworkInterfacesCommandInput,
159
+ ListDecoderManifestNetworkInterfacesCommandOutput,
160
+ } from "./commands/ListDecoderManifestNetworkInterfacesCommand";
161
+ import {
162
+ ListDecoderManifestsCommandInput,
163
+ ListDecoderManifestsCommandOutput,
164
+ } from "./commands/ListDecoderManifestsCommand";
165
+ import {
166
+ ListDecoderManifestSignalsCommandInput,
167
+ ListDecoderManifestSignalsCommandOutput,
168
+ } from "./commands/ListDecoderManifestSignalsCommand";
169
+ import {
170
+ ListFleetsCommandInput,
171
+ ListFleetsCommandOutput,
172
+ } from "./commands/ListFleetsCommand";
173
+ import {
174
+ ListFleetsForVehicleCommandInput,
175
+ ListFleetsForVehicleCommandOutput,
176
+ } from "./commands/ListFleetsForVehicleCommand";
177
+ import {
178
+ ListModelManifestNodesCommandInput,
179
+ ListModelManifestNodesCommandOutput,
180
+ } from "./commands/ListModelManifestNodesCommand";
181
+ import {
182
+ ListModelManifestsCommandInput,
183
+ ListModelManifestsCommandOutput,
184
+ } from "./commands/ListModelManifestsCommand";
185
+ import {
186
+ ListSignalCatalogNodesCommandInput,
187
+ ListSignalCatalogNodesCommandOutput,
188
+ } from "./commands/ListSignalCatalogNodesCommand";
189
+ import {
190
+ ListSignalCatalogsCommandInput,
191
+ ListSignalCatalogsCommandOutput,
192
+ } from "./commands/ListSignalCatalogsCommand";
193
+ import {
194
+ ListTagsForResourceCommandInput,
195
+ ListTagsForResourceCommandOutput,
196
+ } from "./commands/ListTagsForResourceCommand";
197
+ import {
198
+ ListVehiclesCommandInput,
199
+ ListVehiclesCommandOutput,
200
+ } from "./commands/ListVehiclesCommand";
201
+ import {
202
+ ListVehiclesInFleetCommandInput,
203
+ ListVehiclesInFleetCommandOutput,
204
+ } from "./commands/ListVehiclesInFleetCommand";
205
+ import {
206
+ PutLoggingOptionsCommandInput,
207
+ PutLoggingOptionsCommandOutput,
208
+ } from "./commands/PutLoggingOptionsCommand";
209
+ import {
210
+ RegisterAccountCommandInput,
211
+ RegisterAccountCommandOutput,
212
+ } from "./commands/RegisterAccountCommand";
213
+ import {
214
+ TagResourceCommandInput,
215
+ TagResourceCommandOutput,
216
+ } from "./commands/TagResourceCommand";
217
+ import {
218
+ UntagResourceCommandInput,
219
+ UntagResourceCommandOutput,
220
+ } from "./commands/UntagResourceCommand";
221
+ import {
222
+ UpdateCampaignCommandInput,
223
+ UpdateCampaignCommandOutput,
224
+ } from "./commands/UpdateCampaignCommand";
225
+ import {
226
+ UpdateDecoderManifestCommandInput,
227
+ UpdateDecoderManifestCommandOutput,
228
+ } from "./commands/UpdateDecoderManifestCommand";
229
+ import {
230
+ UpdateFleetCommandInput,
231
+ UpdateFleetCommandOutput,
232
+ } from "./commands/UpdateFleetCommand";
233
+ import {
234
+ UpdateModelManifestCommandInput,
235
+ UpdateModelManifestCommandOutput,
236
+ } from "./commands/UpdateModelManifestCommand";
237
+ import {
238
+ UpdateSignalCatalogCommandInput,
239
+ UpdateSignalCatalogCommandOutput,
240
+ } from "./commands/UpdateSignalCatalogCommand";
241
+ import {
242
+ UpdateVehicleCommandInput,
243
+ UpdateVehicleCommandOutput,
244
+ } from "./commands/UpdateVehicleCommand";
245
+ export declare type ServiceInputTypes =
246
+ | AssociateVehicleFleetCommandInput
247
+ | BatchCreateVehicleCommandInput
248
+ | BatchUpdateVehicleCommandInput
249
+ | CreateCampaignCommandInput
250
+ | CreateDecoderManifestCommandInput
251
+ | CreateFleetCommandInput
252
+ | CreateModelManifestCommandInput
253
+ | CreateSignalCatalogCommandInput
254
+ | CreateVehicleCommandInput
255
+ | DeleteCampaignCommandInput
256
+ | DeleteDecoderManifestCommandInput
257
+ | DeleteFleetCommandInput
258
+ | DeleteModelManifestCommandInput
259
+ | DeleteSignalCatalogCommandInput
260
+ | DeleteVehicleCommandInput
261
+ | DisassociateVehicleFleetCommandInput
262
+ | GetCampaignCommandInput
263
+ | GetDecoderManifestCommandInput
264
+ | GetFleetCommandInput
265
+ | GetLoggingOptionsCommandInput
266
+ | GetModelManifestCommandInput
267
+ | GetRegisterAccountStatusCommandInput
268
+ | GetSignalCatalogCommandInput
269
+ | GetVehicleCommandInput
270
+ | GetVehicleStatusCommandInput
271
+ | ImportDecoderManifestCommandInput
272
+ | ImportSignalCatalogCommandInput
273
+ | ListCampaignsCommandInput
274
+ | ListDecoderManifestNetworkInterfacesCommandInput
275
+ | ListDecoderManifestSignalsCommandInput
276
+ | ListDecoderManifestsCommandInput
277
+ | ListFleetsCommandInput
278
+ | ListFleetsForVehicleCommandInput
279
+ | ListModelManifestNodesCommandInput
280
+ | ListModelManifestsCommandInput
281
+ | ListSignalCatalogNodesCommandInput
282
+ | ListSignalCatalogsCommandInput
283
+ | ListTagsForResourceCommandInput
284
+ | ListVehiclesCommandInput
285
+ | ListVehiclesInFleetCommandInput
286
+ | PutLoggingOptionsCommandInput
287
+ | RegisterAccountCommandInput
288
+ | TagResourceCommandInput
289
+ | UntagResourceCommandInput
290
+ | UpdateCampaignCommandInput
291
+ | UpdateDecoderManifestCommandInput
292
+ | UpdateFleetCommandInput
293
+ | UpdateModelManifestCommandInput
294
+ | UpdateSignalCatalogCommandInput
295
+ | UpdateVehicleCommandInput;
296
+ export declare type ServiceOutputTypes =
297
+ | AssociateVehicleFleetCommandOutput
298
+ | BatchCreateVehicleCommandOutput
299
+ | BatchUpdateVehicleCommandOutput
300
+ | CreateCampaignCommandOutput
301
+ | CreateDecoderManifestCommandOutput
302
+ | CreateFleetCommandOutput
303
+ | CreateModelManifestCommandOutput
304
+ | CreateSignalCatalogCommandOutput
305
+ | CreateVehicleCommandOutput
306
+ | DeleteCampaignCommandOutput
307
+ | DeleteDecoderManifestCommandOutput
308
+ | DeleteFleetCommandOutput
309
+ | DeleteModelManifestCommandOutput
310
+ | DeleteSignalCatalogCommandOutput
311
+ | DeleteVehicleCommandOutput
312
+ | DisassociateVehicleFleetCommandOutput
313
+ | GetCampaignCommandOutput
314
+ | GetDecoderManifestCommandOutput
315
+ | GetFleetCommandOutput
316
+ | GetLoggingOptionsCommandOutput
317
+ | GetModelManifestCommandOutput
318
+ | GetRegisterAccountStatusCommandOutput
319
+ | GetSignalCatalogCommandOutput
320
+ | GetVehicleCommandOutput
321
+ | GetVehicleStatusCommandOutput
322
+ | ImportDecoderManifestCommandOutput
323
+ | ImportSignalCatalogCommandOutput
324
+ | ListCampaignsCommandOutput
325
+ | ListDecoderManifestNetworkInterfacesCommandOutput
326
+ | ListDecoderManifestSignalsCommandOutput
327
+ | ListDecoderManifestsCommandOutput
328
+ | ListFleetsCommandOutput
329
+ | ListFleetsForVehicleCommandOutput
330
+ | ListModelManifestNodesCommandOutput
331
+ | ListModelManifestsCommandOutput
332
+ | ListSignalCatalogNodesCommandOutput
333
+ | ListSignalCatalogsCommandOutput
334
+ | ListTagsForResourceCommandOutput
335
+ | ListVehiclesCommandOutput
336
+ | ListVehiclesInFleetCommandOutput
337
+ | PutLoggingOptionsCommandOutput
338
+ | RegisterAccountCommandOutput
339
+ | TagResourceCommandOutput
340
+ | UntagResourceCommandOutput
341
+ | UpdateCampaignCommandOutput
342
+ | UpdateDecoderManifestCommandOutput
343
+ | UpdateFleetCommandOutput
344
+ | UpdateModelManifestCommandOutput
345
+ | UpdateSignalCatalogCommandOutput
346
+ | UpdateVehicleCommandOutput;
347
+ export interface ClientDefaults
348
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
349
+ requestHandler?: __HttpHandler;
350
+ sha256?: __HashConstructor;
351
+ urlParser?: __UrlParser;
352
+ bodyLengthChecker?: __BodyLengthCalculator;
353
+ streamCollector?: __StreamCollector;
354
+ base64Decoder?: __Decoder;
355
+ base64Encoder?: __Encoder;
356
+ utf8Decoder?: __Decoder;
357
+ utf8Encoder?: __Encoder;
358
+ runtime?: string;
359
+ disableHostPrefix?: boolean;
360
+ maxAttempts?: number | __Provider<number>;
361
+ retryMode?: string | __Provider<string>;
362
+ logger?: __Logger;
363
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
364
+ useFipsEndpoint?: boolean | __Provider<boolean>;
365
+ serviceId?: string;
366
+ region?: string | __Provider<string>;
367
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
368
+ regionInfoProvider?: RegionInfoProvider;
369
+ defaultUserAgentProvider?: Provider<__UserAgent>;
370
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
371
+ }
372
+ declare type IoTFleetWiseClientConfigType = Partial<
373
+ __SmithyConfiguration<__HttpHandlerOptions>
374
+ > &
375
+ ClientDefaults &
376
+ RegionInputConfig &
377
+ EndpointsInputConfig &
378
+ RetryInputConfig &
379
+ HostHeaderInputConfig &
380
+ AwsAuthInputConfig &
381
+ UserAgentInputConfig;
382
+ export interface IoTFleetWiseClientConfig
383
+ extends IoTFleetWiseClientConfigType {}
384
+ declare type IoTFleetWiseClientResolvedConfigType =
385
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
386
+ Required<ClientDefaults> &
387
+ RegionResolvedConfig &
388
+ EndpointsResolvedConfig &
389
+ RetryResolvedConfig &
390
+ HostHeaderResolvedConfig &
391
+ AwsAuthResolvedConfig &
392
+ UserAgentResolvedConfig;
393
+ export interface IoTFleetWiseClientResolvedConfig
394
+ extends IoTFleetWiseClientResolvedConfigType {}
395
+ export declare class IoTFleetWiseClient extends __Client<
396
+ __HttpHandlerOptions,
397
+ ServiceInputTypes,
398
+ ServiceOutputTypes,
399
+ IoTFleetWiseClientResolvedConfig
400
+ > {
401
+ readonly config: IoTFleetWiseClientResolvedConfig;
402
+ constructor(configuration: IoTFleetWiseClientConfig);
403
+ destroy(): void;
404
+ }
405
+ export {};
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTFleetWiseClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTFleetWiseClient";
13
+ import {
14
+ AssociateVehicleFleetRequest,
15
+ AssociateVehicleFleetResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociateVehicleFleetCommandInput
18
+ extends AssociateVehicleFleetRequest {}
19
+ export interface AssociateVehicleFleetCommandOutput
20
+ extends AssociateVehicleFleetResponse,
21
+ __MetadataBearer {}
22
+ export declare class AssociateVehicleFleetCommand extends $Command<
23
+ AssociateVehicleFleetCommandInput,
24
+ AssociateVehicleFleetCommandOutput,
25
+ IoTFleetWiseClientResolvedConfig
26
+ > {
27
+ readonly input: AssociateVehicleFleetCommandInput;
28
+ constructor(input: AssociateVehicleFleetCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTFleetWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AssociateVehicleFleetCommandInput,
35
+ AssociateVehicleFleetCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTFleetWiseClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTFleetWiseClient";
13
+ import {
14
+ BatchCreateVehicleRequest,
15
+ BatchCreateVehicleResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchCreateVehicleCommandInput
18
+ extends BatchCreateVehicleRequest {}
19
+ export interface BatchCreateVehicleCommandOutput
20
+ extends BatchCreateVehicleResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchCreateVehicleCommand extends $Command<
23
+ BatchCreateVehicleCommandInput,
24
+ BatchCreateVehicleCommandOutput,
25
+ IoTFleetWiseClientResolvedConfig
26
+ > {
27
+ readonly input: BatchCreateVehicleCommandInput;
28
+ constructor(input: BatchCreateVehicleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTFleetWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTFleetWiseClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTFleetWiseClient";
13
+ import {
14
+ BatchUpdateVehicleRequest,
15
+ BatchUpdateVehicleResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchUpdateVehicleCommandInput
18
+ extends BatchUpdateVehicleRequest {}
19
+ export interface BatchUpdateVehicleCommandOutput
20
+ extends BatchUpdateVehicleResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchUpdateVehicleCommand extends $Command<
23
+ BatchUpdateVehicleCommandInput,
24
+ BatchUpdateVehicleCommandOutput,
25
+ IoTFleetWiseClientResolvedConfig
26
+ > {
27
+ readonly input: BatchUpdateVehicleCommandInput;
28
+ constructor(input: BatchUpdateVehicleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTFleetWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTFleetWiseClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTFleetWiseClient";
13
+ import {
14
+ CreateCampaignRequest,
15
+ CreateCampaignResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateCampaignCommandInput extends CreateCampaignRequest {}
18
+ export interface CreateCampaignCommandOutput
19
+ extends CreateCampaignResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateCampaignCommand extends $Command<
22
+ CreateCampaignCommandInput,
23
+ CreateCampaignCommandOutput,
24
+ IoTFleetWiseClientResolvedConfig
25
+ > {
26
+ readonly input: CreateCampaignCommandInput;
27
+ constructor(input: CreateCampaignCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: IoTFleetWiseClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateCampaignCommandInput, CreateCampaignCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTFleetWiseClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTFleetWiseClient";
13
+ import {
14
+ CreateDecoderManifestRequest,
15
+ CreateDecoderManifestResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDecoderManifestCommandInput
18
+ extends CreateDecoderManifestRequest {}
19
+ export interface CreateDecoderManifestCommandOutput
20
+ extends CreateDecoderManifestResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateDecoderManifestCommand extends $Command<
23
+ CreateDecoderManifestCommandInput,
24
+ CreateDecoderManifestCommandOutput,
25
+ IoTFleetWiseClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDecoderManifestCommandInput;
28
+ constructor(input: CreateDecoderManifestCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTFleetWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateDecoderManifestCommandInput,
35
+ CreateDecoderManifestCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,32 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTFleetWiseClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTFleetWiseClient";
13
+ import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0";
14
+ export interface CreateFleetCommandInput extends CreateFleetRequest {}
15
+ export interface CreateFleetCommandOutput
16
+ extends CreateFleetResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateFleetCommand extends $Command<
19
+ CreateFleetCommandInput,
20
+ CreateFleetCommandOutput,
21
+ IoTFleetWiseClientResolvedConfig
22
+ > {
23
+ readonly input: CreateFleetCommandInput;
24
+ constructor(input: CreateFleetCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: IoTFleetWiseClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateFleetCommandInput, CreateFleetCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTFleetWiseClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTFleetWiseClient";
13
+ import {
14
+ CreateModelManifestRequest,
15
+ CreateModelManifestResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateModelManifestCommandInput
18
+ extends CreateModelManifestRequest {}
19
+ export interface CreateModelManifestCommandOutput
20
+ extends CreateModelManifestResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateModelManifestCommand extends $Command<
23
+ CreateModelManifestCommandInput,
24
+ CreateModelManifestCommandOutput,
25
+ IoTFleetWiseClientResolvedConfig
26
+ > {
27
+ readonly input: CreateModelManifestCommandInput;
28
+ constructor(input: CreateModelManifestCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTFleetWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateModelManifestCommandInput, CreateModelManifestCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ IoTFleetWiseClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../IoTFleetWiseClient";
13
+ import {
14
+ CreateSignalCatalogRequest,
15
+ CreateSignalCatalogResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateSignalCatalogCommandInput
18
+ extends CreateSignalCatalogRequest {}
19
+ export interface CreateSignalCatalogCommandOutput
20
+ extends CreateSignalCatalogResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateSignalCatalogCommand extends $Command<
23
+ CreateSignalCatalogCommandInput,
24
+ CreateSignalCatalogCommandOutput,
25
+ IoTFleetWiseClientResolvedConfig
26
+ > {
27
+ readonly input: CreateSignalCatalogCommandInput;
28
+ constructor(input: CreateSignalCatalogCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: IoTFleetWiseClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }