@aws-sdk/client-iot-wireless 3.299.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.
- package/README.md +64 -0
- package/dist-cjs/IoTWireless.js +120 -0
- package/dist-cjs/commands/DeleteWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/DeregisterWirelessDeviceCommand.js +45 -0
- package/dist-cjs/commands/GetDeviceProfileCommand.js +2 -1
- package/dist-cjs/commands/GetWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/ListWirelessDeviceImportTasksCommand.js +45 -0
- package/dist-cjs/commands/StartSingleWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/StartWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/UpdateWirelessDeviceImportTaskCommand.js +45 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +49 -5
- package/dist-cjs/models/models_1.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +767 -18
- package/dist-es/IoTWireless.js +120 -0
- package/dist-es/commands/DeleteWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/DeregisterWirelessDeviceCommand.js +41 -0
- package/dist-es/commands/GetDeviceProfileCommand.js +2 -1
- package/dist-es/commands/GetWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/ListDevicesForWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/ListWirelessDeviceImportTasksCommand.js +41 -0
- package/dist-es/commands/StartSingleWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/StartWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/UpdateWirelessDeviceImportTaskCommand.js +41 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +45 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +743 -10
- package/dist-types/IoTWireless.d.ts +65 -0
- package/dist-types/IoTWirelessClient.d.ts +10 -2
- package/dist-types/commands/AssociateAwsAccountWithPartnerAccountCommand.d.ts +13 -0
- package/dist-types/commands/AssociateMulticastGroupWithFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessDeviceWithFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessDeviceWithMulticastGroupCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessDeviceWithThingCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessGatewayWithCertificateCommand.d.ts +4 -0
- package/dist-types/commands/AssociateWirelessGatewayWithThingCommand.d.ts +4 -0
- package/dist-types/commands/CancelMulticastGroupSessionCommand.d.ts +3 -0
- package/dist-types/commands/CreateDestinationCommand.d.ts +14 -0
- package/dist-types/commands/CreateDeviceProfileCommand.d.ts +34 -0
- package/dist-types/commands/CreateFuotaTaskCommand.d.ts +19 -0
- package/dist-types/commands/CreateMulticastGroupCommand.d.ts +15 -0
- package/dist-types/commands/CreateNetworkAnalyzerConfigurationCommand.d.ts +21 -0
- package/dist-types/commands/CreateServiceProfileCommand.d.ts +15 -0
- package/dist-types/commands/CreateWirelessDeviceCommand.d.ts +67 -0
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +32 -0
- package/dist-types/commands/CreateWirelessGatewayTaskCommand.d.ts +4 -0
- package/dist-types/commands/CreateWirelessGatewayTaskDefinitionCommand.d.ts +29 -0
- package/dist-types/commands/DeleteDestinationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDeviceProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFuotaTaskCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteNetworkAnalyzerConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteQueuedMessagesCommand.d.ts +5 -0
- package/dist-types/commands/DeleteServiceProfileCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessDeviceCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +81 -0
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessGatewayTaskCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWirelessGatewayTaskDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterWirelessDeviceCommand.d.ts +76 -0
- package/dist-types/commands/DisassociateAwsAccountFromPartnerAccountCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateWirelessDeviceFromThingCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateWirelessGatewayFromCertificateCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateWirelessGatewayFromThingCommand.d.ts +3 -0
- package/dist-types/commands/GetDestinationCommand.d.ts +3 -0
- package/dist-types/commands/GetDeviceProfileCommand.d.ts +3 -0
- package/dist-types/commands/GetEventConfigurationByResourceTypesCommand.d.ts +1 -0
- package/dist-types/commands/GetFuotaTaskCommand.d.ts +3 -0
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +1 -0
- package/dist-types/commands/GetMulticastGroupCommand.d.ts +3 -0
- package/dist-types/commands/GetMulticastGroupSessionCommand.d.ts +3 -0
- package/dist-types/commands/GetNetworkAnalyzerConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetPartnerAccountCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetPositionEstimateCommand.d.ts +144 -0
- package/dist-types/commands/GetResourceEventConfigurationCommand.d.ts +5 -0
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePositionCommand.d.ts +4 -0
- package/dist-types/commands/GetServiceEndpointCommand.d.ts +3 -0
- package/dist-types/commands/GetServiceProfileCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessDeviceCommand.d.ts +4 -0
- package/dist-types/commands/GetWirelessDeviceImportTaskCommand.d.ts +82 -0
- package/dist-types/commands/GetWirelessDeviceStatisticsCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayCertificateCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayCommand.d.ts +4 -0
- package/dist-types/commands/GetWirelessGatewayFirmwareInformationCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayStatisticsCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayTaskCommand.d.ts +3 -0
- package/dist-types/commands/GetWirelessGatewayTaskDefinitionCommand.d.ts +3 -0
- package/dist-types/commands/ListDestinationsCommand.d.ts +4 -0
- package/dist-types/commands/ListDeviceProfilesCommand.d.ts +5 -0
- package/dist-types/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +84 -0
- package/dist-types/commands/ListEventConfigurationsCommand.d.ts +5 -0
- package/dist-types/commands/ListFuotaTasksCommand.d.ts +4 -0
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +5 -0
- package/dist-types/commands/ListMulticastGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListNetworkAnalyzerConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListPartnerAccountsCommand.d.ts +4 -0
- package/dist-types/commands/ListPositionConfigurationsCommand.d.ts +5 -0
- package/dist-types/commands/ListQueuedMessagesCommand.d.ts +6 -0
- package/dist-types/commands/ListServiceProfilesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListWirelessDeviceImportTasksCommand.d.ts +82 -0
- package/dist-types/commands/ListWirelessDevicesCommand.d.ts +12 -1
- package/dist-types/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +6 -1
- package/dist-types/commands/ListWirelessGatewaysCommand.d.ts +5 -1
- package/dist-types/commands/PutPositionConfigurationCommand.d.ts +12 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +6 -1
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +2 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +5 -1
- package/dist-types/commands/SendDataToMulticastGroupCommand.d.ts +9 -0
- package/dist-types/commands/SendDataToWirelessDeviceCommand.d.ts +25 -0
- package/dist-types/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.d.ts +10 -0
- package/dist-types/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.d.ts +10 -0
- package/dist-types/commands/StartFuotaTaskCommand.d.ts +6 -0
- package/dist-types/commands/StartMulticastGroupSessionCommand.d.ts +9 -0
- package/dist-types/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +92 -0
- package/dist-types/commands/StartWirelessDeviceImportTaskCommand.d.ts +92 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/TestWirelessDeviceCommand.d.ts +3 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +7 -0
- package/dist-types/commands/UpdateEventConfigurationByResourceTypesCommand.d.ts +27 -0
- package/dist-types/commands/UpdateFuotaTaskCommand.d.ts +13 -0
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +27 -0
- package/dist-types/commands/UpdateMulticastGroupCommand.d.ts +9 -0
- package/dist-types/commands/UpdateNetworkAnalyzerConfigurationCommand.d.ts +20 -0
- package/dist-types/commands/UpdatePartnerAccountCommand.d.ts +7 -0
- package/dist-types/commands/UpdatePositionCommand.d.ts +7 -0
- package/dist-types/commands/UpdateResourceEventConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResourcePositionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateWirelessDeviceCommand.d.ts +31 -0
- package/dist-types/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +84 -0
- package/dist-types/commands/UpdateWirelessGatewayCommand.d.ts +13 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +392 -286
- package/dist-types/models/models_1.d.ts +438 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/ts3.4/IoTWireless.d.ts +148 -0
- package/dist-types/ts3.4/IoTWirelessClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeregisterWirelessDeviceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDevicesForWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListWirelessDeviceImportTasksCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListWirelessDevicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListWirelessGatewayTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWirelessGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPositionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetResourceLogLevelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartSingleWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateWirelessDeviceImportTaskCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +135 -87
- package/dist-types/ts3.4/models/models_1.d.ts +131 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +8 -8
|
@@ -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
|
|
281
|
-
(function (
|
|
282
|
-
|
|
283
|
-
|
|
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";
|