@aws-sdk/client-iot-wireless 3.32.0 → 3.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (526) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/IoTWireless.js +2 -3
  3. package/{dist/cjs → dist-cjs}/IoTWirelessClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/AssociateAwsAccountWithPartnerAccountCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/AssociateWirelessDeviceWithThingCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/AssociateWirelessGatewayWithCertificateCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/AssociateWirelessGatewayWithThingCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/CreateDestinationCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/CreateDeviceProfileCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/CreateServiceProfileCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/CreateWirelessDeviceCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/CreateWirelessGatewayCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/CreateWirelessGatewayTaskCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/CreateWirelessGatewayTaskDefinitionCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/DeleteDestinationCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/DeleteDeviceProfileCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/DeleteServiceProfileCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/DeleteWirelessDeviceCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/DeleteWirelessGatewayCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/DeleteWirelessGatewayTaskCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/DisassociateWirelessDeviceFromThingCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/DisassociateWirelessGatewayFromCertificateCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/DisassociateWirelessGatewayFromThingCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/GetDestinationCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/GetDeviceProfileCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/GetLogLevelsByResourceTypesCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/GetPartnerAccountCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/commands/GetResourceLogLevelCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/commands/GetServiceEndpointCommand.js +2 -3
  32. package/{dist/cjs → dist-cjs}/commands/GetServiceProfileCommand.js +2 -3
  33. package/{dist/cjs → dist-cjs}/commands/GetWirelessDeviceCommand.js +2 -3
  34. package/{dist/cjs → dist-cjs}/commands/GetWirelessDeviceStatisticsCommand.js +2 -3
  35. package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayCertificateCommand.js +2 -3
  36. package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayCommand.js +2 -3
  37. package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayFirmwareInformationCommand.js +2 -3
  38. package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayStatisticsCommand.js +2 -3
  39. package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayTaskCommand.js +2 -3
  40. package/{dist/cjs → dist-cjs}/commands/GetWirelessGatewayTaskDefinitionCommand.js +2 -3
  41. package/{dist/cjs → dist-cjs}/commands/ListDestinationsCommand.js +2 -3
  42. package/{dist/cjs → dist-cjs}/commands/ListDeviceProfilesCommand.js +2 -3
  43. package/{dist/cjs → dist-cjs}/commands/ListPartnerAccountsCommand.js +2 -3
  44. package/{dist/cjs → dist-cjs}/commands/ListServiceProfilesCommand.js +2 -3
  45. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  46. package/{dist/cjs → dist-cjs}/commands/ListWirelessDevicesCommand.js +2 -3
  47. package/{dist/cjs → dist-cjs}/commands/ListWirelessGatewayTaskDefinitionsCommand.js +2 -3
  48. package/{dist/cjs → dist-cjs}/commands/ListWirelessGatewaysCommand.js +2 -3
  49. package/{dist/cjs → dist-cjs}/commands/PutResourceLogLevelCommand.js +2 -3
  50. package/{dist/cjs → dist-cjs}/commands/ResetAllResourceLogLevelsCommand.js +2 -3
  51. package/{dist/cjs → dist-cjs}/commands/ResetResourceLogLevelCommand.js +2 -3
  52. package/{dist/cjs → dist-cjs}/commands/SendDataToWirelessDeviceCommand.js +2 -3
  53. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  54. package/{dist/cjs → dist-cjs}/commands/TestWirelessDeviceCommand.js +2 -3
  55. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  56. package/{dist/cjs → dist-cjs}/commands/UpdateDestinationCommand.js +2 -3
  57. package/{dist/cjs → dist-cjs}/commands/UpdateLogLevelsByResourceTypesCommand.js +2 -3
  58. package/{dist/cjs → dist-cjs}/commands/UpdatePartnerAccountCommand.js +2 -3
  59. package/{dist/cjs → dist-cjs}/commands/UpdateWirelessDeviceCommand.js +2 -3
  60. package/{dist/cjs → dist-cjs}/commands/UpdateWirelessGatewayCommand.js +2 -3
  61. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  62. package/{dist/cjs → dist-cjs}/index.js +0 -1
  63. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  64. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  65. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  66. package/{dist/cjs → dist-cjs}/pagination/ListDestinationsPaginator.js +1 -2
  67. package/{dist/cjs → dist-cjs}/pagination/ListDeviceProfilesPaginator.js +1 -2
  68. package/{dist/cjs → dist-cjs}/pagination/ListServiceProfilesPaginator.js +1 -2
  69. package/{dist/cjs → dist-cjs}/pagination/ListWirelessDevicesPaginator.js +1 -2
  70. package/{dist/cjs → dist-cjs}/pagination/ListWirelessGatewaysPaginator.js +1 -2
  71. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +21 -22
  72. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  73. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  74. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  75. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  76. package/{dist/es → dist-es}/IoTWireless.js +3 -7
  77. package/{dist/es → dist-es}/IoTWirelessClient.js +2 -11
  78. package/{dist/es → dist-es}/commands/AssociateAwsAccountWithPartnerAccountCommand.js +4 -30
  79. package/{dist/es → dist-es}/commands/AssociateWirelessDeviceWithThingCommand.js +4 -30
  80. package/{dist/es → dist-es}/commands/AssociateWirelessGatewayWithCertificateCommand.js +4 -30
  81. package/{dist/es → dist-es}/commands/AssociateWirelessGatewayWithThingCommand.js +4 -30
  82. package/{dist/es → dist-es}/commands/CreateDestinationCommand.js +4 -30
  83. package/{dist/es → dist-es}/commands/CreateDeviceProfileCommand.js +4 -30
  84. package/{dist/es → dist-es}/commands/CreateServiceProfileCommand.js +4 -30
  85. package/{dist/es → dist-es}/commands/CreateWirelessDeviceCommand.js +4 -30
  86. package/{dist/es → dist-es}/commands/CreateWirelessGatewayCommand.js +4 -30
  87. package/{dist/es → dist-es}/commands/CreateWirelessGatewayTaskCommand.js +4 -30
  88. package/{dist/es → dist-es}/commands/CreateWirelessGatewayTaskDefinitionCommand.js +4 -30
  89. package/{dist/es → dist-es}/commands/DeleteDestinationCommand.js +4 -30
  90. package/{dist/es → dist-es}/commands/DeleteDeviceProfileCommand.js +4 -30
  91. package/{dist/es → dist-es}/commands/DeleteServiceProfileCommand.js +4 -30
  92. package/{dist/es → dist-es}/commands/DeleteWirelessDeviceCommand.js +4 -30
  93. package/{dist/es → dist-es}/commands/DeleteWirelessGatewayCommand.js +4 -30
  94. package/{dist/es → dist-es}/commands/DeleteWirelessGatewayTaskCommand.js +4 -30
  95. package/{dist/es → dist-es}/commands/DeleteWirelessGatewayTaskDefinitionCommand.js +4 -30
  96. package/{dist/es → dist-es}/commands/DisassociateAwsAccountFromPartnerAccountCommand.js +4 -30
  97. package/{dist/es → dist-es}/commands/DisassociateWirelessDeviceFromThingCommand.js +4 -30
  98. package/{dist/es → dist-es}/commands/DisassociateWirelessGatewayFromCertificateCommand.js +4 -30
  99. package/{dist/es → dist-es}/commands/DisassociateWirelessGatewayFromThingCommand.js +4 -30
  100. package/{dist/es → dist-es}/commands/GetDestinationCommand.js +4 -30
  101. package/{dist/es → dist-es}/commands/GetDeviceProfileCommand.js +4 -30
  102. package/{dist/es → dist-es}/commands/GetLogLevelsByResourceTypesCommand.js +4 -31
  103. package/{dist/es → dist-es}/commands/GetPartnerAccountCommand.js +4 -30
  104. package/{dist/es → dist-es}/commands/GetResourceLogLevelCommand.js +4 -31
  105. package/{dist/es → dist-es}/commands/GetServiceEndpointCommand.js +4 -30
  106. package/{dist/es → dist-es}/commands/GetServiceProfileCommand.js +4 -30
  107. package/{dist/es → dist-es}/commands/GetWirelessDeviceCommand.js +4 -30
  108. package/{dist/es → dist-es}/commands/GetWirelessDeviceStatisticsCommand.js +4 -30
  109. package/{dist/es → dist-es}/commands/GetWirelessGatewayCertificateCommand.js +4 -30
  110. package/{dist/es → dist-es}/commands/GetWirelessGatewayCommand.js +4 -30
  111. package/{dist/es → dist-es}/commands/GetWirelessGatewayFirmwareInformationCommand.js +4 -30
  112. package/{dist/es → dist-es}/commands/GetWirelessGatewayStatisticsCommand.js +4 -30
  113. package/{dist/es → dist-es}/commands/GetWirelessGatewayTaskCommand.js +4 -30
  114. package/{dist/es → dist-es}/commands/GetWirelessGatewayTaskDefinitionCommand.js +4 -30
  115. package/{dist/es → dist-es}/commands/ListDestinationsCommand.js +4 -30
  116. package/{dist/es → dist-es}/commands/ListDeviceProfilesCommand.js +4 -30
  117. package/{dist/es → dist-es}/commands/ListPartnerAccountsCommand.js +4 -30
  118. package/{dist/es → dist-es}/commands/ListServiceProfilesCommand.js +4 -30
  119. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  120. package/{dist/es → dist-es}/commands/ListWirelessDevicesCommand.js +4 -30
  121. package/{dist/es → dist-es}/commands/ListWirelessGatewayTaskDefinitionsCommand.js +4 -30
  122. package/{dist/es → dist-es}/commands/ListWirelessGatewaysCommand.js +4 -30
  123. package/{dist/es → dist-es}/commands/PutResourceLogLevelCommand.js +4 -31
  124. package/{dist/es → dist-es}/commands/ResetAllResourceLogLevelsCommand.js +4 -30
  125. package/{dist/es → dist-es}/commands/ResetResourceLogLevelCommand.js +4 -31
  126. package/{dist/es → dist-es}/commands/SendDataToWirelessDeviceCommand.js +4 -30
  127. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  128. package/{dist/es → dist-es}/commands/TestWirelessDeviceCommand.js +4 -30
  129. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  130. package/{dist/es → dist-es}/commands/UpdateDestinationCommand.js +4 -30
  131. package/{dist/es → dist-es}/commands/UpdateLogLevelsByResourceTypesCommand.js +4 -31
  132. package/{dist/es → dist-es}/commands/UpdatePartnerAccountCommand.js +4 -30
  133. package/{dist/es → dist-es}/commands/UpdateWirelessDeviceCommand.js +4 -30
  134. package/{dist/es → dist-es}/commands/UpdateWirelessGatewayCommand.js +4 -30
  135. package/{dist/es → dist-es}/endpoints.js +1 -2
  136. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  137. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  138. package/{dist/es → dist-es}/models/models_0.js +0 -487
  139. package/dist-es/pagination/Interfaces.js +1 -0
  140. package/{dist/es → dist-es}/pagination/ListDestinationsPaginator.js +17 -30
  141. package/{dist/es → dist-es}/pagination/ListDeviceProfilesPaginator.js +17 -30
  142. package/{dist/es → dist-es}/pagination/ListServiceProfilesPaginator.js +17 -30
  143. package/{dist/es → dist-es}/pagination/ListWirelessDevicesPaginator.js +17 -30
  144. package/{dist/es → dist-es}/pagination/ListWirelessGatewaysPaginator.js +17 -30
  145. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1668 -1674
  146. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  147. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  148. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  149. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  150. package/{dist/types → dist-types}/IoTWireless.d.ts +3 -3
  151. package/{dist/types → dist-types}/IoTWirelessClient.d.ts +9 -9
  152. package/{dist/types → dist-types}/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/AssociateWirelessDeviceWithThingCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/AssociateWirelessGatewayWithThingCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/CreateDestinationCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/CreateDeviceProfileCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/CreateServiceProfileCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/CreateWirelessDeviceCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/CreateWirelessGatewayCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/CreateWirelessGatewayTaskCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/DeleteDestinationCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/DeleteDeviceProfileCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/DeleteServiceProfileCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/DeleteWirelessDeviceCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/DeleteWirelessGatewayCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/DeleteWirelessGatewayTaskCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/GetDestinationCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/GetDeviceProfileCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/commands/GetLogLevelsByResourceTypesCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/commands/GetPartnerAccountCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/GetResourceLogLevelCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/commands/GetServiceEndpointCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/commands/GetServiceProfileCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/commands/GetWirelessDeviceCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/commands/GetWirelessDeviceStatisticsCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/commands/GetWirelessGatewayCertificateCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/commands/GetWirelessGatewayCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/commands/GetWirelessGatewayStatisticsCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/commands/GetWirelessGatewayTaskCommand.d.ts +2 -2
  188. package/{dist/types → dist-types}/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/commands/ListDestinationsCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/commands/ListDeviceProfilesCommand.d.ts +2 -2
  191. package/{dist/types → dist-types}/commands/ListPartnerAccountsCommand.d.ts +2 -2
  192. package/{dist/types → dist-types}/commands/ListServiceProfilesCommand.d.ts +2 -2
  193. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  194. package/{dist/types → dist-types}/commands/ListWirelessDevicesCommand.d.ts +2 -2
  195. package/{dist/types → dist-types}/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +2 -2
  196. package/{dist/types → dist-types}/commands/ListWirelessGatewaysCommand.d.ts +2 -2
  197. package/{dist/types → dist-types}/commands/PutResourceLogLevelCommand.d.ts +2 -2
  198. package/{dist/types → dist-types}/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -2
  199. package/{dist/types → dist-types}/commands/ResetResourceLogLevelCommand.d.ts +2 -2
  200. package/{dist/types → dist-types}/commands/SendDataToWirelessDeviceCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  202. package/{dist/types → dist-types}/commands/TestWirelessDeviceCommand.d.ts +2 -2
  203. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  204. package/{dist/types → dist-types}/commands/UpdateDestinationCommand.d.ts +2 -2
  205. package/{dist/types → dist-types}/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +2 -2
  206. package/{dist/types → dist-types}/commands/UpdatePartnerAccountCommand.d.ts +2 -2
  207. package/{dist/types → dist-types}/commands/UpdateWirelessDeviceCommand.d.ts +2 -2
  208. package/{dist/types → dist-types}/commands/UpdateWirelessGatewayCommand.d.ts +2 -2
  209. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  210. package/{index.ts → dist-types/index.d.ts} +0 -0
  211. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  212. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  213. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  214. package/{dist/types → dist-types}/pagination/ListDestinationsPaginator.d.ts +1 -1
  215. package/{dist/types → dist-types}/pagination/ListDeviceProfilesPaginator.d.ts +1 -1
  216. package/{dist/types → dist-types}/pagination/ListServiceProfilesPaginator.d.ts +1 -1
  217. package/{dist/types → dist-types}/pagination/ListWirelessDevicesPaginator.d.ts +1 -1
  218. package/{dist/types → dist-types}/pagination/ListWirelessGatewaysPaginator.d.ts +1 -1
  219. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  220. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  221. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  222. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  223. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  224. package/{dist/types → dist-types}/ts3.4/IoTWireless.d.ts +3 -3
  225. package/{dist/types → dist-types}/ts3.4/IoTWirelessClient.d.ts +9 -9
  226. package/{dist/types → dist-types}/ts3.4/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +2 -2
  227. package/{dist/types → dist-types}/ts3.4/commands/AssociateWirelessDeviceWithThingCommand.d.ts +2 -2
  228. package/{dist/types → dist-types}/ts3.4/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +2 -2
  229. package/{dist/types → dist-types}/ts3.4/commands/AssociateWirelessGatewayWithThingCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/ts3.4/commands/CreateDestinationCommand.d.ts +2 -2
  231. package/{dist/types → dist-types}/ts3.4/commands/CreateDeviceProfileCommand.d.ts +2 -2
  232. package/{dist/types → dist-types}/ts3.4/commands/CreateServiceProfileCommand.d.ts +2 -2
  233. package/{dist/types → dist-types}/ts3.4/commands/CreateWirelessDeviceCommand.d.ts +2 -2
  234. package/{dist/types → dist-types}/ts3.4/commands/CreateWirelessGatewayCommand.d.ts +2 -2
  235. package/{dist/types → dist-types}/ts3.4/commands/CreateWirelessGatewayTaskCommand.d.ts +2 -2
  236. package/{dist/types → dist-types}/ts3.4/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
  237. package/{dist/types → dist-types}/ts3.4/commands/DeleteDestinationCommand.d.ts +2 -2
  238. package/{dist/types → dist-types}/ts3.4/commands/DeleteDeviceProfileCommand.d.ts +2 -2
  239. package/{dist/types → dist-types}/ts3.4/commands/DeleteServiceProfileCommand.d.ts +2 -2
  240. package/{dist/types → dist-types}/ts3.4/commands/DeleteWirelessDeviceCommand.d.ts +2 -2
  241. package/{dist/types → dist-types}/ts3.4/commands/DeleteWirelessGatewayCommand.d.ts +2 -2
  242. package/{dist/types → dist-types}/ts3.4/commands/DeleteWirelessGatewayTaskCommand.d.ts +2 -2
  243. package/{dist/types → dist-types}/ts3.4/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
  244. package/{dist/types → dist-types}/ts3.4/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +2 -2
  245. package/{dist/types → dist-types}/ts3.4/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +2 -2
  246. package/{dist/types → dist-types}/ts3.4/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +2 -2
  247. package/{dist/types → dist-types}/ts3.4/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +2 -2
  248. package/{dist/types → dist-types}/ts3.4/commands/GetDestinationCommand.d.ts +2 -2
  249. package/{dist/types → dist-types}/ts3.4/commands/GetDeviceProfileCommand.d.ts +2 -2
  250. package/{dist/types → dist-types}/ts3.4/commands/GetLogLevelsByResourceTypesCommand.d.ts +2 -2
  251. package/{dist/types → dist-types}/ts3.4/commands/GetPartnerAccountCommand.d.ts +2 -2
  252. package/{dist/types → dist-types}/ts3.4/commands/GetResourceLogLevelCommand.d.ts +2 -2
  253. package/{dist/types → dist-types}/ts3.4/commands/GetServiceEndpointCommand.d.ts +2 -2
  254. package/{dist/types → dist-types}/ts3.4/commands/GetServiceProfileCommand.d.ts +2 -2
  255. package/{dist/types → dist-types}/ts3.4/commands/GetWirelessDeviceCommand.d.ts +2 -2
  256. package/{dist/types → dist-types}/ts3.4/commands/GetWirelessDeviceStatisticsCommand.d.ts +2 -2
  257. package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayCertificateCommand.d.ts +2 -2
  258. package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayCommand.d.ts +2 -2
  259. package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +2 -2
  260. package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayStatisticsCommand.d.ts +2 -2
  261. package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayTaskCommand.d.ts +2 -2
  262. package/{dist/types → dist-types}/ts3.4/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +2 -2
  263. package/{dist/types → dist-types}/ts3.4/commands/ListDestinationsCommand.d.ts +2 -2
  264. package/{dist/types → dist-types}/ts3.4/commands/ListDeviceProfilesCommand.d.ts +2 -2
  265. package/{dist/types → dist-types}/ts3.4/commands/ListPartnerAccountsCommand.d.ts +2 -2
  266. package/{dist/types → dist-types}/ts3.4/commands/ListServiceProfilesCommand.d.ts +2 -2
  267. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  268. package/{dist/types → dist-types}/ts3.4/commands/ListWirelessDevicesCommand.d.ts +2 -2
  269. package/{dist/types → dist-types}/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +2 -2
  270. package/{dist/types → dist-types}/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +2 -2
  271. package/{dist/types → dist-types}/ts3.4/commands/PutResourceLogLevelCommand.d.ts +2 -2
  272. package/{dist/types → dist-types}/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -2
  273. package/{dist/types → dist-types}/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +2 -2
  274. package/{dist/types → dist-types}/ts3.4/commands/SendDataToWirelessDeviceCommand.d.ts +2 -2
  275. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  276. package/{dist/types → dist-types}/ts3.4/commands/TestWirelessDeviceCommand.d.ts +2 -2
  277. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  278. package/{dist/types → dist-types}/ts3.4/commands/UpdateDestinationCommand.d.ts +2 -2
  279. package/{dist/types → dist-types}/ts3.4/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +2 -2
  280. package/{dist/types → dist-types}/ts3.4/commands/UpdatePartnerAccountCommand.d.ts +2 -2
  281. package/{dist/types → dist-types}/ts3.4/commands/UpdateWirelessDeviceCommand.d.ts +2 -2
  282. package/{dist/types → dist-types}/ts3.4/commands/UpdateWirelessGatewayCommand.d.ts +2 -2
  283. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  284. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  285. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  286. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  287. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  288. package/{dist/types → dist-types}/ts3.4/pagination/ListDestinationsPaginator.d.ts +1 -1
  289. package/{dist/types → dist-types}/ts3.4/pagination/ListDeviceProfilesPaginator.d.ts +1 -1
  290. package/{dist/types → dist-types}/ts3.4/pagination/ListServiceProfilesPaginator.d.ts +1 -1
  291. package/{dist/types → dist-types}/ts3.4/pagination/ListWirelessDevicesPaginator.d.ts +1 -1
  292. package/{dist/types → dist-types}/ts3.4/pagination/ListWirelessGatewaysPaginator.d.ts +1 -1
  293. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  294. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  295. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  296. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  297. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  298. package/package.json +52 -49
  299. package/IoTWireless.ts +0 -2121
  300. package/IoTWirelessClient.ts +0 -532
  301. package/commands/AssociateAwsAccountWithPartnerAccountCommand.ts +0 -106
  302. package/commands/AssociateWirelessDeviceWithThingCommand.ts +0 -102
  303. package/commands/AssociateWirelessGatewayWithCertificateCommand.ts +0 -109
  304. package/commands/AssociateWirelessGatewayWithThingCommand.ts +0 -105
  305. package/commands/CreateDestinationCommand.ts +0 -94
  306. package/commands/CreateDeviceProfileCommand.ts +0 -94
  307. package/commands/CreateServiceProfileCommand.ts +0 -94
  308. package/commands/CreateWirelessDeviceCommand.ts +0 -94
  309. package/commands/CreateWirelessGatewayCommand.ts +0 -94
  310. package/commands/CreateWirelessGatewayTaskCommand.ts +0 -97
  311. package/commands/CreateWirelessGatewayTaskDefinitionCommand.ts +0 -105
  312. package/commands/DeleteDestinationCommand.ts +0 -94
  313. package/commands/DeleteDeviceProfileCommand.ts +0 -94
  314. package/commands/DeleteServiceProfileCommand.ts +0 -94
  315. package/commands/DeleteWirelessDeviceCommand.ts +0 -94
  316. package/commands/DeleteWirelessGatewayCommand.ts +0 -94
  317. package/commands/DeleteWirelessGatewayTaskCommand.ts +0 -97
  318. package/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts +0 -105
  319. package/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts +0 -109
  320. package/commands/DisassociateWirelessDeviceFromThingCommand.ts +0 -105
  321. package/commands/DisassociateWirelessGatewayFromCertificateCommand.ts +0 -109
  322. package/commands/DisassociateWirelessGatewayFromThingCommand.ts +0 -105
  323. package/commands/GetDestinationCommand.ts +0 -94
  324. package/commands/GetDeviceProfileCommand.ts +0 -94
  325. package/commands/GetLogLevelsByResourceTypesCommand.ts +0 -100
  326. package/commands/GetPartnerAccountCommand.ts +0 -94
  327. package/commands/GetResourceLogLevelCommand.ts +0 -95
  328. package/commands/GetServiceEndpointCommand.ts +0 -94
  329. package/commands/GetServiceProfileCommand.ts +0 -94
  330. package/commands/GetWirelessDeviceCommand.ts +0 -94
  331. package/commands/GetWirelessDeviceStatisticsCommand.ts +0 -99
  332. package/commands/GetWirelessGatewayCertificateCommand.ts +0 -99
  333. package/commands/GetWirelessGatewayCommand.ts +0 -94
  334. package/commands/GetWirelessGatewayFirmwareInformationCommand.ts +0 -106
  335. package/commands/GetWirelessGatewayStatisticsCommand.ts +0 -99
  336. package/commands/GetWirelessGatewayTaskCommand.ts +0 -94
  337. package/commands/GetWirelessGatewayTaskDefinitionCommand.ts +0 -102
  338. package/commands/ListDestinationsCommand.ts +0 -94
  339. package/commands/ListDeviceProfilesCommand.ts +0 -94
  340. package/commands/ListPartnerAccountsCommand.ts +0 -94
  341. package/commands/ListServiceProfilesCommand.ts +0 -94
  342. package/commands/ListTagsForResourceCommand.ts +0 -94
  343. package/commands/ListWirelessDevicesCommand.ts +0 -94
  344. package/commands/ListWirelessGatewayTaskDefinitionsCommand.ts +0 -105
  345. package/commands/ListWirelessGatewaysCommand.ts +0 -94
  346. package/commands/PutResourceLogLevelCommand.ts +0 -95
  347. package/commands/ResetAllResourceLogLevelsCommand.ts +0 -97
  348. package/commands/ResetResourceLogLevelCommand.ts +0 -95
  349. package/commands/SendDataToWirelessDeviceCommand.ts +0 -94
  350. package/commands/TagResourceCommand.ts +0 -94
  351. package/commands/TestWirelessDeviceCommand.ts +0 -94
  352. package/commands/UntagResourceCommand.ts +0 -94
  353. package/commands/UpdateDestinationCommand.ts +0 -94
  354. package/commands/UpdateLogLevelsByResourceTypesCommand.ts +0 -103
  355. package/commands/UpdatePartnerAccountCommand.ts +0 -94
  356. package/commands/UpdateWirelessDeviceCommand.ts +0 -94
  357. package/commands/UpdateWirelessGatewayCommand.ts +0 -94
  358. package/dist/cjs/IoTWireless.js.map +0 -1
  359. package/dist/cjs/IoTWirelessClient.js.map +0 -1
  360. package/dist/cjs/commands/AssociateAwsAccountWithPartnerAccountCommand.js.map +0 -1
  361. package/dist/cjs/commands/AssociateWirelessDeviceWithThingCommand.js.map +0 -1
  362. package/dist/cjs/commands/AssociateWirelessGatewayWithCertificateCommand.js.map +0 -1
  363. package/dist/cjs/commands/AssociateWirelessGatewayWithThingCommand.js.map +0 -1
  364. package/dist/cjs/commands/CreateDestinationCommand.js.map +0 -1
  365. package/dist/cjs/commands/CreateDeviceProfileCommand.js.map +0 -1
  366. package/dist/cjs/commands/CreateServiceProfileCommand.js.map +0 -1
  367. package/dist/cjs/commands/CreateWirelessDeviceCommand.js.map +0 -1
  368. package/dist/cjs/commands/CreateWirelessGatewayCommand.js.map +0 -1
  369. package/dist/cjs/commands/CreateWirelessGatewayTaskCommand.js.map +0 -1
  370. package/dist/cjs/commands/CreateWirelessGatewayTaskDefinitionCommand.js.map +0 -1
  371. package/dist/cjs/commands/DeleteDestinationCommand.js.map +0 -1
  372. package/dist/cjs/commands/DeleteDeviceProfileCommand.js.map +0 -1
  373. package/dist/cjs/commands/DeleteServiceProfileCommand.js.map +0 -1
  374. package/dist/cjs/commands/DeleteWirelessDeviceCommand.js.map +0 -1
  375. package/dist/cjs/commands/DeleteWirelessGatewayCommand.js.map +0 -1
  376. package/dist/cjs/commands/DeleteWirelessGatewayTaskCommand.js.map +0 -1
  377. package/dist/cjs/commands/DeleteWirelessGatewayTaskDefinitionCommand.js.map +0 -1
  378. package/dist/cjs/commands/DisassociateAwsAccountFromPartnerAccountCommand.js.map +0 -1
  379. package/dist/cjs/commands/DisassociateWirelessDeviceFromThingCommand.js.map +0 -1
  380. package/dist/cjs/commands/DisassociateWirelessGatewayFromCertificateCommand.js.map +0 -1
  381. package/dist/cjs/commands/DisassociateWirelessGatewayFromThingCommand.js.map +0 -1
  382. package/dist/cjs/commands/GetDestinationCommand.js.map +0 -1
  383. package/dist/cjs/commands/GetDeviceProfileCommand.js.map +0 -1
  384. package/dist/cjs/commands/GetLogLevelsByResourceTypesCommand.js.map +0 -1
  385. package/dist/cjs/commands/GetPartnerAccountCommand.js.map +0 -1
  386. package/dist/cjs/commands/GetResourceLogLevelCommand.js.map +0 -1
  387. package/dist/cjs/commands/GetServiceEndpointCommand.js.map +0 -1
  388. package/dist/cjs/commands/GetServiceProfileCommand.js.map +0 -1
  389. package/dist/cjs/commands/GetWirelessDeviceCommand.js.map +0 -1
  390. package/dist/cjs/commands/GetWirelessDeviceStatisticsCommand.js.map +0 -1
  391. package/dist/cjs/commands/GetWirelessGatewayCertificateCommand.js.map +0 -1
  392. package/dist/cjs/commands/GetWirelessGatewayCommand.js.map +0 -1
  393. package/dist/cjs/commands/GetWirelessGatewayFirmwareInformationCommand.js.map +0 -1
  394. package/dist/cjs/commands/GetWirelessGatewayStatisticsCommand.js.map +0 -1
  395. package/dist/cjs/commands/GetWirelessGatewayTaskCommand.js.map +0 -1
  396. package/dist/cjs/commands/GetWirelessGatewayTaskDefinitionCommand.js.map +0 -1
  397. package/dist/cjs/commands/ListDestinationsCommand.js.map +0 -1
  398. package/dist/cjs/commands/ListDeviceProfilesCommand.js.map +0 -1
  399. package/dist/cjs/commands/ListPartnerAccountsCommand.js.map +0 -1
  400. package/dist/cjs/commands/ListServiceProfilesCommand.js.map +0 -1
  401. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  402. package/dist/cjs/commands/ListWirelessDevicesCommand.js.map +0 -1
  403. package/dist/cjs/commands/ListWirelessGatewayTaskDefinitionsCommand.js.map +0 -1
  404. package/dist/cjs/commands/ListWirelessGatewaysCommand.js.map +0 -1
  405. package/dist/cjs/commands/PutResourceLogLevelCommand.js.map +0 -1
  406. package/dist/cjs/commands/ResetAllResourceLogLevelsCommand.js.map +0 -1
  407. package/dist/cjs/commands/ResetResourceLogLevelCommand.js.map +0 -1
  408. package/dist/cjs/commands/SendDataToWirelessDeviceCommand.js.map +0 -1
  409. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  410. package/dist/cjs/commands/TestWirelessDeviceCommand.js.map +0 -1
  411. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  412. package/dist/cjs/commands/UpdateDestinationCommand.js.map +0 -1
  413. package/dist/cjs/commands/UpdateLogLevelsByResourceTypesCommand.js.map +0 -1
  414. package/dist/cjs/commands/UpdatePartnerAccountCommand.js.map +0 -1
  415. package/dist/cjs/commands/UpdateWirelessDeviceCommand.js.map +0 -1
  416. package/dist/cjs/commands/UpdateWirelessGatewayCommand.js.map +0 -1
  417. package/dist/cjs/endpoints.js.map +0 -1
  418. package/dist/cjs/index.js.map +0 -1
  419. package/dist/cjs/models/index.js.map +0 -1
  420. package/dist/cjs/models/models_0.js.map +0 -1
  421. package/dist/cjs/package.json +0 -93
  422. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  423. package/dist/cjs/pagination/ListDestinationsPaginator.js.map +0 -1
  424. package/dist/cjs/pagination/ListDeviceProfilesPaginator.js.map +0 -1
  425. package/dist/cjs/pagination/ListServiceProfilesPaginator.js.map +0 -1
  426. package/dist/cjs/pagination/ListWirelessDevicesPaginator.js.map +0 -1
  427. package/dist/cjs/pagination/ListWirelessGatewaysPaginator.js.map +0 -1
  428. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  429. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  430. package/dist/cjs/runtimeConfig.js.map +0 -1
  431. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  432. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  433. package/dist/es/IoTWireless.js.map +0 -1
  434. package/dist/es/IoTWirelessClient.js.map +0 -1
  435. package/dist/es/commands/AssociateAwsAccountWithPartnerAccountCommand.js.map +0 -1
  436. package/dist/es/commands/AssociateWirelessDeviceWithThingCommand.js.map +0 -1
  437. package/dist/es/commands/AssociateWirelessGatewayWithCertificateCommand.js.map +0 -1
  438. package/dist/es/commands/AssociateWirelessGatewayWithThingCommand.js.map +0 -1
  439. package/dist/es/commands/CreateDestinationCommand.js.map +0 -1
  440. package/dist/es/commands/CreateDeviceProfileCommand.js.map +0 -1
  441. package/dist/es/commands/CreateServiceProfileCommand.js.map +0 -1
  442. package/dist/es/commands/CreateWirelessDeviceCommand.js.map +0 -1
  443. package/dist/es/commands/CreateWirelessGatewayCommand.js.map +0 -1
  444. package/dist/es/commands/CreateWirelessGatewayTaskCommand.js.map +0 -1
  445. package/dist/es/commands/CreateWirelessGatewayTaskDefinitionCommand.js.map +0 -1
  446. package/dist/es/commands/DeleteDestinationCommand.js.map +0 -1
  447. package/dist/es/commands/DeleteDeviceProfileCommand.js.map +0 -1
  448. package/dist/es/commands/DeleteServiceProfileCommand.js.map +0 -1
  449. package/dist/es/commands/DeleteWirelessDeviceCommand.js.map +0 -1
  450. package/dist/es/commands/DeleteWirelessGatewayCommand.js.map +0 -1
  451. package/dist/es/commands/DeleteWirelessGatewayTaskCommand.js.map +0 -1
  452. package/dist/es/commands/DeleteWirelessGatewayTaskDefinitionCommand.js.map +0 -1
  453. package/dist/es/commands/DisassociateAwsAccountFromPartnerAccountCommand.js.map +0 -1
  454. package/dist/es/commands/DisassociateWirelessDeviceFromThingCommand.js.map +0 -1
  455. package/dist/es/commands/DisassociateWirelessGatewayFromCertificateCommand.js.map +0 -1
  456. package/dist/es/commands/DisassociateWirelessGatewayFromThingCommand.js.map +0 -1
  457. package/dist/es/commands/GetDestinationCommand.js.map +0 -1
  458. package/dist/es/commands/GetDeviceProfileCommand.js.map +0 -1
  459. package/dist/es/commands/GetLogLevelsByResourceTypesCommand.js.map +0 -1
  460. package/dist/es/commands/GetPartnerAccountCommand.js.map +0 -1
  461. package/dist/es/commands/GetResourceLogLevelCommand.js.map +0 -1
  462. package/dist/es/commands/GetServiceEndpointCommand.js.map +0 -1
  463. package/dist/es/commands/GetServiceProfileCommand.js.map +0 -1
  464. package/dist/es/commands/GetWirelessDeviceCommand.js.map +0 -1
  465. package/dist/es/commands/GetWirelessDeviceStatisticsCommand.js.map +0 -1
  466. package/dist/es/commands/GetWirelessGatewayCertificateCommand.js.map +0 -1
  467. package/dist/es/commands/GetWirelessGatewayCommand.js.map +0 -1
  468. package/dist/es/commands/GetWirelessGatewayFirmwareInformationCommand.js.map +0 -1
  469. package/dist/es/commands/GetWirelessGatewayStatisticsCommand.js.map +0 -1
  470. package/dist/es/commands/GetWirelessGatewayTaskCommand.js.map +0 -1
  471. package/dist/es/commands/GetWirelessGatewayTaskDefinitionCommand.js.map +0 -1
  472. package/dist/es/commands/ListDestinationsCommand.js.map +0 -1
  473. package/dist/es/commands/ListDeviceProfilesCommand.js.map +0 -1
  474. package/dist/es/commands/ListPartnerAccountsCommand.js.map +0 -1
  475. package/dist/es/commands/ListServiceProfilesCommand.js.map +0 -1
  476. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  477. package/dist/es/commands/ListWirelessDevicesCommand.js.map +0 -1
  478. package/dist/es/commands/ListWirelessGatewayTaskDefinitionsCommand.js.map +0 -1
  479. package/dist/es/commands/ListWirelessGatewaysCommand.js.map +0 -1
  480. package/dist/es/commands/PutResourceLogLevelCommand.js.map +0 -1
  481. package/dist/es/commands/ResetAllResourceLogLevelsCommand.js.map +0 -1
  482. package/dist/es/commands/ResetResourceLogLevelCommand.js.map +0 -1
  483. package/dist/es/commands/SendDataToWirelessDeviceCommand.js.map +0 -1
  484. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  485. package/dist/es/commands/TestWirelessDeviceCommand.js.map +0 -1
  486. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  487. package/dist/es/commands/UpdateDestinationCommand.js.map +0 -1
  488. package/dist/es/commands/UpdateLogLevelsByResourceTypesCommand.js.map +0 -1
  489. package/dist/es/commands/UpdatePartnerAccountCommand.js.map +0 -1
  490. package/dist/es/commands/UpdateWirelessDeviceCommand.js.map +0 -1
  491. package/dist/es/commands/UpdateWirelessGatewayCommand.js.map +0 -1
  492. package/dist/es/endpoints.js.map +0 -1
  493. package/dist/es/index.js +0 -67
  494. package/dist/es/index.js.map +0 -1
  495. package/dist/es/models/index.js +0 -2
  496. package/dist/es/models/index.js.map +0 -1
  497. package/dist/es/models/models_0.js.map +0 -1
  498. package/dist/es/package.json +0 -93
  499. package/dist/es/pagination/Interfaces.js +0 -2
  500. package/dist/es/pagination/Interfaces.js.map +0 -1
  501. package/dist/es/pagination/ListDestinationsPaginator.js.map +0 -1
  502. package/dist/es/pagination/ListDeviceProfilesPaginator.js.map +0 -1
  503. package/dist/es/pagination/ListServiceProfilesPaginator.js.map +0 -1
  504. package/dist/es/pagination/ListWirelessDevicesPaginator.js.map +0 -1
  505. package/dist/es/pagination/ListWirelessGatewaysPaginator.js.map +0 -1
  506. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  507. package/dist/es/runtimeConfig.browser.js.map +0 -1
  508. package/dist/es/runtimeConfig.js.map +0 -1
  509. package/dist/es/runtimeConfig.native.js.map +0 -1
  510. package/dist/es/runtimeConfig.shared.js.map +0 -1
  511. package/endpoints.ts +0 -57
  512. package/jest.config.js +0 -4
  513. package/models/models_0.ts +0 -3991
  514. package/pagination/Interfaces.ts +0 -7
  515. package/pagination/ListDestinationsPaginator.ts +0 -58
  516. package/pagination/ListDeviceProfilesPaginator.ts +0 -58
  517. package/pagination/ListServiceProfilesPaginator.ts +0 -58
  518. package/pagination/ListWirelessDevicesPaginator.ts +0 -58
  519. package/pagination/ListWirelessGatewaysPaginator.ts +0 -58
  520. package/protocols/Aws_restJson1.ts +0 -8378
  521. package/runtimeConfig.browser.ts +0 -40
  522. package/runtimeConfig.native.ts +0 -16
  523. package/runtimeConfig.shared.ts +0 -16
  524. package/runtimeConfig.ts +0 -45
  525. package/tsconfig.es.json +0 -12
  526. package/tsconfig.json +0 -32
package/IoTWireless.ts DELETED
@@ -1,2121 +0,0 @@
1
- import { IoTWirelessClient } from "./IoTWirelessClient";
2
- import {
3
- AssociateAwsAccountWithPartnerAccountCommand,
4
- AssociateAwsAccountWithPartnerAccountCommandInput,
5
- AssociateAwsAccountWithPartnerAccountCommandOutput,
6
- } from "./commands/AssociateAwsAccountWithPartnerAccountCommand";
7
- import {
8
- AssociateWirelessDeviceWithThingCommand,
9
- AssociateWirelessDeviceWithThingCommandInput,
10
- AssociateWirelessDeviceWithThingCommandOutput,
11
- } from "./commands/AssociateWirelessDeviceWithThingCommand";
12
- import {
13
- AssociateWirelessGatewayWithCertificateCommand,
14
- AssociateWirelessGatewayWithCertificateCommandInput,
15
- AssociateWirelessGatewayWithCertificateCommandOutput,
16
- } from "./commands/AssociateWirelessGatewayWithCertificateCommand";
17
- import {
18
- AssociateWirelessGatewayWithThingCommand,
19
- AssociateWirelessGatewayWithThingCommandInput,
20
- AssociateWirelessGatewayWithThingCommandOutput,
21
- } from "./commands/AssociateWirelessGatewayWithThingCommand";
22
- import {
23
- CreateDestinationCommand,
24
- CreateDestinationCommandInput,
25
- CreateDestinationCommandOutput,
26
- } from "./commands/CreateDestinationCommand";
27
- import {
28
- CreateDeviceProfileCommand,
29
- CreateDeviceProfileCommandInput,
30
- CreateDeviceProfileCommandOutput,
31
- } from "./commands/CreateDeviceProfileCommand";
32
- import {
33
- CreateServiceProfileCommand,
34
- CreateServiceProfileCommandInput,
35
- CreateServiceProfileCommandOutput,
36
- } from "./commands/CreateServiceProfileCommand";
37
- import {
38
- CreateWirelessDeviceCommand,
39
- CreateWirelessDeviceCommandInput,
40
- CreateWirelessDeviceCommandOutput,
41
- } from "./commands/CreateWirelessDeviceCommand";
42
- import {
43
- CreateWirelessGatewayCommand,
44
- CreateWirelessGatewayCommandInput,
45
- CreateWirelessGatewayCommandOutput,
46
- } from "./commands/CreateWirelessGatewayCommand";
47
- import {
48
- CreateWirelessGatewayTaskCommand,
49
- CreateWirelessGatewayTaskCommandInput,
50
- CreateWirelessGatewayTaskCommandOutput,
51
- } from "./commands/CreateWirelessGatewayTaskCommand";
52
- import {
53
- CreateWirelessGatewayTaskDefinitionCommand,
54
- CreateWirelessGatewayTaskDefinitionCommandInput,
55
- CreateWirelessGatewayTaskDefinitionCommandOutput,
56
- } from "./commands/CreateWirelessGatewayTaskDefinitionCommand";
57
- import {
58
- DeleteDestinationCommand,
59
- DeleteDestinationCommandInput,
60
- DeleteDestinationCommandOutput,
61
- } from "./commands/DeleteDestinationCommand";
62
- import {
63
- DeleteDeviceProfileCommand,
64
- DeleteDeviceProfileCommandInput,
65
- DeleteDeviceProfileCommandOutput,
66
- } from "./commands/DeleteDeviceProfileCommand";
67
- import {
68
- DeleteServiceProfileCommand,
69
- DeleteServiceProfileCommandInput,
70
- DeleteServiceProfileCommandOutput,
71
- } from "./commands/DeleteServiceProfileCommand";
72
- import {
73
- DeleteWirelessDeviceCommand,
74
- DeleteWirelessDeviceCommandInput,
75
- DeleteWirelessDeviceCommandOutput,
76
- } from "./commands/DeleteWirelessDeviceCommand";
77
- import {
78
- DeleteWirelessGatewayCommand,
79
- DeleteWirelessGatewayCommandInput,
80
- DeleteWirelessGatewayCommandOutput,
81
- } from "./commands/DeleteWirelessGatewayCommand";
82
- import {
83
- DeleteWirelessGatewayTaskCommand,
84
- DeleteWirelessGatewayTaskCommandInput,
85
- DeleteWirelessGatewayTaskCommandOutput,
86
- } from "./commands/DeleteWirelessGatewayTaskCommand";
87
- import {
88
- DeleteWirelessGatewayTaskDefinitionCommand,
89
- DeleteWirelessGatewayTaskDefinitionCommandInput,
90
- DeleteWirelessGatewayTaskDefinitionCommandOutput,
91
- } from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
92
- import {
93
- DisassociateAwsAccountFromPartnerAccountCommand,
94
- DisassociateAwsAccountFromPartnerAccountCommandInput,
95
- DisassociateAwsAccountFromPartnerAccountCommandOutput,
96
- } from "./commands/DisassociateAwsAccountFromPartnerAccountCommand";
97
- import {
98
- DisassociateWirelessDeviceFromThingCommand,
99
- DisassociateWirelessDeviceFromThingCommandInput,
100
- DisassociateWirelessDeviceFromThingCommandOutput,
101
- } from "./commands/DisassociateWirelessDeviceFromThingCommand";
102
- import {
103
- DisassociateWirelessGatewayFromCertificateCommand,
104
- DisassociateWirelessGatewayFromCertificateCommandInput,
105
- DisassociateWirelessGatewayFromCertificateCommandOutput,
106
- } from "./commands/DisassociateWirelessGatewayFromCertificateCommand";
107
- import {
108
- DisassociateWirelessGatewayFromThingCommand,
109
- DisassociateWirelessGatewayFromThingCommandInput,
110
- DisassociateWirelessGatewayFromThingCommandOutput,
111
- } from "./commands/DisassociateWirelessGatewayFromThingCommand";
112
- import {
113
- GetDestinationCommand,
114
- GetDestinationCommandInput,
115
- GetDestinationCommandOutput,
116
- } from "./commands/GetDestinationCommand";
117
- import {
118
- GetDeviceProfileCommand,
119
- GetDeviceProfileCommandInput,
120
- GetDeviceProfileCommandOutput,
121
- } from "./commands/GetDeviceProfileCommand";
122
- import {
123
- GetLogLevelsByResourceTypesCommand,
124
- GetLogLevelsByResourceTypesCommandInput,
125
- GetLogLevelsByResourceTypesCommandOutput,
126
- } from "./commands/GetLogLevelsByResourceTypesCommand";
127
- import {
128
- GetPartnerAccountCommand,
129
- GetPartnerAccountCommandInput,
130
- GetPartnerAccountCommandOutput,
131
- } from "./commands/GetPartnerAccountCommand";
132
- import {
133
- GetResourceLogLevelCommand,
134
- GetResourceLogLevelCommandInput,
135
- GetResourceLogLevelCommandOutput,
136
- } from "./commands/GetResourceLogLevelCommand";
137
- import {
138
- GetServiceEndpointCommand,
139
- GetServiceEndpointCommandInput,
140
- GetServiceEndpointCommandOutput,
141
- } from "./commands/GetServiceEndpointCommand";
142
- import {
143
- GetServiceProfileCommand,
144
- GetServiceProfileCommandInput,
145
- GetServiceProfileCommandOutput,
146
- } from "./commands/GetServiceProfileCommand";
147
- import {
148
- GetWirelessDeviceCommand,
149
- GetWirelessDeviceCommandInput,
150
- GetWirelessDeviceCommandOutput,
151
- } from "./commands/GetWirelessDeviceCommand";
152
- import {
153
- GetWirelessDeviceStatisticsCommand,
154
- GetWirelessDeviceStatisticsCommandInput,
155
- GetWirelessDeviceStatisticsCommandOutput,
156
- } from "./commands/GetWirelessDeviceStatisticsCommand";
157
- import {
158
- GetWirelessGatewayCertificateCommand,
159
- GetWirelessGatewayCertificateCommandInput,
160
- GetWirelessGatewayCertificateCommandOutput,
161
- } from "./commands/GetWirelessGatewayCertificateCommand";
162
- import {
163
- GetWirelessGatewayCommand,
164
- GetWirelessGatewayCommandInput,
165
- GetWirelessGatewayCommandOutput,
166
- } from "./commands/GetWirelessGatewayCommand";
167
- import {
168
- GetWirelessGatewayFirmwareInformationCommand,
169
- GetWirelessGatewayFirmwareInformationCommandInput,
170
- GetWirelessGatewayFirmwareInformationCommandOutput,
171
- } from "./commands/GetWirelessGatewayFirmwareInformationCommand";
172
- import {
173
- GetWirelessGatewayStatisticsCommand,
174
- GetWirelessGatewayStatisticsCommandInput,
175
- GetWirelessGatewayStatisticsCommandOutput,
176
- } from "./commands/GetWirelessGatewayStatisticsCommand";
177
- import {
178
- GetWirelessGatewayTaskCommand,
179
- GetWirelessGatewayTaskCommandInput,
180
- GetWirelessGatewayTaskCommandOutput,
181
- } from "./commands/GetWirelessGatewayTaskCommand";
182
- import {
183
- GetWirelessGatewayTaskDefinitionCommand,
184
- GetWirelessGatewayTaskDefinitionCommandInput,
185
- GetWirelessGatewayTaskDefinitionCommandOutput,
186
- } from "./commands/GetWirelessGatewayTaskDefinitionCommand";
187
- import {
188
- ListDestinationsCommand,
189
- ListDestinationsCommandInput,
190
- ListDestinationsCommandOutput,
191
- } from "./commands/ListDestinationsCommand";
192
- import {
193
- ListDeviceProfilesCommand,
194
- ListDeviceProfilesCommandInput,
195
- ListDeviceProfilesCommandOutput,
196
- } from "./commands/ListDeviceProfilesCommand";
197
- import {
198
- ListPartnerAccountsCommand,
199
- ListPartnerAccountsCommandInput,
200
- ListPartnerAccountsCommandOutput,
201
- } from "./commands/ListPartnerAccountsCommand";
202
- import {
203
- ListServiceProfilesCommand,
204
- ListServiceProfilesCommandInput,
205
- ListServiceProfilesCommandOutput,
206
- } from "./commands/ListServiceProfilesCommand";
207
- import {
208
- ListTagsForResourceCommand,
209
- ListTagsForResourceCommandInput,
210
- ListTagsForResourceCommandOutput,
211
- } from "./commands/ListTagsForResourceCommand";
212
- import {
213
- ListWirelessDevicesCommand,
214
- ListWirelessDevicesCommandInput,
215
- ListWirelessDevicesCommandOutput,
216
- } from "./commands/ListWirelessDevicesCommand";
217
- import {
218
- ListWirelessGatewayTaskDefinitionsCommand,
219
- ListWirelessGatewayTaskDefinitionsCommandInput,
220
- ListWirelessGatewayTaskDefinitionsCommandOutput,
221
- } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
222
- import {
223
- ListWirelessGatewaysCommand,
224
- ListWirelessGatewaysCommandInput,
225
- ListWirelessGatewaysCommandOutput,
226
- } from "./commands/ListWirelessGatewaysCommand";
227
- import {
228
- PutResourceLogLevelCommand,
229
- PutResourceLogLevelCommandInput,
230
- PutResourceLogLevelCommandOutput,
231
- } from "./commands/PutResourceLogLevelCommand";
232
- import {
233
- ResetAllResourceLogLevelsCommand,
234
- ResetAllResourceLogLevelsCommandInput,
235
- ResetAllResourceLogLevelsCommandOutput,
236
- } from "./commands/ResetAllResourceLogLevelsCommand";
237
- import {
238
- ResetResourceLogLevelCommand,
239
- ResetResourceLogLevelCommandInput,
240
- ResetResourceLogLevelCommandOutput,
241
- } from "./commands/ResetResourceLogLevelCommand";
242
- import {
243
- SendDataToWirelessDeviceCommand,
244
- SendDataToWirelessDeviceCommandInput,
245
- SendDataToWirelessDeviceCommandOutput,
246
- } from "./commands/SendDataToWirelessDeviceCommand";
247
- import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
248
- import {
249
- TestWirelessDeviceCommand,
250
- TestWirelessDeviceCommandInput,
251
- TestWirelessDeviceCommandOutput,
252
- } from "./commands/TestWirelessDeviceCommand";
253
- import {
254
- UntagResourceCommand,
255
- UntagResourceCommandInput,
256
- UntagResourceCommandOutput,
257
- } from "./commands/UntagResourceCommand";
258
- import {
259
- UpdateDestinationCommand,
260
- UpdateDestinationCommandInput,
261
- UpdateDestinationCommandOutput,
262
- } from "./commands/UpdateDestinationCommand";
263
- import {
264
- UpdateLogLevelsByResourceTypesCommand,
265
- UpdateLogLevelsByResourceTypesCommandInput,
266
- UpdateLogLevelsByResourceTypesCommandOutput,
267
- } from "./commands/UpdateLogLevelsByResourceTypesCommand";
268
- import {
269
- UpdatePartnerAccountCommand,
270
- UpdatePartnerAccountCommandInput,
271
- UpdatePartnerAccountCommandOutput,
272
- } from "./commands/UpdatePartnerAccountCommand";
273
- import {
274
- UpdateWirelessDeviceCommand,
275
- UpdateWirelessDeviceCommandInput,
276
- UpdateWirelessDeviceCommandOutput,
277
- } from "./commands/UpdateWirelessDeviceCommand";
278
- import {
279
- UpdateWirelessGatewayCommand,
280
- UpdateWirelessGatewayCommandInput,
281
- UpdateWirelessGatewayCommandOutput,
282
- } from "./commands/UpdateWirelessGatewayCommand";
283
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
284
-
285
- /**
286
- * <p>AWS IoT Wireless API documentation</p>
287
- */
288
- export class IoTWireless extends IoTWirelessClient {
289
- /**
290
- * <p>Associates a partner account with your AWS account.</p>
291
- */
292
- public associateAwsAccountWithPartnerAccount(
293
- args: AssociateAwsAccountWithPartnerAccountCommandInput,
294
- options?: __HttpHandlerOptions
295
- ): Promise<AssociateAwsAccountWithPartnerAccountCommandOutput>;
296
- public associateAwsAccountWithPartnerAccount(
297
- args: AssociateAwsAccountWithPartnerAccountCommandInput,
298
- cb: (err: any, data?: AssociateAwsAccountWithPartnerAccountCommandOutput) => void
299
- ): void;
300
- public associateAwsAccountWithPartnerAccount(
301
- args: AssociateAwsAccountWithPartnerAccountCommandInput,
302
- options: __HttpHandlerOptions,
303
- cb: (err: any, data?: AssociateAwsAccountWithPartnerAccountCommandOutput) => void
304
- ): void;
305
- public associateAwsAccountWithPartnerAccount(
306
- args: AssociateAwsAccountWithPartnerAccountCommandInput,
307
- optionsOrCb?:
308
- | __HttpHandlerOptions
309
- | ((err: any, data?: AssociateAwsAccountWithPartnerAccountCommandOutput) => void),
310
- cb?: (err: any, data?: AssociateAwsAccountWithPartnerAccountCommandOutput) => void
311
- ): Promise<AssociateAwsAccountWithPartnerAccountCommandOutput> | void {
312
- const command = new AssociateAwsAccountWithPartnerAccountCommand(args);
313
- if (typeof optionsOrCb === "function") {
314
- this.send(command, optionsOrCb);
315
- } else if (typeof cb === "function") {
316
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
317
- this.send(command, optionsOrCb || {}, cb);
318
- } else {
319
- return this.send(command, optionsOrCb);
320
- }
321
- }
322
-
323
- /**
324
- * <p>Associates a wireless device with a thing.</p>
325
- */
326
- public associateWirelessDeviceWithThing(
327
- args: AssociateWirelessDeviceWithThingCommandInput,
328
- options?: __HttpHandlerOptions
329
- ): Promise<AssociateWirelessDeviceWithThingCommandOutput>;
330
- public associateWirelessDeviceWithThing(
331
- args: AssociateWirelessDeviceWithThingCommandInput,
332
- cb: (err: any, data?: AssociateWirelessDeviceWithThingCommandOutput) => void
333
- ): void;
334
- public associateWirelessDeviceWithThing(
335
- args: AssociateWirelessDeviceWithThingCommandInput,
336
- options: __HttpHandlerOptions,
337
- cb: (err: any, data?: AssociateWirelessDeviceWithThingCommandOutput) => void
338
- ): void;
339
- public associateWirelessDeviceWithThing(
340
- args: AssociateWirelessDeviceWithThingCommandInput,
341
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateWirelessDeviceWithThingCommandOutput) => void),
342
- cb?: (err: any, data?: AssociateWirelessDeviceWithThingCommandOutput) => void
343
- ): Promise<AssociateWirelessDeviceWithThingCommandOutput> | void {
344
- const command = new AssociateWirelessDeviceWithThingCommand(args);
345
- if (typeof optionsOrCb === "function") {
346
- this.send(command, optionsOrCb);
347
- } else if (typeof cb === "function") {
348
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
349
- this.send(command, optionsOrCb || {}, cb);
350
- } else {
351
- return this.send(command, optionsOrCb);
352
- }
353
- }
354
-
355
- /**
356
- * <p>Associates a wireless gateway with a certificate.</p>
357
- */
358
- public associateWirelessGatewayWithCertificate(
359
- args: AssociateWirelessGatewayWithCertificateCommandInput,
360
- options?: __HttpHandlerOptions
361
- ): Promise<AssociateWirelessGatewayWithCertificateCommandOutput>;
362
- public associateWirelessGatewayWithCertificate(
363
- args: AssociateWirelessGatewayWithCertificateCommandInput,
364
- cb: (err: any, data?: AssociateWirelessGatewayWithCertificateCommandOutput) => void
365
- ): void;
366
- public associateWirelessGatewayWithCertificate(
367
- args: AssociateWirelessGatewayWithCertificateCommandInput,
368
- options: __HttpHandlerOptions,
369
- cb: (err: any, data?: AssociateWirelessGatewayWithCertificateCommandOutput) => void
370
- ): void;
371
- public associateWirelessGatewayWithCertificate(
372
- args: AssociateWirelessGatewayWithCertificateCommandInput,
373
- optionsOrCb?:
374
- | __HttpHandlerOptions
375
- | ((err: any, data?: AssociateWirelessGatewayWithCertificateCommandOutput) => void),
376
- cb?: (err: any, data?: AssociateWirelessGatewayWithCertificateCommandOutput) => void
377
- ): Promise<AssociateWirelessGatewayWithCertificateCommandOutput> | void {
378
- const command = new AssociateWirelessGatewayWithCertificateCommand(args);
379
- if (typeof optionsOrCb === "function") {
380
- this.send(command, optionsOrCb);
381
- } else if (typeof cb === "function") {
382
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
383
- this.send(command, optionsOrCb || {}, cb);
384
- } else {
385
- return this.send(command, optionsOrCb);
386
- }
387
- }
388
-
389
- /**
390
- * <p>Associates a wireless gateway with a thing.</p>
391
- */
392
- public associateWirelessGatewayWithThing(
393
- args: AssociateWirelessGatewayWithThingCommandInput,
394
- options?: __HttpHandlerOptions
395
- ): Promise<AssociateWirelessGatewayWithThingCommandOutput>;
396
- public associateWirelessGatewayWithThing(
397
- args: AssociateWirelessGatewayWithThingCommandInput,
398
- cb: (err: any, data?: AssociateWirelessGatewayWithThingCommandOutput) => void
399
- ): void;
400
- public associateWirelessGatewayWithThing(
401
- args: AssociateWirelessGatewayWithThingCommandInput,
402
- options: __HttpHandlerOptions,
403
- cb: (err: any, data?: AssociateWirelessGatewayWithThingCommandOutput) => void
404
- ): void;
405
- public associateWirelessGatewayWithThing(
406
- args: AssociateWirelessGatewayWithThingCommandInput,
407
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AssociateWirelessGatewayWithThingCommandOutput) => void),
408
- cb?: (err: any, data?: AssociateWirelessGatewayWithThingCommandOutput) => void
409
- ): Promise<AssociateWirelessGatewayWithThingCommandOutput> | void {
410
- const command = new AssociateWirelessGatewayWithThingCommand(args);
411
- if (typeof optionsOrCb === "function") {
412
- this.send(command, optionsOrCb);
413
- } else if (typeof cb === "function") {
414
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
415
- this.send(command, optionsOrCb || {}, cb);
416
- } else {
417
- return this.send(command, optionsOrCb);
418
- }
419
- }
420
-
421
- /**
422
- * <p>Creates a new destination that maps a device message to an AWS IoT rule.</p>
423
- */
424
- public createDestination(
425
- args: CreateDestinationCommandInput,
426
- options?: __HttpHandlerOptions
427
- ): Promise<CreateDestinationCommandOutput>;
428
- public createDestination(
429
- args: CreateDestinationCommandInput,
430
- cb: (err: any, data?: CreateDestinationCommandOutput) => void
431
- ): void;
432
- public createDestination(
433
- args: CreateDestinationCommandInput,
434
- options: __HttpHandlerOptions,
435
- cb: (err: any, data?: CreateDestinationCommandOutput) => void
436
- ): void;
437
- public createDestination(
438
- args: CreateDestinationCommandInput,
439
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDestinationCommandOutput) => void),
440
- cb?: (err: any, data?: CreateDestinationCommandOutput) => void
441
- ): Promise<CreateDestinationCommandOutput> | void {
442
- const command = new CreateDestinationCommand(args);
443
- if (typeof optionsOrCb === "function") {
444
- this.send(command, optionsOrCb);
445
- } else if (typeof cb === "function") {
446
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
447
- this.send(command, optionsOrCb || {}, cb);
448
- } else {
449
- return this.send(command, optionsOrCb);
450
- }
451
- }
452
-
453
- /**
454
- * <p>Creates a new device profile.</p>
455
- */
456
- public createDeviceProfile(
457
- args: CreateDeviceProfileCommandInput,
458
- options?: __HttpHandlerOptions
459
- ): Promise<CreateDeviceProfileCommandOutput>;
460
- public createDeviceProfile(
461
- args: CreateDeviceProfileCommandInput,
462
- cb: (err: any, data?: CreateDeviceProfileCommandOutput) => void
463
- ): void;
464
- public createDeviceProfile(
465
- args: CreateDeviceProfileCommandInput,
466
- options: __HttpHandlerOptions,
467
- cb: (err: any, data?: CreateDeviceProfileCommandOutput) => void
468
- ): void;
469
- public createDeviceProfile(
470
- args: CreateDeviceProfileCommandInput,
471
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDeviceProfileCommandOutput) => void),
472
- cb?: (err: any, data?: CreateDeviceProfileCommandOutput) => void
473
- ): Promise<CreateDeviceProfileCommandOutput> | void {
474
- const command = new CreateDeviceProfileCommand(args);
475
- if (typeof optionsOrCb === "function") {
476
- this.send(command, optionsOrCb);
477
- } else if (typeof cb === "function") {
478
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
479
- this.send(command, optionsOrCb || {}, cb);
480
- } else {
481
- return this.send(command, optionsOrCb);
482
- }
483
- }
484
-
485
- /**
486
- * <p>Creates a new service profile.</p>
487
- */
488
- public createServiceProfile(
489
- args: CreateServiceProfileCommandInput,
490
- options?: __HttpHandlerOptions
491
- ): Promise<CreateServiceProfileCommandOutput>;
492
- public createServiceProfile(
493
- args: CreateServiceProfileCommandInput,
494
- cb: (err: any, data?: CreateServiceProfileCommandOutput) => void
495
- ): void;
496
- public createServiceProfile(
497
- args: CreateServiceProfileCommandInput,
498
- options: __HttpHandlerOptions,
499
- cb: (err: any, data?: CreateServiceProfileCommandOutput) => void
500
- ): void;
501
- public createServiceProfile(
502
- args: CreateServiceProfileCommandInput,
503
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateServiceProfileCommandOutput) => void),
504
- cb?: (err: any, data?: CreateServiceProfileCommandOutput) => void
505
- ): Promise<CreateServiceProfileCommandOutput> | void {
506
- const command = new CreateServiceProfileCommand(args);
507
- if (typeof optionsOrCb === "function") {
508
- this.send(command, optionsOrCb);
509
- } else if (typeof cb === "function") {
510
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
511
- this.send(command, optionsOrCb || {}, cb);
512
- } else {
513
- return this.send(command, optionsOrCb);
514
- }
515
- }
516
-
517
- /**
518
- * <p>Provisions a wireless device.</p>
519
- */
520
- public createWirelessDevice(
521
- args: CreateWirelessDeviceCommandInput,
522
- options?: __HttpHandlerOptions
523
- ): Promise<CreateWirelessDeviceCommandOutput>;
524
- public createWirelessDevice(
525
- args: CreateWirelessDeviceCommandInput,
526
- cb: (err: any, data?: CreateWirelessDeviceCommandOutput) => void
527
- ): void;
528
- public createWirelessDevice(
529
- args: CreateWirelessDeviceCommandInput,
530
- options: __HttpHandlerOptions,
531
- cb: (err: any, data?: CreateWirelessDeviceCommandOutput) => void
532
- ): void;
533
- public createWirelessDevice(
534
- args: CreateWirelessDeviceCommandInput,
535
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateWirelessDeviceCommandOutput) => void),
536
- cb?: (err: any, data?: CreateWirelessDeviceCommandOutput) => void
537
- ): Promise<CreateWirelessDeviceCommandOutput> | void {
538
- const command = new CreateWirelessDeviceCommand(args);
539
- if (typeof optionsOrCb === "function") {
540
- this.send(command, optionsOrCb);
541
- } else if (typeof cb === "function") {
542
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
543
- this.send(command, optionsOrCb || {}, cb);
544
- } else {
545
- return this.send(command, optionsOrCb);
546
- }
547
- }
548
-
549
- /**
550
- * <p>Provisions a wireless gateway.</p>
551
- */
552
- public createWirelessGateway(
553
- args: CreateWirelessGatewayCommandInput,
554
- options?: __HttpHandlerOptions
555
- ): Promise<CreateWirelessGatewayCommandOutput>;
556
- public createWirelessGateway(
557
- args: CreateWirelessGatewayCommandInput,
558
- cb: (err: any, data?: CreateWirelessGatewayCommandOutput) => void
559
- ): void;
560
- public createWirelessGateway(
561
- args: CreateWirelessGatewayCommandInput,
562
- options: __HttpHandlerOptions,
563
- cb: (err: any, data?: CreateWirelessGatewayCommandOutput) => void
564
- ): void;
565
- public createWirelessGateway(
566
- args: CreateWirelessGatewayCommandInput,
567
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateWirelessGatewayCommandOutput) => void),
568
- cb?: (err: any, data?: CreateWirelessGatewayCommandOutput) => void
569
- ): Promise<CreateWirelessGatewayCommandOutput> | void {
570
- const command = new CreateWirelessGatewayCommand(args);
571
- if (typeof optionsOrCb === "function") {
572
- this.send(command, optionsOrCb);
573
- } else if (typeof cb === "function") {
574
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
575
- this.send(command, optionsOrCb || {}, cb);
576
- } else {
577
- return this.send(command, optionsOrCb);
578
- }
579
- }
580
-
581
- /**
582
- * <p>Creates a task for a wireless gateway.</p>
583
- */
584
- public createWirelessGatewayTask(
585
- args: CreateWirelessGatewayTaskCommandInput,
586
- options?: __HttpHandlerOptions
587
- ): Promise<CreateWirelessGatewayTaskCommandOutput>;
588
- public createWirelessGatewayTask(
589
- args: CreateWirelessGatewayTaskCommandInput,
590
- cb: (err: any, data?: CreateWirelessGatewayTaskCommandOutput) => void
591
- ): void;
592
- public createWirelessGatewayTask(
593
- args: CreateWirelessGatewayTaskCommandInput,
594
- options: __HttpHandlerOptions,
595
- cb: (err: any, data?: CreateWirelessGatewayTaskCommandOutput) => void
596
- ): void;
597
- public createWirelessGatewayTask(
598
- args: CreateWirelessGatewayTaskCommandInput,
599
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateWirelessGatewayTaskCommandOutput) => void),
600
- cb?: (err: any, data?: CreateWirelessGatewayTaskCommandOutput) => void
601
- ): Promise<CreateWirelessGatewayTaskCommandOutput> | void {
602
- const command = new CreateWirelessGatewayTaskCommand(args);
603
- if (typeof optionsOrCb === "function") {
604
- this.send(command, optionsOrCb);
605
- } else if (typeof cb === "function") {
606
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
607
- this.send(command, optionsOrCb || {}, cb);
608
- } else {
609
- return this.send(command, optionsOrCb);
610
- }
611
- }
612
-
613
- /**
614
- * <p>Creates a gateway task definition.</p>
615
- */
616
- public createWirelessGatewayTaskDefinition(
617
- args: CreateWirelessGatewayTaskDefinitionCommandInput,
618
- options?: __HttpHandlerOptions
619
- ): Promise<CreateWirelessGatewayTaskDefinitionCommandOutput>;
620
- public createWirelessGatewayTaskDefinition(
621
- args: CreateWirelessGatewayTaskDefinitionCommandInput,
622
- cb: (err: any, data?: CreateWirelessGatewayTaskDefinitionCommandOutput) => void
623
- ): void;
624
- public createWirelessGatewayTaskDefinition(
625
- args: CreateWirelessGatewayTaskDefinitionCommandInput,
626
- options: __HttpHandlerOptions,
627
- cb: (err: any, data?: CreateWirelessGatewayTaskDefinitionCommandOutput) => void
628
- ): void;
629
- public createWirelessGatewayTaskDefinition(
630
- args: CreateWirelessGatewayTaskDefinitionCommandInput,
631
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateWirelessGatewayTaskDefinitionCommandOutput) => void),
632
- cb?: (err: any, data?: CreateWirelessGatewayTaskDefinitionCommandOutput) => void
633
- ): Promise<CreateWirelessGatewayTaskDefinitionCommandOutput> | void {
634
- const command = new CreateWirelessGatewayTaskDefinitionCommand(args);
635
- if (typeof optionsOrCb === "function") {
636
- this.send(command, optionsOrCb);
637
- } else if (typeof cb === "function") {
638
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
639
- this.send(command, optionsOrCb || {}, cb);
640
- } else {
641
- return this.send(command, optionsOrCb);
642
- }
643
- }
644
-
645
- /**
646
- * <p>Deletes a destination.</p>
647
- */
648
- public deleteDestination(
649
- args: DeleteDestinationCommandInput,
650
- options?: __HttpHandlerOptions
651
- ): Promise<DeleteDestinationCommandOutput>;
652
- public deleteDestination(
653
- args: DeleteDestinationCommandInput,
654
- cb: (err: any, data?: DeleteDestinationCommandOutput) => void
655
- ): void;
656
- public deleteDestination(
657
- args: DeleteDestinationCommandInput,
658
- options: __HttpHandlerOptions,
659
- cb: (err: any, data?: DeleteDestinationCommandOutput) => void
660
- ): void;
661
- public deleteDestination(
662
- args: DeleteDestinationCommandInput,
663
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDestinationCommandOutput) => void),
664
- cb?: (err: any, data?: DeleteDestinationCommandOutput) => void
665
- ): Promise<DeleteDestinationCommandOutput> | void {
666
- const command = new DeleteDestinationCommand(args);
667
- if (typeof optionsOrCb === "function") {
668
- this.send(command, optionsOrCb);
669
- } else if (typeof cb === "function") {
670
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
671
- this.send(command, optionsOrCb || {}, cb);
672
- } else {
673
- return this.send(command, optionsOrCb);
674
- }
675
- }
676
-
677
- /**
678
- * <p>Deletes a device profile.</p>
679
- */
680
- public deleteDeviceProfile(
681
- args: DeleteDeviceProfileCommandInput,
682
- options?: __HttpHandlerOptions
683
- ): Promise<DeleteDeviceProfileCommandOutput>;
684
- public deleteDeviceProfile(
685
- args: DeleteDeviceProfileCommandInput,
686
- cb: (err: any, data?: DeleteDeviceProfileCommandOutput) => void
687
- ): void;
688
- public deleteDeviceProfile(
689
- args: DeleteDeviceProfileCommandInput,
690
- options: __HttpHandlerOptions,
691
- cb: (err: any, data?: DeleteDeviceProfileCommandOutput) => void
692
- ): void;
693
- public deleteDeviceProfile(
694
- args: DeleteDeviceProfileCommandInput,
695
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDeviceProfileCommandOutput) => void),
696
- cb?: (err: any, data?: DeleteDeviceProfileCommandOutput) => void
697
- ): Promise<DeleteDeviceProfileCommandOutput> | void {
698
- const command = new DeleteDeviceProfileCommand(args);
699
- if (typeof optionsOrCb === "function") {
700
- this.send(command, optionsOrCb);
701
- } else if (typeof cb === "function") {
702
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
703
- this.send(command, optionsOrCb || {}, cb);
704
- } else {
705
- return this.send(command, optionsOrCb);
706
- }
707
- }
708
-
709
- /**
710
- * <p>Deletes a service profile.</p>
711
- */
712
- public deleteServiceProfile(
713
- args: DeleteServiceProfileCommandInput,
714
- options?: __HttpHandlerOptions
715
- ): Promise<DeleteServiceProfileCommandOutput>;
716
- public deleteServiceProfile(
717
- args: DeleteServiceProfileCommandInput,
718
- cb: (err: any, data?: DeleteServiceProfileCommandOutput) => void
719
- ): void;
720
- public deleteServiceProfile(
721
- args: DeleteServiceProfileCommandInput,
722
- options: __HttpHandlerOptions,
723
- cb: (err: any, data?: DeleteServiceProfileCommandOutput) => void
724
- ): void;
725
- public deleteServiceProfile(
726
- args: DeleteServiceProfileCommandInput,
727
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteServiceProfileCommandOutput) => void),
728
- cb?: (err: any, data?: DeleteServiceProfileCommandOutput) => void
729
- ): Promise<DeleteServiceProfileCommandOutput> | void {
730
- const command = new DeleteServiceProfileCommand(args);
731
- if (typeof optionsOrCb === "function") {
732
- this.send(command, optionsOrCb);
733
- } else if (typeof cb === "function") {
734
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
735
- this.send(command, optionsOrCb || {}, cb);
736
- } else {
737
- return this.send(command, optionsOrCb);
738
- }
739
- }
740
-
741
- /**
742
- * <p>Deletes a wireless device.</p>
743
- */
744
- public deleteWirelessDevice(
745
- args: DeleteWirelessDeviceCommandInput,
746
- options?: __HttpHandlerOptions
747
- ): Promise<DeleteWirelessDeviceCommandOutput>;
748
- public deleteWirelessDevice(
749
- args: DeleteWirelessDeviceCommandInput,
750
- cb: (err: any, data?: DeleteWirelessDeviceCommandOutput) => void
751
- ): void;
752
- public deleteWirelessDevice(
753
- args: DeleteWirelessDeviceCommandInput,
754
- options: __HttpHandlerOptions,
755
- cb: (err: any, data?: DeleteWirelessDeviceCommandOutput) => void
756
- ): void;
757
- public deleteWirelessDevice(
758
- args: DeleteWirelessDeviceCommandInput,
759
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteWirelessDeviceCommandOutput) => void),
760
- cb?: (err: any, data?: DeleteWirelessDeviceCommandOutput) => void
761
- ): Promise<DeleteWirelessDeviceCommandOutput> | void {
762
- const command = new DeleteWirelessDeviceCommand(args);
763
- if (typeof optionsOrCb === "function") {
764
- this.send(command, optionsOrCb);
765
- } else if (typeof cb === "function") {
766
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
767
- this.send(command, optionsOrCb || {}, cb);
768
- } else {
769
- return this.send(command, optionsOrCb);
770
- }
771
- }
772
-
773
- /**
774
- * <p>Deletes a wireless gateway.</p>
775
- */
776
- public deleteWirelessGateway(
777
- args: DeleteWirelessGatewayCommandInput,
778
- options?: __HttpHandlerOptions
779
- ): Promise<DeleteWirelessGatewayCommandOutput>;
780
- public deleteWirelessGateway(
781
- args: DeleteWirelessGatewayCommandInput,
782
- cb: (err: any, data?: DeleteWirelessGatewayCommandOutput) => void
783
- ): void;
784
- public deleteWirelessGateway(
785
- args: DeleteWirelessGatewayCommandInput,
786
- options: __HttpHandlerOptions,
787
- cb: (err: any, data?: DeleteWirelessGatewayCommandOutput) => void
788
- ): void;
789
- public deleteWirelessGateway(
790
- args: DeleteWirelessGatewayCommandInput,
791
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteWirelessGatewayCommandOutput) => void),
792
- cb?: (err: any, data?: DeleteWirelessGatewayCommandOutput) => void
793
- ): Promise<DeleteWirelessGatewayCommandOutput> | void {
794
- const command = new DeleteWirelessGatewayCommand(args);
795
- if (typeof optionsOrCb === "function") {
796
- this.send(command, optionsOrCb);
797
- } else if (typeof cb === "function") {
798
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
799
- this.send(command, optionsOrCb || {}, cb);
800
- } else {
801
- return this.send(command, optionsOrCb);
802
- }
803
- }
804
-
805
- /**
806
- * <p>Deletes a wireless gateway task.</p>
807
- */
808
- public deleteWirelessGatewayTask(
809
- args: DeleteWirelessGatewayTaskCommandInput,
810
- options?: __HttpHandlerOptions
811
- ): Promise<DeleteWirelessGatewayTaskCommandOutput>;
812
- public deleteWirelessGatewayTask(
813
- args: DeleteWirelessGatewayTaskCommandInput,
814
- cb: (err: any, data?: DeleteWirelessGatewayTaskCommandOutput) => void
815
- ): void;
816
- public deleteWirelessGatewayTask(
817
- args: DeleteWirelessGatewayTaskCommandInput,
818
- options: __HttpHandlerOptions,
819
- cb: (err: any, data?: DeleteWirelessGatewayTaskCommandOutput) => void
820
- ): void;
821
- public deleteWirelessGatewayTask(
822
- args: DeleteWirelessGatewayTaskCommandInput,
823
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteWirelessGatewayTaskCommandOutput) => void),
824
- cb?: (err: any, data?: DeleteWirelessGatewayTaskCommandOutput) => void
825
- ): Promise<DeleteWirelessGatewayTaskCommandOutput> | void {
826
- const command = new DeleteWirelessGatewayTaskCommand(args);
827
- if (typeof optionsOrCb === "function") {
828
- this.send(command, optionsOrCb);
829
- } else if (typeof cb === "function") {
830
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
831
- this.send(command, optionsOrCb || {}, cb);
832
- } else {
833
- return this.send(command, optionsOrCb);
834
- }
835
- }
836
-
837
- /**
838
- * <p>Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.</p>
839
- */
840
- public deleteWirelessGatewayTaskDefinition(
841
- args: DeleteWirelessGatewayTaskDefinitionCommandInput,
842
- options?: __HttpHandlerOptions
843
- ): Promise<DeleteWirelessGatewayTaskDefinitionCommandOutput>;
844
- public deleteWirelessGatewayTaskDefinition(
845
- args: DeleteWirelessGatewayTaskDefinitionCommandInput,
846
- cb: (err: any, data?: DeleteWirelessGatewayTaskDefinitionCommandOutput) => void
847
- ): void;
848
- public deleteWirelessGatewayTaskDefinition(
849
- args: DeleteWirelessGatewayTaskDefinitionCommandInput,
850
- options: __HttpHandlerOptions,
851
- cb: (err: any, data?: DeleteWirelessGatewayTaskDefinitionCommandOutput) => void
852
- ): void;
853
- public deleteWirelessGatewayTaskDefinition(
854
- args: DeleteWirelessGatewayTaskDefinitionCommandInput,
855
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteWirelessGatewayTaskDefinitionCommandOutput) => void),
856
- cb?: (err: any, data?: DeleteWirelessGatewayTaskDefinitionCommandOutput) => void
857
- ): Promise<DeleteWirelessGatewayTaskDefinitionCommandOutput> | void {
858
- const command = new DeleteWirelessGatewayTaskDefinitionCommand(args);
859
- if (typeof optionsOrCb === "function") {
860
- this.send(command, optionsOrCb);
861
- } else if (typeof cb === "function") {
862
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
863
- this.send(command, optionsOrCb || {}, cb);
864
- } else {
865
- return this.send(command, optionsOrCb);
866
- }
867
- }
868
-
869
- /**
870
- * <p>Disassociates your AWS account from a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, disassociates your AWS account from all partner accounts.</p>
871
- */
872
- public disassociateAwsAccountFromPartnerAccount(
873
- args: DisassociateAwsAccountFromPartnerAccountCommandInput,
874
- options?: __HttpHandlerOptions
875
- ): Promise<DisassociateAwsAccountFromPartnerAccountCommandOutput>;
876
- public disassociateAwsAccountFromPartnerAccount(
877
- args: DisassociateAwsAccountFromPartnerAccountCommandInput,
878
- cb: (err: any, data?: DisassociateAwsAccountFromPartnerAccountCommandOutput) => void
879
- ): void;
880
- public disassociateAwsAccountFromPartnerAccount(
881
- args: DisassociateAwsAccountFromPartnerAccountCommandInput,
882
- options: __HttpHandlerOptions,
883
- cb: (err: any, data?: DisassociateAwsAccountFromPartnerAccountCommandOutput) => void
884
- ): void;
885
- public disassociateAwsAccountFromPartnerAccount(
886
- args: DisassociateAwsAccountFromPartnerAccountCommandInput,
887
- optionsOrCb?:
888
- | __HttpHandlerOptions
889
- | ((err: any, data?: DisassociateAwsAccountFromPartnerAccountCommandOutput) => void),
890
- cb?: (err: any, data?: DisassociateAwsAccountFromPartnerAccountCommandOutput) => void
891
- ): Promise<DisassociateAwsAccountFromPartnerAccountCommandOutput> | void {
892
- const command = new DisassociateAwsAccountFromPartnerAccountCommand(args);
893
- if (typeof optionsOrCb === "function") {
894
- this.send(command, optionsOrCb);
895
- } else if (typeof cb === "function") {
896
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
897
- this.send(command, optionsOrCb || {}, cb);
898
- } else {
899
- return this.send(command, optionsOrCb);
900
- }
901
- }
902
-
903
- /**
904
- * <p>Disassociates a wireless device from its currently associated thing.</p>
905
- */
906
- public disassociateWirelessDeviceFromThing(
907
- args: DisassociateWirelessDeviceFromThingCommandInput,
908
- options?: __HttpHandlerOptions
909
- ): Promise<DisassociateWirelessDeviceFromThingCommandOutput>;
910
- public disassociateWirelessDeviceFromThing(
911
- args: DisassociateWirelessDeviceFromThingCommandInput,
912
- cb: (err: any, data?: DisassociateWirelessDeviceFromThingCommandOutput) => void
913
- ): void;
914
- public disassociateWirelessDeviceFromThing(
915
- args: DisassociateWirelessDeviceFromThingCommandInput,
916
- options: __HttpHandlerOptions,
917
- cb: (err: any, data?: DisassociateWirelessDeviceFromThingCommandOutput) => void
918
- ): void;
919
- public disassociateWirelessDeviceFromThing(
920
- args: DisassociateWirelessDeviceFromThingCommandInput,
921
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateWirelessDeviceFromThingCommandOutput) => void),
922
- cb?: (err: any, data?: DisassociateWirelessDeviceFromThingCommandOutput) => void
923
- ): Promise<DisassociateWirelessDeviceFromThingCommandOutput> | void {
924
- const command = new DisassociateWirelessDeviceFromThingCommand(args);
925
- if (typeof optionsOrCb === "function") {
926
- this.send(command, optionsOrCb);
927
- } else if (typeof cb === "function") {
928
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
929
- this.send(command, optionsOrCb || {}, cb);
930
- } else {
931
- return this.send(command, optionsOrCb);
932
- }
933
- }
934
-
935
- /**
936
- * <p>Disassociates a wireless gateway from its currently associated certificate.</p>
937
- */
938
- public disassociateWirelessGatewayFromCertificate(
939
- args: DisassociateWirelessGatewayFromCertificateCommandInput,
940
- options?: __HttpHandlerOptions
941
- ): Promise<DisassociateWirelessGatewayFromCertificateCommandOutput>;
942
- public disassociateWirelessGatewayFromCertificate(
943
- args: DisassociateWirelessGatewayFromCertificateCommandInput,
944
- cb: (err: any, data?: DisassociateWirelessGatewayFromCertificateCommandOutput) => void
945
- ): void;
946
- public disassociateWirelessGatewayFromCertificate(
947
- args: DisassociateWirelessGatewayFromCertificateCommandInput,
948
- options: __HttpHandlerOptions,
949
- cb: (err: any, data?: DisassociateWirelessGatewayFromCertificateCommandOutput) => void
950
- ): void;
951
- public disassociateWirelessGatewayFromCertificate(
952
- args: DisassociateWirelessGatewayFromCertificateCommandInput,
953
- optionsOrCb?:
954
- | __HttpHandlerOptions
955
- | ((err: any, data?: DisassociateWirelessGatewayFromCertificateCommandOutput) => void),
956
- cb?: (err: any, data?: DisassociateWirelessGatewayFromCertificateCommandOutput) => void
957
- ): Promise<DisassociateWirelessGatewayFromCertificateCommandOutput> | void {
958
- const command = new DisassociateWirelessGatewayFromCertificateCommand(args);
959
- if (typeof optionsOrCb === "function") {
960
- this.send(command, optionsOrCb);
961
- } else if (typeof cb === "function") {
962
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
963
- this.send(command, optionsOrCb || {}, cb);
964
- } else {
965
- return this.send(command, optionsOrCb);
966
- }
967
- }
968
-
969
- /**
970
- * <p>Disassociates a wireless gateway from its currently associated thing.</p>
971
- */
972
- public disassociateWirelessGatewayFromThing(
973
- args: DisassociateWirelessGatewayFromThingCommandInput,
974
- options?: __HttpHandlerOptions
975
- ): Promise<DisassociateWirelessGatewayFromThingCommandOutput>;
976
- public disassociateWirelessGatewayFromThing(
977
- args: DisassociateWirelessGatewayFromThingCommandInput,
978
- cb: (err: any, data?: DisassociateWirelessGatewayFromThingCommandOutput) => void
979
- ): void;
980
- public disassociateWirelessGatewayFromThing(
981
- args: DisassociateWirelessGatewayFromThingCommandInput,
982
- options: __HttpHandlerOptions,
983
- cb: (err: any, data?: DisassociateWirelessGatewayFromThingCommandOutput) => void
984
- ): void;
985
- public disassociateWirelessGatewayFromThing(
986
- args: DisassociateWirelessGatewayFromThingCommandInput,
987
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateWirelessGatewayFromThingCommandOutput) => void),
988
- cb?: (err: any, data?: DisassociateWirelessGatewayFromThingCommandOutput) => void
989
- ): Promise<DisassociateWirelessGatewayFromThingCommandOutput> | void {
990
- const command = new DisassociateWirelessGatewayFromThingCommand(args);
991
- if (typeof optionsOrCb === "function") {
992
- this.send(command, optionsOrCb);
993
- } else if (typeof cb === "function") {
994
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
995
- this.send(command, optionsOrCb || {}, cb);
996
- } else {
997
- return this.send(command, optionsOrCb);
998
- }
999
- }
1000
-
1001
- /**
1002
- * <p>Gets information about a destination.</p>
1003
- */
1004
- public getDestination(
1005
- args: GetDestinationCommandInput,
1006
- options?: __HttpHandlerOptions
1007
- ): Promise<GetDestinationCommandOutput>;
1008
- public getDestination(
1009
- args: GetDestinationCommandInput,
1010
- cb: (err: any, data?: GetDestinationCommandOutput) => void
1011
- ): void;
1012
- public getDestination(
1013
- args: GetDestinationCommandInput,
1014
- options: __HttpHandlerOptions,
1015
- cb: (err: any, data?: GetDestinationCommandOutput) => void
1016
- ): void;
1017
- public getDestination(
1018
- args: GetDestinationCommandInput,
1019
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDestinationCommandOutput) => void),
1020
- cb?: (err: any, data?: GetDestinationCommandOutput) => void
1021
- ): Promise<GetDestinationCommandOutput> | void {
1022
- const command = new GetDestinationCommand(args);
1023
- if (typeof optionsOrCb === "function") {
1024
- this.send(command, optionsOrCb);
1025
- } else if (typeof cb === "function") {
1026
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1027
- this.send(command, optionsOrCb || {}, cb);
1028
- } else {
1029
- return this.send(command, optionsOrCb);
1030
- }
1031
- }
1032
-
1033
- /**
1034
- * <p>Gets information about a device profile.</p>
1035
- */
1036
- public getDeviceProfile(
1037
- args: GetDeviceProfileCommandInput,
1038
- options?: __HttpHandlerOptions
1039
- ): Promise<GetDeviceProfileCommandOutput>;
1040
- public getDeviceProfile(
1041
- args: GetDeviceProfileCommandInput,
1042
- cb: (err: any, data?: GetDeviceProfileCommandOutput) => void
1043
- ): void;
1044
- public getDeviceProfile(
1045
- args: GetDeviceProfileCommandInput,
1046
- options: __HttpHandlerOptions,
1047
- cb: (err: any, data?: GetDeviceProfileCommandOutput) => void
1048
- ): void;
1049
- public getDeviceProfile(
1050
- args: GetDeviceProfileCommandInput,
1051
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDeviceProfileCommandOutput) => void),
1052
- cb?: (err: any, data?: GetDeviceProfileCommandOutput) => void
1053
- ): Promise<GetDeviceProfileCommandOutput> | void {
1054
- const command = new GetDeviceProfileCommand(args);
1055
- if (typeof optionsOrCb === "function") {
1056
- this.send(command, optionsOrCb);
1057
- } else if (typeof cb === "function") {
1058
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1059
- this.send(command, optionsOrCb || {}, cb);
1060
- } else {
1061
- return this.send(command, optionsOrCb);
1062
- }
1063
- }
1064
-
1065
- /**
1066
- * <p>Returns current default log levels or log levels by resource types. Based on resource types, log levels can be
1067
- * for wireless device log options or wireless gateway log options.</p>
1068
- */
1069
- public getLogLevelsByResourceTypes(
1070
- args: GetLogLevelsByResourceTypesCommandInput,
1071
- options?: __HttpHandlerOptions
1072
- ): Promise<GetLogLevelsByResourceTypesCommandOutput>;
1073
- public getLogLevelsByResourceTypes(
1074
- args: GetLogLevelsByResourceTypesCommandInput,
1075
- cb: (err: any, data?: GetLogLevelsByResourceTypesCommandOutput) => void
1076
- ): void;
1077
- public getLogLevelsByResourceTypes(
1078
- args: GetLogLevelsByResourceTypesCommandInput,
1079
- options: __HttpHandlerOptions,
1080
- cb: (err: any, data?: GetLogLevelsByResourceTypesCommandOutput) => void
1081
- ): void;
1082
- public getLogLevelsByResourceTypes(
1083
- args: GetLogLevelsByResourceTypesCommandInput,
1084
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetLogLevelsByResourceTypesCommandOutput) => void),
1085
- cb?: (err: any, data?: GetLogLevelsByResourceTypesCommandOutput) => void
1086
- ): Promise<GetLogLevelsByResourceTypesCommandOutput> | void {
1087
- const command = new GetLogLevelsByResourceTypesCommand(args);
1088
- if (typeof optionsOrCb === "function") {
1089
- this.send(command, optionsOrCb);
1090
- } else if (typeof cb === "function") {
1091
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1092
- this.send(command, optionsOrCb || {}, cb);
1093
- } else {
1094
- return this.send(command, optionsOrCb);
1095
- }
1096
- }
1097
-
1098
- /**
1099
- * <p>Gets information about a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, returns all partner accounts.</p>
1100
- */
1101
- public getPartnerAccount(
1102
- args: GetPartnerAccountCommandInput,
1103
- options?: __HttpHandlerOptions
1104
- ): Promise<GetPartnerAccountCommandOutput>;
1105
- public getPartnerAccount(
1106
- args: GetPartnerAccountCommandInput,
1107
- cb: (err: any, data?: GetPartnerAccountCommandOutput) => void
1108
- ): void;
1109
- public getPartnerAccount(
1110
- args: GetPartnerAccountCommandInput,
1111
- options: __HttpHandlerOptions,
1112
- cb: (err: any, data?: GetPartnerAccountCommandOutput) => void
1113
- ): void;
1114
- public getPartnerAccount(
1115
- args: GetPartnerAccountCommandInput,
1116
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetPartnerAccountCommandOutput) => void),
1117
- cb?: (err: any, data?: GetPartnerAccountCommandOutput) => void
1118
- ): Promise<GetPartnerAccountCommandOutput> | void {
1119
- const command = new GetPartnerAccountCommand(args);
1120
- if (typeof optionsOrCb === "function") {
1121
- this.send(command, optionsOrCb);
1122
- } else if (typeof cb === "function") {
1123
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1124
- this.send(command, optionsOrCb || {}, cb);
1125
- } else {
1126
- return this.send(command, optionsOrCb);
1127
- }
1128
- }
1129
-
1130
- /**
1131
- * <p>Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for
1132
- * a wireless device or a wireless gateway.</p>
1133
- */
1134
- public getResourceLogLevel(
1135
- args: GetResourceLogLevelCommandInput,
1136
- options?: __HttpHandlerOptions
1137
- ): Promise<GetResourceLogLevelCommandOutput>;
1138
- public getResourceLogLevel(
1139
- args: GetResourceLogLevelCommandInput,
1140
- cb: (err: any, data?: GetResourceLogLevelCommandOutput) => void
1141
- ): void;
1142
- public getResourceLogLevel(
1143
- args: GetResourceLogLevelCommandInput,
1144
- options: __HttpHandlerOptions,
1145
- cb: (err: any, data?: GetResourceLogLevelCommandOutput) => void
1146
- ): void;
1147
- public getResourceLogLevel(
1148
- args: GetResourceLogLevelCommandInput,
1149
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetResourceLogLevelCommandOutput) => void),
1150
- cb?: (err: any, data?: GetResourceLogLevelCommandOutput) => void
1151
- ): Promise<GetResourceLogLevelCommandOutput> | void {
1152
- const command = new GetResourceLogLevelCommand(args);
1153
- if (typeof optionsOrCb === "function") {
1154
- this.send(command, optionsOrCb);
1155
- } else if (typeof cb === "function") {
1156
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1157
- this.send(command, optionsOrCb || {}, cb);
1158
- } else {
1159
- return this.send(command, optionsOrCb);
1160
- }
1161
- }
1162
-
1163
- /**
1164
- * <p>Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.</p>
1165
- */
1166
- public getServiceEndpoint(
1167
- args: GetServiceEndpointCommandInput,
1168
- options?: __HttpHandlerOptions
1169
- ): Promise<GetServiceEndpointCommandOutput>;
1170
- public getServiceEndpoint(
1171
- args: GetServiceEndpointCommandInput,
1172
- cb: (err: any, data?: GetServiceEndpointCommandOutput) => void
1173
- ): void;
1174
- public getServiceEndpoint(
1175
- args: GetServiceEndpointCommandInput,
1176
- options: __HttpHandlerOptions,
1177
- cb: (err: any, data?: GetServiceEndpointCommandOutput) => void
1178
- ): void;
1179
- public getServiceEndpoint(
1180
- args: GetServiceEndpointCommandInput,
1181
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetServiceEndpointCommandOutput) => void),
1182
- cb?: (err: any, data?: GetServiceEndpointCommandOutput) => void
1183
- ): Promise<GetServiceEndpointCommandOutput> | void {
1184
- const command = new GetServiceEndpointCommand(args);
1185
- if (typeof optionsOrCb === "function") {
1186
- this.send(command, optionsOrCb);
1187
- } else if (typeof cb === "function") {
1188
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1189
- this.send(command, optionsOrCb || {}, cb);
1190
- } else {
1191
- return this.send(command, optionsOrCb);
1192
- }
1193
- }
1194
-
1195
- /**
1196
- * <p>Gets information about a service profile.</p>
1197
- */
1198
- public getServiceProfile(
1199
- args: GetServiceProfileCommandInput,
1200
- options?: __HttpHandlerOptions
1201
- ): Promise<GetServiceProfileCommandOutput>;
1202
- public getServiceProfile(
1203
- args: GetServiceProfileCommandInput,
1204
- cb: (err: any, data?: GetServiceProfileCommandOutput) => void
1205
- ): void;
1206
- public getServiceProfile(
1207
- args: GetServiceProfileCommandInput,
1208
- options: __HttpHandlerOptions,
1209
- cb: (err: any, data?: GetServiceProfileCommandOutput) => void
1210
- ): void;
1211
- public getServiceProfile(
1212
- args: GetServiceProfileCommandInput,
1213
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetServiceProfileCommandOutput) => void),
1214
- cb?: (err: any, data?: GetServiceProfileCommandOutput) => void
1215
- ): Promise<GetServiceProfileCommandOutput> | void {
1216
- const command = new GetServiceProfileCommand(args);
1217
- if (typeof optionsOrCb === "function") {
1218
- this.send(command, optionsOrCb);
1219
- } else if (typeof cb === "function") {
1220
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1221
- this.send(command, optionsOrCb || {}, cb);
1222
- } else {
1223
- return this.send(command, optionsOrCb);
1224
- }
1225
- }
1226
-
1227
- /**
1228
- * <p>Gets information about a wireless device.</p>
1229
- */
1230
- public getWirelessDevice(
1231
- args: GetWirelessDeviceCommandInput,
1232
- options?: __HttpHandlerOptions
1233
- ): Promise<GetWirelessDeviceCommandOutput>;
1234
- public getWirelessDevice(
1235
- args: GetWirelessDeviceCommandInput,
1236
- cb: (err: any, data?: GetWirelessDeviceCommandOutput) => void
1237
- ): void;
1238
- public getWirelessDevice(
1239
- args: GetWirelessDeviceCommandInput,
1240
- options: __HttpHandlerOptions,
1241
- cb: (err: any, data?: GetWirelessDeviceCommandOutput) => void
1242
- ): void;
1243
- public getWirelessDevice(
1244
- args: GetWirelessDeviceCommandInput,
1245
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetWirelessDeviceCommandOutput) => void),
1246
- cb?: (err: any, data?: GetWirelessDeviceCommandOutput) => void
1247
- ): Promise<GetWirelessDeviceCommandOutput> | void {
1248
- const command = new GetWirelessDeviceCommand(args);
1249
- if (typeof optionsOrCb === "function") {
1250
- this.send(command, optionsOrCb);
1251
- } else if (typeof cb === "function") {
1252
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1253
- this.send(command, optionsOrCb || {}, cb);
1254
- } else {
1255
- return this.send(command, optionsOrCb);
1256
- }
1257
- }
1258
-
1259
- /**
1260
- * <p>Gets operating information about a wireless device.</p>
1261
- */
1262
- public getWirelessDeviceStatistics(
1263
- args: GetWirelessDeviceStatisticsCommandInput,
1264
- options?: __HttpHandlerOptions
1265
- ): Promise<GetWirelessDeviceStatisticsCommandOutput>;
1266
- public getWirelessDeviceStatistics(
1267
- args: GetWirelessDeviceStatisticsCommandInput,
1268
- cb: (err: any, data?: GetWirelessDeviceStatisticsCommandOutput) => void
1269
- ): void;
1270
- public getWirelessDeviceStatistics(
1271
- args: GetWirelessDeviceStatisticsCommandInput,
1272
- options: __HttpHandlerOptions,
1273
- cb: (err: any, data?: GetWirelessDeviceStatisticsCommandOutput) => void
1274
- ): void;
1275
- public getWirelessDeviceStatistics(
1276
- args: GetWirelessDeviceStatisticsCommandInput,
1277
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetWirelessDeviceStatisticsCommandOutput) => void),
1278
- cb?: (err: any, data?: GetWirelessDeviceStatisticsCommandOutput) => void
1279
- ): Promise<GetWirelessDeviceStatisticsCommandOutput> | void {
1280
- const command = new GetWirelessDeviceStatisticsCommand(args);
1281
- if (typeof optionsOrCb === "function") {
1282
- this.send(command, optionsOrCb);
1283
- } else if (typeof cb === "function") {
1284
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1285
- this.send(command, optionsOrCb || {}, cb);
1286
- } else {
1287
- return this.send(command, optionsOrCb);
1288
- }
1289
- }
1290
-
1291
- /**
1292
- * <p>Gets information about a wireless gateway.</p>
1293
- */
1294
- public getWirelessGateway(
1295
- args: GetWirelessGatewayCommandInput,
1296
- options?: __HttpHandlerOptions
1297
- ): Promise<GetWirelessGatewayCommandOutput>;
1298
- public getWirelessGateway(
1299
- args: GetWirelessGatewayCommandInput,
1300
- cb: (err: any, data?: GetWirelessGatewayCommandOutput) => void
1301
- ): void;
1302
- public getWirelessGateway(
1303
- args: GetWirelessGatewayCommandInput,
1304
- options: __HttpHandlerOptions,
1305
- cb: (err: any, data?: GetWirelessGatewayCommandOutput) => void
1306
- ): void;
1307
- public getWirelessGateway(
1308
- args: GetWirelessGatewayCommandInput,
1309
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetWirelessGatewayCommandOutput) => void),
1310
- cb?: (err: any, data?: GetWirelessGatewayCommandOutput) => void
1311
- ): Promise<GetWirelessGatewayCommandOutput> | void {
1312
- const command = new GetWirelessGatewayCommand(args);
1313
- if (typeof optionsOrCb === "function") {
1314
- this.send(command, optionsOrCb);
1315
- } else if (typeof cb === "function") {
1316
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1317
- this.send(command, optionsOrCb || {}, cb);
1318
- } else {
1319
- return this.send(command, optionsOrCb);
1320
- }
1321
- }
1322
-
1323
- /**
1324
- * <p>Gets the ID of the certificate that is currently associated with a wireless gateway.</p>
1325
- */
1326
- public getWirelessGatewayCertificate(
1327
- args: GetWirelessGatewayCertificateCommandInput,
1328
- options?: __HttpHandlerOptions
1329
- ): Promise<GetWirelessGatewayCertificateCommandOutput>;
1330
- public getWirelessGatewayCertificate(
1331
- args: GetWirelessGatewayCertificateCommandInput,
1332
- cb: (err: any, data?: GetWirelessGatewayCertificateCommandOutput) => void
1333
- ): void;
1334
- public getWirelessGatewayCertificate(
1335
- args: GetWirelessGatewayCertificateCommandInput,
1336
- options: __HttpHandlerOptions,
1337
- cb: (err: any, data?: GetWirelessGatewayCertificateCommandOutput) => void
1338
- ): void;
1339
- public getWirelessGatewayCertificate(
1340
- args: GetWirelessGatewayCertificateCommandInput,
1341
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetWirelessGatewayCertificateCommandOutput) => void),
1342
- cb?: (err: any, data?: GetWirelessGatewayCertificateCommandOutput) => void
1343
- ): Promise<GetWirelessGatewayCertificateCommandOutput> | void {
1344
- const command = new GetWirelessGatewayCertificateCommand(args);
1345
- if (typeof optionsOrCb === "function") {
1346
- this.send(command, optionsOrCb);
1347
- } else if (typeof cb === "function") {
1348
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1349
- this.send(command, optionsOrCb || {}, cb);
1350
- } else {
1351
- return this.send(command, optionsOrCb);
1352
- }
1353
- }
1354
-
1355
- /**
1356
- * <p>Gets the firmware version and other information about a wireless gateway.</p>
1357
- */
1358
- public getWirelessGatewayFirmwareInformation(
1359
- args: GetWirelessGatewayFirmwareInformationCommandInput,
1360
- options?: __HttpHandlerOptions
1361
- ): Promise<GetWirelessGatewayFirmwareInformationCommandOutput>;
1362
- public getWirelessGatewayFirmwareInformation(
1363
- args: GetWirelessGatewayFirmwareInformationCommandInput,
1364
- cb: (err: any, data?: GetWirelessGatewayFirmwareInformationCommandOutput) => void
1365
- ): void;
1366
- public getWirelessGatewayFirmwareInformation(
1367
- args: GetWirelessGatewayFirmwareInformationCommandInput,
1368
- options: __HttpHandlerOptions,
1369
- cb: (err: any, data?: GetWirelessGatewayFirmwareInformationCommandOutput) => void
1370
- ): void;
1371
- public getWirelessGatewayFirmwareInformation(
1372
- args: GetWirelessGatewayFirmwareInformationCommandInput,
1373
- optionsOrCb?:
1374
- | __HttpHandlerOptions
1375
- | ((err: any, data?: GetWirelessGatewayFirmwareInformationCommandOutput) => void),
1376
- cb?: (err: any, data?: GetWirelessGatewayFirmwareInformationCommandOutput) => void
1377
- ): Promise<GetWirelessGatewayFirmwareInformationCommandOutput> | void {
1378
- const command = new GetWirelessGatewayFirmwareInformationCommand(args);
1379
- if (typeof optionsOrCb === "function") {
1380
- this.send(command, optionsOrCb);
1381
- } else if (typeof cb === "function") {
1382
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1383
- this.send(command, optionsOrCb || {}, cb);
1384
- } else {
1385
- return this.send(command, optionsOrCb);
1386
- }
1387
- }
1388
-
1389
- /**
1390
- * <p>Gets operating information about a wireless gateway.</p>
1391
- */
1392
- public getWirelessGatewayStatistics(
1393
- args: GetWirelessGatewayStatisticsCommandInput,
1394
- options?: __HttpHandlerOptions
1395
- ): Promise<GetWirelessGatewayStatisticsCommandOutput>;
1396
- public getWirelessGatewayStatistics(
1397
- args: GetWirelessGatewayStatisticsCommandInput,
1398
- cb: (err: any, data?: GetWirelessGatewayStatisticsCommandOutput) => void
1399
- ): void;
1400
- public getWirelessGatewayStatistics(
1401
- args: GetWirelessGatewayStatisticsCommandInput,
1402
- options: __HttpHandlerOptions,
1403
- cb: (err: any, data?: GetWirelessGatewayStatisticsCommandOutput) => void
1404
- ): void;
1405
- public getWirelessGatewayStatistics(
1406
- args: GetWirelessGatewayStatisticsCommandInput,
1407
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetWirelessGatewayStatisticsCommandOutput) => void),
1408
- cb?: (err: any, data?: GetWirelessGatewayStatisticsCommandOutput) => void
1409
- ): Promise<GetWirelessGatewayStatisticsCommandOutput> | void {
1410
- const command = new GetWirelessGatewayStatisticsCommand(args);
1411
- if (typeof optionsOrCb === "function") {
1412
- this.send(command, optionsOrCb);
1413
- } else if (typeof cb === "function") {
1414
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1415
- this.send(command, optionsOrCb || {}, cb);
1416
- } else {
1417
- return this.send(command, optionsOrCb);
1418
- }
1419
- }
1420
-
1421
- /**
1422
- * <p>Gets information about a wireless gateway task.</p>
1423
- */
1424
- public getWirelessGatewayTask(
1425
- args: GetWirelessGatewayTaskCommandInput,
1426
- options?: __HttpHandlerOptions
1427
- ): Promise<GetWirelessGatewayTaskCommandOutput>;
1428
- public getWirelessGatewayTask(
1429
- args: GetWirelessGatewayTaskCommandInput,
1430
- cb: (err: any, data?: GetWirelessGatewayTaskCommandOutput) => void
1431
- ): void;
1432
- public getWirelessGatewayTask(
1433
- args: GetWirelessGatewayTaskCommandInput,
1434
- options: __HttpHandlerOptions,
1435
- cb: (err: any, data?: GetWirelessGatewayTaskCommandOutput) => void
1436
- ): void;
1437
- public getWirelessGatewayTask(
1438
- args: GetWirelessGatewayTaskCommandInput,
1439
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetWirelessGatewayTaskCommandOutput) => void),
1440
- cb?: (err: any, data?: GetWirelessGatewayTaskCommandOutput) => void
1441
- ): Promise<GetWirelessGatewayTaskCommandOutput> | void {
1442
- const command = new GetWirelessGatewayTaskCommand(args);
1443
- if (typeof optionsOrCb === "function") {
1444
- this.send(command, optionsOrCb);
1445
- } else if (typeof cb === "function") {
1446
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1447
- this.send(command, optionsOrCb || {}, cb);
1448
- } else {
1449
- return this.send(command, optionsOrCb);
1450
- }
1451
- }
1452
-
1453
- /**
1454
- * <p>Gets information about a wireless gateway task definition.</p>
1455
- */
1456
- public getWirelessGatewayTaskDefinition(
1457
- args: GetWirelessGatewayTaskDefinitionCommandInput,
1458
- options?: __HttpHandlerOptions
1459
- ): Promise<GetWirelessGatewayTaskDefinitionCommandOutput>;
1460
- public getWirelessGatewayTaskDefinition(
1461
- args: GetWirelessGatewayTaskDefinitionCommandInput,
1462
- cb: (err: any, data?: GetWirelessGatewayTaskDefinitionCommandOutput) => void
1463
- ): void;
1464
- public getWirelessGatewayTaskDefinition(
1465
- args: GetWirelessGatewayTaskDefinitionCommandInput,
1466
- options: __HttpHandlerOptions,
1467
- cb: (err: any, data?: GetWirelessGatewayTaskDefinitionCommandOutput) => void
1468
- ): void;
1469
- public getWirelessGatewayTaskDefinition(
1470
- args: GetWirelessGatewayTaskDefinitionCommandInput,
1471
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetWirelessGatewayTaskDefinitionCommandOutput) => void),
1472
- cb?: (err: any, data?: GetWirelessGatewayTaskDefinitionCommandOutput) => void
1473
- ): Promise<GetWirelessGatewayTaskDefinitionCommandOutput> | void {
1474
- const command = new GetWirelessGatewayTaskDefinitionCommand(args);
1475
- if (typeof optionsOrCb === "function") {
1476
- this.send(command, optionsOrCb);
1477
- } else if (typeof cb === "function") {
1478
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1479
- this.send(command, optionsOrCb || {}, cb);
1480
- } else {
1481
- return this.send(command, optionsOrCb);
1482
- }
1483
- }
1484
-
1485
- /**
1486
- * <p>Lists the destinations registered to your AWS account.</p>
1487
- */
1488
- public listDestinations(
1489
- args: ListDestinationsCommandInput,
1490
- options?: __HttpHandlerOptions
1491
- ): Promise<ListDestinationsCommandOutput>;
1492
- public listDestinations(
1493
- args: ListDestinationsCommandInput,
1494
- cb: (err: any, data?: ListDestinationsCommandOutput) => void
1495
- ): void;
1496
- public listDestinations(
1497
- args: ListDestinationsCommandInput,
1498
- options: __HttpHandlerOptions,
1499
- cb: (err: any, data?: ListDestinationsCommandOutput) => void
1500
- ): void;
1501
- public listDestinations(
1502
- args: ListDestinationsCommandInput,
1503
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDestinationsCommandOutput) => void),
1504
- cb?: (err: any, data?: ListDestinationsCommandOutput) => void
1505
- ): Promise<ListDestinationsCommandOutput> | void {
1506
- const command = new ListDestinationsCommand(args);
1507
- if (typeof optionsOrCb === "function") {
1508
- this.send(command, optionsOrCb);
1509
- } else if (typeof cb === "function") {
1510
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1511
- this.send(command, optionsOrCb || {}, cb);
1512
- } else {
1513
- return this.send(command, optionsOrCb);
1514
- }
1515
- }
1516
-
1517
- /**
1518
- * <p>Lists the device profiles registered to your AWS account.</p>
1519
- */
1520
- public listDeviceProfiles(
1521
- args: ListDeviceProfilesCommandInput,
1522
- options?: __HttpHandlerOptions
1523
- ): Promise<ListDeviceProfilesCommandOutput>;
1524
- public listDeviceProfiles(
1525
- args: ListDeviceProfilesCommandInput,
1526
- cb: (err: any, data?: ListDeviceProfilesCommandOutput) => void
1527
- ): void;
1528
- public listDeviceProfiles(
1529
- args: ListDeviceProfilesCommandInput,
1530
- options: __HttpHandlerOptions,
1531
- cb: (err: any, data?: ListDeviceProfilesCommandOutput) => void
1532
- ): void;
1533
- public listDeviceProfiles(
1534
- args: ListDeviceProfilesCommandInput,
1535
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDeviceProfilesCommandOutput) => void),
1536
- cb?: (err: any, data?: ListDeviceProfilesCommandOutput) => void
1537
- ): Promise<ListDeviceProfilesCommandOutput> | void {
1538
- const command = new ListDeviceProfilesCommand(args);
1539
- if (typeof optionsOrCb === "function") {
1540
- this.send(command, optionsOrCb);
1541
- } else if (typeof cb === "function") {
1542
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1543
- this.send(command, optionsOrCb || {}, cb);
1544
- } else {
1545
- return this.send(command, optionsOrCb);
1546
- }
1547
- }
1548
-
1549
- /**
1550
- * <p>Lists the partner accounts associated with your AWS account.</p>
1551
- */
1552
- public listPartnerAccounts(
1553
- args: ListPartnerAccountsCommandInput,
1554
- options?: __HttpHandlerOptions
1555
- ): Promise<ListPartnerAccountsCommandOutput>;
1556
- public listPartnerAccounts(
1557
- args: ListPartnerAccountsCommandInput,
1558
- cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void
1559
- ): void;
1560
- public listPartnerAccounts(
1561
- args: ListPartnerAccountsCommandInput,
1562
- options: __HttpHandlerOptions,
1563
- cb: (err: any, data?: ListPartnerAccountsCommandOutput) => void
1564
- ): void;
1565
- public listPartnerAccounts(
1566
- args: ListPartnerAccountsCommandInput,
1567
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListPartnerAccountsCommandOutput) => void),
1568
- cb?: (err: any, data?: ListPartnerAccountsCommandOutput) => void
1569
- ): Promise<ListPartnerAccountsCommandOutput> | void {
1570
- const command = new ListPartnerAccountsCommand(args);
1571
- if (typeof optionsOrCb === "function") {
1572
- this.send(command, optionsOrCb);
1573
- } else if (typeof cb === "function") {
1574
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1575
- this.send(command, optionsOrCb || {}, cb);
1576
- } else {
1577
- return this.send(command, optionsOrCb);
1578
- }
1579
- }
1580
-
1581
- /**
1582
- * <p>Lists the service profiles registered to your AWS account.</p>
1583
- */
1584
- public listServiceProfiles(
1585
- args: ListServiceProfilesCommandInput,
1586
- options?: __HttpHandlerOptions
1587
- ): Promise<ListServiceProfilesCommandOutput>;
1588
- public listServiceProfiles(
1589
- args: ListServiceProfilesCommandInput,
1590
- cb: (err: any, data?: ListServiceProfilesCommandOutput) => void
1591
- ): void;
1592
- public listServiceProfiles(
1593
- args: ListServiceProfilesCommandInput,
1594
- options: __HttpHandlerOptions,
1595
- cb: (err: any, data?: ListServiceProfilesCommandOutput) => void
1596
- ): void;
1597
- public listServiceProfiles(
1598
- args: ListServiceProfilesCommandInput,
1599
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListServiceProfilesCommandOutput) => void),
1600
- cb?: (err: any, data?: ListServiceProfilesCommandOutput) => void
1601
- ): Promise<ListServiceProfilesCommandOutput> | void {
1602
- const command = new ListServiceProfilesCommand(args);
1603
- if (typeof optionsOrCb === "function") {
1604
- this.send(command, optionsOrCb);
1605
- } else if (typeof cb === "function") {
1606
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1607
- this.send(command, optionsOrCb || {}, cb);
1608
- } else {
1609
- return this.send(command, optionsOrCb);
1610
- }
1611
- }
1612
-
1613
- /**
1614
- * <p>Lists the tags (metadata) you have assigned to the resource.</p>
1615
- */
1616
- public listTagsForResource(
1617
- args: ListTagsForResourceCommandInput,
1618
- options?: __HttpHandlerOptions
1619
- ): Promise<ListTagsForResourceCommandOutput>;
1620
- public listTagsForResource(
1621
- args: ListTagsForResourceCommandInput,
1622
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1623
- ): void;
1624
- public listTagsForResource(
1625
- args: ListTagsForResourceCommandInput,
1626
- options: __HttpHandlerOptions,
1627
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1628
- ): void;
1629
- public listTagsForResource(
1630
- args: ListTagsForResourceCommandInput,
1631
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
1632
- cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
1633
- ): Promise<ListTagsForResourceCommandOutput> | void {
1634
- const command = new ListTagsForResourceCommand(args);
1635
- if (typeof optionsOrCb === "function") {
1636
- this.send(command, optionsOrCb);
1637
- } else if (typeof cb === "function") {
1638
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1639
- this.send(command, optionsOrCb || {}, cb);
1640
- } else {
1641
- return this.send(command, optionsOrCb);
1642
- }
1643
- }
1644
-
1645
- /**
1646
- * <p>Lists the wireless devices registered to your AWS account.</p>
1647
- */
1648
- public listWirelessDevices(
1649
- args: ListWirelessDevicesCommandInput,
1650
- options?: __HttpHandlerOptions
1651
- ): Promise<ListWirelessDevicesCommandOutput>;
1652
- public listWirelessDevices(
1653
- args: ListWirelessDevicesCommandInput,
1654
- cb: (err: any, data?: ListWirelessDevicesCommandOutput) => void
1655
- ): void;
1656
- public listWirelessDevices(
1657
- args: ListWirelessDevicesCommandInput,
1658
- options: __HttpHandlerOptions,
1659
- cb: (err: any, data?: ListWirelessDevicesCommandOutput) => void
1660
- ): void;
1661
- public listWirelessDevices(
1662
- args: ListWirelessDevicesCommandInput,
1663
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListWirelessDevicesCommandOutput) => void),
1664
- cb?: (err: any, data?: ListWirelessDevicesCommandOutput) => void
1665
- ): Promise<ListWirelessDevicesCommandOutput> | void {
1666
- const command = new ListWirelessDevicesCommand(args);
1667
- if (typeof optionsOrCb === "function") {
1668
- this.send(command, optionsOrCb);
1669
- } else if (typeof cb === "function") {
1670
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1671
- this.send(command, optionsOrCb || {}, cb);
1672
- } else {
1673
- return this.send(command, optionsOrCb);
1674
- }
1675
- }
1676
-
1677
- /**
1678
- * <p>Lists the wireless gateways registered to your AWS account.</p>
1679
- */
1680
- public listWirelessGateways(
1681
- args: ListWirelessGatewaysCommandInput,
1682
- options?: __HttpHandlerOptions
1683
- ): Promise<ListWirelessGatewaysCommandOutput>;
1684
- public listWirelessGateways(
1685
- args: ListWirelessGatewaysCommandInput,
1686
- cb: (err: any, data?: ListWirelessGatewaysCommandOutput) => void
1687
- ): void;
1688
- public listWirelessGateways(
1689
- args: ListWirelessGatewaysCommandInput,
1690
- options: __HttpHandlerOptions,
1691
- cb: (err: any, data?: ListWirelessGatewaysCommandOutput) => void
1692
- ): void;
1693
- public listWirelessGateways(
1694
- args: ListWirelessGatewaysCommandInput,
1695
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListWirelessGatewaysCommandOutput) => void),
1696
- cb?: (err: any, data?: ListWirelessGatewaysCommandOutput) => void
1697
- ): Promise<ListWirelessGatewaysCommandOutput> | void {
1698
- const command = new ListWirelessGatewaysCommand(args);
1699
- if (typeof optionsOrCb === "function") {
1700
- this.send(command, optionsOrCb);
1701
- } else if (typeof cb === "function") {
1702
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1703
- this.send(command, optionsOrCb || {}, cb);
1704
- } else {
1705
- return this.send(command, optionsOrCb);
1706
- }
1707
- }
1708
-
1709
- /**
1710
- * <p>List the wireless gateway tasks definitions registered to your AWS account.</p>
1711
- */
1712
- public listWirelessGatewayTaskDefinitions(
1713
- args: ListWirelessGatewayTaskDefinitionsCommandInput,
1714
- options?: __HttpHandlerOptions
1715
- ): Promise<ListWirelessGatewayTaskDefinitionsCommandOutput>;
1716
- public listWirelessGatewayTaskDefinitions(
1717
- args: ListWirelessGatewayTaskDefinitionsCommandInput,
1718
- cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void
1719
- ): void;
1720
- public listWirelessGatewayTaskDefinitions(
1721
- args: ListWirelessGatewayTaskDefinitionsCommandInput,
1722
- options: __HttpHandlerOptions,
1723
- cb: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void
1724
- ): void;
1725
- public listWirelessGatewayTaskDefinitions(
1726
- args: ListWirelessGatewayTaskDefinitionsCommandInput,
1727
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void),
1728
- cb?: (err: any, data?: ListWirelessGatewayTaskDefinitionsCommandOutput) => void
1729
- ): Promise<ListWirelessGatewayTaskDefinitionsCommandOutput> | void {
1730
- const command = new ListWirelessGatewayTaskDefinitionsCommand(args);
1731
- if (typeof optionsOrCb === "function") {
1732
- this.send(command, optionsOrCb);
1733
- } else if (typeof cb === "function") {
1734
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1735
- this.send(command, optionsOrCb || {}, cb);
1736
- } else {
1737
- return this.send(command, optionsOrCb);
1738
- }
1739
- }
1740
-
1741
- /**
1742
- * <p>Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway
1743
- * or a wireless device. A limit of 200 log level override can be set per account.</p>
1744
- */
1745
- public putResourceLogLevel(
1746
- args: PutResourceLogLevelCommandInput,
1747
- options?: __HttpHandlerOptions
1748
- ): Promise<PutResourceLogLevelCommandOutput>;
1749
- public putResourceLogLevel(
1750
- args: PutResourceLogLevelCommandInput,
1751
- cb: (err: any, data?: PutResourceLogLevelCommandOutput) => void
1752
- ): void;
1753
- public putResourceLogLevel(
1754
- args: PutResourceLogLevelCommandInput,
1755
- options: __HttpHandlerOptions,
1756
- cb: (err: any, data?: PutResourceLogLevelCommandOutput) => void
1757
- ): void;
1758
- public putResourceLogLevel(
1759
- args: PutResourceLogLevelCommandInput,
1760
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutResourceLogLevelCommandOutput) => void),
1761
- cb?: (err: any, data?: PutResourceLogLevelCommandOutput) => void
1762
- ): Promise<PutResourceLogLevelCommandOutput> | void {
1763
- const command = new PutResourceLogLevelCommand(args);
1764
- if (typeof optionsOrCb === "function") {
1765
- this.send(command, optionsOrCb);
1766
- } else if (typeof cb === "function") {
1767
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1768
- this.send(command, optionsOrCb || {}, cb);
1769
- } else {
1770
- return this.send(command, optionsOrCb);
1771
- }
1772
- }
1773
-
1774
- /**
1775
- * <p>Removes the log-level overrides for all resources; both wireless devices and wireless gateways.</p>
1776
- */
1777
- public resetAllResourceLogLevels(
1778
- args: ResetAllResourceLogLevelsCommandInput,
1779
- options?: __HttpHandlerOptions
1780
- ): Promise<ResetAllResourceLogLevelsCommandOutput>;
1781
- public resetAllResourceLogLevels(
1782
- args: ResetAllResourceLogLevelsCommandInput,
1783
- cb: (err: any, data?: ResetAllResourceLogLevelsCommandOutput) => void
1784
- ): void;
1785
- public resetAllResourceLogLevels(
1786
- args: ResetAllResourceLogLevelsCommandInput,
1787
- options: __HttpHandlerOptions,
1788
- cb: (err: any, data?: ResetAllResourceLogLevelsCommandOutput) => void
1789
- ): void;
1790
- public resetAllResourceLogLevels(
1791
- args: ResetAllResourceLogLevelsCommandInput,
1792
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ResetAllResourceLogLevelsCommandOutput) => void),
1793
- cb?: (err: any, data?: ResetAllResourceLogLevelsCommandOutput) => void
1794
- ): Promise<ResetAllResourceLogLevelsCommandOutput> | void {
1795
- const command = new ResetAllResourceLogLevelsCommand(args);
1796
- if (typeof optionsOrCb === "function") {
1797
- this.send(command, optionsOrCb);
1798
- } else if (typeof cb === "function") {
1799
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1800
- this.send(command, optionsOrCb || {}, cb);
1801
- } else {
1802
- return this.send(command, optionsOrCb);
1803
- }
1804
- }
1805
-
1806
- /**
1807
- * <p>Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for
1808
- * a wireless device or a wireless gateway.</p>
1809
- */
1810
- public resetResourceLogLevel(
1811
- args: ResetResourceLogLevelCommandInput,
1812
- options?: __HttpHandlerOptions
1813
- ): Promise<ResetResourceLogLevelCommandOutput>;
1814
- public resetResourceLogLevel(
1815
- args: ResetResourceLogLevelCommandInput,
1816
- cb: (err: any, data?: ResetResourceLogLevelCommandOutput) => void
1817
- ): void;
1818
- public resetResourceLogLevel(
1819
- args: ResetResourceLogLevelCommandInput,
1820
- options: __HttpHandlerOptions,
1821
- cb: (err: any, data?: ResetResourceLogLevelCommandOutput) => void
1822
- ): void;
1823
- public resetResourceLogLevel(
1824
- args: ResetResourceLogLevelCommandInput,
1825
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ResetResourceLogLevelCommandOutput) => void),
1826
- cb?: (err: any, data?: ResetResourceLogLevelCommandOutput) => void
1827
- ): Promise<ResetResourceLogLevelCommandOutput> | void {
1828
- const command = new ResetResourceLogLevelCommand(args);
1829
- if (typeof optionsOrCb === "function") {
1830
- this.send(command, optionsOrCb);
1831
- } else if (typeof cb === "function") {
1832
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1833
- this.send(command, optionsOrCb || {}, cb);
1834
- } else {
1835
- return this.send(command, optionsOrCb);
1836
- }
1837
- }
1838
-
1839
- /**
1840
- * <p>Sends a decrypted application data frame to a device.</p>
1841
- */
1842
- public sendDataToWirelessDevice(
1843
- args: SendDataToWirelessDeviceCommandInput,
1844
- options?: __HttpHandlerOptions
1845
- ): Promise<SendDataToWirelessDeviceCommandOutput>;
1846
- public sendDataToWirelessDevice(
1847
- args: SendDataToWirelessDeviceCommandInput,
1848
- cb: (err: any, data?: SendDataToWirelessDeviceCommandOutput) => void
1849
- ): void;
1850
- public sendDataToWirelessDevice(
1851
- args: SendDataToWirelessDeviceCommandInput,
1852
- options: __HttpHandlerOptions,
1853
- cb: (err: any, data?: SendDataToWirelessDeviceCommandOutput) => void
1854
- ): void;
1855
- public sendDataToWirelessDevice(
1856
- args: SendDataToWirelessDeviceCommandInput,
1857
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SendDataToWirelessDeviceCommandOutput) => void),
1858
- cb?: (err: any, data?: SendDataToWirelessDeviceCommandOutput) => void
1859
- ): Promise<SendDataToWirelessDeviceCommandOutput> | void {
1860
- const command = new SendDataToWirelessDeviceCommand(args);
1861
- if (typeof optionsOrCb === "function") {
1862
- this.send(command, optionsOrCb);
1863
- } else if (typeof cb === "function") {
1864
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1865
- this.send(command, optionsOrCb || {}, cb);
1866
- } else {
1867
- return this.send(command, optionsOrCb);
1868
- }
1869
- }
1870
-
1871
- /**
1872
- * <p>Adds a tag to a resource.</p>
1873
- */
1874
- public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1875
- public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1876
- public tagResource(
1877
- args: TagResourceCommandInput,
1878
- options: __HttpHandlerOptions,
1879
- cb: (err: any, data?: TagResourceCommandOutput) => void
1880
- ): void;
1881
- public tagResource(
1882
- args: TagResourceCommandInput,
1883
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
1884
- cb?: (err: any, data?: TagResourceCommandOutput) => void
1885
- ): Promise<TagResourceCommandOutput> | void {
1886
- const command = new TagResourceCommand(args);
1887
- if (typeof optionsOrCb === "function") {
1888
- this.send(command, optionsOrCb);
1889
- } else if (typeof cb === "function") {
1890
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1891
- this.send(command, optionsOrCb || {}, cb);
1892
- } else {
1893
- return this.send(command, optionsOrCb);
1894
- }
1895
- }
1896
-
1897
- /**
1898
- * <p>Simulates a provisioned device by sending an uplink data payload of <code>Hello</code>.</p>
1899
- */
1900
- public testWirelessDevice(
1901
- args: TestWirelessDeviceCommandInput,
1902
- options?: __HttpHandlerOptions
1903
- ): Promise<TestWirelessDeviceCommandOutput>;
1904
- public testWirelessDevice(
1905
- args: TestWirelessDeviceCommandInput,
1906
- cb: (err: any, data?: TestWirelessDeviceCommandOutput) => void
1907
- ): void;
1908
- public testWirelessDevice(
1909
- args: TestWirelessDeviceCommandInput,
1910
- options: __HttpHandlerOptions,
1911
- cb: (err: any, data?: TestWirelessDeviceCommandOutput) => void
1912
- ): void;
1913
- public testWirelessDevice(
1914
- args: TestWirelessDeviceCommandInput,
1915
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TestWirelessDeviceCommandOutput) => void),
1916
- cb?: (err: any, data?: TestWirelessDeviceCommandOutput) => void
1917
- ): Promise<TestWirelessDeviceCommandOutput> | void {
1918
- const command = new TestWirelessDeviceCommand(args);
1919
- if (typeof optionsOrCb === "function") {
1920
- this.send(command, optionsOrCb);
1921
- } else if (typeof cb === "function") {
1922
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1923
- this.send(command, optionsOrCb || {}, cb);
1924
- } else {
1925
- return this.send(command, optionsOrCb);
1926
- }
1927
- }
1928
-
1929
- /**
1930
- * <p>Removes one or more tags from a resource.</p>
1931
- */
1932
- public untagResource(
1933
- args: UntagResourceCommandInput,
1934
- options?: __HttpHandlerOptions
1935
- ): Promise<UntagResourceCommandOutput>;
1936
- public untagResource(
1937
- args: UntagResourceCommandInput,
1938
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1939
- ): void;
1940
- public untagResource(
1941
- args: UntagResourceCommandInput,
1942
- options: __HttpHandlerOptions,
1943
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1944
- ): void;
1945
- public untagResource(
1946
- args: UntagResourceCommandInput,
1947
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
1948
- cb?: (err: any, data?: UntagResourceCommandOutput) => void
1949
- ): Promise<UntagResourceCommandOutput> | void {
1950
- const command = new UntagResourceCommand(args);
1951
- if (typeof optionsOrCb === "function") {
1952
- this.send(command, optionsOrCb);
1953
- } else if (typeof cb === "function") {
1954
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1955
- this.send(command, optionsOrCb || {}, cb);
1956
- } else {
1957
- return this.send(command, optionsOrCb);
1958
- }
1959
- }
1960
-
1961
- /**
1962
- * <p>Updates properties of a destination.</p>
1963
- */
1964
- public updateDestination(
1965
- args: UpdateDestinationCommandInput,
1966
- options?: __HttpHandlerOptions
1967
- ): Promise<UpdateDestinationCommandOutput>;
1968
- public updateDestination(
1969
- args: UpdateDestinationCommandInput,
1970
- cb: (err: any, data?: UpdateDestinationCommandOutput) => void
1971
- ): void;
1972
- public updateDestination(
1973
- args: UpdateDestinationCommandInput,
1974
- options: __HttpHandlerOptions,
1975
- cb: (err: any, data?: UpdateDestinationCommandOutput) => void
1976
- ): void;
1977
- public updateDestination(
1978
- args: UpdateDestinationCommandInput,
1979
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDestinationCommandOutput) => void),
1980
- cb?: (err: any, data?: UpdateDestinationCommandOutput) => void
1981
- ): Promise<UpdateDestinationCommandOutput> | void {
1982
- const command = new UpdateDestinationCommand(args);
1983
- if (typeof optionsOrCb === "function") {
1984
- this.send(command, optionsOrCb);
1985
- } else if (typeof cb === "function") {
1986
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1987
- this.send(command, optionsOrCb || {}, cb);
1988
- } else {
1989
- return this.send(command, optionsOrCb);
1990
- }
1991
- }
1992
-
1993
- /**
1994
- * <p>Set default log level, or log levels by resource types. This can be for wireless device log options or
1995
- * wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.</p>
1996
- */
1997
- public updateLogLevelsByResourceTypes(
1998
- args: UpdateLogLevelsByResourceTypesCommandInput,
1999
- options?: __HttpHandlerOptions
2000
- ): Promise<UpdateLogLevelsByResourceTypesCommandOutput>;
2001
- public updateLogLevelsByResourceTypes(
2002
- args: UpdateLogLevelsByResourceTypesCommandInput,
2003
- cb: (err: any, data?: UpdateLogLevelsByResourceTypesCommandOutput) => void
2004
- ): void;
2005
- public updateLogLevelsByResourceTypes(
2006
- args: UpdateLogLevelsByResourceTypesCommandInput,
2007
- options: __HttpHandlerOptions,
2008
- cb: (err: any, data?: UpdateLogLevelsByResourceTypesCommandOutput) => void
2009
- ): void;
2010
- public updateLogLevelsByResourceTypes(
2011
- args: UpdateLogLevelsByResourceTypesCommandInput,
2012
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateLogLevelsByResourceTypesCommandOutput) => void),
2013
- cb?: (err: any, data?: UpdateLogLevelsByResourceTypesCommandOutput) => void
2014
- ): Promise<UpdateLogLevelsByResourceTypesCommandOutput> | void {
2015
- const command = new UpdateLogLevelsByResourceTypesCommand(args);
2016
- if (typeof optionsOrCb === "function") {
2017
- this.send(command, optionsOrCb);
2018
- } else if (typeof cb === "function") {
2019
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2020
- this.send(command, optionsOrCb || {}, cb);
2021
- } else {
2022
- return this.send(command, optionsOrCb);
2023
- }
2024
- }
2025
-
2026
- /**
2027
- * <p>Updates properties of a partner account.</p>
2028
- */
2029
- public updatePartnerAccount(
2030
- args: UpdatePartnerAccountCommandInput,
2031
- options?: __HttpHandlerOptions
2032
- ): Promise<UpdatePartnerAccountCommandOutput>;
2033
- public updatePartnerAccount(
2034
- args: UpdatePartnerAccountCommandInput,
2035
- cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void
2036
- ): void;
2037
- public updatePartnerAccount(
2038
- args: UpdatePartnerAccountCommandInput,
2039
- options: __HttpHandlerOptions,
2040
- cb: (err: any, data?: UpdatePartnerAccountCommandOutput) => void
2041
- ): void;
2042
- public updatePartnerAccount(
2043
- args: UpdatePartnerAccountCommandInput,
2044
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdatePartnerAccountCommandOutput) => void),
2045
- cb?: (err: any, data?: UpdatePartnerAccountCommandOutput) => void
2046
- ): Promise<UpdatePartnerAccountCommandOutput> | void {
2047
- const command = new UpdatePartnerAccountCommand(args);
2048
- if (typeof optionsOrCb === "function") {
2049
- this.send(command, optionsOrCb);
2050
- } else if (typeof cb === "function") {
2051
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2052
- this.send(command, optionsOrCb || {}, cb);
2053
- } else {
2054
- return this.send(command, optionsOrCb);
2055
- }
2056
- }
2057
-
2058
- /**
2059
- * <p>Updates properties of a wireless device.</p>
2060
- */
2061
- public updateWirelessDevice(
2062
- args: UpdateWirelessDeviceCommandInput,
2063
- options?: __HttpHandlerOptions
2064
- ): Promise<UpdateWirelessDeviceCommandOutput>;
2065
- public updateWirelessDevice(
2066
- args: UpdateWirelessDeviceCommandInput,
2067
- cb: (err: any, data?: UpdateWirelessDeviceCommandOutput) => void
2068
- ): void;
2069
- public updateWirelessDevice(
2070
- args: UpdateWirelessDeviceCommandInput,
2071
- options: __HttpHandlerOptions,
2072
- cb: (err: any, data?: UpdateWirelessDeviceCommandOutput) => void
2073
- ): void;
2074
- public updateWirelessDevice(
2075
- args: UpdateWirelessDeviceCommandInput,
2076
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateWirelessDeviceCommandOutput) => void),
2077
- cb?: (err: any, data?: UpdateWirelessDeviceCommandOutput) => void
2078
- ): Promise<UpdateWirelessDeviceCommandOutput> | void {
2079
- const command = new UpdateWirelessDeviceCommand(args);
2080
- if (typeof optionsOrCb === "function") {
2081
- this.send(command, optionsOrCb);
2082
- } else if (typeof cb === "function") {
2083
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2084
- this.send(command, optionsOrCb || {}, cb);
2085
- } else {
2086
- return this.send(command, optionsOrCb);
2087
- }
2088
- }
2089
-
2090
- /**
2091
- * <p>Updates properties of a wireless gateway.</p>
2092
- */
2093
- public updateWirelessGateway(
2094
- args: UpdateWirelessGatewayCommandInput,
2095
- options?: __HttpHandlerOptions
2096
- ): Promise<UpdateWirelessGatewayCommandOutput>;
2097
- public updateWirelessGateway(
2098
- args: UpdateWirelessGatewayCommandInput,
2099
- cb: (err: any, data?: UpdateWirelessGatewayCommandOutput) => void
2100
- ): void;
2101
- public updateWirelessGateway(
2102
- args: UpdateWirelessGatewayCommandInput,
2103
- options: __HttpHandlerOptions,
2104
- cb: (err: any, data?: UpdateWirelessGatewayCommandOutput) => void
2105
- ): void;
2106
- public updateWirelessGateway(
2107
- args: UpdateWirelessGatewayCommandInput,
2108
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateWirelessGatewayCommandOutput) => void),
2109
- cb?: (err: any, data?: UpdateWirelessGatewayCommandOutput) => void
2110
- ): Promise<UpdateWirelessGatewayCommandOutput> | void {
2111
- const command = new UpdateWirelessGatewayCommand(args);
2112
- if (typeof optionsOrCb === "function") {
2113
- this.send(command, optionsOrCb);
2114
- } else if (typeof cb === "function") {
2115
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2116
- this.send(command, optionsOrCb || {}, cb);
2117
- } else {
2118
- return this.send(command, optionsOrCb);
2119
- }
2120
- }
2121
- }