@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,3991 +0,0 @@
1
- import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
3
-
4
- /**
5
- * <p>Session keys for ABP v1.1</p>
6
- */
7
- export interface SessionKeysAbpV1_0_x {
8
- /**
9
- * <p>The NwkSKey value.</p>
10
- */
11
- NwkSKey?: string;
12
-
13
- /**
14
- * <p>The AppSKey value.</p>
15
- */
16
- AppSKey?: string;
17
- }
18
-
19
- export namespace SessionKeysAbpV1_0_x {
20
- /**
21
- * @internal
22
- */
23
- export const filterSensitiveLog = (obj: SessionKeysAbpV1_0_x): any => ({
24
- ...obj,
25
- });
26
- }
27
-
28
- /**
29
- * <p>ABP device object for LoRaWAN specification v1.0.x</p>
30
- */
31
- export interface AbpV1_0_x {
32
- /**
33
- * <p>The DevAddr value.</p>
34
- */
35
- DevAddr?: string;
36
-
37
- /**
38
- * <p>Session keys for ABP v1.0.x</p>
39
- */
40
- SessionKeys?: SessionKeysAbpV1_0_x;
41
- }
42
-
43
- export namespace AbpV1_0_x {
44
- /**
45
- * @internal
46
- */
47
- export const filterSensitiveLog = (obj: AbpV1_0_x): any => ({
48
- ...obj,
49
- });
50
- }
51
-
52
- /**
53
- * <p>Session keys for ABP v1.1</p>
54
- */
55
- export interface SessionKeysAbpV1_1 {
56
- /**
57
- * <p>The FNwkSIntKey value.</p>
58
- */
59
- FNwkSIntKey?: string;
60
-
61
- /**
62
- * <p>The SNwkSIntKey value.</p>
63
- */
64
- SNwkSIntKey?: string;
65
-
66
- /**
67
- * <p>The NwkSEncKey value.</p>
68
- */
69
- NwkSEncKey?: string;
70
-
71
- /**
72
- * <p>The AppSKey value.</p>
73
- */
74
- AppSKey?: string;
75
- }
76
-
77
- export namespace SessionKeysAbpV1_1 {
78
- /**
79
- * @internal
80
- */
81
- export const filterSensitiveLog = (obj: SessionKeysAbpV1_1): any => ({
82
- ...obj,
83
- });
84
- }
85
-
86
- /**
87
- * <p>ABP device object for LoRaWAN specification v1.1</p>
88
- */
89
- export interface AbpV1_1 {
90
- /**
91
- * <p>The DevAddr value.</p>
92
- */
93
- DevAddr?: string;
94
-
95
- /**
96
- * <p>Session keys for ABP v1.1</p>
97
- */
98
- SessionKeys?: SessionKeysAbpV1_1;
99
- }
100
-
101
- export namespace AbpV1_1 {
102
- /**
103
- * @internal
104
- */
105
- export const filterSensitiveLog = (obj: AbpV1_1): any => ({
106
- ...obj,
107
- });
108
- }
109
-
110
- /**
111
- * <p>User does not have permission to perform this action.</p>
112
- */
113
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
114
- name: "AccessDeniedException";
115
- $fault: "client";
116
- Message?: string;
117
- }
118
-
119
- export namespace AccessDeniedException {
120
- /**
121
- * @internal
122
- */
123
- export const filterSensitiveLog = (obj: AccessDeniedException): any => ({
124
- ...obj,
125
- });
126
- }
127
-
128
- /**
129
- * <p>Information about a Sidewalk account.</p>
130
- */
131
- export interface SidewalkAccountInfo {
132
- /**
133
- * <p>The Sidewalk Amazon ID.</p>
134
- */
135
- AmazonId?: string;
136
-
137
- /**
138
- * <p>The Sidewalk application server private key.</p>
139
- */
140
- AppServerPrivateKey?: string;
141
- }
142
-
143
- export namespace SidewalkAccountInfo {
144
- /**
145
- * @internal
146
- */
147
- export const filterSensitiveLog = (obj: SidewalkAccountInfo): any => ({
148
- ...obj,
149
- ...(obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }),
150
- });
151
- }
152
-
153
- /**
154
- * <p>A simple label consisting of a customer-defined key-value pair</p>
155
- */
156
- export interface Tag {
157
- /**
158
- * <p>The tag's key value.</p>
159
- */
160
- Key: string | undefined;
161
-
162
- /**
163
- * <p>The tag's value.</p>
164
- */
165
- Value: string | undefined;
166
- }
167
-
168
- export namespace Tag {
169
- /**
170
- * @internal
171
- */
172
- export const filterSensitiveLog = (obj: Tag): any => ({
173
- ...obj,
174
- });
175
- }
176
-
177
- export interface AssociateAwsAccountWithPartnerAccountRequest {
178
- /**
179
- * <p>The Sidewalk account credentials.</p>
180
- */
181
- Sidewalk: SidewalkAccountInfo | undefined;
182
-
183
- /**
184
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
185
- */
186
- ClientRequestToken?: string;
187
-
188
- /**
189
- * <p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
190
- */
191
- Tags?: Tag[];
192
- }
193
-
194
- export namespace AssociateAwsAccountWithPartnerAccountRequest {
195
- /**
196
- * @internal
197
- */
198
- export const filterSensitiveLog = (obj: AssociateAwsAccountWithPartnerAccountRequest): any => ({
199
- ...obj,
200
- ...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfo.filterSensitiveLog(obj.Sidewalk) }),
201
- });
202
- }
203
-
204
- export interface AssociateAwsAccountWithPartnerAccountResponse {
205
- /**
206
- * <p>The Sidewalk account credentials.</p>
207
- */
208
- Sidewalk?: SidewalkAccountInfo;
209
-
210
- /**
211
- * <p>The Amazon Resource Name of the resource.</p>
212
- */
213
- Arn?: string;
214
- }
215
-
216
- export namespace AssociateAwsAccountWithPartnerAccountResponse {
217
- /**
218
- * @internal
219
- */
220
- export const filterSensitiveLog = (obj: AssociateAwsAccountWithPartnerAccountResponse): any => ({
221
- ...obj,
222
- ...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfo.filterSensitiveLog(obj.Sidewalk) }),
223
- });
224
- }
225
-
226
- /**
227
- * <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
228
- */
229
- export interface ConflictException extends __SmithyException, $MetadataBearer {
230
- name: "ConflictException";
231
- $fault: "client";
232
- Message?: string;
233
- /**
234
- * <p>Id of the resource in the conflicting operation.</p>
235
- */
236
- ResourceId?: string;
237
-
238
- /**
239
- * <p>Type of the resource in the conflicting operation.</p>
240
- */
241
- ResourceType?: string;
242
- }
243
-
244
- export namespace ConflictException {
245
- /**
246
- * @internal
247
- */
248
- export const filterSensitiveLog = (obj: ConflictException): any => ({
249
- ...obj,
250
- });
251
- }
252
-
253
- /**
254
- * <p>An unexpected error occurred while processing a request.</p>
255
- */
256
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
257
- name: "InternalServerException";
258
- $fault: "server";
259
- Message?: string;
260
- }
261
-
262
- export namespace InternalServerException {
263
- /**
264
- * @internal
265
- */
266
- export const filterSensitiveLog = (obj: InternalServerException): any => ({
267
- ...obj,
268
- });
269
- }
270
-
271
- /**
272
- * <p>Resource does not exist.</p>
273
- */
274
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
275
- name: "ResourceNotFoundException";
276
- $fault: "client";
277
- Message?: string;
278
- /**
279
- * <p>Id of the not found resource.</p>
280
- */
281
- ResourceId?: string;
282
-
283
- /**
284
- * <p>Type of the font found resource.</p>
285
- */
286
- ResourceType?: string;
287
- }
288
-
289
- export namespace ResourceNotFoundException {
290
- /**
291
- * @internal
292
- */
293
- export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
294
- ...obj,
295
- });
296
- }
297
-
298
- /**
299
- * <p>The request was denied because it exceeded the allowed API request rate.</p>
300
- */
301
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
302
- name: "ThrottlingException";
303
- $fault: "client";
304
- Message?: string;
305
- }
306
-
307
- export namespace ThrottlingException {
308
- /**
309
- * @internal
310
- */
311
- export const filterSensitiveLog = (obj: ThrottlingException): any => ({
312
- ...obj,
313
- });
314
- }
315
-
316
- /**
317
- * <p>The input did not meet the specified constraints.</p>
318
- */
319
- export interface ValidationException extends __SmithyException, $MetadataBearer {
320
- name: "ValidationException";
321
- $fault: "client";
322
- Message?: string;
323
- }
324
-
325
- export namespace ValidationException {
326
- /**
327
- * @internal
328
- */
329
- export const filterSensitiveLog = (obj: ValidationException): any => ({
330
- ...obj,
331
- });
332
- }
333
-
334
- export interface AssociateWirelessDeviceWithThingRequest {
335
- /**
336
- * <p>The ID of the resource to update.</p>
337
- */
338
- Id: string | undefined;
339
-
340
- /**
341
- * <p>The ARN of the thing to associate with the wireless device.</p>
342
- */
343
- ThingArn: string | undefined;
344
- }
345
-
346
- export namespace AssociateWirelessDeviceWithThingRequest {
347
- /**
348
- * @internal
349
- */
350
- export const filterSensitiveLog = (obj: AssociateWirelessDeviceWithThingRequest): any => ({
351
- ...obj,
352
- });
353
- }
354
-
355
- export interface AssociateWirelessDeviceWithThingResponse {}
356
-
357
- export namespace AssociateWirelessDeviceWithThingResponse {
358
- /**
359
- * @internal
360
- */
361
- export const filterSensitiveLog = (obj: AssociateWirelessDeviceWithThingResponse): any => ({
362
- ...obj,
363
- });
364
- }
365
-
366
- export interface AssociateWirelessGatewayWithCertificateRequest {
367
- /**
368
- * <p>The ID of the resource to update.</p>
369
- */
370
- Id: string | undefined;
371
-
372
- /**
373
- * <p>The ID of the certificate to associate with the wireless gateway.</p>
374
- */
375
- IotCertificateId: string | undefined;
376
- }
377
-
378
- export namespace AssociateWirelessGatewayWithCertificateRequest {
379
- /**
380
- * @internal
381
- */
382
- export const filterSensitiveLog = (obj: AssociateWirelessGatewayWithCertificateRequest): any => ({
383
- ...obj,
384
- });
385
- }
386
-
387
- export interface AssociateWirelessGatewayWithCertificateResponse {
388
- /**
389
- * <p>The ID of the certificate associated with the wireless gateway.</p>
390
- */
391
- IotCertificateId?: string;
392
- }
393
-
394
- export namespace AssociateWirelessGatewayWithCertificateResponse {
395
- /**
396
- * @internal
397
- */
398
- export const filterSensitiveLog = (obj: AssociateWirelessGatewayWithCertificateResponse): any => ({
399
- ...obj,
400
- });
401
- }
402
-
403
- export interface AssociateWirelessGatewayWithThingRequest {
404
- /**
405
- * <p>The ID of the resource to update.</p>
406
- */
407
- Id: string | undefined;
408
-
409
- /**
410
- * <p>The ARN of the thing to associate with the wireless gateway.</p>
411
- */
412
- ThingArn: string | undefined;
413
- }
414
-
415
- export namespace AssociateWirelessGatewayWithThingRequest {
416
- /**
417
- * @internal
418
- */
419
- export const filterSensitiveLog = (obj: AssociateWirelessGatewayWithThingRequest): any => ({
420
- ...obj,
421
- });
422
- }
423
-
424
- export interface AssociateWirelessGatewayWithThingResponse {}
425
-
426
- export namespace AssociateWirelessGatewayWithThingResponse {
427
- /**
428
- * @internal
429
- */
430
- export const filterSensitiveLog = (obj: AssociateWirelessGatewayWithThingResponse): any => ({
431
- ...obj,
432
- });
433
- }
434
-
435
- export enum BatteryLevel {
436
- CRITICAL = "critical",
437
- LOW = "low",
438
- NORMAL = "normal",
439
- }
440
-
441
- export enum SigningAlg {
442
- Ed25519 = "Ed25519",
443
- P256r1 = "P256r1",
444
- }
445
-
446
- /**
447
- * <p>List of sidewalk certificates.</p>
448
- */
449
- export interface CertificateList {
450
- /**
451
- * <p>The certificate chain algorithm provided by sidewalk.</p>
452
- */
453
- SigningAlg: SigningAlg | string | undefined;
454
-
455
- /**
456
- * <p>The value of the chosen sidewalk certificate.</p>
457
- */
458
- Value: string | undefined;
459
- }
460
-
461
- export namespace CertificateList {
462
- /**
463
- * @internal
464
- */
465
- export const filterSensitiveLog = (obj: CertificateList): any => ({
466
- ...obj,
467
- });
468
- }
469
-
470
- export enum ConnectionStatus {
471
- CONNECTED = "Connected",
472
- DISCONNECTED = "Disconnected",
473
- }
474
-
475
- export enum ExpressionType {
476
- MqttTopic = "MqttTopic",
477
- RuleName = "RuleName",
478
- }
479
-
480
- export interface CreateDestinationRequest {
481
- /**
482
- * <p>The name of the new resource.</p>
483
- */
484
- Name: string | undefined;
485
-
486
- /**
487
- * <p>The type of value in <code>Expression</code>.</p>
488
- */
489
- ExpressionType: ExpressionType | string | undefined;
490
-
491
- /**
492
- * <p>The rule name or topic rule to send messages to.</p>
493
- */
494
- Expression: string | undefined;
495
-
496
- /**
497
- * <p>The description of the new resource.</p>
498
- */
499
- Description?: string;
500
-
501
- /**
502
- * <p>The ARN of the IAM Role that authorizes the destination.</p>
503
- */
504
- RoleArn: string | undefined;
505
-
506
- /**
507
- * <p>The tags to attach to the new destination. Tags are metadata that you can use to manage a resource.</p>
508
- */
509
- Tags?: Tag[];
510
-
511
- /**
512
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
513
- */
514
- ClientRequestToken?: string;
515
- }
516
-
517
- export namespace CreateDestinationRequest {
518
- /**
519
- * @internal
520
- */
521
- export const filterSensitiveLog = (obj: CreateDestinationRequest): any => ({
522
- ...obj,
523
- });
524
- }
525
-
526
- export interface CreateDestinationResponse {
527
- /**
528
- * <p>The Amazon Resource Name of the new resource.</p>
529
- */
530
- Arn?: string;
531
-
532
- /**
533
- * <p>The name of the new resource.</p>
534
- */
535
- Name?: string;
536
- }
537
-
538
- export namespace CreateDestinationResponse {
539
- /**
540
- * @internal
541
- */
542
- export const filterSensitiveLog = (obj: CreateDestinationResponse): any => ({
543
- ...obj,
544
- });
545
- }
546
-
547
- /**
548
- * <p>LoRaWANDeviceProfile object.</p>
549
- */
550
- export interface LoRaWANDeviceProfile {
551
- /**
552
- * <p>The SupportsClassB value.</p>
553
- */
554
- SupportsClassB?: boolean;
555
-
556
- /**
557
- * <p>The ClassBTimeout value.</p>
558
- */
559
- ClassBTimeout?: number;
560
-
561
- /**
562
- * <p>The PingSlotPeriod value.</p>
563
- */
564
- PingSlotPeriod?: number;
565
-
566
- /**
567
- * <p>The PingSlotDR value.</p>
568
- */
569
- PingSlotDr?: number;
570
-
571
- /**
572
- * <p>The PingSlotFreq value.</p>
573
- */
574
- PingSlotFreq?: number;
575
-
576
- /**
577
- * <p>The SupportsClassC value.</p>
578
- */
579
- SupportsClassC?: boolean;
580
-
581
- /**
582
- * <p>The ClassCTimeout value.</p>
583
- */
584
- ClassCTimeout?: number;
585
-
586
- /**
587
- * <p>The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.</p>
588
- */
589
- MacVersion?: string;
590
-
591
- /**
592
- * <p>The version of regional parameters.</p>
593
- */
594
- RegParamsRevision?: string;
595
-
596
- /**
597
- * <p>The RXDelay1 value.</p>
598
- */
599
- RxDelay1?: number;
600
-
601
- /**
602
- * <p>The RXDROffset1 value.</p>
603
- */
604
- RxDrOffset1?: number;
605
-
606
- /**
607
- * <p>The RXDataRate2 value.</p>
608
- */
609
- RxDataRate2?: number;
610
-
611
- /**
612
- * <p>The RXFreq2 value.</p>
613
- */
614
- RxFreq2?: number;
615
-
616
- /**
617
- * <p>The list of values that make up the FactoryPresetFreqs value.</p>
618
- */
619
- FactoryPresetFreqsList?: number[];
620
-
621
- /**
622
- * <p>The MaxEIRP value.</p>
623
- */
624
- MaxEirp?: number;
625
-
626
- /**
627
- * <p>The MaxDutyCycle value.</p>
628
- */
629
- MaxDutyCycle?: number;
630
-
631
- /**
632
- * <p>The frequency band (RFRegion) value.</p>
633
- */
634
- RfRegion?: string;
635
-
636
- /**
637
- * <p>The SupportsJoin value.</p>
638
- */
639
- SupportsJoin?: boolean;
640
-
641
- /**
642
- * <p>The Supports32BitFCnt value.</p>
643
- */
644
- Supports32BitFCnt?: boolean;
645
- }
646
-
647
- export namespace LoRaWANDeviceProfile {
648
- /**
649
- * @internal
650
- */
651
- export const filterSensitiveLog = (obj: LoRaWANDeviceProfile): any => ({
652
- ...obj,
653
- });
654
- }
655
-
656
- export interface CreateDeviceProfileRequest {
657
- /**
658
- * <p>The name of the new resource.</p>
659
- */
660
- Name?: string;
661
-
662
- /**
663
- * <p>The device profile information to use to create the device profile.</p>
664
- */
665
- LoRaWAN?: LoRaWANDeviceProfile;
666
-
667
- /**
668
- * <p>The tags to attach to the new device profile. Tags are metadata that you can use to manage a resource.</p>
669
- */
670
- Tags?: Tag[];
671
-
672
- /**
673
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
674
- */
675
- ClientRequestToken?: string;
676
- }
677
-
678
- export namespace CreateDeviceProfileRequest {
679
- /**
680
- * @internal
681
- */
682
- export const filterSensitiveLog = (obj: CreateDeviceProfileRequest): any => ({
683
- ...obj,
684
- });
685
- }
686
-
687
- export interface CreateDeviceProfileResponse {
688
- /**
689
- * <p>The Amazon Resource Name of the new resource.</p>
690
- */
691
- Arn?: string;
692
-
693
- /**
694
- * <p>The ID of the new device profile.</p>
695
- */
696
- Id?: string;
697
- }
698
-
699
- export namespace CreateDeviceProfileResponse {
700
- /**
701
- * @internal
702
- */
703
- export const filterSensitiveLog = (obj: CreateDeviceProfileResponse): any => ({
704
- ...obj,
705
- });
706
- }
707
-
708
- /**
709
- * <p>LoRaWANServiceProfile object.</p>
710
- */
711
- export interface LoRaWANServiceProfile {
712
- /**
713
- * <p>The AddGWMetaData value.</p>
714
- */
715
- AddGwMetadata?: boolean;
716
- }
717
-
718
- export namespace LoRaWANServiceProfile {
719
- /**
720
- * @internal
721
- */
722
- export const filterSensitiveLog = (obj: LoRaWANServiceProfile): any => ({
723
- ...obj,
724
- });
725
- }
726
-
727
- export interface CreateServiceProfileRequest {
728
- /**
729
- * <p>The name of the new resource.</p>
730
- */
731
- Name?: string;
732
-
733
- /**
734
- * <p>The service profile information to use to create the service profile.</p>
735
- */
736
- LoRaWAN?: LoRaWANServiceProfile;
737
-
738
- /**
739
- * <p>The tags to attach to the new service profile. Tags are metadata that you can use to manage a resource.</p>
740
- */
741
- Tags?: Tag[];
742
-
743
- /**
744
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
745
- */
746
- ClientRequestToken?: string;
747
- }
748
-
749
- export namespace CreateServiceProfileRequest {
750
- /**
751
- * @internal
752
- */
753
- export const filterSensitiveLog = (obj: CreateServiceProfileRequest): any => ({
754
- ...obj,
755
- });
756
- }
757
-
758
- export interface CreateServiceProfileResponse {
759
- /**
760
- * <p>The Amazon Resource Name of the new resource.</p>
761
- */
762
- Arn?: string;
763
-
764
- /**
765
- * <p>The ID of the new service profile.</p>
766
- */
767
- Id?: string;
768
- }
769
-
770
- export namespace CreateServiceProfileResponse {
771
- /**
772
- * @internal
773
- */
774
- export const filterSensitiveLog = (obj: CreateServiceProfileResponse): any => ({
775
- ...obj,
776
- });
777
- }
778
-
779
- /**
780
- * <p>OTAA device object for v1.0.x</p>
781
- */
782
- export interface OtaaV1_0_x {
783
- /**
784
- * <p>The AppKey value.</p>
785
- */
786
- AppKey?: string;
787
-
788
- /**
789
- * <p>The AppEUI value.</p>
790
- */
791
- AppEui?: string;
792
- }
793
-
794
- export namespace OtaaV1_0_x {
795
- /**
796
- * @internal
797
- */
798
- export const filterSensitiveLog = (obj: OtaaV1_0_x): any => ({
799
- ...obj,
800
- });
801
- }
802
-
803
- /**
804
- * <p>OTAA device object for v1.1</p>
805
- */
806
- export interface OtaaV1_1 {
807
- /**
808
- * <p>The AppKey value.</p>
809
- */
810
- AppKey?: string;
811
-
812
- /**
813
- * <p>The NwkKey value.</p>
814
- */
815
- NwkKey?: string;
816
-
817
- /**
818
- * <p>The JoinEUI value.</p>
819
- */
820
- JoinEui?: string;
821
- }
822
-
823
- export namespace OtaaV1_1 {
824
- /**
825
- * @internal
826
- */
827
- export const filterSensitiveLog = (obj: OtaaV1_1): any => ({
828
- ...obj,
829
- });
830
- }
831
-
832
- /**
833
- * <p>LoRaWAN object for create functions.</p>
834
- */
835
- export interface LoRaWANDevice {
836
- /**
837
- * <p>The DevEUI value.</p>
838
- */
839
- DevEui?: string;
840
-
841
- /**
842
- * <p>The ID of the device profile for the new wireless device.</p>
843
- */
844
- DeviceProfileId?: string;
845
-
846
- /**
847
- * <p>The ID of the service profile.</p>
848
- */
849
- ServiceProfileId?: string;
850
-
851
- /**
852
- * <p>OTAA device object for v1.1 for create APIs</p>
853
- */
854
- OtaaV1_1?: OtaaV1_1;
855
-
856
- /**
857
- * <p>OTAA device object for create APIs for v1.0.x</p>
858
- */
859
- OtaaV1_0_x?: OtaaV1_0_x;
860
-
861
- /**
862
- * <p>ABP device object for create APIs for v1.1</p>
863
- */
864
- AbpV1_1?: AbpV1_1;
865
-
866
- /**
867
- * <p>LoRaWAN object for create APIs</p>
868
- */
869
- AbpV1_0_x?: AbpV1_0_x;
870
- }
871
-
872
- export namespace LoRaWANDevice {
873
- /**
874
- * @internal
875
- */
876
- export const filterSensitiveLog = (obj: LoRaWANDevice): any => ({
877
- ...obj,
878
- });
879
- }
880
-
881
- export enum WirelessDeviceType {
882
- LoRaWAN = "LoRaWAN",
883
- Sidewalk = "Sidewalk",
884
- }
885
-
886
- export interface CreateWirelessDeviceRequest {
887
- /**
888
- * <p>The wireless device type.</p>
889
- */
890
- Type: WirelessDeviceType | string | undefined;
891
-
892
- /**
893
- * <p>The name of the new resource.</p>
894
- */
895
- Name?: string;
896
-
897
- /**
898
- * <p>The description of the new resource.</p>
899
- */
900
- Description?: string;
901
-
902
- /**
903
- * <p>The name of the destination to assign to the new wireless device.</p>
904
- */
905
- DestinationName: string | undefined;
906
-
907
- /**
908
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
909
- */
910
- ClientRequestToken?: string;
911
-
912
- /**
913
- * <p>The device configuration information to use to create the wireless device.</p>
914
- */
915
- LoRaWAN?: LoRaWANDevice;
916
-
917
- /**
918
- * <p>The tags to attach to the new wireless device. Tags are metadata that you can use to manage a resource.</p>
919
- */
920
- Tags?: Tag[];
921
- }
922
-
923
- export namespace CreateWirelessDeviceRequest {
924
- /**
925
- * @internal
926
- */
927
- export const filterSensitiveLog = (obj: CreateWirelessDeviceRequest): any => ({
928
- ...obj,
929
- });
930
- }
931
-
932
- export interface CreateWirelessDeviceResponse {
933
- /**
934
- * <p>The Amazon Resource Name of the new resource.</p>
935
- */
936
- Arn?: string;
937
-
938
- /**
939
- * <p>The ID of the new wireless device.</p>
940
- */
941
- Id?: string;
942
- }
943
-
944
- export namespace CreateWirelessDeviceResponse {
945
- /**
946
- * @internal
947
- */
948
- export const filterSensitiveLog = (obj: CreateWirelessDeviceResponse): any => ({
949
- ...obj,
950
- });
951
- }
952
-
953
- /**
954
- * <p>LoRaWANGateway object.</p>
955
- */
956
- export interface LoRaWANGateway {
957
- /**
958
- * <p>The gateway's EUI value.</p>
959
- */
960
- GatewayEui?: string;
961
-
962
- /**
963
- * <p>The frequency band (RFRegion) value.</p>
964
- */
965
- RfRegion?: string;
966
-
967
- /**
968
- * <p>A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.</p>
969
- */
970
- JoinEuiFilters?: string[][];
971
-
972
- /**
973
- * <p>A list of NetId values that are used by LoRa gateways to filter the uplink frames.</p>
974
- */
975
- NetIdFilters?: string[];
976
-
977
- /**
978
- * <p>A list of integer indicating which sub bands are supported by LoRa gateway.</p>
979
- */
980
- SubBands?: number[];
981
- }
982
-
983
- export namespace LoRaWANGateway {
984
- /**
985
- * @internal
986
- */
987
- export const filterSensitiveLog = (obj: LoRaWANGateway): any => ({
988
- ...obj,
989
- });
990
- }
991
-
992
- export interface CreateWirelessGatewayRequest {
993
- /**
994
- * <p>The name of the new resource.</p>
995
- */
996
- Name?: string;
997
-
998
- /**
999
- * <p>The description of the new resource.</p>
1000
- */
1001
- Description?: string;
1002
-
1003
- /**
1004
- * <p>The gateway configuration information to use to create the wireless gateway.</p>
1005
- */
1006
- LoRaWAN: LoRaWANGateway | undefined;
1007
-
1008
- /**
1009
- * <p>The tags to attach to the new wireless gateway. Tags are metadata that you can use to manage a resource.</p>
1010
- */
1011
- Tags?: Tag[];
1012
-
1013
- /**
1014
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
1015
- */
1016
- ClientRequestToken?: string;
1017
- }
1018
-
1019
- export namespace CreateWirelessGatewayRequest {
1020
- /**
1021
- * @internal
1022
- */
1023
- export const filterSensitiveLog = (obj: CreateWirelessGatewayRequest): any => ({
1024
- ...obj,
1025
- });
1026
- }
1027
-
1028
- export interface CreateWirelessGatewayResponse {
1029
- /**
1030
- * <p>The Amazon Resource Name of the new resource.</p>
1031
- */
1032
- Arn?: string;
1033
-
1034
- /**
1035
- * <p>The ID of the new wireless gateway.</p>
1036
- */
1037
- Id?: string;
1038
- }
1039
-
1040
- export namespace CreateWirelessGatewayResponse {
1041
- /**
1042
- * @internal
1043
- */
1044
- export const filterSensitiveLog = (obj: CreateWirelessGatewayResponse): any => ({
1045
- ...obj,
1046
- });
1047
- }
1048
-
1049
- export interface CreateWirelessGatewayTaskRequest {
1050
- /**
1051
- * <p>The ID of the resource to update.</p>
1052
- */
1053
- Id: string | undefined;
1054
-
1055
- /**
1056
- * <p>The ID of the WirelessGatewayTaskDefinition.</p>
1057
- */
1058
- WirelessGatewayTaskDefinitionId: string | undefined;
1059
- }
1060
-
1061
- export namespace CreateWirelessGatewayTaskRequest {
1062
- /**
1063
- * @internal
1064
- */
1065
- export const filterSensitiveLog = (obj: CreateWirelessGatewayTaskRequest): any => ({
1066
- ...obj,
1067
- });
1068
- }
1069
-
1070
- export enum WirelessGatewayTaskStatus {
1071
- COMPLETED = "COMPLETED",
1072
- FAILED = "FAILED",
1073
- FIRST_RETRY = "FIRST_RETRY",
1074
- IN_PROGRESS = "IN_PROGRESS",
1075
- PENDING = "PENDING",
1076
- SECOND_RETRY = "SECOND_RETRY",
1077
- }
1078
-
1079
- export interface CreateWirelessGatewayTaskResponse {
1080
- /**
1081
- * <p>The ID of the WirelessGatewayTaskDefinition.</p>
1082
- */
1083
- WirelessGatewayTaskDefinitionId?: string;
1084
-
1085
- /**
1086
- * <p>The status of the request.</p>
1087
- */
1088
- Status?: WirelessGatewayTaskStatus | string;
1089
- }
1090
-
1091
- export namespace CreateWirelessGatewayTaskResponse {
1092
- /**
1093
- * @internal
1094
- */
1095
- export const filterSensitiveLog = (obj: CreateWirelessGatewayTaskResponse): any => ({
1096
- ...obj,
1097
- });
1098
- }
1099
-
1100
- /**
1101
- * <p>LoRaWANGatewayVersion object.</p>
1102
- */
1103
- export interface LoRaWANGatewayVersion {
1104
- /**
1105
- * <p>The version of the wireless gateway firmware.</p>
1106
- */
1107
- PackageVersion?: string;
1108
-
1109
- /**
1110
- * <p>The model number of the wireless gateway.</p>
1111
- */
1112
- Model?: string;
1113
-
1114
- /**
1115
- * <p>The basic station version of the wireless gateway.</p>
1116
- */
1117
- Station?: string;
1118
- }
1119
-
1120
- export namespace LoRaWANGatewayVersion {
1121
- /**
1122
- * @internal
1123
- */
1124
- export const filterSensitiveLog = (obj: LoRaWANGatewayVersion): any => ({
1125
- ...obj,
1126
- });
1127
- }
1128
-
1129
- /**
1130
- * <p>LoRaWANUpdateGatewayTaskCreate object.</p>
1131
- */
1132
- export interface LoRaWANUpdateGatewayTaskCreate {
1133
- /**
1134
- * <p>The signature used to verify the update firmware.</p>
1135
- */
1136
- UpdateSignature?: string;
1137
-
1138
- /**
1139
- * <p>The CRC of the signature private key to check.</p>
1140
- */
1141
- SigKeyCrc?: number;
1142
-
1143
- /**
1144
- * <p>The version of the gateways that should receive the update.</p>
1145
- */
1146
- CurrentVersion?: LoRaWANGatewayVersion;
1147
-
1148
- /**
1149
- * <p>The firmware version to update the gateway to.</p>
1150
- */
1151
- UpdateVersion?: LoRaWANGatewayVersion;
1152
- }
1153
-
1154
- export namespace LoRaWANUpdateGatewayTaskCreate {
1155
- /**
1156
- * @internal
1157
- */
1158
- export const filterSensitiveLog = (obj: LoRaWANUpdateGatewayTaskCreate): any => ({
1159
- ...obj,
1160
- });
1161
- }
1162
-
1163
- /**
1164
- * <p>UpdateWirelessGatewayTaskCreate object.</p>
1165
- */
1166
- export interface UpdateWirelessGatewayTaskCreate {
1167
- /**
1168
- * <p>The link to the S3 bucket.</p>
1169
- */
1170
- UpdateDataSource?: string;
1171
-
1172
- /**
1173
- * <p>The IAM role used to read data from the S3 bucket.</p>
1174
- */
1175
- UpdateDataRole?: string;
1176
-
1177
- /**
1178
- * <p>The properties that relate to the LoRaWAN wireless gateway.</p>
1179
- */
1180
- LoRaWAN?: LoRaWANUpdateGatewayTaskCreate;
1181
- }
1182
-
1183
- export namespace UpdateWirelessGatewayTaskCreate {
1184
- /**
1185
- * @internal
1186
- */
1187
- export const filterSensitiveLog = (obj: UpdateWirelessGatewayTaskCreate): any => ({
1188
- ...obj,
1189
- });
1190
- }
1191
-
1192
- export interface CreateWirelessGatewayTaskDefinitionRequest {
1193
- /**
1194
- * <p>Whether to automatically create tasks using this task definition for all gateways with the specified current version. If <code>false</code>, the task must me created by calling <code>CreateWirelessGatewayTask</code>.</p>
1195
- */
1196
- AutoCreateTasks: boolean | undefined;
1197
-
1198
- /**
1199
- * <p>The name of the new resource.</p>
1200
- */
1201
- Name?: string;
1202
-
1203
- /**
1204
- * <p>Information about the gateways to update.</p>
1205
- */
1206
- Update?: UpdateWirelessGatewayTaskCreate;
1207
-
1208
- /**
1209
- * <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
1210
- */
1211
- ClientRequestToken?: string;
1212
-
1213
- /**
1214
- * <p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
1215
- */
1216
- Tags?: Tag[];
1217
- }
1218
-
1219
- export namespace CreateWirelessGatewayTaskDefinitionRequest {
1220
- /**
1221
- * @internal
1222
- */
1223
- export const filterSensitiveLog = (obj: CreateWirelessGatewayTaskDefinitionRequest): any => ({
1224
- ...obj,
1225
- });
1226
- }
1227
-
1228
- export interface CreateWirelessGatewayTaskDefinitionResponse {
1229
- /**
1230
- * <p>The ID of the new wireless gateway task definition.</p>
1231
- */
1232
- Id?: string;
1233
-
1234
- /**
1235
- * <p>The Amazon Resource Name of the resource.</p>
1236
- */
1237
- Arn?: string;
1238
- }
1239
-
1240
- export namespace CreateWirelessGatewayTaskDefinitionResponse {
1241
- /**
1242
- * @internal
1243
- */
1244
- export const filterSensitiveLog = (obj: CreateWirelessGatewayTaskDefinitionResponse): any => ({
1245
- ...obj,
1246
- });
1247
- }
1248
-
1249
- export interface DeleteDestinationRequest {
1250
- /**
1251
- * <p>The name of the resource to delete.</p>
1252
- */
1253
- Name: string | undefined;
1254
- }
1255
-
1256
- export namespace DeleteDestinationRequest {
1257
- /**
1258
- * @internal
1259
- */
1260
- export const filterSensitiveLog = (obj: DeleteDestinationRequest): any => ({
1261
- ...obj,
1262
- });
1263
- }
1264
-
1265
- export interface DeleteDestinationResponse {}
1266
-
1267
- export namespace DeleteDestinationResponse {
1268
- /**
1269
- * @internal
1270
- */
1271
- export const filterSensitiveLog = (obj: DeleteDestinationResponse): any => ({
1272
- ...obj,
1273
- });
1274
- }
1275
-
1276
- export interface DeleteDeviceProfileRequest {
1277
- /**
1278
- * <p>The ID of the resource to delete.</p>
1279
- */
1280
- Id: string | undefined;
1281
- }
1282
-
1283
- export namespace DeleteDeviceProfileRequest {
1284
- /**
1285
- * @internal
1286
- */
1287
- export const filterSensitiveLog = (obj: DeleteDeviceProfileRequest): any => ({
1288
- ...obj,
1289
- });
1290
- }
1291
-
1292
- export interface DeleteDeviceProfileResponse {}
1293
-
1294
- export namespace DeleteDeviceProfileResponse {
1295
- /**
1296
- * @internal
1297
- */
1298
- export const filterSensitiveLog = (obj: DeleteDeviceProfileResponse): any => ({
1299
- ...obj,
1300
- });
1301
- }
1302
-
1303
- export interface DeleteServiceProfileRequest {
1304
- /**
1305
- * <p>The ID of the resource to delete.</p>
1306
- */
1307
- Id: string | undefined;
1308
- }
1309
-
1310
- export namespace DeleteServiceProfileRequest {
1311
- /**
1312
- * @internal
1313
- */
1314
- export const filterSensitiveLog = (obj: DeleteServiceProfileRequest): any => ({
1315
- ...obj,
1316
- });
1317
- }
1318
-
1319
- export interface DeleteServiceProfileResponse {}
1320
-
1321
- export namespace DeleteServiceProfileResponse {
1322
- /**
1323
- * @internal
1324
- */
1325
- export const filterSensitiveLog = (obj: DeleteServiceProfileResponse): any => ({
1326
- ...obj,
1327
- });
1328
- }
1329
-
1330
- export interface DeleteWirelessDeviceRequest {
1331
- /**
1332
- * <p>The ID of the resource to delete.</p>
1333
- */
1334
- Id: string | undefined;
1335
- }
1336
-
1337
- export namespace DeleteWirelessDeviceRequest {
1338
- /**
1339
- * @internal
1340
- */
1341
- export const filterSensitiveLog = (obj: DeleteWirelessDeviceRequest): any => ({
1342
- ...obj,
1343
- });
1344
- }
1345
-
1346
- export interface DeleteWirelessDeviceResponse {}
1347
-
1348
- export namespace DeleteWirelessDeviceResponse {
1349
- /**
1350
- * @internal
1351
- */
1352
- export const filterSensitiveLog = (obj: DeleteWirelessDeviceResponse): any => ({
1353
- ...obj,
1354
- });
1355
- }
1356
-
1357
- export interface DeleteWirelessGatewayRequest {
1358
- /**
1359
- * <p>The ID of the resource to delete.</p>
1360
- */
1361
- Id: string | undefined;
1362
- }
1363
-
1364
- export namespace DeleteWirelessGatewayRequest {
1365
- /**
1366
- * @internal
1367
- */
1368
- export const filterSensitiveLog = (obj: DeleteWirelessGatewayRequest): any => ({
1369
- ...obj,
1370
- });
1371
- }
1372
-
1373
- export interface DeleteWirelessGatewayResponse {}
1374
-
1375
- export namespace DeleteWirelessGatewayResponse {
1376
- /**
1377
- * @internal
1378
- */
1379
- export const filterSensitiveLog = (obj: DeleteWirelessGatewayResponse): any => ({
1380
- ...obj,
1381
- });
1382
- }
1383
-
1384
- export interface DeleteWirelessGatewayTaskRequest {
1385
- /**
1386
- * <p>The ID of the resource to delete.</p>
1387
- */
1388
- Id: string | undefined;
1389
- }
1390
-
1391
- export namespace DeleteWirelessGatewayTaskRequest {
1392
- /**
1393
- * @internal
1394
- */
1395
- export const filterSensitiveLog = (obj: DeleteWirelessGatewayTaskRequest): any => ({
1396
- ...obj,
1397
- });
1398
- }
1399
-
1400
- export interface DeleteWirelessGatewayTaskResponse {}
1401
-
1402
- export namespace DeleteWirelessGatewayTaskResponse {
1403
- /**
1404
- * @internal
1405
- */
1406
- export const filterSensitiveLog = (obj: DeleteWirelessGatewayTaskResponse): any => ({
1407
- ...obj,
1408
- });
1409
- }
1410
-
1411
- export interface DeleteWirelessGatewayTaskDefinitionRequest {
1412
- /**
1413
- * <p>The ID of the resource to delete.</p>
1414
- */
1415
- Id: string | undefined;
1416
- }
1417
-
1418
- export namespace DeleteWirelessGatewayTaskDefinitionRequest {
1419
- /**
1420
- * @internal
1421
- */
1422
- export const filterSensitiveLog = (obj: DeleteWirelessGatewayTaskDefinitionRequest): any => ({
1423
- ...obj,
1424
- });
1425
- }
1426
-
1427
- export interface DeleteWirelessGatewayTaskDefinitionResponse {}
1428
-
1429
- export namespace DeleteWirelessGatewayTaskDefinitionResponse {
1430
- /**
1431
- * @internal
1432
- */
1433
- export const filterSensitiveLog = (obj: DeleteWirelessGatewayTaskDefinitionResponse): any => ({
1434
- ...obj,
1435
- });
1436
- }
1437
-
1438
- /**
1439
- * <p>Describes a destination.</p>
1440
- */
1441
- export interface Destinations {
1442
- /**
1443
- * <p>The Amazon Resource Name of the resource.</p>
1444
- */
1445
- Arn?: string;
1446
-
1447
- /**
1448
- * <p>The name of the resource.</p>
1449
- */
1450
- Name?: string;
1451
-
1452
- /**
1453
- * <p>The type of value in <code>Expression</code>.</p>
1454
- */
1455
- ExpressionType?: ExpressionType | string;
1456
-
1457
- /**
1458
- * <p>The rule name or topic rule to send messages to.</p>
1459
- */
1460
- Expression?: string;
1461
-
1462
- /**
1463
- * <p>The description of the resource.</p>
1464
- */
1465
- Description?: string;
1466
-
1467
- /**
1468
- * <p>The ARN of the IAM Role that authorizes the destination.</p>
1469
- */
1470
- RoleArn?: string;
1471
- }
1472
-
1473
- export namespace Destinations {
1474
- /**
1475
- * @internal
1476
- */
1477
- export const filterSensitiveLog = (obj: Destinations): any => ({
1478
- ...obj,
1479
- });
1480
- }
1481
-
1482
- /**
1483
- * <p>Describes a device profile.</p>
1484
- */
1485
- export interface DeviceProfile {
1486
- /**
1487
- * <p>The Amazon Resource Name of the resource.</p>
1488
- */
1489
- Arn?: string;
1490
-
1491
- /**
1492
- * <p>The name of the resource.</p>
1493
- */
1494
- Name?: string;
1495
-
1496
- /**
1497
- * <p>The ID of the device profile.</p>
1498
- */
1499
- Id?: string;
1500
- }
1501
-
1502
- export namespace DeviceProfile {
1503
- /**
1504
- * @internal
1505
- */
1506
- export const filterSensitiveLog = (obj: DeviceProfile): any => ({
1507
- ...obj,
1508
- });
1509
- }
1510
-
1511
- export enum DeviceState {
1512
- PROVISIONED = "Provisioned",
1513
- REGISTEREDNOTSEEN = "RegisteredNotSeen",
1514
- REGISTEREDREACHABLE = "RegisteredReachable",
1515
- REGISTEREDUNREACHABLE = "RegisteredUnreachable",
1516
- }
1517
-
1518
- export enum PartnerType {
1519
- Sidewalk = "Sidewalk",
1520
- }
1521
-
1522
- export interface DisassociateAwsAccountFromPartnerAccountRequest {
1523
- /**
1524
- * <p>The partner account ID to disassociate from the AWS account.</p>
1525
- */
1526
- PartnerAccountId: string | undefined;
1527
-
1528
- /**
1529
- * <p>The partner type.</p>
1530
- */
1531
- PartnerType: PartnerType | string | undefined;
1532
- }
1533
-
1534
- export namespace DisassociateAwsAccountFromPartnerAccountRequest {
1535
- /**
1536
- * @internal
1537
- */
1538
- export const filterSensitiveLog = (obj: DisassociateAwsAccountFromPartnerAccountRequest): any => ({
1539
- ...obj,
1540
- });
1541
- }
1542
-
1543
- export interface DisassociateAwsAccountFromPartnerAccountResponse {}
1544
-
1545
- export namespace DisassociateAwsAccountFromPartnerAccountResponse {
1546
- /**
1547
- * @internal
1548
- */
1549
- export const filterSensitiveLog = (obj: DisassociateAwsAccountFromPartnerAccountResponse): any => ({
1550
- ...obj,
1551
- });
1552
- }
1553
-
1554
- export interface DisassociateWirelessDeviceFromThingRequest {
1555
- /**
1556
- * <p>The ID of the resource to update.</p>
1557
- */
1558
- Id: string | undefined;
1559
- }
1560
-
1561
- export namespace DisassociateWirelessDeviceFromThingRequest {
1562
- /**
1563
- * @internal
1564
- */
1565
- export const filterSensitiveLog = (obj: DisassociateWirelessDeviceFromThingRequest): any => ({
1566
- ...obj,
1567
- });
1568
- }
1569
-
1570
- export interface DisassociateWirelessDeviceFromThingResponse {}
1571
-
1572
- export namespace DisassociateWirelessDeviceFromThingResponse {
1573
- /**
1574
- * @internal
1575
- */
1576
- export const filterSensitiveLog = (obj: DisassociateWirelessDeviceFromThingResponse): any => ({
1577
- ...obj,
1578
- });
1579
- }
1580
-
1581
- export interface DisassociateWirelessGatewayFromCertificateRequest {
1582
- /**
1583
- * <p>The ID of the resource to update.</p>
1584
- */
1585
- Id: string | undefined;
1586
- }
1587
-
1588
- export namespace DisassociateWirelessGatewayFromCertificateRequest {
1589
- /**
1590
- * @internal
1591
- */
1592
- export const filterSensitiveLog = (obj: DisassociateWirelessGatewayFromCertificateRequest): any => ({
1593
- ...obj,
1594
- });
1595
- }
1596
-
1597
- export interface DisassociateWirelessGatewayFromCertificateResponse {}
1598
-
1599
- export namespace DisassociateWirelessGatewayFromCertificateResponse {
1600
- /**
1601
- * @internal
1602
- */
1603
- export const filterSensitiveLog = (obj: DisassociateWirelessGatewayFromCertificateResponse): any => ({
1604
- ...obj,
1605
- });
1606
- }
1607
-
1608
- export interface DisassociateWirelessGatewayFromThingRequest {
1609
- /**
1610
- * <p>The ID of the resource to update.</p>
1611
- */
1612
- Id: string | undefined;
1613
- }
1614
-
1615
- export namespace DisassociateWirelessGatewayFromThingRequest {
1616
- /**
1617
- * @internal
1618
- */
1619
- export const filterSensitiveLog = (obj: DisassociateWirelessGatewayFromThingRequest): any => ({
1620
- ...obj,
1621
- });
1622
- }
1623
-
1624
- export interface DisassociateWirelessGatewayFromThingResponse {}
1625
-
1626
- export namespace DisassociateWirelessGatewayFromThingResponse {
1627
- /**
1628
- * @internal
1629
- */
1630
- export const filterSensitiveLog = (obj: DisassociateWirelessGatewayFromThingResponse): any => ({
1631
- ...obj,
1632
- });
1633
- }
1634
-
1635
- export enum Event {
1636
- ACK = "ack",
1637
- DISCOVERED = "discovered",
1638
- LOST = "lost",
1639
- NACK = "nack",
1640
- PASSTHROUGH = "passthrough",
1641
- }
1642
-
1643
- export interface GetDestinationRequest {
1644
- /**
1645
- * <p>The name of the resource to get.</p>
1646
- */
1647
- Name: string | undefined;
1648
- }
1649
-
1650
- export namespace GetDestinationRequest {
1651
- /**
1652
- * @internal
1653
- */
1654
- export const filterSensitiveLog = (obj: GetDestinationRequest): any => ({
1655
- ...obj,
1656
- });
1657
- }
1658
-
1659
- export interface GetDestinationResponse {
1660
- /**
1661
- * <p>The Amazon Resource Name of the resource.</p>
1662
- */
1663
- Arn?: string;
1664
-
1665
- /**
1666
- * <p>The name of the resource.</p>
1667
- */
1668
- Name?: string;
1669
-
1670
- /**
1671
- * <p>The rule name or topic rule to send messages to.</p>
1672
- */
1673
- Expression?: string;
1674
-
1675
- /**
1676
- * <p>The type of value in <code>Expression</code>.</p>
1677
- */
1678
- ExpressionType?: ExpressionType | string;
1679
-
1680
- /**
1681
- * <p>The description of the resource.</p>
1682
- */
1683
- Description?: string;
1684
-
1685
- /**
1686
- * <p>The ARN of the IAM Role that authorizes the destination.</p>
1687
- */
1688
- RoleArn?: string;
1689
- }
1690
-
1691
- export namespace GetDestinationResponse {
1692
- /**
1693
- * @internal
1694
- */
1695
- export const filterSensitiveLog = (obj: GetDestinationResponse): any => ({
1696
- ...obj,
1697
- });
1698
- }
1699
-
1700
- export interface GetDeviceProfileRequest {
1701
- /**
1702
- * <p>The ID of the resource to get.</p>
1703
- */
1704
- Id: string | undefined;
1705
- }
1706
-
1707
- export namespace GetDeviceProfileRequest {
1708
- /**
1709
- * @internal
1710
- */
1711
- export const filterSensitiveLog = (obj: GetDeviceProfileRequest): any => ({
1712
- ...obj,
1713
- });
1714
- }
1715
-
1716
- export interface GetDeviceProfileResponse {
1717
- /**
1718
- * <p>The Amazon Resource Name of the resource.</p>
1719
- */
1720
- Arn?: string;
1721
-
1722
- /**
1723
- * <p>The name of the resource.</p>
1724
- */
1725
- Name?: string;
1726
-
1727
- /**
1728
- * <p>The ID of the device profile.</p>
1729
- */
1730
- Id?: string;
1731
-
1732
- /**
1733
- * <p>Information about the device profile.</p>
1734
- */
1735
- LoRaWAN?: LoRaWANDeviceProfile;
1736
- }
1737
-
1738
- export namespace GetDeviceProfileResponse {
1739
- /**
1740
- * @internal
1741
- */
1742
- export const filterSensitiveLog = (obj: GetDeviceProfileResponse): any => ({
1743
- ...obj,
1744
- });
1745
- }
1746
-
1747
- export interface GetLogLevelsByResourceTypesRequest {}
1748
-
1749
- export namespace GetLogLevelsByResourceTypesRequest {
1750
- /**
1751
- * @internal
1752
- */
1753
- export const filterSensitiveLog = (obj: GetLogLevelsByResourceTypesRequest): any => ({
1754
- ...obj,
1755
- });
1756
- }
1757
-
1758
- export enum LogLevel {
1759
- DISABLED = "DISABLED",
1760
- ERROR = "ERROR",
1761
- INFO = "INFO",
1762
- }
1763
-
1764
- export enum WirelessDeviceEvent {
1765
- Downlink_Data = "Downlink_Data",
1766
- Join = "Join",
1767
- Registration = "Registration",
1768
- Rejoin = "Rejoin",
1769
- Uplink_Data = "Uplink_Data",
1770
- }
1771
-
1772
- /**
1773
- * <p>The log options for a wireless device event and can be used to set log levels for a specific wireless device event.</p>
1774
- * <p>For a LoRaWAN device, possible events for a log messsage are: <code>Join</code>, <code>Rejoin</code>,
1775
- * <code>Downlink_Data</code>, and <code>Uplink_Data</code>. For a Sidewalk device, possible events for a log message are
1776
- * <code>Registration</code>, <code>Downlink_Data</code>, and <code>Uplink_Data</code>.</p>
1777
- */
1778
- export interface WirelessDeviceEventLogOption {
1779
- /**
1780
- * <p>The event for a log message, if the log message is tied to a wireless device.</p>
1781
- */
1782
- Event: WirelessDeviceEvent | string | undefined;
1783
-
1784
- /**
1785
- * <p>The log level for a log message.</p>
1786
- */
1787
- LogLevel: LogLevel | string | undefined;
1788
- }
1789
-
1790
- export namespace WirelessDeviceEventLogOption {
1791
- /**
1792
- * @internal
1793
- */
1794
- export const filterSensitiveLog = (obj: WirelessDeviceEventLogOption): any => ({
1795
- ...obj,
1796
- });
1797
- }
1798
-
1799
- /**
1800
- * <p>The log options for wireless devices and can be used to set log levels for a specific type of wireless device.</p>
1801
- */
1802
- export interface WirelessDeviceLogOption {
1803
- /**
1804
- * <p>The wireless device type.</p>
1805
- */
1806
- Type: WirelessDeviceType | string | undefined;
1807
-
1808
- /**
1809
- * <p>The log level for a log message.</p>
1810
- */
1811
- LogLevel: LogLevel | string | undefined;
1812
-
1813
- /**
1814
- * <p>The list of wireless device event log options.</p>
1815
- */
1816
- Events?: WirelessDeviceEventLogOption[];
1817
- }
1818
-
1819
- export namespace WirelessDeviceLogOption {
1820
- /**
1821
- * @internal
1822
- */
1823
- export const filterSensitiveLog = (obj: WirelessDeviceLogOption): any => ({
1824
- ...obj,
1825
- });
1826
- }
1827
-
1828
- export enum WirelessGatewayEvent {
1829
- CUPS_Request = "CUPS_Request",
1830
- Certificate = "Certificate",
1831
- }
1832
-
1833
- /**
1834
- * <p>The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.</p>
1835
- * <p>For a LoRaWAN gateway, possible events for a log message are <code>CUPS_Request</code> and <code>Certificate</code>.</p>
1836
- */
1837
- export interface WirelessGatewayEventLogOption {
1838
- /**
1839
- * <p>The event for a log message, if the log message is tied to a wireless gateway.</p>
1840
- */
1841
- Event: WirelessGatewayEvent | string | undefined;
1842
-
1843
- /**
1844
- * <p>The log level for a log message.</p>
1845
- */
1846
- LogLevel: LogLevel | string | undefined;
1847
- }
1848
-
1849
- export namespace WirelessGatewayEventLogOption {
1850
- /**
1851
- * @internal
1852
- */
1853
- export const filterSensitiveLog = (obj: WirelessGatewayEventLogOption): any => ({
1854
- ...obj,
1855
- });
1856
- }
1857
-
1858
- export enum WirelessGatewayType {
1859
- LoRaWAN = "LoRaWAN",
1860
- }
1861
-
1862
- /**
1863
- * <p>The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.</p>
1864
- */
1865
- export interface WirelessGatewayLogOption {
1866
- /**
1867
- * <p>The wireless gateway type.</p>
1868
- */
1869
- Type: WirelessGatewayType | string | undefined;
1870
-
1871
- /**
1872
- * <p>The log level for a log message.</p>
1873
- */
1874
- LogLevel: LogLevel | string | undefined;
1875
-
1876
- /**
1877
- * <p>The list of wireless gateway event log options.</p>
1878
- */
1879
- Events?: WirelessGatewayEventLogOption[];
1880
- }
1881
-
1882
- export namespace WirelessGatewayLogOption {
1883
- /**
1884
- * @internal
1885
- */
1886
- export const filterSensitiveLog = (obj: WirelessGatewayLogOption): any => ({
1887
- ...obj,
1888
- });
1889
- }
1890
-
1891
- export interface GetLogLevelsByResourceTypesResponse {
1892
- /**
1893
- * <p>The log level for a log message.</p>
1894
- */
1895
- DefaultLogLevel?: LogLevel | string;
1896
-
1897
- /**
1898
- * <p>The list of wireless gateway log options.</p>
1899
- */
1900
- WirelessGatewayLogOptions?: WirelessGatewayLogOption[];
1901
-
1902
- /**
1903
- * <p>The list of wireless device log options.</p>
1904
- */
1905
- WirelessDeviceLogOptions?: WirelessDeviceLogOption[];
1906
- }
1907
-
1908
- export namespace GetLogLevelsByResourceTypesResponse {
1909
- /**
1910
- * @internal
1911
- */
1912
- export const filterSensitiveLog = (obj: GetLogLevelsByResourceTypesResponse): any => ({
1913
- ...obj,
1914
- });
1915
- }
1916
-
1917
- export interface GetPartnerAccountRequest {
1918
- /**
1919
- * <p>The partner account ID to disassociate from the AWS account.</p>
1920
- */
1921
- PartnerAccountId: string | undefined;
1922
-
1923
- /**
1924
- * <p>The partner type.</p>
1925
- */
1926
- PartnerType: PartnerType | string | undefined;
1927
- }
1928
-
1929
- export namespace GetPartnerAccountRequest {
1930
- /**
1931
- * @internal
1932
- */
1933
- export const filterSensitiveLog = (obj: GetPartnerAccountRequest): any => ({
1934
- ...obj,
1935
- });
1936
- }
1937
-
1938
- /**
1939
- * <p>Information about a Sidewalk account.</p>
1940
- */
1941
- export interface SidewalkAccountInfoWithFingerprint {
1942
- /**
1943
- * <p>The Sidewalk Amazon ID.</p>
1944
- */
1945
- AmazonId?: string;
1946
-
1947
- /**
1948
- * <p>The fingerprint of the Sidewalk application server private key.</p>
1949
- */
1950
- Fingerprint?: string;
1951
-
1952
- /**
1953
- * <p>The Amazon Resource Name of the resource.</p>
1954
- */
1955
- Arn?: string;
1956
- }
1957
-
1958
- export namespace SidewalkAccountInfoWithFingerprint {
1959
- /**
1960
- * @internal
1961
- */
1962
- export const filterSensitiveLog = (obj: SidewalkAccountInfoWithFingerprint): any => ({
1963
- ...obj,
1964
- ...(obj.Fingerprint && { Fingerprint: SENSITIVE_STRING }),
1965
- });
1966
- }
1967
-
1968
- export interface GetPartnerAccountResponse {
1969
- /**
1970
- * <p>The Sidewalk account credentials.</p>
1971
- */
1972
- Sidewalk?: SidewalkAccountInfoWithFingerprint;
1973
-
1974
- /**
1975
- * <p>Whether the partner account is linked to the AWS account.</p>
1976
- */
1977
- AccountLinked?: boolean;
1978
- }
1979
-
1980
- export namespace GetPartnerAccountResponse {
1981
- /**
1982
- * @internal
1983
- */
1984
- export const filterSensitiveLog = (obj: GetPartnerAccountResponse): any => ({
1985
- ...obj,
1986
- ...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfoWithFingerprint.filterSensitiveLog(obj.Sidewalk) }),
1987
- });
1988
- }
1989
-
1990
- export interface GetResourceLogLevelRequest {
1991
- /**
1992
- * <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
1993
- * it is the wireless gateway ID.</p>
1994
- */
1995
- ResourceIdentifier: string | undefined;
1996
-
1997
- /**
1998
- * <p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>
1999
- */
2000
- ResourceType: string | undefined;
2001
- }
2002
-
2003
- export namespace GetResourceLogLevelRequest {
2004
- /**
2005
- * @internal
2006
- */
2007
- export const filterSensitiveLog = (obj: GetResourceLogLevelRequest): any => ({
2008
- ...obj,
2009
- });
2010
- }
2011
-
2012
- export interface GetResourceLogLevelResponse {
2013
- /**
2014
- * <p>The log level for a log message.</p>
2015
- */
2016
- LogLevel?: LogLevel | string;
2017
- }
2018
-
2019
- export namespace GetResourceLogLevelResponse {
2020
- /**
2021
- * @internal
2022
- */
2023
- export const filterSensitiveLog = (obj: GetResourceLogLevelResponse): any => ({
2024
- ...obj,
2025
- });
2026
- }
2027
-
2028
- export enum WirelessGatewayServiceType {
2029
- CUPS = "CUPS",
2030
- LNS = "LNS",
2031
- }
2032
-
2033
- export interface GetServiceEndpointRequest {
2034
- /**
2035
- * <p>The service type for which to get endpoint information about. Can be <code>CUPS</code> for the Configuration and Update Server endpoint, or <code>LNS</code> for the LoRaWAN Network Server endpoint.</p>
2036
- */
2037
- ServiceType?: WirelessGatewayServiceType | string;
2038
- }
2039
-
2040
- export namespace GetServiceEndpointRequest {
2041
- /**
2042
- * @internal
2043
- */
2044
- export const filterSensitiveLog = (obj: GetServiceEndpointRequest): any => ({
2045
- ...obj,
2046
- });
2047
- }
2048
-
2049
- export interface GetServiceEndpointResponse {
2050
- /**
2051
- * <p>The endpoint's service type.</p>
2052
- */
2053
- ServiceType?: WirelessGatewayServiceType | string;
2054
-
2055
- /**
2056
- * <p>The service endpoint value.</p>
2057
- */
2058
- ServiceEndpoint?: string;
2059
-
2060
- /**
2061
- * <p>The Root CA of the server trust certificate.</p>
2062
- */
2063
- ServerTrust?: string;
2064
- }
2065
-
2066
- export namespace GetServiceEndpointResponse {
2067
- /**
2068
- * @internal
2069
- */
2070
- export const filterSensitiveLog = (obj: GetServiceEndpointResponse): any => ({
2071
- ...obj,
2072
- });
2073
- }
2074
-
2075
- export interface GetServiceProfileRequest {
2076
- /**
2077
- * <p>The ID of the resource to get.</p>
2078
- */
2079
- Id: string | undefined;
2080
- }
2081
-
2082
- export namespace GetServiceProfileRequest {
2083
- /**
2084
- * @internal
2085
- */
2086
- export const filterSensitiveLog = (obj: GetServiceProfileRequest): any => ({
2087
- ...obj,
2088
- });
2089
- }
2090
-
2091
- /**
2092
- * <p>LoRaWANGetServiceProfileInfo object.</p>
2093
- */
2094
- export interface LoRaWANGetServiceProfileInfo {
2095
- /**
2096
- * <p>The ULRate value.</p>
2097
- */
2098
- UlRate?: number;
2099
-
2100
- /**
2101
- * <p>The ULBucketSize value.</p>
2102
- */
2103
- UlBucketSize?: number;
2104
-
2105
- /**
2106
- * <p>The ULRatePolicy value.</p>
2107
- */
2108
- UlRatePolicy?: string;
2109
-
2110
- /**
2111
- * <p>The DLRate value.</p>
2112
- */
2113
- DlRate?: number;
2114
-
2115
- /**
2116
- * <p>The DLBucketSize value.</p>
2117
- */
2118
- DlBucketSize?: number;
2119
-
2120
- /**
2121
- * <p>The DLRatePolicy value.</p>
2122
- */
2123
- DlRatePolicy?: string;
2124
-
2125
- /**
2126
- * <p>The AddGWMetaData value.</p>
2127
- */
2128
- AddGwMetadata?: boolean;
2129
-
2130
- /**
2131
- * <p>The DevStatusReqFreq value.</p>
2132
- */
2133
- DevStatusReqFreq?: number;
2134
-
2135
- /**
2136
- * <p>The ReportDevStatusBattery value.</p>
2137
- */
2138
- ReportDevStatusBattery?: boolean;
2139
-
2140
- /**
2141
- * <p>The ReportDevStatusMargin value.</p>
2142
- */
2143
- ReportDevStatusMargin?: boolean;
2144
-
2145
- /**
2146
- * <p>The DRMin value.</p>
2147
- */
2148
- DrMin?: number;
2149
-
2150
- /**
2151
- * <p>The DRMax value.</p>
2152
- */
2153
- DrMax?: number;
2154
-
2155
- /**
2156
- * <p>The ChannelMask value.</p>
2157
- */
2158
- ChannelMask?: string;
2159
-
2160
- /**
2161
- * <p>The PRAllowed value that describes whether passive roaming is allowed.</p>
2162
- */
2163
- PrAllowed?: boolean;
2164
-
2165
- /**
2166
- * <p>The HRAllowed value that describes whether handover roaming is allowed.</p>
2167
- */
2168
- HrAllowed?: boolean;
2169
-
2170
- /**
2171
- * <p>The RAAllowed value that describes whether roaming activation is allowed.</p>
2172
- */
2173
- RaAllowed?: boolean;
2174
-
2175
- /**
2176
- * <p>The NwkGeoLoc value.</p>
2177
- */
2178
- NwkGeoLoc?: boolean;
2179
-
2180
- /**
2181
- * <p>The TargetPER value.</p>
2182
- */
2183
- TargetPer?: number;
2184
-
2185
- /**
2186
- * <p>The MinGwDiversity value.</p>
2187
- */
2188
- MinGwDiversity?: number;
2189
- }
2190
-
2191
- export namespace LoRaWANGetServiceProfileInfo {
2192
- /**
2193
- * @internal
2194
- */
2195
- export const filterSensitiveLog = (obj: LoRaWANGetServiceProfileInfo): any => ({
2196
- ...obj,
2197
- });
2198
- }
2199
-
2200
- export interface GetServiceProfileResponse {
2201
- /**
2202
- * <p>The Amazon Resource Name of the resource.</p>
2203
- */
2204
- Arn?: string;
2205
-
2206
- /**
2207
- * <p>The name of the resource.</p>
2208
- */
2209
- Name?: string;
2210
-
2211
- /**
2212
- * <p>The ID of the service profile.</p>
2213
- */
2214
- Id?: string;
2215
-
2216
- /**
2217
- * <p>Information about the service profile.</p>
2218
- */
2219
- LoRaWAN?: LoRaWANGetServiceProfileInfo;
2220
- }
2221
-
2222
- export namespace GetServiceProfileResponse {
2223
- /**
2224
- * @internal
2225
- */
2226
- export const filterSensitiveLog = (obj: GetServiceProfileResponse): any => ({
2227
- ...obj,
2228
- });
2229
- }
2230
-
2231
- export enum WirelessDeviceIdType {
2232
- DevEui = "DevEui",
2233
- SidewalkManufacturingSn = "SidewalkManufacturingSn",
2234
- ThingName = "ThingName",
2235
- WirelessDeviceId = "WirelessDeviceId",
2236
- }
2237
-
2238
- export interface GetWirelessDeviceRequest {
2239
- /**
2240
- * <p>The identifier of the wireless device to get.</p>
2241
- */
2242
- Identifier: string | undefined;
2243
-
2244
- /**
2245
- * <p>The type of identifier used in <code>identifier</code>.</p>
2246
- */
2247
- IdentifierType: WirelessDeviceIdType | string | undefined;
2248
- }
2249
-
2250
- export namespace GetWirelessDeviceRequest {
2251
- /**
2252
- * @internal
2253
- */
2254
- export const filterSensitiveLog = (obj: GetWirelessDeviceRequest): any => ({
2255
- ...obj,
2256
- });
2257
- }
2258
-
2259
- /**
2260
- * <p>Sidewalk device object.</p>
2261
- */
2262
- export interface SidewalkDevice {
2263
- /**
2264
- * <p>The Sidewalk Amazon ID.</p>
2265
- */
2266
- AmazonId?: string;
2267
-
2268
- /**
2269
- * <p>The sidewalk device identification.</p>
2270
- */
2271
- SidewalkId?: string;
2272
-
2273
- /**
2274
- * <p>The Sidewalk manufacturing series number.</p>
2275
- */
2276
- SidewalkManufacturingSn?: string;
2277
-
2278
- /**
2279
- * <p>The sidewalk device certificates for Ed25519 and P256r1.</p>
2280
- */
2281
- DeviceCertificates?: CertificateList[];
2282
- }
2283
-
2284
- export namespace SidewalkDevice {
2285
- /**
2286
- * @internal
2287
- */
2288
- export const filterSensitiveLog = (obj: SidewalkDevice): any => ({
2289
- ...obj,
2290
- });
2291
- }
2292
-
2293
- export interface GetWirelessDeviceResponse {
2294
- /**
2295
- * <p>The wireless device type.</p>
2296
- */
2297
- Type?: WirelessDeviceType | string;
2298
-
2299
- /**
2300
- * <p>The name of the resource.</p>
2301
- */
2302
- Name?: string;
2303
-
2304
- /**
2305
- * <p>The description of the resource.</p>
2306
- */
2307
- Description?: string;
2308
-
2309
- /**
2310
- * <p>The name of the destination to which the device is assigned.</p>
2311
- */
2312
- DestinationName?: string;
2313
-
2314
- /**
2315
- * <p>The ID of the wireless device.</p>
2316
- */
2317
- Id?: string;
2318
-
2319
- /**
2320
- * <p>The Amazon Resource Name of the resource.</p>
2321
- */
2322
- Arn?: string;
2323
-
2324
- /**
2325
- * <p>The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.</p>
2326
- */
2327
- ThingName?: string;
2328
-
2329
- /**
2330
- * <p>The ARN of the thing associated with the wireless device.</p>
2331
- */
2332
- ThingArn?: string;
2333
-
2334
- /**
2335
- * <p>Information about the wireless device.</p>
2336
- */
2337
- LoRaWAN?: LoRaWANDevice;
2338
-
2339
- /**
2340
- * <p>Sidewalk device object.</p>
2341
- */
2342
- Sidewalk?: SidewalkDevice;
2343
- }
2344
-
2345
- export namespace GetWirelessDeviceResponse {
2346
- /**
2347
- * @internal
2348
- */
2349
- export const filterSensitiveLog = (obj: GetWirelessDeviceResponse): any => ({
2350
- ...obj,
2351
- });
2352
- }
2353
-
2354
- export interface GetWirelessDeviceStatisticsRequest {
2355
- /**
2356
- * <p>The ID of the wireless device for which to get the data.</p>
2357
- */
2358
- WirelessDeviceId: string | undefined;
2359
- }
2360
-
2361
- export namespace GetWirelessDeviceStatisticsRequest {
2362
- /**
2363
- * @internal
2364
- */
2365
- export const filterSensitiveLog = (obj: GetWirelessDeviceStatisticsRequest): any => ({
2366
- ...obj,
2367
- });
2368
- }
2369
-
2370
- /**
2371
- * <p>LoRaWAN gateway metatdata.</p>
2372
- */
2373
- export interface LoRaWANGatewayMetadata {
2374
- /**
2375
- * <p>The gateway's EUI value.</p>
2376
- */
2377
- GatewayEui?: string;
2378
-
2379
- /**
2380
- * <p>The SNR value.</p>
2381
- */
2382
- Snr?: number;
2383
-
2384
- /**
2385
- * <p>The RSSI value.</p>
2386
- */
2387
- Rssi?: number;
2388
- }
2389
-
2390
- export namespace LoRaWANGatewayMetadata {
2391
- /**
2392
- * @internal
2393
- */
2394
- export const filterSensitiveLog = (obj: LoRaWANGatewayMetadata): any => ({
2395
- ...obj,
2396
- });
2397
- }
2398
-
2399
- /**
2400
- * <p>LoRaWAN device metatdata.</p>
2401
- */
2402
- export interface LoRaWANDeviceMetadata {
2403
- /**
2404
- * <p>The DevEUI value.</p>
2405
- */
2406
- DevEui?: string;
2407
-
2408
- /**
2409
- * <p>The FPort value.</p>
2410
- */
2411
- FPort?: number;
2412
-
2413
- /**
2414
- * <p>The DataRate value.</p>
2415
- */
2416
- DataRate?: number;
2417
-
2418
- /**
2419
- * <p>The device's channel frequency in Hz.</p>
2420
- */
2421
- Frequency?: number;
2422
-
2423
- /**
2424
- * <p>The date and time of the metadata.</p>
2425
- */
2426
- Timestamp?: string;
2427
-
2428
- /**
2429
- * <p>Information about the gateways accessed by the device.</p>
2430
- */
2431
- Gateways?: LoRaWANGatewayMetadata[];
2432
- }
2433
-
2434
- export namespace LoRaWANDeviceMetadata {
2435
- /**
2436
- * @internal
2437
- */
2438
- export const filterSensitiveLog = (obj: LoRaWANDeviceMetadata): any => ({
2439
- ...obj,
2440
- });
2441
- }
2442
-
2443
- /**
2444
- * <p>MetaData for Sidewalk device.</p>
2445
- */
2446
- export interface SidewalkDeviceMetadata {
2447
- /**
2448
- * <p>The RSSI value.</p>
2449
- */
2450
- Rssi?: number;
2451
-
2452
- /**
2453
- * <p>Sidewalk device battery level.</p>
2454
- */
2455
- BatteryLevel?: BatteryLevel | string;
2456
-
2457
- /**
2458
- * <p>Sidewalk device status notification.</p>
2459
- */
2460
- Event?: Event | string;
2461
-
2462
- /**
2463
- * <p>Device state defines the device status of sidewalk device.</p>
2464
- */
2465
- DeviceState?: DeviceState | string;
2466
- }
2467
-
2468
- export namespace SidewalkDeviceMetadata {
2469
- /**
2470
- * @internal
2471
- */
2472
- export const filterSensitiveLog = (obj: SidewalkDeviceMetadata): any => ({
2473
- ...obj,
2474
- });
2475
- }
2476
-
2477
- export interface GetWirelessDeviceStatisticsResponse {
2478
- /**
2479
- * <p>The ID of the wireless device.</p>
2480
- */
2481
- WirelessDeviceId?: string;
2482
-
2483
- /**
2484
- * <p>The date and time when the most recent uplink was received.</p>
2485
- */
2486
- LastUplinkReceivedAt?: string;
2487
-
2488
- /**
2489
- * <p>Information about the wireless device's operations.</p>
2490
- */
2491
- LoRaWAN?: LoRaWANDeviceMetadata;
2492
-
2493
- /**
2494
- * <p>MetaData for Sidewalk device.</p>
2495
- */
2496
- Sidewalk?: SidewalkDeviceMetadata;
2497
- }
2498
-
2499
- export namespace GetWirelessDeviceStatisticsResponse {
2500
- /**
2501
- * @internal
2502
- */
2503
- export const filterSensitiveLog = (obj: GetWirelessDeviceStatisticsResponse): any => ({
2504
- ...obj,
2505
- });
2506
- }
2507
-
2508
- export enum WirelessGatewayIdType {
2509
- GatewayEui = "GatewayEui",
2510
- ThingName = "ThingName",
2511
- WirelessGatewayId = "WirelessGatewayId",
2512
- }
2513
-
2514
- export interface GetWirelessGatewayRequest {
2515
- /**
2516
- * <p>The identifier of the wireless gateway to get.</p>
2517
- */
2518
- Identifier: string | undefined;
2519
-
2520
- /**
2521
- * <p>The type of identifier used in <code>identifier</code>.</p>
2522
- */
2523
- IdentifierType: WirelessGatewayIdType | string | undefined;
2524
- }
2525
-
2526
- export namespace GetWirelessGatewayRequest {
2527
- /**
2528
- * @internal
2529
- */
2530
- export const filterSensitiveLog = (obj: GetWirelessGatewayRequest): any => ({
2531
- ...obj,
2532
- });
2533
- }
2534
-
2535
- export interface GetWirelessGatewayResponse {
2536
- /**
2537
- * <p>The name of the resource.</p>
2538
- */
2539
- Name?: string;
2540
-
2541
- /**
2542
- * <p>The ID of the wireless gateway.</p>
2543
- */
2544
- Id?: string;
2545
-
2546
- /**
2547
- * <p>The description of the resource.</p>
2548
- */
2549
- Description?: string;
2550
-
2551
- /**
2552
- * <p>Information about the wireless gateway.</p>
2553
- */
2554
- LoRaWAN?: LoRaWANGateway;
2555
-
2556
- /**
2557
- * <p>The Amazon Resource Name of the resource.</p>
2558
- */
2559
- Arn?: string;
2560
-
2561
- /**
2562
- * <p>The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.</p>
2563
- */
2564
- ThingName?: string;
2565
-
2566
- /**
2567
- * <p>The ARN of the thing associated with the wireless gateway.</p>
2568
- */
2569
- ThingArn?: string;
2570
- }
2571
-
2572
- export namespace GetWirelessGatewayResponse {
2573
- /**
2574
- * @internal
2575
- */
2576
- export const filterSensitiveLog = (obj: GetWirelessGatewayResponse): any => ({
2577
- ...obj,
2578
- });
2579
- }
2580
-
2581
- export interface GetWirelessGatewayCertificateRequest {
2582
- /**
2583
- * <p>The ID of the resource to get.</p>
2584
- */
2585
- Id: string | undefined;
2586
- }
2587
-
2588
- export namespace GetWirelessGatewayCertificateRequest {
2589
- /**
2590
- * @internal
2591
- */
2592
- export const filterSensitiveLog = (obj: GetWirelessGatewayCertificateRequest): any => ({
2593
- ...obj,
2594
- });
2595
- }
2596
-
2597
- export interface GetWirelessGatewayCertificateResponse {
2598
- /**
2599
- * <p>The ID of the certificate associated with the wireless gateway.</p>
2600
- */
2601
- IotCertificateId?: string;
2602
-
2603
- /**
2604
- * <p>The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.</p>
2605
- */
2606
- LoRaWANNetworkServerCertificateId?: string;
2607
- }
2608
-
2609
- export namespace GetWirelessGatewayCertificateResponse {
2610
- /**
2611
- * @internal
2612
- */
2613
- export const filterSensitiveLog = (obj: GetWirelessGatewayCertificateResponse): any => ({
2614
- ...obj,
2615
- });
2616
- }
2617
-
2618
- export interface GetWirelessGatewayFirmwareInformationRequest {
2619
- /**
2620
- * <p>The ID of the resource to get.</p>
2621
- */
2622
- Id: string | undefined;
2623
- }
2624
-
2625
- export namespace GetWirelessGatewayFirmwareInformationRequest {
2626
- /**
2627
- * @internal
2628
- */
2629
- export const filterSensitiveLog = (obj: GetWirelessGatewayFirmwareInformationRequest): any => ({
2630
- ...obj,
2631
- });
2632
- }
2633
-
2634
- /**
2635
- * <p>LoRaWANGatewayCurrentVersion object.</p>
2636
- */
2637
- export interface LoRaWANGatewayCurrentVersion {
2638
- /**
2639
- * <p>The version of the gateways that should receive the update.</p>
2640
- */
2641
- CurrentVersion?: LoRaWANGatewayVersion;
2642
- }
2643
-
2644
- export namespace LoRaWANGatewayCurrentVersion {
2645
- /**
2646
- * @internal
2647
- */
2648
- export const filterSensitiveLog = (obj: LoRaWANGatewayCurrentVersion): any => ({
2649
- ...obj,
2650
- });
2651
- }
2652
-
2653
- export interface GetWirelessGatewayFirmwareInformationResponse {
2654
- /**
2655
- * <p>Information about the wireless gateway's firmware.</p>
2656
- */
2657
- LoRaWAN?: LoRaWANGatewayCurrentVersion;
2658
- }
2659
-
2660
- export namespace GetWirelessGatewayFirmwareInformationResponse {
2661
- /**
2662
- * @internal
2663
- */
2664
- export const filterSensitiveLog = (obj: GetWirelessGatewayFirmwareInformationResponse): any => ({
2665
- ...obj,
2666
- });
2667
- }
2668
-
2669
- export interface GetWirelessGatewayStatisticsRequest {
2670
- /**
2671
- * <p>The ID of the wireless gateway for which to get the data.</p>
2672
- */
2673
- WirelessGatewayId: string | undefined;
2674
- }
2675
-
2676
- export namespace GetWirelessGatewayStatisticsRequest {
2677
- /**
2678
- * @internal
2679
- */
2680
- export const filterSensitiveLog = (obj: GetWirelessGatewayStatisticsRequest): any => ({
2681
- ...obj,
2682
- });
2683
- }
2684
-
2685
- export interface GetWirelessGatewayStatisticsResponse {
2686
- /**
2687
- * <p>The ID of the wireless gateway.</p>
2688
- */
2689
- WirelessGatewayId?: string;
2690
-
2691
- /**
2692
- * <p>The date and time when the most recent uplink was received.</p>
2693
- */
2694
- LastUplinkReceivedAt?: string;
2695
-
2696
- /**
2697
- * <p>The connection status of the wireless gateway.</p>
2698
- */
2699
- ConnectionStatus?: ConnectionStatus | string;
2700
- }
2701
-
2702
- export namespace GetWirelessGatewayStatisticsResponse {
2703
- /**
2704
- * @internal
2705
- */
2706
- export const filterSensitiveLog = (obj: GetWirelessGatewayStatisticsResponse): any => ({
2707
- ...obj,
2708
- });
2709
- }
2710
-
2711
- export interface GetWirelessGatewayTaskRequest {
2712
- /**
2713
- * <p>The ID of the resource to get.</p>
2714
- */
2715
- Id: string | undefined;
2716
- }
2717
-
2718
- export namespace GetWirelessGatewayTaskRequest {
2719
- /**
2720
- * @internal
2721
- */
2722
- export const filterSensitiveLog = (obj: GetWirelessGatewayTaskRequest): any => ({
2723
- ...obj,
2724
- });
2725
- }
2726
-
2727
- export interface GetWirelessGatewayTaskResponse {
2728
- /**
2729
- * <p>The ID of the wireless gateway.</p>
2730
- */
2731
- WirelessGatewayId?: string;
2732
-
2733
- /**
2734
- * <p>The ID of the WirelessGatewayTask.</p>
2735
- */
2736
- WirelessGatewayTaskDefinitionId?: string;
2737
-
2738
- /**
2739
- * <p>The date and time when the most recent uplink was received.</p>
2740
- */
2741
- LastUplinkReceivedAt?: string;
2742
-
2743
- /**
2744
- * <p>The date and time when the task was created.</p>
2745
- */
2746
- TaskCreatedAt?: string;
2747
-
2748
- /**
2749
- * <p>The status of the request.</p>
2750
- */
2751
- Status?: WirelessGatewayTaskStatus | string;
2752
- }
2753
-
2754
- export namespace GetWirelessGatewayTaskResponse {
2755
- /**
2756
- * @internal
2757
- */
2758
- export const filterSensitiveLog = (obj: GetWirelessGatewayTaskResponse): any => ({
2759
- ...obj,
2760
- });
2761
- }
2762
-
2763
- export interface GetWirelessGatewayTaskDefinitionRequest {
2764
- /**
2765
- * <p>The ID of the resource to get.</p>
2766
- */
2767
- Id: string | undefined;
2768
- }
2769
-
2770
- export namespace GetWirelessGatewayTaskDefinitionRequest {
2771
- /**
2772
- * @internal
2773
- */
2774
- export const filterSensitiveLog = (obj: GetWirelessGatewayTaskDefinitionRequest): any => ({
2775
- ...obj,
2776
- });
2777
- }
2778
-
2779
- export interface GetWirelessGatewayTaskDefinitionResponse {
2780
- /**
2781
- * <p>Whether to automatically create tasks using this task definition for all gateways with the specified current version. If <code>false</code>, the task must me created by calling <code>CreateWirelessGatewayTask</code>.</p>
2782
- */
2783
- AutoCreateTasks?: boolean;
2784
-
2785
- /**
2786
- * <p>The name of the resource.</p>
2787
- */
2788
- Name?: string;
2789
-
2790
- /**
2791
- * <p>Information about the gateways to update.</p>
2792
- */
2793
- Update?: UpdateWirelessGatewayTaskCreate;
2794
-
2795
- /**
2796
- * <p>The Amazon Resource Name of the resource.</p>
2797
- */
2798
- Arn?: string;
2799
- }
2800
-
2801
- export namespace GetWirelessGatewayTaskDefinitionResponse {
2802
- /**
2803
- * @internal
2804
- */
2805
- export const filterSensitiveLog = (obj: GetWirelessGatewayTaskDefinitionResponse): any => ({
2806
- ...obj,
2807
- });
2808
- }
2809
-
2810
- export interface ListDestinationsRequest {
2811
- /**
2812
- * <p>The maximum number of results to return in this operation.</p>
2813
- */
2814
- MaxResults?: number;
2815
-
2816
- /**
2817
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
2818
- */
2819
- NextToken?: string;
2820
- }
2821
-
2822
- export namespace ListDestinationsRequest {
2823
- /**
2824
- * @internal
2825
- */
2826
- export const filterSensitiveLog = (obj: ListDestinationsRequest): any => ({
2827
- ...obj,
2828
- });
2829
- }
2830
-
2831
- export interface ListDestinationsResponse {
2832
- /**
2833
- * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
2834
- */
2835
- NextToken?: string;
2836
-
2837
- /**
2838
- * <p>The list of destinations.</p>
2839
- */
2840
- DestinationList?: Destinations[];
2841
- }
2842
-
2843
- export namespace ListDestinationsResponse {
2844
- /**
2845
- * @internal
2846
- */
2847
- export const filterSensitiveLog = (obj: ListDestinationsResponse): any => ({
2848
- ...obj,
2849
- });
2850
- }
2851
-
2852
- export interface ListDeviceProfilesRequest {
2853
- /**
2854
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
2855
- */
2856
- NextToken?: string;
2857
-
2858
- /**
2859
- * <p>The maximum number of results to return in this operation.</p>
2860
- */
2861
- MaxResults?: number;
2862
- }
2863
-
2864
- export namespace ListDeviceProfilesRequest {
2865
- /**
2866
- * @internal
2867
- */
2868
- export const filterSensitiveLog = (obj: ListDeviceProfilesRequest): any => ({
2869
- ...obj,
2870
- });
2871
- }
2872
-
2873
- export interface ListDeviceProfilesResponse {
2874
- /**
2875
- * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
2876
- */
2877
- NextToken?: string;
2878
-
2879
- /**
2880
- * <p>The list of device profiles.</p>
2881
- */
2882
- DeviceProfileList?: DeviceProfile[];
2883
- }
2884
-
2885
- export namespace ListDeviceProfilesResponse {
2886
- /**
2887
- * @internal
2888
- */
2889
- export const filterSensitiveLog = (obj: ListDeviceProfilesResponse): any => ({
2890
- ...obj,
2891
- });
2892
- }
2893
-
2894
- export interface ListPartnerAccountsRequest {
2895
- /**
2896
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
2897
- */
2898
- NextToken?: string;
2899
-
2900
- /**
2901
- * <p>The maximum number of results to return in this operation.</p>
2902
- */
2903
- MaxResults?: number;
2904
- }
2905
-
2906
- export namespace ListPartnerAccountsRequest {
2907
- /**
2908
- * @internal
2909
- */
2910
- export const filterSensitiveLog = (obj: ListPartnerAccountsRequest): any => ({
2911
- ...obj,
2912
- });
2913
- }
2914
-
2915
- export interface ListPartnerAccountsResponse {
2916
- /**
2917
- * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
2918
- */
2919
- NextToken?: string;
2920
-
2921
- /**
2922
- * <p>The Sidewalk account credentials.</p>
2923
- */
2924
- Sidewalk?: SidewalkAccountInfoWithFingerprint[];
2925
- }
2926
-
2927
- export namespace ListPartnerAccountsResponse {
2928
- /**
2929
- * @internal
2930
- */
2931
- export const filterSensitiveLog = (obj: ListPartnerAccountsResponse): any => ({
2932
- ...obj,
2933
- ...(obj.Sidewalk && {
2934
- Sidewalk: obj.Sidewalk.map((item) => SidewalkAccountInfoWithFingerprint.filterSensitiveLog(item)),
2935
- }),
2936
- });
2937
- }
2938
-
2939
- export interface ListServiceProfilesRequest {
2940
- /**
2941
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
2942
- */
2943
- NextToken?: string;
2944
-
2945
- /**
2946
- * <p>The maximum number of results to return in this operation.</p>
2947
- */
2948
- MaxResults?: number;
2949
- }
2950
-
2951
- export namespace ListServiceProfilesRequest {
2952
- /**
2953
- * @internal
2954
- */
2955
- export const filterSensitiveLog = (obj: ListServiceProfilesRequest): any => ({
2956
- ...obj,
2957
- });
2958
- }
2959
-
2960
- /**
2961
- * <p>Information about a service profile.</p>
2962
- */
2963
- export interface ServiceProfile {
2964
- /**
2965
- * <p>The Amazon Resource Name of the resource.</p>
2966
- */
2967
- Arn?: string;
2968
-
2969
- /**
2970
- * <p>The name of the resource.</p>
2971
- */
2972
- Name?: string;
2973
-
2974
- /**
2975
- * <p>The ID of the service profile.</p>
2976
- */
2977
- Id?: string;
2978
- }
2979
-
2980
- export namespace ServiceProfile {
2981
- /**
2982
- * @internal
2983
- */
2984
- export const filterSensitiveLog = (obj: ServiceProfile): any => ({
2985
- ...obj,
2986
- });
2987
- }
2988
-
2989
- export interface ListServiceProfilesResponse {
2990
- /**
2991
- * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
2992
- */
2993
- NextToken?: string;
2994
-
2995
- /**
2996
- * <p>The list of service profiles.</p>
2997
- */
2998
- ServiceProfileList?: ServiceProfile[];
2999
- }
3000
-
3001
- export namespace ListServiceProfilesResponse {
3002
- /**
3003
- * @internal
3004
- */
3005
- export const filterSensitiveLog = (obj: ListServiceProfilesResponse): any => ({
3006
- ...obj,
3007
- });
3008
- }
3009
-
3010
- export interface ListTagsForResourceRequest {
3011
- /**
3012
- * <p>The ARN of the resource for which you want to list tags.</p>
3013
- */
3014
- ResourceArn: string | undefined;
3015
- }
3016
-
3017
- export namespace ListTagsForResourceRequest {
3018
- /**
3019
- * @internal
3020
- */
3021
- export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
3022
- ...obj,
3023
- });
3024
- }
3025
-
3026
- export interface ListTagsForResourceResponse {
3027
- /**
3028
- * <p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
3029
- */
3030
- Tags?: Tag[];
3031
- }
3032
-
3033
- export namespace ListTagsForResourceResponse {
3034
- /**
3035
- * @internal
3036
- */
3037
- export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
3038
- ...obj,
3039
- });
3040
- }
3041
-
3042
- export interface ListWirelessDevicesRequest {
3043
- /**
3044
- * <p>The maximum number of results to return in this operation.</p>
3045
- */
3046
- MaxResults?: number;
3047
-
3048
- /**
3049
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
3050
- */
3051
- NextToken?: string;
3052
-
3053
- /**
3054
- * <p>A filter to list only the wireless devices that use this destination.</p>
3055
- */
3056
- DestinationName?: string;
3057
-
3058
- /**
3059
- * <p>A filter to list only the wireless devices that use this device profile.</p>
3060
- */
3061
- DeviceProfileId?: string;
3062
-
3063
- /**
3064
- * <p>A filter to list only the wireless devices that use this service profile.</p>
3065
- */
3066
- ServiceProfileId?: string;
3067
-
3068
- /**
3069
- * <p>A filter to list only the wireless devices that use this wireless device type.</p>
3070
- */
3071
- WirelessDeviceType?: WirelessDeviceType | string;
3072
- }
3073
-
3074
- export namespace ListWirelessDevicesRequest {
3075
- /**
3076
- * @internal
3077
- */
3078
- export const filterSensitiveLog = (obj: ListWirelessDevicesRequest): any => ({
3079
- ...obj,
3080
- });
3081
- }
3082
-
3083
- /**
3084
- * <p>LoRaWAN object for list functions.</p>
3085
- */
3086
- export interface LoRaWANListDevice {
3087
- /**
3088
- * <p>The DevEUI value.</p>
3089
- */
3090
- DevEui?: string;
3091
- }
3092
-
3093
- export namespace LoRaWANListDevice {
3094
- /**
3095
- * @internal
3096
- */
3097
- export const filterSensitiveLog = (obj: LoRaWANListDevice): any => ({
3098
- ...obj,
3099
- });
3100
- }
3101
-
3102
- /**
3103
- * <p>Sidewalk object used by list functions.</p>
3104
- */
3105
- export interface SidewalkListDevice {
3106
- /**
3107
- * <p>The Sidewalk Amazon ID.</p>
3108
- */
3109
- AmazonId?: string;
3110
-
3111
- /**
3112
- * <p>The sidewalk device identification.</p>
3113
- */
3114
- SidewalkId?: string;
3115
-
3116
- /**
3117
- * <p>The Sidewalk manufacturing series number.</p>
3118
- */
3119
- SidewalkManufacturingSn?: string;
3120
-
3121
- /**
3122
- * <p>The sidewalk device certificates for Ed25519 and P256r1.</p>
3123
- */
3124
- DeviceCertificates?: CertificateList[];
3125
- }
3126
-
3127
- export namespace SidewalkListDevice {
3128
- /**
3129
- * @internal
3130
- */
3131
- export const filterSensitiveLog = (obj: SidewalkListDevice): any => ({
3132
- ...obj,
3133
- });
3134
- }
3135
-
3136
- /**
3137
- * <p>Information about a wireless device's operation.</p>
3138
- */
3139
- export interface WirelessDeviceStatistics {
3140
- /**
3141
- * <p>The Amazon Resource Name of the resource.</p>
3142
- */
3143
- Arn?: string;
3144
-
3145
- /**
3146
- * <p>The ID of the wireless device reporting the data.</p>
3147
- */
3148
- Id?: string;
3149
-
3150
- /**
3151
- * <p>The wireless device type.</p>
3152
- */
3153
- Type?: WirelessDeviceType | string;
3154
-
3155
- /**
3156
- * <p>The name of the resource.</p>
3157
- */
3158
- Name?: string;
3159
-
3160
- /**
3161
- * <p>The name of the destination to which the device is assigned.</p>
3162
- */
3163
- DestinationName?: string;
3164
-
3165
- /**
3166
- * <p>The date and time when the most recent uplink was received.</p>
3167
- */
3168
- LastUplinkReceivedAt?: string;
3169
-
3170
- /**
3171
- * <p>LoRaWAN device info.</p>
3172
- */
3173
- LoRaWAN?: LoRaWANListDevice;
3174
-
3175
- /**
3176
- * <p>The Sidewalk account credentials.</p>
3177
- */
3178
- Sidewalk?: SidewalkListDevice;
3179
- }
3180
-
3181
- export namespace WirelessDeviceStatistics {
3182
- /**
3183
- * @internal
3184
- */
3185
- export const filterSensitiveLog = (obj: WirelessDeviceStatistics): any => ({
3186
- ...obj,
3187
- });
3188
- }
3189
-
3190
- export interface ListWirelessDevicesResponse {
3191
- /**
3192
- * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
3193
- */
3194
- NextToken?: string;
3195
-
3196
- /**
3197
- * <p>The ID of the wireless device.</p>
3198
- */
3199
- WirelessDeviceList?: WirelessDeviceStatistics[];
3200
- }
3201
-
3202
- export namespace ListWirelessDevicesResponse {
3203
- /**
3204
- * @internal
3205
- */
3206
- export const filterSensitiveLog = (obj: ListWirelessDevicesResponse): any => ({
3207
- ...obj,
3208
- });
3209
- }
3210
-
3211
- export interface ListWirelessGatewaysRequest {
3212
- /**
3213
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
3214
- */
3215
- NextToken?: string;
3216
-
3217
- /**
3218
- * <p>The maximum number of results to return in this operation.</p>
3219
- */
3220
- MaxResults?: number;
3221
- }
3222
-
3223
- export namespace ListWirelessGatewaysRequest {
3224
- /**
3225
- * @internal
3226
- */
3227
- export const filterSensitiveLog = (obj: ListWirelessGatewaysRequest): any => ({
3228
- ...obj,
3229
- });
3230
- }
3231
-
3232
- /**
3233
- * <p>Information about a wireless gateway's operation.</p>
3234
- */
3235
- export interface WirelessGatewayStatistics {
3236
- /**
3237
- * <p>The Amazon Resource Name of the resource.</p>
3238
- */
3239
- Arn?: string;
3240
-
3241
- /**
3242
- * <p>The ID of the wireless gateway reporting the data.</p>
3243
- */
3244
- Id?: string;
3245
-
3246
- /**
3247
- * <p>The name of the resource.</p>
3248
- */
3249
- Name?: string;
3250
-
3251
- /**
3252
- * <p>The description of the resource.</p>
3253
- */
3254
- Description?: string;
3255
-
3256
- /**
3257
- * <p>LoRaWAN gateway info.</p>
3258
- */
3259
- LoRaWAN?: LoRaWANGateway;
3260
-
3261
- /**
3262
- * <p>The date and time when the most recent uplink was received.</p>
3263
- */
3264
- LastUplinkReceivedAt?: string;
3265
- }
3266
-
3267
- export namespace WirelessGatewayStatistics {
3268
- /**
3269
- * @internal
3270
- */
3271
- export const filterSensitiveLog = (obj: WirelessGatewayStatistics): any => ({
3272
- ...obj,
3273
- });
3274
- }
3275
-
3276
- export interface ListWirelessGatewaysResponse {
3277
- /**
3278
- * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
3279
- */
3280
- NextToken?: string;
3281
-
3282
- /**
3283
- * <p>The ID of the wireless gateway.</p>
3284
- */
3285
- WirelessGatewayList?: WirelessGatewayStatistics[];
3286
- }
3287
-
3288
- export namespace ListWirelessGatewaysResponse {
3289
- /**
3290
- * @internal
3291
- */
3292
- export const filterSensitiveLog = (obj: ListWirelessGatewaysResponse): any => ({
3293
- ...obj,
3294
- });
3295
- }
3296
-
3297
- export enum WirelessGatewayTaskDefinitionType {
3298
- UPDATE = "UPDATE",
3299
- }
3300
-
3301
- export interface ListWirelessGatewayTaskDefinitionsRequest {
3302
- /**
3303
- * <p>The maximum number of results to return in this operation.</p>
3304
- */
3305
- MaxResults?: number;
3306
-
3307
- /**
3308
- * <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
3309
- */
3310
- NextToken?: string;
3311
-
3312
- /**
3313
- * <p>A filter to list only the wireless gateway task definitions that use this task definition type.</p>
3314
- */
3315
- TaskDefinitionType?: WirelessGatewayTaskDefinitionType | string;
3316
- }
3317
-
3318
- export namespace ListWirelessGatewayTaskDefinitionsRequest {
3319
- /**
3320
- * @internal
3321
- */
3322
- export const filterSensitiveLog = (obj: ListWirelessGatewayTaskDefinitionsRequest): any => ({
3323
- ...obj,
3324
- });
3325
- }
3326
-
3327
- /**
3328
- * <p>LoRaWANUpdateGatewayTaskEntry object.</p>
3329
- */
3330
- export interface LoRaWANUpdateGatewayTaskEntry {
3331
- /**
3332
- * <p>The version of the gateways that should receive the update.</p>
3333
- */
3334
- CurrentVersion?: LoRaWANGatewayVersion;
3335
-
3336
- /**
3337
- * <p>The firmware version to update the gateway to.</p>
3338
- */
3339
- UpdateVersion?: LoRaWANGatewayVersion;
3340
- }
3341
-
3342
- export namespace LoRaWANUpdateGatewayTaskEntry {
3343
- /**
3344
- * @internal
3345
- */
3346
- export const filterSensitiveLog = (obj: LoRaWANUpdateGatewayTaskEntry): any => ({
3347
- ...obj,
3348
- });
3349
- }
3350
-
3351
- /**
3352
- * <p>UpdateWirelessGatewayTaskEntry object.</p>
3353
- */
3354
- export interface UpdateWirelessGatewayTaskEntry {
3355
- /**
3356
- * <p>The ID of the new wireless gateway task entry.</p>
3357
- */
3358
- Id?: string;
3359
-
3360
- /**
3361
- * <p>The properties that relate to the LoRaWAN wireless gateway.</p>
3362
- */
3363
- LoRaWAN?: LoRaWANUpdateGatewayTaskEntry;
3364
-
3365
- /**
3366
- * <p>The Amazon Resource Name of the resource.</p>
3367
- */
3368
- Arn?: string;
3369
- }
3370
-
3371
- export namespace UpdateWirelessGatewayTaskEntry {
3372
- /**
3373
- * @internal
3374
- */
3375
- export const filterSensitiveLog = (obj: UpdateWirelessGatewayTaskEntry): any => ({
3376
- ...obj,
3377
- });
3378
- }
3379
-
3380
- export interface ListWirelessGatewayTaskDefinitionsResponse {
3381
- /**
3382
- * <p>The token to use to get the next set of results, or <b>null</b> if there are no additional results.</p>
3383
- */
3384
- NextToken?: string;
3385
-
3386
- /**
3387
- * <p>The list of task definitions.</p>
3388
- */
3389
- TaskDefinitions?: UpdateWirelessGatewayTaskEntry[];
3390
- }
3391
-
3392
- export namespace ListWirelessGatewayTaskDefinitionsResponse {
3393
- /**
3394
- * @internal
3395
- */
3396
- export const filterSensitiveLog = (obj: ListWirelessGatewayTaskDefinitionsResponse): any => ({
3397
- ...obj,
3398
- });
3399
- }
3400
-
3401
- export interface PutResourceLogLevelRequest {
3402
- /**
3403
- * <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
3404
- * it is the wireless gateway ID.</p>
3405
- */
3406
- ResourceIdentifier: string | undefined;
3407
-
3408
- /**
3409
- * <p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>
3410
- */
3411
- ResourceType: string | undefined;
3412
-
3413
- /**
3414
- * <p>The log level for a log message.</p>
3415
- */
3416
- LogLevel: LogLevel | string | undefined;
3417
- }
3418
-
3419
- export namespace PutResourceLogLevelRequest {
3420
- /**
3421
- * @internal
3422
- */
3423
- export const filterSensitiveLog = (obj: PutResourceLogLevelRequest): any => ({
3424
- ...obj,
3425
- });
3426
- }
3427
-
3428
- export interface PutResourceLogLevelResponse {}
3429
-
3430
- export namespace PutResourceLogLevelResponse {
3431
- /**
3432
- * @internal
3433
- */
3434
- export const filterSensitiveLog = (obj: PutResourceLogLevelResponse): any => ({
3435
- ...obj,
3436
- });
3437
- }
3438
-
3439
- export interface ResetAllResourceLogLevelsRequest {}
3440
-
3441
- export namespace ResetAllResourceLogLevelsRequest {
3442
- /**
3443
- * @internal
3444
- */
3445
- export const filterSensitiveLog = (obj: ResetAllResourceLogLevelsRequest): any => ({
3446
- ...obj,
3447
- });
3448
- }
3449
-
3450
- export interface ResetAllResourceLogLevelsResponse {}
3451
-
3452
- export namespace ResetAllResourceLogLevelsResponse {
3453
- /**
3454
- * @internal
3455
- */
3456
- export const filterSensitiveLog = (obj: ResetAllResourceLogLevelsResponse): any => ({
3457
- ...obj,
3458
- });
3459
- }
3460
-
3461
- export interface ResetResourceLogLevelRequest {
3462
- /**
3463
- * <p>The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway,
3464
- * it is the wireless gateway ID.</p>
3465
- */
3466
- ResourceIdentifier: string | undefined;
3467
-
3468
- /**
3469
- * <p>The type of the resource, which can be <code>WirelessDevice</code> or <code>WirelessGateway</code>.</p>
3470
- */
3471
- ResourceType: string | undefined;
3472
- }
3473
-
3474
- export namespace ResetResourceLogLevelRequest {
3475
- /**
3476
- * @internal
3477
- */
3478
- export const filterSensitiveLog = (obj: ResetResourceLogLevelRequest): any => ({
3479
- ...obj,
3480
- });
3481
- }
3482
-
3483
- export interface ResetResourceLogLevelResponse {}
3484
-
3485
- export namespace ResetResourceLogLevelResponse {
3486
- /**
3487
- * @internal
3488
- */
3489
- export const filterSensitiveLog = (obj: ResetResourceLogLevelResponse): any => ({
3490
- ...obj,
3491
- });
3492
- }
3493
-
3494
- /**
3495
- * <p>LoRaWAN router info.</p>
3496
- */
3497
- export interface LoRaWANSendDataToDevice {
3498
- /**
3499
- * <p>The Fport value.</p>
3500
- */
3501
- FPort?: number;
3502
- }
3503
-
3504
- export namespace LoRaWANSendDataToDevice {
3505
- /**
3506
- * @internal
3507
- */
3508
- export const filterSensitiveLog = (obj: LoRaWANSendDataToDevice): any => ({
3509
- ...obj,
3510
- });
3511
- }
3512
-
3513
- export enum MessageType {
3514
- CUSTOM_COMMAND_ID_GET = "CUSTOM_COMMAND_ID_GET",
3515
- CUSTOM_COMMAND_ID_NOTIFY = "CUSTOM_COMMAND_ID_NOTIFY",
3516
- CUSTOM_COMMAND_ID_RESP = "CUSTOM_COMMAND_ID_RESP",
3517
- CUSTOM_COMMAND_ID_SET = "CUSTOM_COMMAND_ID_SET",
3518
- }
3519
-
3520
- /**
3521
- * <p>Information about a Sidewalk router.</p>
3522
- */
3523
- export interface SidewalkSendDataToDevice {
3524
- /**
3525
- * <p>The sequence number.</p>
3526
- */
3527
- Seq?: number;
3528
-
3529
- /**
3530
- * <p>Sidewalk device message type. Default value is <code>CUSTOM_COMMAND_ID_NOTIFY</code>.</p>
3531
- */
3532
- MessageType?: MessageType | string;
3533
- }
3534
-
3535
- export namespace SidewalkSendDataToDevice {
3536
- /**
3537
- * @internal
3538
- */
3539
- export const filterSensitiveLog = (obj: SidewalkSendDataToDevice): any => ({
3540
- ...obj,
3541
- });
3542
- }
3543
-
3544
- /**
3545
- * <p>WirelessMetadata object.</p>
3546
- */
3547
- export interface WirelessMetadata {
3548
- /**
3549
- * <p>LoRaWAN device info.</p>
3550
- */
3551
- LoRaWAN?: LoRaWANSendDataToDevice;
3552
-
3553
- /**
3554
- * <p>The Sidewalk account credentials.</p>
3555
- */
3556
- Sidewalk?: SidewalkSendDataToDevice;
3557
- }
3558
-
3559
- export namespace WirelessMetadata {
3560
- /**
3561
- * @internal
3562
- */
3563
- export const filterSensitiveLog = (obj: WirelessMetadata): any => ({
3564
- ...obj,
3565
- });
3566
- }
3567
-
3568
- export interface SendDataToWirelessDeviceRequest {
3569
- /**
3570
- * <p>The ID of the wireless device to receive the data.</p>
3571
- */
3572
- Id: string | undefined;
3573
-
3574
- /**
3575
- * <p>The transmit mode to use to send data to the wireless device. Can be: <code>0</code> for UM (unacknowledge mode) or <code>1</code> for AM (acknowledge mode).</p>
3576
- */
3577
- TransmitMode: number | undefined;
3578
-
3579
- /**
3580
- * <p>The binary to be sent to the end device, encoded in base64.</p>
3581
- */
3582
- PayloadData: string | undefined;
3583
-
3584
- /**
3585
- * <p>Metadata about the message request.</p>
3586
- */
3587
- WirelessMetadata?: WirelessMetadata;
3588
- }
3589
-
3590
- export namespace SendDataToWirelessDeviceRequest {
3591
- /**
3592
- * @internal
3593
- */
3594
- export const filterSensitiveLog = (obj: SendDataToWirelessDeviceRequest): any => ({
3595
- ...obj,
3596
- });
3597
- }
3598
-
3599
- export interface SendDataToWirelessDeviceResponse {
3600
- /**
3601
- * <p>The ID of the message sent to the wireless device.</p>
3602
- */
3603
- MessageId?: string;
3604
- }
3605
-
3606
- export namespace SendDataToWirelessDeviceResponse {
3607
- /**
3608
- * @internal
3609
- */
3610
- export const filterSensitiveLog = (obj: SendDataToWirelessDeviceResponse): any => ({
3611
- ...obj,
3612
- });
3613
- }
3614
-
3615
- export interface TagResourceRequest {
3616
- /**
3617
- * <p>The ARN of the resource to add tags to.</p>
3618
- */
3619
- ResourceArn: string | undefined;
3620
-
3621
- /**
3622
- * <p>Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.</p>
3623
- */
3624
- Tags: Tag[] | undefined;
3625
- }
3626
-
3627
- export namespace TagResourceRequest {
3628
- /**
3629
- * @internal
3630
- */
3631
- export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
3632
- ...obj,
3633
- });
3634
- }
3635
-
3636
- export interface TagResourceResponse {}
3637
-
3638
- export namespace TagResourceResponse {
3639
- /**
3640
- * @internal
3641
- */
3642
- export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
3643
- ...obj,
3644
- });
3645
- }
3646
-
3647
- /**
3648
- * <p>The request was denied because the resource can't have any more tags.</p>
3649
- */
3650
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
3651
- name: "TooManyTagsException";
3652
- $fault: "client";
3653
- Message?: string;
3654
- /**
3655
- * <p>Name of the resource that exceeds maximum number of tags allowed.</p>
3656
- */
3657
- ResourceName?: string;
3658
- }
3659
-
3660
- export namespace TooManyTagsException {
3661
- /**
3662
- * @internal
3663
- */
3664
- export const filterSensitiveLog = (obj: TooManyTagsException): any => ({
3665
- ...obj,
3666
- });
3667
- }
3668
-
3669
- export interface TestWirelessDeviceRequest {
3670
- /**
3671
- * <p>The ID of the wireless device to test.</p>
3672
- */
3673
- Id: string | undefined;
3674
- }
3675
-
3676
- export namespace TestWirelessDeviceRequest {
3677
- /**
3678
- * @internal
3679
- */
3680
- export const filterSensitiveLog = (obj: TestWirelessDeviceRequest): any => ({
3681
- ...obj,
3682
- });
3683
- }
3684
-
3685
- export interface TestWirelessDeviceResponse {
3686
- /**
3687
- * <p>The result returned by the test.</p>
3688
- */
3689
- Result?: string;
3690
- }
3691
-
3692
- export namespace TestWirelessDeviceResponse {
3693
- /**
3694
- * @internal
3695
- */
3696
- export const filterSensitiveLog = (obj: TestWirelessDeviceResponse): any => ({
3697
- ...obj,
3698
- });
3699
- }
3700
-
3701
- export interface UntagResourceRequest {
3702
- /**
3703
- * <p>The ARN of the resource to remove tags from.</p>
3704
- */
3705
- ResourceArn: string | undefined;
3706
-
3707
- /**
3708
- * <p>A list of the keys of the tags to remove from the resource.</p>
3709
- */
3710
- TagKeys: string[] | undefined;
3711
- }
3712
-
3713
- export namespace UntagResourceRequest {
3714
- /**
3715
- * @internal
3716
- */
3717
- export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
3718
- ...obj,
3719
- });
3720
- }
3721
-
3722
- export interface UntagResourceResponse {}
3723
-
3724
- export namespace UntagResourceResponse {
3725
- /**
3726
- * @internal
3727
- */
3728
- export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
3729
- ...obj,
3730
- });
3731
- }
3732
-
3733
- export interface UpdateDestinationRequest {
3734
- /**
3735
- * <p>The new name of the resource.</p>
3736
- */
3737
- Name: string | undefined;
3738
-
3739
- /**
3740
- * <p>The type of value in <code>Expression</code>.</p>
3741
- */
3742
- ExpressionType?: ExpressionType | string;
3743
-
3744
- /**
3745
- * <p>The new rule name or topic rule to send messages to.</p>
3746
- */
3747
- Expression?: string;
3748
-
3749
- /**
3750
- * <p>A new description of the resource.</p>
3751
- */
3752
- Description?: string;
3753
-
3754
- /**
3755
- * <p>The ARN of the IAM Role that authorizes the destination.</p>
3756
- */
3757
- RoleArn?: string;
3758
- }
3759
-
3760
- export namespace UpdateDestinationRequest {
3761
- /**
3762
- * @internal
3763
- */
3764
- export const filterSensitiveLog = (obj: UpdateDestinationRequest): any => ({
3765
- ...obj,
3766
- });
3767
- }
3768
-
3769
- export interface UpdateDestinationResponse {}
3770
-
3771
- export namespace UpdateDestinationResponse {
3772
- /**
3773
- * @internal
3774
- */
3775
- export const filterSensitiveLog = (obj: UpdateDestinationResponse): any => ({
3776
- ...obj,
3777
- });
3778
- }
3779
-
3780
- export interface UpdateLogLevelsByResourceTypesRequest {
3781
- /**
3782
- * <p>The log level for a log message.</p>
3783
- */
3784
- DefaultLogLevel?: LogLevel | string;
3785
-
3786
- /**
3787
- * <p>The list of wireless device log options.</p>
3788
- */
3789
- WirelessDeviceLogOptions?: WirelessDeviceLogOption[];
3790
-
3791
- /**
3792
- * <p>The list of wireless gateway log options.</p>
3793
- */
3794
- WirelessGatewayLogOptions?: WirelessGatewayLogOption[];
3795
- }
3796
-
3797
- export namespace UpdateLogLevelsByResourceTypesRequest {
3798
- /**
3799
- * @internal
3800
- */
3801
- export const filterSensitiveLog = (obj: UpdateLogLevelsByResourceTypesRequest): any => ({
3802
- ...obj,
3803
- });
3804
- }
3805
-
3806
- export interface UpdateLogLevelsByResourceTypesResponse {}
3807
-
3808
- export namespace UpdateLogLevelsByResourceTypesResponse {
3809
- /**
3810
- * @internal
3811
- */
3812
- export const filterSensitiveLog = (obj: UpdateLogLevelsByResourceTypesResponse): any => ({
3813
- ...obj,
3814
- });
3815
- }
3816
-
3817
- /**
3818
- * <p>Sidewalk update.</p>
3819
- */
3820
- export interface SidewalkUpdateAccount {
3821
- /**
3822
- * <p>The new Sidewalk application server private key.</p>
3823
- */
3824
- AppServerPrivateKey?: string;
3825
- }
3826
-
3827
- export namespace SidewalkUpdateAccount {
3828
- /**
3829
- * @internal
3830
- */
3831
- export const filterSensitiveLog = (obj: SidewalkUpdateAccount): any => ({
3832
- ...obj,
3833
- ...(obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }),
3834
- });
3835
- }
3836
-
3837
- export interface UpdatePartnerAccountRequest {
3838
- /**
3839
- * <p>The Sidewalk account credentials.</p>
3840
- */
3841
- Sidewalk: SidewalkUpdateAccount | undefined;
3842
-
3843
- /**
3844
- * <p>The ID of the partner account to update.</p>
3845
- */
3846
- PartnerAccountId: string | undefined;
3847
-
3848
- /**
3849
- * <p>The partner type.</p>
3850
- */
3851
- PartnerType: PartnerType | string | undefined;
3852
- }
3853
-
3854
- export namespace UpdatePartnerAccountRequest {
3855
- /**
3856
- * @internal
3857
- */
3858
- export const filterSensitiveLog = (obj: UpdatePartnerAccountRequest): any => ({
3859
- ...obj,
3860
- ...(obj.Sidewalk && { Sidewalk: SidewalkUpdateAccount.filterSensitiveLog(obj.Sidewalk) }),
3861
- });
3862
- }
3863
-
3864
- export interface UpdatePartnerAccountResponse {}
3865
-
3866
- export namespace UpdatePartnerAccountResponse {
3867
- /**
3868
- * @internal
3869
- */
3870
- export const filterSensitiveLog = (obj: UpdatePartnerAccountResponse): any => ({
3871
- ...obj,
3872
- });
3873
- }
3874
-
3875
- /**
3876
- * <p>LoRaWAN object for update functions.</p>
3877
- */
3878
- export interface LoRaWANUpdateDevice {
3879
- /**
3880
- * <p>The ID of the device profile for the wireless device.</p>
3881
- */
3882
- DeviceProfileId?: string;
3883
-
3884
- /**
3885
- * <p>The ID of the service profile.</p>
3886
- */
3887
- ServiceProfileId?: string;
3888
- }
3889
-
3890
- export namespace LoRaWANUpdateDevice {
3891
- /**
3892
- * @internal
3893
- */
3894
- export const filterSensitiveLog = (obj: LoRaWANUpdateDevice): any => ({
3895
- ...obj,
3896
- });
3897
- }
3898
-
3899
- export interface UpdateWirelessDeviceRequest {
3900
- /**
3901
- * <p>The ID of the resource to update.</p>
3902
- */
3903
- Id: string | undefined;
3904
-
3905
- /**
3906
- * <p>The name of the new destination for the device.</p>
3907
- */
3908
- DestinationName?: string;
3909
-
3910
- /**
3911
- * <p>The new name of the resource.</p>
3912
- */
3913
- Name?: string;
3914
-
3915
- /**
3916
- * <p>A new description of the resource.</p>
3917
- */
3918
- Description?: string;
3919
-
3920
- /**
3921
- * <p>The updated wireless device's configuration.</p>
3922
- */
3923
- LoRaWAN?: LoRaWANUpdateDevice;
3924
- }
3925
-
3926
- export namespace UpdateWirelessDeviceRequest {
3927
- /**
3928
- * @internal
3929
- */
3930
- export const filterSensitiveLog = (obj: UpdateWirelessDeviceRequest): any => ({
3931
- ...obj,
3932
- });
3933
- }
3934
-
3935
- export interface UpdateWirelessDeviceResponse {}
3936
-
3937
- export namespace UpdateWirelessDeviceResponse {
3938
- /**
3939
- * @internal
3940
- */
3941
- export const filterSensitiveLog = (obj: UpdateWirelessDeviceResponse): any => ({
3942
- ...obj,
3943
- });
3944
- }
3945
-
3946
- export interface UpdateWirelessGatewayRequest {
3947
- /**
3948
- * <p>The ID of the resource to update.</p>
3949
- */
3950
- Id: string | undefined;
3951
-
3952
- /**
3953
- * <p>The new name of the resource.</p>
3954
- */
3955
- Name?: string;
3956
-
3957
- /**
3958
- * <p>A new description of the resource.</p>
3959
- */
3960
- Description?: string;
3961
-
3962
- /**
3963
- * <p>A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.</p>
3964
- */
3965
- JoinEuiFilters?: string[][];
3966
-
3967
- /**
3968
- * <p>A list of NetId values that are used by LoRa gateways to filter the uplink frames.</p>
3969
- */
3970
- NetIdFilters?: string[];
3971
- }
3972
-
3973
- export namespace UpdateWirelessGatewayRequest {
3974
- /**
3975
- * @internal
3976
- */
3977
- export const filterSensitiveLog = (obj: UpdateWirelessGatewayRequest): any => ({
3978
- ...obj,
3979
- });
3980
- }
3981
-
3982
- export interface UpdateWirelessGatewayResponse {}
3983
-
3984
- export namespace UpdateWirelessGatewayResponse {
3985
- /**
3986
- * @internal
3987
- */
3988
- export const filterSensitiveLog = (obj: UpdateWirelessGatewayResponse): any => ({
3989
- ...obj,
3990
- });
3991
- }