@aws-sdk/client-iot-wireless 3.298.0 → 3.300.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 (168) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/IoTWireless.js +120 -0
  3. package/dist-cjs/commands/DeleteWirelessDeviceImportTaskCommand.js +45 -0
  4. package/dist-cjs/commands/DeregisterWirelessDeviceCommand.js +45 -0
  5. package/dist-cjs/commands/GetDeviceProfileCommand.js +2 -1
  6. package/dist-cjs/commands/GetWirelessDeviceImportTaskCommand.js +45 -0
  7. package/dist-cjs/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +45 -0
  8. package/dist-cjs/commands/ListWirelessDeviceImportTasksCommand.js +45 -0
  9. package/dist-cjs/commands/StartSingleWirelessDeviceImportTaskCommand.js +45 -0
  10. package/dist-cjs/commands/StartWirelessDeviceImportTaskCommand.js +45 -0
  11. package/dist-cjs/commands/UpdateWirelessDeviceImportTaskCommand.js +45 -0
  12. package/dist-cjs/commands/index.js +8 -0
  13. package/dist-cjs/endpoint/ruleset.js +3 -3
  14. package/dist-cjs/models/models_0.js +49 -5
  15. package/dist-cjs/models/models_1.js +5 -1
  16. package/dist-cjs/protocols/Aws_restJson1.js +767 -18
  17. package/dist-es/IoTWireless.js +120 -0
  18. package/dist-es/commands/DeleteWirelessDeviceImportTaskCommand.js +41 -0
  19. package/dist-es/commands/DeregisterWirelessDeviceCommand.js +41 -0
  20. package/dist-es/commands/GetDeviceProfileCommand.js +2 -1
  21. package/dist-es/commands/GetWirelessDeviceImportTaskCommand.js +41 -0
  22. package/dist-es/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +41 -0
  23. package/dist-es/commands/ListWirelessDeviceImportTasksCommand.js +41 -0
  24. package/dist-es/commands/StartSingleWirelessDeviceImportTaskCommand.js +41 -0
  25. package/dist-es/commands/StartWirelessDeviceImportTaskCommand.js +41 -0
  26. package/dist-es/commands/UpdateWirelessDeviceImportTaskCommand.js +41 -0
  27. package/dist-es/commands/index.js +8 -0
  28. package/dist-es/endpoint/ruleset.js +3 -3
  29. package/dist-es/models/models_0.js +45 -4
  30. package/dist-es/models/models_1.js +4 -0
  31. package/dist-es/protocols/Aws_restJson1.js +743 -10
  32. package/dist-types/IoTWireless.d.ts +65 -0
  33. package/dist-types/IoTWirelessClient.d.ts +10 -2
  34. package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +13 -0
  35. package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +4 -0
  36. package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +4 -0
  37. package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
  38. package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +4 -0
  39. package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +4 -0
  40. package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +4 -0
  41. package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +3 -0
  42. package/dist-types/commands/CreateDestinationCommand.d.ts +14 -0
  43. package/dist-types/commands/CreateDeviceProfileCommand.d.ts +34 -0
  44. package/dist-types/commands/CreateFuotaTaskCommand.d.ts +19 -0
  45. package/dist-types/commands/CreateMulticastGroupCommand.d.ts +15 -0
  46. package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +21 -0
  47. package/dist-types/commands/CreateServiceProfileCommand.d.ts +15 -0
  48. package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +67 -0
  49. package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +32 -0
  50. package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +4 -0
  51. package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +29 -0
  52. package/dist-types/commands/DeleteDestinationCommand.d.ts +3 -0
  53. package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +3 -0
  54. package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +3 -0
  55. package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +3 -0
  56. package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +3 -0
  57. package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +5 -0
  58. package/dist-types/commands/DeleteServiceProfileCommand.d.ts +3 -0
  59. package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +3 -0
  60. package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +81 -0
  61. package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +3 -0
  62. package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +3 -0
  63. package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +3 -0
  64. package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +76 -0
  65. package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +4 -0
  66. package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +4 -0
  67. package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +4 -0
  68. package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
  69. package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +3 -0
  70. package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +3 -0
  71. package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +3 -0
  72. package/dist-types/commands/GetDestinationCommand.d.ts +3 -0
  73. package/dist-types/commands/GetDeviceProfileCommand.d.ts +3 -0
  74. package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -0
  75. package/dist-types/commands/GetFuotaTaskCommand.d.ts +3 -0
  76. package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -0
  77. package/dist-types/commands/GetMulticastGroupCommand.d.ts +3 -0
  78. package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +3 -0
  79. package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +3 -0
  80. package/dist-types/commands/GetPartnerAccountCommand.d.ts +4 -0
  81. package/dist-types/commands/GetPositionCommand.d.ts +4 -0
  82. package/dist-types/commands/GetPositionConfigurationCommand.d.ts +4 -0
  83. package/dist-types/commands/GetPositionEstimateCommand.d.ts +144 -0
  84. package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +5 -0
  85. package/dist-types/commands/GetResourceLogLevelCommand.d.ts +4 -0
  86. package/dist-types/commands/GetResourcePositionCommand.d.ts +4 -0
  87. package/dist-types/commands/GetServiceEndpointCommand.d.ts +3 -0
  88. package/dist-types/commands/GetServiceProfileCommand.d.ts +3 -0
  89. package/dist-types/commands/GetWirelessDeviceCommand.d.ts +4 -0
  90. package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +82 -0
  91. package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +3 -0
  92. package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +3 -0
  93. package/dist-types/commands/GetWirelessGatewayCommand.d.ts +4 -0
  94. package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +3 -0
  95. package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +3 -0
  96. package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +3 -0
  97. package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +3 -0
  98. package/dist-types/commands/ListDestinationsCommand.d.ts +4 -0
  99. package/dist-types/commands/ListDeviceProfilesCommand.d.ts +5 -0
  100. package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +84 -0
  101. package/dist-types/commands/ListEventConfigurationsCommand.d.ts +5 -0
  102. package/dist-types/commands/ListFuotaTasksCommand.d.ts +4 -0
  103. package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +5 -0
  104. package/dist-types/commands/ListMulticastGroupsCommand.d.ts +4 -0
  105. package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +4 -0
  106. package/dist-types/commands/ListPartnerAccountsCommand.d.ts +4 -0
  107. package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +5 -0
  108. package/dist-types/commands/ListQueuedMessagesCommand.d.ts +6 -0
  109. package/dist-types/commands/ListServiceProfilesCommand.d.ts +4 -0
  110. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  111. package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +82 -0
  112. package/dist-types/commands/ListWirelessDevicesCommand.d.ts +12 -1
  113. package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +6 -1
  114. package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +5 -1
  115. package/dist-types/commands/PutPositionConfigurationCommand.d.ts +12 -1
  116. package/dist-types/commands/PutResourceLogLevelCommand.d.ts +6 -1
  117. package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -1
  118. package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +5 -1
  119. package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +9 -0
  120. package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +25 -0
  121. package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +10 -0
  122. package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +10 -0
  123. package/dist-types/commands/StartFuotaTaskCommand.d.ts +6 -0
  124. package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +9 -0
  125. package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +92 -0
  126. package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +92 -0
  127. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  128. package/dist-types/commands/TestWirelessDeviceCommand.d.ts +3 -0
  129. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  130. package/dist-types/commands/UpdateDestinationCommand.d.ts +7 -0
  131. package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +27 -0
  132. package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +13 -0
  133. package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +27 -0
  134. package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +9 -0
  135. package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +20 -0
  136. package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +7 -0
  137. package/dist-types/commands/UpdatePositionCommand.d.ts +7 -0
  138. package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +35 -0
  139. package/dist-types/commands/UpdateResourcePositionCommand.d.ts +5 -0
  140. package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +31 -0
  141. package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +84 -0
  142. package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +13 -0
  143. package/dist-types/commands/index.d.ts +8 -0
  144. package/dist-types/models/models_0.d.ts +392 -286
  145. package/dist-types/models/models_1.d.ts +438 -1
  146. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  147. package/dist-types/ts3.4/IoTWireless.d.ts +148 -0
  148. package/dist-types/ts3.4/IoTWirelessClient.d.ts +48 -0
  149. package/dist-types/ts3.4/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +41 -0
  150. package/dist-types/ts3.4/commands/DeregisterWirelessDeviceCommand.d.ts +41 -0
  151. package/dist-types/ts3.4/commands/GetWirelessDeviceImportTaskCommand.d.ts +41 -0
  152. package/dist-types/ts3.4/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +41 -0
  153. package/dist-types/ts3.4/commands/ListWirelessDeviceImportTasksCommand.d.ts +41 -0
  154. package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +2 -4
  155. package/dist-types/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/PutResourceLogLevelCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +41 -0
  162. package/dist-types/ts3.4/commands/StartWirelessDeviceImportTaskCommand.d.ts +41 -0
  163. package/dist-types/ts3.4/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +41 -0
  164. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  165. package/dist-types/ts3.4/models/models_0.d.ts +135 -87
  166. package/dist-types/ts3.4/models/models_1.d.ts +131 -1
  167. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  168. package/package.json +12 -12
@@ -115,8 +115,17 @@ export var ExpressionType;
115
115
  export var SupportedRfRegion;
116
116
  (function (SupportedRfRegion) {
117
117
  SupportedRfRegion["AS923_1"] = "AS923-1";
118
+ SupportedRfRegion["AS923_2"] = "AS923-2";
119
+ SupportedRfRegion["AS923_3"] = "AS923-3";
120
+ SupportedRfRegion["AS923_4"] = "AS923-4";
118
121
  SupportedRfRegion["AU915"] = "AU915";
122
+ SupportedRfRegion["CN470"] = "CN470";
123
+ SupportedRfRegion["CN779"] = "CN779";
124
+ SupportedRfRegion["EU433"] = "EU433";
119
125
  SupportedRfRegion["EU868"] = "EU868";
126
+ SupportedRfRegion["IN865"] = "IN865";
127
+ SupportedRfRegion["KR920"] = "KR920";
128
+ SupportedRfRegion["RU864"] = "RU864";
120
129
  SupportedRfRegion["US915"] = "US915";
121
130
  })(SupportedRfRegion || (SupportedRfRegion = {}));
122
131
  export var DlClass;
@@ -154,6 +163,11 @@ export var WirelessGatewayTaskStatus;
154
163
  WirelessGatewayTaskStatus["PENDING"] = "PENDING";
155
164
  WirelessGatewayTaskStatus["SECOND_RETRY"] = "SECOND_RETRY";
156
165
  })(WirelessGatewayTaskStatus || (WirelessGatewayTaskStatus = {}));
166
+ export var DeviceProfileType;
167
+ (function (DeviceProfileType) {
168
+ DeviceProfileType["LoRaWAN"] = "LoRaWAN";
169
+ DeviceProfileType["Sidewalk"] = "Sidewalk";
170
+ })(DeviceProfileType || (DeviceProfileType = {}));
157
171
  export var DeviceState;
158
172
  (function (DeviceState) {
159
173
  DeviceState["PROVISIONED"] = "Provisioned";
@@ -271,16 +285,35 @@ export var WirelessDeviceIdType;
271
285
  WirelessDeviceIdType["ThingName"] = "ThingName";
272
286
  WirelessDeviceIdType["WirelessDeviceId"] = "WirelessDeviceId";
273
287
  })(WirelessDeviceIdType || (WirelessDeviceIdType = {}));
288
+ export var WirelessDeviceSidewalkStatus;
289
+ (function (WirelessDeviceSidewalkStatus) {
290
+ WirelessDeviceSidewalkStatus["ACTIVATED"] = "ACTIVATED";
291
+ WirelessDeviceSidewalkStatus["PROVISIONED"] = "PROVISIONED";
292
+ WirelessDeviceSidewalkStatus["REGISTERED"] = "REGISTERED";
293
+ WirelessDeviceSidewalkStatus["UNKNOWN"] = "UNKNOWN";
294
+ })(WirelessDeviceSidewalkStatus || (WirelessDeviceSidewalkStatus = {}));
295
+ export var ImportTaskStatus;
296
+ (function (ImportTaskStatus) {
297
+ ImportTaskStatus["COMPLETE"] = "COMPLETE";
298
+ ImportTaskStatus["DELETING"] = "DELETING";
299
+ ImportTaskStatus["FAILED"] = "FAILED";
300
+ ImportTaskStatus["INITIALIZED"] = "INITIALIZED";
301
+ ImportTaskStatus["INITIALIZING"] = "INITIALIZING";
302
+ ImportTaskStatus["PENDING"] = "PENDING";
303
+ })(ImportTaskStatus || (ImportTaskStatus = {}));
274
304
  export var WirelessGatewayIdType;
275
305
  (function (WirelessGatewayIdType) {
276
306
  WirelessGatewayIdType["GatewayEui"] = "GatewayEui";
277
307
  WirelessGatewayIdType["ThingName"] = "ThingName";
278
308
  WirelessGatewayIdType["WirelessGatewayId"] = "WirelessGatewayId";
279
309
  })(WirelessGatewayIdType || (WirelessGatewayIdType = {}));
280
- export var WirelessGatewayTaskDefinitionType;
281
- (function (WirelessGatewayTaskDefinitionType) {
282
- WirelessGatewayTaskDefinitionType["UPDATE"] = "UPDATE";
283
- })(WirelessGatewayTaskDefinitionType || (WirelessGatewayTaskDefinitionType = {}));
310
+ export var OnboardStatus;
311
+ (function (OnboardStatus) {
312
+ OnboardStatus["FAILED"] = "FAILED";
313
+ OnboardStatus["INITIALIZED"] = "INITIALIZED";
314
+ OnboardStatus["ONBOARDED"] = "ONBOARDED";
315
+ OnboardStatus["PENDING"] = "PENDING";
316
+ })(OnboardStatus || (OnboardStatus = {}));
284
317
  export const SidewalkAccountInfoFilterSensitiveLog = (obj) => ({
285
318
  ...obj,
286
319
  ...(obj.AppServerPrivateKey && { AppServerPrivateKey: SENSITIVE_STRING }),
@@ -293,6 +326,14 @@ export const AssociateAwsAccountWithPartnerAccountResponseFilterSensitiveLog = (
293
326
  ...obj,
294
327
  ...(obj.Sidewalk && { Sidewalk: SidewalkAccountInfoFilterSensitiveLog(obj.Sidewalk) }),
295
328
  });
329
+ export const SidewalkGetDeviceProfileFilterSensitiveLog = (obj) => ({
330
+ ...obj,
331
+ ...(obj.ApplicationServerPublicKey && { ApplicationServerPublicKey: SENSITIVE_STRING }),
332
+ });
333
+ export const GetDeviceProfileResponseFilterSensitiveLog = (obj) => ({
334
+ ...obj,
335
+ ...(obj.Sidewalk && { Sidewalk: SidewalkGetDeviceProfileFilterSensitiveLog(obj.Sidewalk) }),
336
+ });
296
337
  export const SidewalkAccountInfoWithFingerprintFilterSensitiveLog = (obj) => ({
297
338
  ...obj,
298
339
  ...(obj.Fingerprint && { Fingerprint: SENSITIVE_STRING }),
@@ -1,5 +1,9 @@
1
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
2
  import { IoTWirelessServiceException as __BaseException } from "./IoTWirelessServiceException";
3
+ export var WirelessGatewayTaskDefinitionType;
4
+ (function (WirelessGatewayTaskDefinitionType) {
5
+ WirelessGatewayTaskDefinitionType["UPDATE"] = "UPDATE";
6
+ })(WirelessGatewayTaskDefinitionType || (WirelessGatewayTaskDefinitionType = {}));
3
7
  export var MessageType;
4
8
  (function (MessageType) {
5
9
  MessageType["CUSTOM_COMMAND_ID_GET"] = "CUSTOM_COMMAND_ID_GET";