@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
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetServiceEndpointCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetServiceEndpointCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetServiceEndpointCommand = GetServiceEndpointCommand;
61
- //# sourceMappingURL=GetServiceEndpointCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetServiceProfileCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets information about a service profile.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetServiceProfileCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetServiceProfileCommand = GetServiceProfileCommand;
61
- //# sourceMappingURL=GetServiceProfileCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWirelessDeviceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets information about a wireless device.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetWirelessDeviceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetWirelessDeviceCommand = GetWirelessDeviceCommand;
61
- //# sourceMappingURL=GetWirelessDeviceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWirelessDeviceStatisticsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets operating information about a wireless device.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetWirelessDeviceStatisticsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetWirelessDeviceStatisticsCommand = GetWirelessDeviceStatisticsCommand;
61
- //# sourceMappingURL=GetWirelessDeviceStatisticsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWirelessGatewayCertificateCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets the ID of the certificate that is currently associated with a wireless gateway.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetWirelessGatewayCertificateCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetWirelessGatewayCertificateCommand = GetWirelessGatewayCertificateCommand;
61
- //# sourceMappingURL=GetWirelessGatewayCertificateCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWirelessGatewayCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets information about a wireless gateway.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetWirelessGatewayCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetWirelessGatewayCommand = GetWirelessGatewayCommand;
61
- //# sourceMappingURL=GetWirelessGatewayCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWirelessGatewayFirmwareInformationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets the firmware version and other information about a wireless gateway.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetWirelessGatewayFirmwareInformationCommand extends smithy_client_1.Comma
58
58
  }
59
59
  }
60
60
  exports.GetWirelessGatewayFirmwareInformationCommand = GetWirelessGatewayFirmwareInformationCommand;
61
- //# sourceMappingURL=GetWirelessGatewayFirmwareInformationCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWirelessGatewayStatisticsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets operating information about a wireless gateway.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetWirelessGatewayStatisticsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetWirelessGatewayStatisticsCommand = GetWirelessGatewayStatisticsCommand;
61
- //# sourceMappingURL=GetWirelessGatewayStatisticsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWirelessGatewayTaskCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets information about a wireless gateway task.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetWirelessGatewayTaskCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetWirelessGatewayTaskCommand = GetWirelessGatewayTaskCommand;
61
- //# sourceMappingURL=GetWirelessGatewayTaskCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetWirelessGatewayTaskDefinitionCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Gets information about a wireless gateway task definition.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetWirelessGatewayTaskDefinitionCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetWirelessGatewayTaskDefinitionCommand = GetWirelessGatewayTaskDefinitionCommand;
61
- //# sourceMappingURL=GetWirelessGatewayTaskDefinitionCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListDestinationsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Lists the destinations registered to your AWS account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListDestinationsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListDestinationsCommand = ListDestinationsCommand;
61
- //# sourceMappingURL=ListDestinationsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListDeviceProfilesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Lists the device profiles registered to your AWS account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListDeviceProfilesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListDeviceProfilesCommand = ListDeviceProfilesCommand;
61
- //# sourceMappingURL=ListDeviceProfilesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListPartnerAccountsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Lists the partner accounts associated with your AWS account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListPartnerAccountsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListPartnerAccountsCommand = ListPartnerAccountsCommand;
61
- //# sourceMappingURL=ListPartnerAccountsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListServiceProfilesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Lists the service profiles registered to your AWS account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListServiceProfilesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListServiceProfilesCommand = ListServiceProfilesCommand;
61
- //# sourceMappingURL=ListServiceProfilesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Lists the tags (metadata) you have assigned to the resource.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
61
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListWirelessDevicesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Lists the wireless devices registered to your AWS account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListWirelessDevicesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListWirelessDevicesCommand = ListWirelessDevicesCommand;
61
- //# sourceMappingURL=ListWirelessDevicesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListWirelessGatewayTaskDefinitionsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>List the wireless gateway tasks definitions registered to your AWS account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListWirelessGatewayTaskDefinitionsCommand extends smithy_client_1.Command
58
58
  }
59
59
  }
60
60
  exports.ListWirelessGatewayTaskDefinitionsCommand = ListWirelessGatewayTaskDefinitionsCommand;
61
- //# sourceMappingURL=ListWirelessGatewayTaskDefinitionsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListWirelessGatewaysCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Lists the wireless gateways registered to your AWS account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListWirelessGatewaysCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListWirelessGatewaysCommand = ListWirelessGatewaysCommand;
61
- //# sourceMappingURL=ListWirelessGatewaysCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PutResourceLogLevelCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway
10
10
  * or a wireless device. A limit of 200 log level override can be set per account.</p>
@@ -59,4 +59,3 @@ class PutResourceLogLevelCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.PutResourceLogLevelCommand = PutResourceLogLevelCommand;
62
- //# sourceMappingURL=PutResourceLogLevelCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ResetAllResourceLogLevelsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Removes the log-level overrides for all resources; both wireless devices and wireless gateways.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ResetAllResourceLogLevelsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ResetAllResourceLogLevelsCommand = ResetAllResourceLogLevelsCommand;
61
- //# sourceMappingURL=ResetAllResourceLogLevelsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ResetResourceLogLevelCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Removes the log-level override, if any, for a specific resource-ID and resource-type. It can be used for
10
10
  * a wireless device or a wireless gateway.</p>
@@ -59,4 +59,3 @@ class ResetResourceLogLevelCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.ResetResourceLogLevelCommand = ResetResourceLogLevelCommand;
62
- //# sourceMappingURL=ResetResourceLogLevelCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SendDataToWirelessDeviceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Sends a decrypted application data frame to a device.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class SendDataToWirelessDeviceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.SendDataToWirelessDeviceCommand = SendDataToWirelessDeviceCommand;
61
- //# sourceMappingURL=SendDataToWirelessDeviceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TagResourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Adds a tag to a resource.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class TagResourceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.TagResourceCommand = TagResourceCommand;
61
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TestWirelessDeviceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Simulates a provisioned device by sending an uplink data payload of <code>Hello</code>.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class TestWirelessDeviceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.TestWirelessDeviceCommand = TestWirelessDeviceCommand;
61
- //# sourceMappingURL=TestWirelessDeviceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagResourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Removes one or more tags from a resource.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.UntagResourceCommand = UntagResourceCommand;
61
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateDestinationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Updates properties of a destination.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class UpdateDestinationCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.UpdateDestinationCommand = UpdateDestinationCommand;
61
- //# sourceMappingURL=UpdateDestinationCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateLogLevelsByResourceTypesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Set default log level, or log levels by resource types. This can be for wireless device log options or
10
10
  * wireless gateways log options and is used to control the log messages that'll be displayed in CloudWatch.</p>
@@ -59,4 +59,3 @@ class UpdateLogLevelsByResourceTypesCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.UpdateLogLevelsByResourceTypesCommand = UpdateLogLevelsByResourceTypesCommand;
62
- //# sourceMappingURL=UpdateLogLevelsByResourceTypesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdatePartnerAccountCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Updates properties of a partner account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class UpdatePartnerAccountCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.UpdatePartnerAccountCommand = UpdatePartnerAccountCommand;
61
- //# sourceMappingURL=UpdatePartnerAccountCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateWirelessDeviceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Updates properties of a wireless device.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class UpdateWirelessDeviceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.UpdateWirelessDeviceCommand = UpdateWirelessDeviceCommand;
61
- //# sourceMappingURL=UpdateWirelessDeviceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateWirelessGatewayCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
8
  /**
9
9
  * <p>Updates properties of a wireless gateway.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class UpdateWirelessGatewayCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.UpdateWirelessGatewayCommand = UpdateWirelessGatewayCommand;
61
- //# sourceMappingURL=UpdateWirelessGatewayCommand.js.map
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
54
54
  partitionHash,
55
55
  });
56
56
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
57
- //# sourceMappingURL=endpoints.js.map
@@ -67,4 +67,3 @@ tslib_1.__exportStar(require("./commands/UpdateWirelessDeviceCommand"), exports)
67
67
  tslib_1.__exportStar(require("./commands/UpdateWirelessGatewayCommand"), exports);
68
68
  tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
69
69
  tslib_1.__exportStar(require("./models/index"), exports);
70
- //# sourceMappingURL=index.js.map
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1579,4 +1579,3 @@ var UpdateWirelessGatewayResponse;
1579
1579
  ...obj,
1580
1580
  });
1581
1581
  })(UpdateWirelessGatewayResponse = exports.UpdateWirelessGatewayResponse || (exports.UpdateWirelessGatewayResponse = {}));
1582
- //# sourceMappingURL=models_0.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListDestinations = void 0;
4
+ const ListDestinationsCommand_1 = require("../commands/ListDestinationsCommand");
4
5
  const IoTWireless_1 = require("../IoTWireless");
5
6
  const IoTWirelessClient_1 = require("../IoTWirelessClient");
6
- const ListDestinationsCommand_1 = require("../commands/ListDestinationsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListDestinations(config, input, ...additionalArguments)
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListDestinations = paginateListDestinations;
46
- //# sourceMappingURL=ListDestinationsPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListDeviceProfiles = void 0;
4
+ const ListDeviceProfilesCommand_1 = require("../commands/ListDeviceProfilesCommand");
4
5
  const IoTWireless_1 = require("../IoTWireless");
5
6
  const IoTWirelessClient_1 = require("../IoTWirelessClient");
6
- const ListDeviceProfilesCommand_1 = require("../commands/ListDeviceProfilesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListDeviceProfiles(config, input, ...additionalArguments
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListDeviceProfiles = paginateListDeviceProfiles;
46
- //# sourceMappingURL=ListDeviceProfilesPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListServiceProfiles = void 0;
4
+ const ListServiceProfilesCommand_1 = require("../commands/ListServiceProfilesCommand");
4
5
  const IoTWireless_1 = require("../IoTWireless");
5
6
  const IoTWirelessClient_1 = require("../IoTWirelessClient");
6
- const ListServiceProfilesCommand_1 = require("../commands/ListServiceProfilesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListServiceProfiles(config, input, ...additionalArgument
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListServiceProfiles = paginateListServiceProfiles;
46
- //# sourceMappingURL=ListServiceProfilesPaginator.js.map