@aws-sdk/client-iot-wireless 3.1045.0 → 3.1046.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 (371) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +240 -241
  5. package/dist-cjs/models/IoTWirelessServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/IoTWireless.js +1 -1
  10. package/dist-es/IoTWirelessClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateAwsAccountWithPartnerAccountCommand.js +2 -2
  13. package/dist-es/commands/AssociateMulticastGroupWithFuotaTaskCommand.js +2 -2
  14. package/dist-es/commands/AssociateWirelessDeviceWithFuotaTaskCommand.js +2 -2
  15. package/dist-es/commands/AssociateWirelessDeviceWithMulticastGroupCommand.js +2 -2
  16. package/dist-es/commands/AssociateWirelessDeviceWithThingCommand.js +2 -2
  17. package/dist-es/commands/AssociateWirelessGatewayWithCertificateCommand.js +2 -2
  18. package/dist-es/commands/AssociateWirelessGatewayWithThingCommand.js +2 -2
  19. package/dist-es/commands/CancelMulticastGroupSessionCommand.js +2 -2
  20. package/dist-es/commands/CreateDestinationCommand.js +2 -2
  21. package/dist-es/commands/CreateDeviceProfileCommand.js +2 -2
  22. package/dist-es/commands/CreateFuotaTaskCommand.js +2 -2
  23. package/dist-es/commands/CreateMulticastGroupCommand.js +2 -2
  24. package/dist-es/commands/CreateNetworkAnalyzerConfigurationCommand.js +2 -2
  25. package/dist-es/commands/CreateServiceProfileCommand.js +2 -2
  26. package/dist-es/commands/CreateWirelessDeviceCommand.js +2 -2
  27. package/dist-es/commands/CreateWirelessGatewayCommand.js +2 -2
  28. package/dist-es/commands/CreateWirelessGatewayTaskCommand.js +2 -2
  29. package/dist-es/commands/CreateWirelessGatewayTaskDefinitionCommand.js +2 -2
  30. package/dist-es/commands/DeleteDestinationCommand.js +2 -2
  31. package/dist-es/commands/DeleteDeviceProfileCommand.js +2 -2
  32. package/dist-es/commands/DeleteFuotaTaskCommand.js +2 -2
  33. package/dist-es/commands/DeleteMulticastGroupCommand.js +2 -2
  34. package/dist-es/commands/DeleteNetworkAnalyzerConfigurationCommand.js +2 -2
  35. package/dist-es/commands/DeleteQueuedMessagesCommand.js +2 -2
  36. package/dist-es/commands/DeleteServiceProfileCommand.js +2 -2
  37. package/dist-es/commands/DeleteWirelessDeviceCommand.js +2 -2
  38. package/dist-es/commands/DeleteWirelessDeviceImportTaskCommand.js +2 -2
  39. package/dist-es/commands/DeleteWirelessGatewayCommand.js +2 -2
  40. package/dist-es/commands/DeleteWirelessGatewayTaskCommand.js +2 -2
  41. package/dist-es/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +2 -2
  42. package/dist-es/commands/DeregisterWirelessDeviceCommand.js +2 -2
  43. package/dist-es/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +2 -2
  44. package/dist-es/commands/DisassociateMulticastGroupFromFuotaTaskCommand.js +2 -2
  45. package/dist-es/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.js +2 -2
  46. package/dist-es/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.js +2 -2
  47. package/dist-es/commands/DisassociateWirelessDeviceFromThingCommand.js +2 -2
  48. package/dist-es/commands/DisassociateWirelessGatewayFromCertificateCommand.js +2 -2
  49. package/dist-es/commands/DisassociateWirelessGatewayFromThingCommand.js +2 -2
  50. package/dist-es/commands/GetDestinationCommand.js +2 -2
  51. package/dist-es/commands/GetDeviceProfileCommand.js +2 -2
  52. package/dist-es/commands/GetEventConfigurationByResourceTypesCommand.js +2 -2
  53. package/dist-es/commands/GetFuotaTaskCommand.js +2 -2
  54. package/dist-es/commands/GetLogLevelsByResourceTypesCommand.js +2 -2
  55. package/dist-es/commands/GetMetricConfigurationCommand.js +2 -2
  56. package/dist-es/commands/GetMetricsCommand.js +2 -2
  57. package/dist-es/commands/GetMulticastGroupCommand.js +2 -2
  58. package/dist-es/commands/GetMulticastGroupSessionCommand.js +2 -2
  59. package/dist-es/commands/GetNetworkAnalyzerConfigurationCommand.js +2 -2
  60. package/dist-es/commands/GetPartnerAccountCommand.js +2 -2
  61. package/dist-es/commands/GetPositionCommand.js +2 -2
  62. package/dist-es/commands/GetPositionConfigurationCommand.js +2 -2
  63. package/dist-es/commands/GetPositionEstimateCommand.js +2 -2
  64. package/dist-es/commands/GetResourceEventConfigurationCommand.js +2 -2
  65. package/dist-es/commands/GetResourceLogLevelCommand.js +2 -2
  66. package/dist-es/commands/GetResourcePositionCommand.js +2 -2
  67. package/dist-es/commands/GetServiceEndpointCommand.js +2 -2
  68. package/dist-es/commands/GetServiceProfileCommand.js +2 -2
  69. package/dist-es/commands/GetWirelessDeviceCommand.js +2 -2
  70. package/dist-es/commands/GetWirelessDeviceImportTaskCommand.js +2 -2
  71. package/dist-es/commands/GetWirelessDeviceStatisticsCommand.js +2 -2
  72. package/dist-es/commands/GetWirelessGatewayCertificateCommand.js +2 -2
  73. package/dist-es/commands/GetWirelessGatewayCommand.js +2 -2
  74. package/dist-es/commands/GetWirelessGatewayFirmwareInformationCommand.js +2 -2
  75. package/dist-es/commands/GetWirelessGatewayStatisticsCommand.js +2 -2
  76. package/dist-es/commands/GetWirelessGatewayTaskCommand.js +2 -2
  77. package/dist-es/commands/GetWirelessGatewayTaskDefinitionCommand.js +2 -2
  78. package/dist-es/commands/ListDestinationsCommand.js +2 -2
  79. package/dist-es/commands/ListDeviceProfilesCommand.js +2 -2
  80. package/dist-es/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +2 -2
  81. package/dist-es/commands/ListEventConfigurationsCommand.js +2 -2
  82. package/dist-es/commands/ListFuotaTasksCommand.js +2 -2
  83. package/dist-es/commands/ListMulticastGroupsByFuotaTaskCommand.js +2 -2
  84. package/dist-es/commands/ListMulticastGroupsCommand.js +2 -2
  85. package/dist-es/commands/ListNetworkAnalyzerConfigurationsCommand.js +2 -2
  86. package/dist-es/commands/ListPartnerAccountsCommand.js +2 -2
  87. package/dist-es/commands/ListPositionConfigurationsCommand.js +2 -2
  88. package/dist-es/commands/ListQueuedMessagesCommand.js +2 -2
  89. package/dist-es/commands/ListServiceProfilesCommand.js +2 -2
  90. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  91. package/dist-es/commands/ListWirelessDeviceImportTasksCommand.js +2 -2
  92. package/dist-es/commands/ListWirelessDevicesCommand.js +2 -2
  93. package/dist-es/commands/ListWirelessGatewayTaskDefinitionsCommand.js +2 -2
  94. package/dist-es/commands/ListWirelessGatewaysCommand.js +2 -2
  95. package/dist-es/commands/PutPositionConfigurationCommand.js +2 -2
  96. package/dist-es/commands/PutResourceLogLevelCommand.js +2 -2
  97. package/dist-es/commands/ResetAllResourceLogLevelsCommand.js +2 -2
  98. package/dist-es/commands/ResetResourceLogLevelCommand.js +2 -2
  99. package/dist-es/commands/SendDataToMulticastGroupCommand.js +2 -2
  100. package/dist-es/commands/SendDataToWirelessDeviceCommand.js +2 -2
  101. package/dist-es/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.js +2 -2
  102. package/dist-es/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.js +2 -2
  103. package/dist-es/commands/StartFuotaTaskCommand.js +2 -2
  104. package/dist-es/commands/StartMulticastGroupSessionCommand.js +2 -2
  105. package/dist-es/commands/StartSingleWirelessDeviceImportTaskCommand.js +2 -2
  106. package/dist-es/commands/StartWirelessDeviceImportTaskCommand.js +2 -2
  107. package/dist-es/commands/TagResourceCommand.js +2 -2
  108. package/dist-es/commands/TestWirelessDeviceCommand.js +2 -2
  109. package/dist-es/commands/UntagResourceCommand.js +2 -2
  110. package/dist-es/commands/UpdateDestinationCommand.js +2 -2
  111. package/dist-es/commands/UpdateEventConfigurationByResourceTypesCommand.js +2 -2
  112. package/dist-es/commands/UpdateFuotaTaskCommand.js +2 -2
  113. package/dist-es/commands/UpdateLogLevelsByResourceTypesCommand.js +2 -2
  114. package/dist-es/commands/UpdateMetricConfigurationCommand.js +2 -2
  115. package/dist-es/commands/UpdateMulticastGroupCommand.js +2 -2
  116. package/dist-es/commands/UpdateNetworkAnalyzerConfigurationCommand.js +2 -2
  117. package/dist-es/commands/UpdatePartnerAccountCommand.js +2 -2
  118. package/dist-es/commands/UpdatePositionCommand.js +2 -2
  119. package/dist-es/commands/UpdateResourceEventConfigurationCommand.js +2 -2
  120. package/dist-es/commands/UpdateResourcePositionCommand.js +2 -2
  121. package/dist-es/commands/UpdateWirelessDeviceCommand.js +2 -2
  122. package/dist-es/commands/UpdateWirelessDeviceImportTaskCommand.js +2 -2
  123. package/dist-es/commands/UpdateWirelessGatewayCommand.js +2 -2
  124. package/dist-es/endpoint/bdd.js +1 -1
  125. package/dist-es/endpoint/endpointResolver.js +1 -1
  126. package/dist-es/models/IoTWirelessServiceException.js +1 -1
  127. package/dist-es/runtimeConfig.browser.js +4 -6
  128. package/dist-es/runtimeConfig.js +4 -8
  129. package/dist-es/runtimeConfig.shared.js +3 -4
  130. package/dist-es/runtimeExtensions.js +2 -2
  131. package/dist-types/IoTWirelessClient.d.ts +5 -5
  132. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +6 -4
  133. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +6 -4
  134. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +6 -4
  135. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +6 -4
  136. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +6 -4
  137. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +6 -4
  138. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +6 -4
  139. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +6 -4
  140. package/dist-types/commands/CreateDestinationCommand.d.ts +6 -4
  141. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +6 -4
  142. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +6 -4
  143. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +6 -4
  144. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +6 -4
  145. package/dist-types/commands/CreateServiceProfileCommand.d.ts +6 -4
  146. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +6 -4
  147. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +6 -4
  148. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +6 -4
  149. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
  150. package/dist-types/commands/DeleteDestinationCommand.d.ts +6 -4
  151. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +6 -4
  152. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +6 -4
  153. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +6 -4
  154. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +6 -4
  155. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +6 -4
  156. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +6 -4
  157. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +6 -4
  158. package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +6 -4
  159. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +6 -4
  160. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +6 -4
  161. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
  162. package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +6 -4
  163. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +6 -4
  164. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +6 -4
  165. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +6 -4
  166. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +6 -4
  167. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +6 -4
  168. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +6 -4
  169. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +6 -4
  170. package/dist-types/commands/GetDestinationCommand.d.ts +6 -4
  171. package/dist-types/commands/GetDeviceProfileCommand.d.ts +6 -4
  172. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +6 -4
  173. package/dist-types/commands/GetFuotaTaskCommand.d.ts +6 -4
  174. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +6 -4
  175. package/dist-types/commands/GetMetricConfigurationCommand.d.ts +6 -4
  176. package/dist-types/commands/GetMetricsCommand.d.ts +6 -4
  177. package/dist-types/commands/GetMulticastGroupCommand.d.ts +6 -4
  178. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +6 -4
  179. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +6 -4
  180. package/dist-types/commands/GetPartnerAccountCommand.d.ts +6 -4
  181. package/dist-types/commands/GetPositionCommand.d.ts +6 -4
  182. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +6 -4
  183. package/dist-types/commands/GetPositionEstimateCommand.d.ts +7 -5
  184. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +6 -4
  185. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +6 -4
  186. package/dist-types/commands/GetResourcePositionCommand.d.ts +7 -5
  187. package/dist-types/commands/GetServiceEndpointCommand.d.ts +6 -4
  188. package/dist-types/commands/GetServiceProfileCommand.d.ts +6 -4
  189. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +6 -4
  190. package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +6 -4
  191. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +6 -4
  192. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +6 -4
  193. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +6 -4
  194. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +6 -4
  195. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +6 -4
  196. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +6 -4
  197. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
  198. package/dist-types/commands/ListDestinationsCommand.d.ts +6 -4
  199. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +6 -4
  200. package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +6 -4
  201. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +6 -4
  202. package/dist-types/commands/ListFuotaTasksCommand.d.ts +6 -4
  203. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +6 -4
  204. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +6 -4
  205. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +6 -4
  206. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +6 -4
  207. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +6 -4
  208. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +6 -4
  209. package/dist-types/commands/ListServiceProfilesCommand.d.ts +6 -4
  210. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  211. package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +6 -4
  212. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +6 -4
  213. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +6 -4
  214. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +6 -4
  215. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +6 -4
  216. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +6 -4
  217. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +6 -4
  218. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +6 -4
  219. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +6 -4
  220. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +6 -4
  221. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +6 -4
  222. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +6 -4
  223. package/dist-types/commands/StartFuotaTaskCommand.d.ts +6 -4
  224. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +6 -4
  225. package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +6 -4
  226. package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +6 -4
  227. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  228. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +6 -4
  229. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  230. package/dist-types/commands/UpdateDestinationCommand.d.ts +6 -4
  231. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +6 -4
  232. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +6 -4
  233. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +6 -4
  234. package/dist-types/commands/UpdateMetricConfigurationCommand.d.ts +6 -4
  235. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +6 -4
  236. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +6 -4
  237. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +6 -4
  238. package/dist-types/commands/UpdatePositionCommand.d.ts +6 -4
  239. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +6 -4
  240. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +6 -4
  241. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +6 -4
  242. package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +6 -4
  243. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +6 -4
  244. package/dist-types/endpoint/bdd.d.ts +1 -1
  245. package/dist-types/extensionConfiguration.d.ts +1 -1
  246. package/dist-types/models/IoTWirelessServiceException.d.ts +1 -1
  247. package/dist-types/models/errors.d.ts +1 -1
  248. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  249. package/dist-types/runtimeConfig.d.ts +2 -2
  250. package/dist-types/runtimeConfig.native.d.ts +2 -2
  251. package/dist-types/ts3.4/IoTWirelessClient.d.ts +8 -14
  252. package/dist-types/ts3.4/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/AssociateWirelessDeviceWithThingCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/AssociateWirelessGatewayWithThingCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/CancelMulticastGroupSessionCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/CreateDeviceProfileCommand.d.ts +6 -4
  262. package/dist-types/ts3.4/commands/CreateFuotaTaskCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/CreateMulticastGroupCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/CreateServiceProfileCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/CreateWirelessDeviceCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/CreateWirelessGatewayCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/CreateWirelessGatewayTaskCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/DeleteDeviceProfileCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/DeleteFuotaTaskCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/DeleteMulticastGroupCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/DeleteQueuedMessagesCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/DeleteServiceProfileCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/DeleteWirelessDeviceCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/DeleteWirelessGatewayCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/DeleteWirelessGatewayTaskCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/DeregisterWirelessDeviceCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/GetDeviceProfileCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/GetEventConfigurationByResourceTypesCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/GetFuotaTaskCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/GetLogLevelsByResourceTypesCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/GetMetricConfigurationCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/GetMetricsCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/GetMulticastGroupCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/GetMulticastGroupSessionCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/GetPartnerAccountCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/commands/GetPositionCommand.d.ts +6 -4
  302. package/dist-types/ts3.4/commands/GetPositionConfigurationCommand.d.ts +6 -4
  303. package/dist-types/ts3.4/commands/GetPositionEstimateCommand.d.ts +7 -5
  304. package/dist-types/ts3.4/commands/GetResourceEventConfigurationCommand.d.ts +6 -4
  305. package/dist-types/ts3.4/commands/GetResourceLogLevelCommand.d.ts +6 -4
  306. package/dist-types/ts3.4/commands/GetResourcePositionCommand.d.ts +7 -5
  307. package/dist-types/ts3.4/commands/GetServiceEndpointCommand.d.ts +6 -4
  308. package/dist-types/ts3.4/commands/GetServiceProfileCommand.d.ts +6 -4
  309. package/dist-types/ts3.4/commands/GetWirelessDeviceCommand.d.ts +6 -4
  310. package/dist-types/ts3.4/commands/GetWirelessDeviceImportTaskCommand.d.ts +6 -4
  311. package/dist-types/ts3.4/commands/GetWirelessDeviceStatisticsCommand.d.ts +6 -4
  312. package/dist-types/ts3.4/commands/GetWirelessGatewayCertificateCommand.d.ts +6 -4
  313. package/dist-types/ts3.4/commands/GetWirelessGatewayCommand.d.ts +6 -4
  314. package/dist-types/ts3.4/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +6 -4
  315. package/dist-types/ts3.4/commands/GetWirelessGatewayStatisticsCommand.d.ts +6 -4
  316. package/dist-types/ts3.4/commands/GetWirelessGatewayTaskCommand.d.ts +6 -4
  317. package/dist-types/ts3.4/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +6 -4
  318. package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +6 -4
  319. package/dist-types/ts3.4/commands/ListDeviceProfilesCommand.d.ts +6 -4
  320. package/dist-types/ts3.4/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +6 -4
  321. package/dist-types/ts3.4/commands/ListEventConfigurationsCommand.d.ts +6 -4
  322. package/dist-types/ts3.4/commands/ListFuotaTasksCommand.d.ts +6 -4
  323. package/dist-types/ts3.4/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +6 -4
  324. package/dist-types/ts3.4/commands/ListMulticastGroupsCommand.d.ts +6 -4
  325. package/dist-types/ts3.4/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/ListPartnerAccountsCommand.d.ts +6 -4
  327. package/dist-types/ts3.4/commands/ListPositionConfigurationsCommand.d.ts +6 -4
  328. package/dist-types/ts3.4/commands/ListQueuedMessagesCommand.d.ts +6 -4
  329. package/dist-types/ts3.4/commands/ListServiceProfilesCommand.d.ts +6 -4
  330. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  331. package/dist-types/ts3.4/commands/ListWirelessDeviceImportTasksCommand.d.ts +6 -4
  332. package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +6 -4
  333. package/dist-types/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +6 -4
  334. package/dist-types/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +6 -4
  335. package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +6 -4
  336. package/dist-types/ts3.4/commands/PutResourceLogLevelCommand.d.ts +6 -4
  337. package/dist-types/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +6 -4
  338. package/dist-types/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +6 -4
  339. package/dist-types/ts3.4/commands/SendDataToMulticastGroupCommand.d.ts +6 -4
  340. package/dist-types/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +6 -4
  341. package/dist-types/ts3.4/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +6 -4
  342. package/dist-types/ts3.4/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +6 -4
  343. package/dist-types/ts3.4/commands/StartFuotaTaskCommand.d.ts +6 -4
  344. package/dist-types/ts3.4/commands/StartMulticastGroupSessionCommand.d.ts +6 -4
  345. package/dist-types/ts3.4/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +6 -4
  346. package/dist-types/ts3.4/commands/StartWirelessDeviceImportTaskCommand.d.ts +6 -4
  347. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  348. package/dist-types/ts3.4/commands/TestWirelessDeviceCommand.d.ts +6 -4
  349. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  350. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +6 -4
  351. package/dist-types/ts3.4/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +6 -4
  352. package/dist-types/ts3.4/commands/UpdateFuotaTaskCommand.d.ts +6 -4
  353. package/dist-types/ts3.4/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +6 -4
  354. package/dist-types/ts3.4/commands/UpdateMetricConfigurationCommand.d.ts +6 -4
  355. package/dist-types/ts3.4/commands/UpdateMulticastGroupCommand.d.ts +6 -4
  356. package/dist-types/ts3.4/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +6 -4
  357. package/dist-types/ts3.4/commands/UpdatePartnerAccountCommand.d.ts +6 -4
  358. package/dist-types/ts3.4/commands/UpdatePositionCommand.d.ts +6 -4
  359. package/dist-types/ts3.4/commands/UpdateResourceEventConfigurationCommand.d.ts +6 -4
  360. package/dist-types/ts3.4/commands/UpdateResourcePositionCommand.d.ts +6 -4
  361. package/dist-types/ts3.4/commands/UpdateWirelessDeviceCommand.d.ts +6 -4
  362. package/dist-types/ts3.4/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +6 -4
  363. package/dist-types/ts3.4/commands/UpdateWirelessGatewayCommand.d.ts +6 -4
  364. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  365. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  366. package/dist-types/ts3.4/models/IoTWirelessServiceException.d.ts +1 -1
  367. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  368. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  369. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  370. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  371. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListDevicesForWirelessDeviceImportTaskRequest, ListDevicesForWirelessDeviceImportTaskResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListDevicesForWirelessDeviceImportTaskCommandInput extends List
22
22
  export interface ListDevicesForWirelessDeviceImportTaskCommandOutput extends ListDevicesForWirelessDeviceImportTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDevicesForWirelessDeviceImportTaskCommand_base: {
25
- new (input: ListDevicesForWirelessDeviceImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDevicesForWirelessDeviceImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDevicesForWirelessDeviceImportTaskCommandInput): import("@smithy/core/client").CommandImpl<ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListDevicesForWirelessDeviceImportTaskCommandInput): import("@smithy/core/client").CommandImpl<ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the Sidewalk devices in an import task and their onboarding status.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListEventConfigurationsRequest, ListEventConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEventConfigurationsCommandInput extends ListEventConfigurat
22
22
  export interface ListEventConfigurationsCommandOutput extends ListEventConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEventConfigurationsCommand_base: {
25
- new (input: ListEventConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEventConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEventConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEventConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List event configurations where at least one event topic has been enabled.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListFuotaTasksRequest, ListFuotaTasksResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListFuotaTasksCommandInput extends ListFuotaTasksRequest {
22
22
  export interface ListFuotaTasksCommandOutput extends ListFuotaTasksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListFuotaTasksCommand_base: {
25
- new (input: ListFuotaTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListFuotaTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListFuotaTasksCommandInput): import("@smithy/core/client").CommandImpl<ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListFuotaTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the FUOTA tasks registered to your AWS account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListMulticastGroupsByFuotaTaskRequest, ListMulticastGroupsByFuotaTaskResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListMulticastGroupsByFuotaTaskCommandInput extends ListMulticas
22
22
  export interface ListMulticastGroupsByFuotaTaskCommandOutput extends ListMulticastGroupsByFuotaTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListMulticastGroupsByFuotaTaskCommand_base: {
25
- new (input: ListMulticastGroupsByFuotaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMulticastGroupsByFuotaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMulticastGroupsByFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListMulticastGroupsByFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List all multicast groups associated with a FUOTA task.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListMulticastGroupsRequest, ListMulticastGroupsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListMulticastGroupsCommandInput extends ListMulticastGroupsRequ
22
22
  export interface ListMulticastGroupsCommandOutput extends ListMulticastGroupsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListMulticastGroupsCommand_base: {
25
- new (input: ListMulticastGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMulticastGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMulticastGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMulticastGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListMulticastGroupsCommandInput, ListMulticastGroupsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the multicast groups registered to your AWS account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListNetworkAnalyzerConfigurationsRequest, ListNetworkAnalyzerConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListNetworkAnalyzerConfigurationsCommandInput extends ListNetwo
22
22
  export interface ListNetworkAnalyzerConfigurationsCommandOutput extends ListNetworkAnalyzerConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListNetworkAnalyzerConfigurationsCommand_base: {
25
- new (input: ListNetworkAnalyzerConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListNetworkAnalyzerConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListNetworkAnalyzerConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListNetworkAnalyzerConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListNetworkAnalyzerConfigurationsCommandInput, ListNetworkAnalyzerConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the network analyzer configurations.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListPartnerAccountsRequest, ListPartnerAccountsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPartnerAccountsCommandInput extends ListPartnerAccountsRequ
22
22
  export interface ListPartnerAccountsCommandOutput extends ListPartnerAccountsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPartnerAccountsCommand_base: {
25
- new (input: ListPartnerAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPartnerAccountsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPartnerAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPartnerAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListPartnerAccountsCommandInput, ListPartnerAccountsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the partner accounts associated with your AWS account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListPositionConfigurationsRequest, ListPositionConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPositionConfigurationsCommandInput extends ListPositionConf
22
22
  export interface ListPositionConfigurationsCommandOutput extends ListPositionConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPositionConfigurationsCommand_base: {
25
- new (input: ListPositionConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPositionConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPositionConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPositionConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPositionConfigurationsCommandInput, ListPositionConfigurationsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List position configurations for a given resource, such as positioning solvers.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListQueuedMessagesRequest, ListQueuedMessagesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListQueuedMessagesCommandInput extends ListQueuedMessagesReques
22
22
  export interface ListQueuedMessagesCommandOutput extends ListQueuedMessagesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListQueuedMessagesCommand_base: {
25
- new (input: ListQueuedMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQueuedMessagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListQueuedMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListQueuedMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List queued messages in the downlink queue.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListServiceProfilesRequest, ListServiceProfilesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListServiceProfilesCommandInput extends ListServiceProfilesRequ
22
22
  export interface ListServiceProfilesCommandOutput extends ListServiceProfilesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListServiceProfilesCommand_base: {
25
- new (input: ListServiceProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListServiceProfilesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListServiceProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListServiceProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the service profiles registered to your AWS account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags (metadata) you have assigned to the resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListWirelessDeviceImportTasksRequest, ListWirelessDeviceImportTasksResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWirelessDeviceImportTasksCommandInput extends ListWirelessD
22
22
  export interface ListWirelessDeviceImportTasksCommandOutput extends ListWirelessDeviceImportTasksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWirelessDeviceImportTasksCommand_base: {
25
- new (input: ListWirelessDeviceImportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWirelessDeviceImportTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWirelessDeviceImportTasksCommandInput): import("@smithy/core/client").CommandImpl<ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListWirelessDeviceImportTasksCommandInput]): import("@smithy/core/client").CommandImpl<ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List of import tasks and summary information of onboarding status of devices in each
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListWirelessDevicesRequest, ListWirelessDevicesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWirelessDevicesCommandInput extends ListWirelessDevicesRequ
22
22
  export interface ListWirelessDevicesCommandOutput extends ListWirelessDevicesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWirelessDevicesCommand_base: {
25
- new (input: ListWirelessDevicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWirelessDevicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWirelessDevicesCommandInput): import("@smithy/core/client").CommandImpl<ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListWirelessDevicesCommandInput]): import("@smithy/core/client").CommandImpl<ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the wireless devices registered to your AWS account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListWirelessGatewayTaskDefinitionsRequest, ListWirelessGatewayTaskDefinitionsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWirelessGatewayTaskDefinitionsCommandInput extends ListWire
22
22
  export interface ListWirelessGatewayTaskDefinitionsCommandOutput extends ListWirelessGatewayTaskDefinitionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWirelessGatewayTaskDefinitionsCommand_base: {
25
- new (input: ListWirelessGatewayTaskDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWirelessGatewayTaskDefinitionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWirelessGatewayTaskDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListWirelessGatewayTaskDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the wireless gateway tasks definitions registered to your AWS account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ListWirelessGatewaysRequest, ListWirelessGatewaysResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListWirelessGatewaysCommandInput extends ListWirelessGatewaysRe
22
22
  export interface ListWirelessGatewaysCommandOutput extends ListWirelessGatewaysResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListWirelessGatewaysCommand_base: {
25
- new (input: ListWirelessGatewaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListWirelessGatewaysCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListWirelessGatewaysCommandInput): import("@smithy/core/client").CommandImpl<ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListWirelessGatewaysCommandInput]): import("@smithy/core/client").CommandImpl<ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the wireless gateways registered to your AWS account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { PutPositionConfigurationRequest, PutPositionConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutPositionConfigurationCommandInput extends PutPositionConfigu
22
22
  export interface PutPositionConfigurationCommandOutput extends PutPositionConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutPositionConfigurationCommand_base: {
25
- new (input: PutPositionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutPositionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutPositionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutPositionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutPositionConfigurationCommandInput, PutPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Put position configuration for a given resource.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { PutResourceLogLevelRequest, PutResourceLogLevelResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutResourceLogLevelCommandInput extends PutResourceLogLevelRequ
22
22
  export interface PutResourceLogLevelCommandOutput extends PutResourceLogLevelResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutResourceLogLevelCommand_base: {
25
- new (input: PutResourceLogLevelCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourceLogLevelCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutResourceLogLevelCommandInput): import("@smithy/core/client").CommandImpl<PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutResourceLogLevelCommandInput): import("@smithy/core/client").CommandImpl<PutResourceLogLevelCommandInput, PutResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets the log-level override for a resource ID and resource type. A limit of 200 log
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ResetAllResourceLogLevelsRequest, ResetAllResourceLogLevelsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ResetAllResourceLogLevelsCommandInput extends ResetAllResourceL
22
22
  export interface ResetAllResourceLogLevelsCommandOutput extends ResetAllResourceLogLevelsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ResetAllResourceLogLevelsCommand_base: {
25
- new (input: ResetAllResourceLogLevelsCommandInput): import("@smithy/smithy-client").CommandImpl<ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ResetAllResourceLogLevelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ResetAllResourceLogLevelsCommandInput): import("@smithy/core/client").CommandImpl<ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ResetAllResourceLogLevelsCommandInput]): import("@smithy/core/client").CommandImpl<ResetAllResourceLogLevelsCommandInput, ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the log-level overrides for all resources; wireless devices, wireless
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { ResetResourceLogLevelRequest, ResetResourceLogLevelResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ResetResourceLogLevelCommandInput extends ResetResourceLogLevel
22
22
  export interface ResetResourceLogLevelCommandOutput extends ResetResourceLogLevelResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ResetResourceLogLevelCommand_base: {
25
- new (input: ResetResourceLogLevelCommandInput): import("@smithy/smithy-client").CommandImpl<ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ResetResourceLogLevelCommandInput): import("@smithy/smithy-client").CommandImpl<ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ResetResourceLogLevelCommandInput): import("@smithy/core/client").CommandImpl<ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ResetResourceLogLevelCommandInput): import("@smithy/core/client").CommandImpl<ResetResourceLogLevelCommandInput, ResetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the log-level override, if any, for a specific resource ID and resource type.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { SendDataToMulticastGroupRequest, SendDataToMulticastGroupResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SendDataToMulticastGroupCommandInput extends SendDataToMulticas
22
22
  export interface SendDataToMulticastGroupCommandOutput extends SendDataToMulticastGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const SendDataToMulticastGroupCommand_base: {
25
- new (input: SendDataToMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendDataToMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SendDataToMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendDataToMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<SendDataToMulticastGroupCommandInput, SendDataToMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sends the specified data to a multicast group.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { SendDataToWirelessDeviceRequest } from "../models/models_0";
@@ -23,9 +23,11 @@ export interface SendDataToWirelessDeviceCommandInput extends SendDataToWireless
23
23
  export interface SendDataToWirelessDeviceCommandOutput extends SendDataToWirelessDeviceResponse, __MetadataBearer {
24
24
  }
25
25
  declare const SendDataToWirelessDeviceCommand_base: {
26
- new (input: SendDataToWirelessDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: SendDataToWirelessDeviceCommandInput): import("@smithy/smithy-client").CommandImpl<SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ new (input: SendDataToWirelessDeviceCommandInput): import("@smithy/core/client").CommandImpl<SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: SendDataToWirelessDeviceCommandInput): import("@smithy/core/client").CommandImpl<SendDataToWirelessDeviceCommandInput, SendDataToWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  /**
31
33
  * <p>Sends a decrypted application data frame to a device.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { StartBulkAssociateWirelessDeviceWithMulticastGroupRequest, StartBulkAssociateWirelessDeviceWithMulticastGroupResponse } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput
22
22
  export interface StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput extends StartBulkAssociateWirelessDeviceWithMulticastGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartBulkAssociateWirelessDeviceWithMulticastGroupCommand_base: {
25
- new (input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a bulk association of all qualifying wireless devices with a multicast
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest, StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInp
22
22
  export interface StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput extends StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand_base: {
25
- new (input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput): import("@smithy/smithy-client").CommandImpl<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput): import("@smithy/core/client").CommandImpl<StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a bulk disassociatin of all qualifying wireless devices from a multicast
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { StartFuotaTaskRequest, StartFuotaTaskResponse } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface StartFuotaTaskCommandInput extends StartFuotaTaskRequest {
22
22
  export interface StartFuotaTaskCommandOutput extends StartFuotaTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartFuotaTaskCommand_base: {
25
- new (input: StartFuotaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartFuotaTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartFuotaTaskCommandInput): import("@smithy/core/client").CommandImpl<StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a FUOTA task.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { StartMulticastGroupSessionRequest, StartMulticastGroupSessionResponse } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface StartMulticastGroupSessionCommandInput extends StartMulticastGr
22
22
  export interface StartMulticastGroupSessionCommandOutput extends StartMulticastGroupSessionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartMulticastGroupSessionCommand_base: {
25
- new (input: StartMulticastGroupSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMulticastGroupSessionCommandInput): import("@smithy/smithy-client").CommandImpl<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartMulticastGroupSessionCommandInput): import("@smithy/core/client").CommandImpl<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartMulticastGroupSessionCommandInput): import("@smithy/core/client").CommandImpl<StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a multicast group session.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
4
4
  import type { StartSingleWirelessDeviceImportTaskRequest, StartSingleWirelessDeviceImportTaskResponse } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface StartSingleWirelessDeviceImportTaskCommandInput extends StartSi
22
22
  export interface StartSingleWirelessDeviceImportTaskCommandOutput extends StartSingleWirelessDeviceImportTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartSingleWirelessDeviceImportTaskCommand_base: {
25
- new (input: StartSingleWirelessDeviceImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartSingleWirelessDeviceImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartSingleWirelessDeviceImportTaskCommandInput): import("@smithy/core/client").CommandImpl<StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartSingleWirelessDeviceImportTaskCommandInput): import("@smithy/core/client").CommandImpl<StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Start import task for a single wireless device.</p>