@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
|
@@ -103,6 +103,10 @@ import {
|
|
|
103
103
|
DeleteWirelessDeviceCommandInput,
|
|
104
104
|
DeleteWirelessDeviceCommandOutput,
|
|
105
105
|
} from "./commands/DeleteWirelessDeviceCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteWirelessDeviceImportTaskCommandInput,
|
|
108
|
+
DeleteWirelessDeviceImportTaskCommandOutput,
|
|
109
|
+
} from "./commands/DeleteWirelessDeviceImportTaskCommand";
|
|
106
110
|
import {
|
|
107
111
|
DeleteWirelessGatewayCommandInput,
|
|
108
112
|
DeleteWirelessGatewayCommandOutput,
|
|
@@ -115,6 +119,10 @@ import {
|
|
|
115
119
|
DeleteWirelessGatewayTaskDefinitionCommandInput,
|
|
116
120
|
DeleteWirelessGatewayTaskDefinitionCommandOutput,
|
|
117
121
|
} from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeregisterWirelessDeviceCommandInput,
|
|
124
|
+
DeregisterWirelessDeviceCommandOutput,
|
|
125
|
+
} from "./commands/DeregisterWirelessDeviceCommand";
|
|
118
126
|
import {
|
|
119
127
|
DisassociateAwsAccountFromPartnerAccountCommandInput,
|
|
120
128
|
DisassociateAwsAccountFromPartnerAccountCommandOutput,
|
|
@@ -215,6 +223,10 @@ import {
|
|
|
215
223
|
GetWirelessDeviceCommandInput,
|
|
216
224
|
GetWirelessDeviceCommandOutput,
|
|
217
225
|
} from "./commands/GetWirelessDeviceCommand";
|
|
226
|
+
import {
|
|
227
|
+
GetWirelessDeviceImportTaskCommandInput,
|
|
228
|
+
GetWirelessDeviceImportTaskCommandOutput,
|
|
229
|
+
} from "./commands/GetWirelessDeviceImportTaskCommand";
|
|
218
230
|
import {
|
|
219
231
|
GetWirelessDeviceStatisticsCommandInput,
|
|
220
232
|
GetWirelessDeviceStatisticsCommandOutput,
|
|
@@ -251,6 +263,10 @@ import {
|
|
|
251
263
|
ListDeviceProfilesCommandInput,
|
|
252
264
|
ListDeviceProfilesCommandOutput,
|
|
253
265
|
} from "./commands/ListDeviceProfilesCommand";
|
|
266
|
+
import {
|
|
267
|
+
ListDevicesForWirelessDeviceImportTaskCommandInput,
|
|
268
|
+
ListDevicesForWirelessDeviceImportTaskCommandOutput,
|
|
269
|
+
} from "./commands/ListDevicesForWirelessDeviceImportTaskCommand";
|
|
254
270
|
import {
|
|
255
271
|
ListEventConfigurationsCommandInput,
|
|
256
272
|
ListEventConfigurationsCommandOutput,
|
|
@@ -291,6 +307,10 @@ import {
|
|
|
291
307
|
ListTagsForResourceCommandInput,
|
|
292
308
|
ListTagsForResourceCommandOutput,
|
|
293
309
|
} from "./commands/ListTagsForResourceCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListWirelessDeviceImportTasksCommandInput,
|
|
312
|
+
ListWirelessDeviceImportTasksCommandOutput,
|
|
313
|
+
} from "./commands/ListWirelessDeviceImportTasksCommand";
|
|
294
314
|
import {
|
|
295
315
|
ListWirelessDevicesCommandInput,
|
|
296
316
|
ListWirelessDevicesCommandOutput,
|
|
@@ -343,6 +363,14 @@ import {
|
|
|
343
363
|
StartMulticastGroupSessionCommandInput,
|
|
344
364
|
StartMulticastGroupSessionCommandOutput,
|
|
345
365
|
} from "./commands/StartMulticastGroupSessionCommand";
|
|
366
|
+
import {
|
|
367
|
+
StartSingleWirelessDeviceImportTaskCommandInput,
|
|
368
|
+
StartSingleWirelessDeviceImportTaskCommandOutput,
|
|
369
|
+
} from "./commands/StartSingleWirelessDeviceImportTaskCommand";
|
|
370
|
+
import {
|
|
371
|
+
StartWirelessDeviceImportTaskCommandInput,
|
|
372
|
+
StartWirelessDeviceImportTaskCommandOutput,
|
|
373
|
+
} from "./commands/StartWirelessDeviceImportTaskCommand";
|
|
346
374
|
import {
|
|
347
375
|
TagResourceCommandInput,
|
|
348
376
|
TagResourceCommandOutput,
|
|
@@ -399,6 +427,10 @@ import {
|
|
|
399
427
|
UpdateWirelessDeviceCommandInput,
|
|
400
428
|
UpdateWirelessDeviceCommandOutput,
|
|
401
429
|
} from "./commands/UpdateWirelessDeviceCommand";
|
|
430
|
+
import {
|
|
431
|
+
UpdateWirelessDeviceImportTaskCommandInput,
|
|
432
|
+
UpdateWirelessDeviceImportTaskCommandOutput,
|
|
433
|
+
} from "./commands/UpdateWirelessDeviceImportTaskCommand";
|
|
402
434
|
import {
|
|
403
435
|
UpdateWirelessGatewayCommandInput,
|
|
404
436
|
UpdateWirelessGatewayCommandOutput,
|
|
@@ -797,6 +829,19 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
797
829
|
options: __HttpHandlerOptions,
|
|
798
830
|
cb: (err: any, data?: DeleteWirelessDeviceCommandOutput) => void
|
|
799
831
|
): void;
|
|
832
|
+
deleteWirelessDeviceImportTask(
|
|
833
|
+
args: DeleteWirelessDeviceImportTaskCommandInput,
|
|
834
|
+
options?: __HttpHandlerOptions
|
|
835
|
+
): Promise<DeleteWirelessDeviceImportTaskCommandOutput>;
|
|
836
|
+
deleteWirelessDeviceImportTask(
|
|
837
|
+
args: DeleteWirelessDeviceImportTaskCommandInput,
|
|
838
|
+
cb: (err: any, data?: DeleteWirelessDeviceImportTaskCommandOutput) => void
|
|
839
|
+
): void;
|
|
840
|
+
deleteWirelessDeviceImportTask(
|
|
841
|
+
args: DeleteWirelessDeviceImportTaskCommandInput,
|
|
842
|
+
options: __HttpHandlerOptions,
|
|
843
|
+
cb: (err: any, data?: DeleteWirelessDeviceImportTaskCommandOutput) => void
|
|
844
|
+
): void;
|
|
800
845
|
deleteWirelessGateway(
|
|
801
846
|
args: DeleteWirelessGatewayCommandInput,
|
|
802
847
|
options?: __HttpHandlerOptions
|
|
@@ -842,6 +887,19 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
842
887
|
data?: DeleteWirelessGatewayTaskDefinitionCommandOutput
|
|
843
888
|
) => void
|
|
844
889
|
): void;
|
|
890
|
+
deregisterWirelessDevice(
|
|
891
|
+
args: DeregisterWirelessDeviceCommandInput,
|
|
892
|
+
options?: __HttpHandlerOptions
|
|
893
|
+
): Promise<DeregisterWirelessDeviceCommandOutput>;
|
|
894
|
+
deregisterWirelessDevice(
|
|
895
|
+
args: DeregisterWirelessDeviceCommandInput,
|
|
896
|
+
cb: (err: any, data?: DeregisterWirelessDeviceCommandOutput) => void
|
|
897
|
+
): void;
|
|
898
|
+
deregisterWirelessDevice(
|
|
899
|
+
args: DeregisterWirelessDeviceCommandInput,
|
|
900
|
+
options: __HttpHandlerOptions,
|
|
901
|
+
cb: (err: any, data?: DeregisterWirelessDeviceCommandOutput) => void
|
|
902
|
+
): void;
|
|
845
903
|
disassociateAwsAccountFromPartnerAccount(
|
|
846
904
|
args: DisassociateAwsAccountFromPartnerAccountCommandInput,
|
|
847
905
|
options?: __HttpHandlerOptions
|
|
@@ -1215,6 +1273,19 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
1215
1273
|
options: __HttpHandlerOptions,
|
|
1216
1274
|
cb: (err: any, data?: GetWirelessDeviceCommandOutput) => void
|
|
1217
1275
|
): void;
|
|
1276
|
+
getWirelessDeviceImportTask(
|
|
1277
|
+
args: GetWirelessDeviceImportTaskCommandInput,
|
|
1278
|
+
options?: __HttpHandlerOptions
|
|
1279
|
+
): Promise<GetWirelessDeviceImportTaskCommandOutput>;
|
|
1280
|
+
getWirelessDeviceImportTask(
|
|
1281
|
+
args: GetWirelessDeviceImportTaskCommandInput,
|
|
1282
|
+
cb: (err: any, data?: GetWirelessDeviceImportTaskCommandOutput) => void
|
|
1283
|
+
): void;
|
|
1284
|
+
getWirelessDeviceImportTask(
|
|
1285
|
+
args: GetWirelessDeviceImportTaskCommandInput,
|
|
1286
|
+
options: __HttpHandlerOptions,
|
|
1287
|
+
cb: (err: any, data?: GetWirelessDeviceImportTaskCommandOutput) => void
|
|
1288
|
+
): void;
|
|
1218
1289
|
getWirelessDeviceStatistics(
|
|
1219
1290
|
args: GetWirelessDeviceStatisticsCommandInput,
|
|
1220
1291
|
options?: __HttpHandlerOptions
|
|
@@ -1338,6 +1409,25 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
1338
1409
|
options: __HttpHandlerOptions,
|
|
1339
1410
|
cb: (err: any, data?: ListDeviceProfilesCommandOutput) => void
|
|
1340
1411
|
): void;
|
|
1412
|
+
listDevicesForWirelessDeviceImportTask(
|
|
1413
|
+
args: ListDevicesForWirelessDeviceImportTaskCommandInput,
|
|
1414
|
+
options?: __HttpHandlerOptions
|
|
1415
|
+
): Promise<ListDevicesForWirelessDeviceImportTaskCommandOutput>;
|
|
1416
|
+
listDevicesForWirelessDeviceImportTask(
|
|
1417
|
+
args: ListDevicesForWirelessDeviceImportTaskCommandInput,
|
|
1418
|
+
cb: (
|
|
1419
|
+
err: any,
|
|
1420
|
+
data?: ListDevicesForWirelessDeviceImportTaskCommandOutput
|
|
1421
|
+
) => void
|
|
1422
|
+
): void;
|
|
1423
|
+
listDevicesForWirelessDeviceImportTask(
|
|
1424
|
+
args: ListDevicesForWirelessDeviceImportTaskCommandInput,
|
|
1425
|
+
options: __HttpHandlerOptions,
|
|
1426
|
+
cb: (
|
|
1427
|
+
err: any,
|
|
1428
|
+
data?: ListDevicesForWirelessDeviceImportTaskCommandOutput
|
|
1429
|
+
) => void
|
|
1430
|
+
): void;
|
|
1341
1431
|
listEventConfigurations(
|
|
1342
1432
|
args: ListEventConfigurationsCommandInput,
|
|
1343
1433
|
options?: __HttpHandlerOptions
|
|
@@ -1474,6 +1564,19 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
1474
1564
|
options: __HttpHandlerOptions,
|
|
1475
1565
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1476
1566
|
): void;
|
|
1567
|
+
listWirelessDeviceImportTasks(
|
|
1568
|
+
args: ListWirelessDeviceImportTasksCommandInput,
|
|
1569
|
+
options?: __HttpHandlerOptions
|
|
1570
|
+
): Promise<ListWirelessDeviceImportTasksCommandOutput>;
|
|
1571
|
+
listWirelessDeviceImportTasks(
|
|
1572
|
+
args: ListWirelessDeviceImportTasksCommandInput,
|
|
1573
|
+
cb: (err: any, data?: ListWirelessDeviceImportTasksCommandOutput) => void
|
|
1574
|
+
): void;
|
|
1575
|
+
listWirelessDeviceImportTasks(
|
|
1576
|
+
args: ListWirelessDeviceImportTasksCommandInput,
|
|
1577
|
+
options: __HttpHandlerOptions,
|
|
1578
|
+
cb: (err: any, data?: ListWirelessDeviceImportTasksCommandOutput) => void
|
|
1579
|
+
): void;
|
|
1477
1580
|
listWirelessDevices(
|
|
1478
1581
|
args: ListWirelessDevicesCommandInput,
|
|
1479
1582
|
options?: __HttpHandlerOptions
|
|
@@ -1661,6 +1764,38 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
1661
1764
|
options: __HttpHandlerOptions,
|
|
1662
1765
|
cb: (err: any, data?: StartMulticastGroupSessionCommandOutput) => void
|
|
1663
1766
|
): void;
|
|
1767
|
+
startSingleWirelessDeviceImportTask(
|
|
1768
|
+
args: StartSingleWirelessDeviceImportTaskCommandInput,
|
|
1769
|
+
options?: __HttpHandlerOptions
|
|
1770
|
+
): Promise<StartSingleWirelessDeviceImportTaskCommandOutput>;
|
|
1771
|
+
startSingleWirelessDeviceImportTask(
|
|
1772
|
+
args: StartSingleWirelessDeviceImportTaskCommandInput,
|
|
1773
|
+
cb: (
|
|
1774
|
+
err: any,
|
|
1775
|
+
data?: StartSingleWirelessDeviceImportTaskCommandOutput
|
|
1776
|
+
) => void
|
|
1777
|
+
): void;
|
|
1778
|
+
startSingleWirelessDeviceImportTask(
|
|
1779
|
+
args: StartSingleWirelessDeviceImportTaskCommandInput,
|
|
1780
|
+
options: __HttpHandlerOptions,
|
|
1781
|
+
cb: (
|
|
1782
|
+
err: any,
|
|
1783
|
+
data?: StartSingleWirelessDeviceImportTaskCommandOutput
|
|
1784
|
+
) => void
|
|
1785
|
+
): void;
|
|
1786
|
+
startWirelessDeviceImportTask(
|
|
1787
|
+
args: StartWirelessDeviceImportTaskCommandInput,
|
|
1788
|
+
options?: __HttpHandlerOptions
|
|
1789
|
+
): Promise<StartWirelessDeviceImportTaskCommandOutput>;
|
|
1790
|
+
startWirelessDeviceImportTask(
|
|
1791
|
+
args: StartWirelessDeviceImportTaskCommandInput,
|
|
1792
|
+
cb: (err: any, data?: StartWirelessDeviceImportTaskCommandOutput) => void
|
|
1793
|
+
): void;
|
|
1794
|
+
startWirelessDeviceImportTask(
|
|
1795
|
+
args: StartWirelessDeviceImportTaskCommandInput,
|
|
1796
|
+
options: __HttpHandlerOptions,
|
|
1797
|
+
cb: (err: any, data?: StartWirelessDeviceImportTaskCommandOutput) => void
|
|
1798
|
+
): void;
|
|
1664
1799
|
tagResource(
|
|
1665
1800
|
args: TagResourceCommandInput,
|
|
1666
1801
|
options?: __HttpHandlerOptions
|
|
@@ -1855,6 +1990,19 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
1855
1990
|
options: __HttpHandlerOptions,
|
|
1856
1991
|
cb: (err: any, data?: UpdateWirelessDeviceCommandOutput) => void
|
|
1857
1992
|
): void;
|
|
1993
|
+
updateWirelessDeviceImportTask(
|
|
1994
|
+
args: UpdateWirelessDeviceImportTaskCommandInput,
|
|
1995
|
+
options?: __HttpHandlerOptions
|
|
1996
|
+
): Promise<UpdateWirelessDeviceImportTaskCommandOutput>;
|
|
1997
|
+
updateWirelessDeviceImportTask(
|
|
1998
|
+
args: UpdateWirelessDeviceImportTaskCommandInput,
|
|
1999
|
+
cb: (err: any, data?: UpdateWirelessDeviceImportTaskCommandOutput) => void
|
|
2000
|
+
): void;
|
|
2001
|
+
updateWirelessDeviceImportTask(
|
|
2002
|
+
args: UpdateWirelessDeviceImportTaskCommandInput,
|
|
2003
|
+
options: __HttpHandlerOptions,
|
|
2004
|
+
cb: (err: any, data?: UpdateWirelessDeviceImportTaskCommandOutput) => void
|
|
2005
|
+
): void;
|
|
1858
2006
|
updateWirelessGateway(
|
|
1859
2007
|
args: UpdateWirelessGatewayCommandInput,
|
|
1860
2008
|
options?: __HttpHandlerOptions
|
|
@@ -148,6 +148,10 @@ import {
|
|
|
148
148
|
DeleteWirelessDeviceCommandInput,
|
|
149
149
|
DeleteWirelessDeviceCommandOutput,
|
|
150
150
|
} from "./commands/DeleteWirelessDeviceCommand";
|
|
151
|
+
import {
|
|
152
|
+
DeleteWirelessDeviceImportTaskCommandInput,
|
|
153
|
+
DeleteWirelessDeviceImportTaskCommandOutput,
|
|
154
|
+
} from "./commands/DeleteWirelessDeviceImportTaskCommand";
|
|
151
155
|
import {
|
|
152
156
|
DeleteWirelessGatewayCommandInput,
|
|
153
157
|
DeleteWirelessGatewayCommandOutput,
|
|
@@ -160,6 +164,10 @@ import {
|
|
|
160
164
|
DeleteWirelessGatewayTaskDefinitionCommandInput,
|
|
161
165
|
DeleteWirelessGatewayTaskDefinitionCommandOutput,
|
|
162
166
|
} from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
|
|
167
|
+
import {
|
|
168
|
+
DeregisterWirelessDeviceCommandInput,
|
|
169
|
+
DeregisterWirelessDeviceCommandOutput,
|
|
170
|
+
} from "./commands/DeregisterWirelessDeviceCommand";
|
|
163
171
|
import {
|
|
164
172
|
DisassociateAwsAccountFromPartnerAccountCommandInput,
|
|
165
173
|
DisassociateAwsAccountFromPartnerAccountCommandOutput,
|
|
@@ -260,6 +268,10 @@ import {
|
|
|
260
268
|
GetWirelessDeviceCommandInput,
|
|
261
269
|
GetWirelessDeviceCommandOutput,
|
|
262
270
|
} from "./commands/GetWirelessDeviceCommand";
|
|
271
|
+
import {
|
|
272
|
+
GetWirelessDeviceImportTaskCommandInput,
|
|
273
|
+
GetWirelessDeviceImportTaskCommandOutput,
|
|
274
|
+
} from "./commands/GetWirelessDeviceImportTaskCommand";
|
|
263
275
|
import {
|
|
264
276
|
GetWirelessDeviceStatisticsCommandInput,
|
|
265
277
|
GetWirelessDeviceStatisticsCommandOutput,
|
|
@@ -296,6 +308,10 @@ import {
|
|
|
296
308
|
ListDeviceProfilesCommandInput,
|
|
297
309
|
ListDeviceProfilesCommandOutput,
|
|
298
310
|
} from "./commands/ListDeviceProfilesCommand";
|
|
311
|
+
import {
|
|
312
|
+
ListDevicesForWirelessDeviceImportTaskCommandInput,
|
|
313
|
+
ListDevicesForWirelessDeviceImportTaskCommandOutput,
|
|
314
|
+
} from "./commands/ListDevicesForWirelessDeviceImportTaskCommand";
|
|
299
315
|
import {
|
|
300
316
|
ListEventConfigurationsCommandInput,
|
|
301
317
|
ListEventConfigurationsCommandOutput,
|
|
@@ -336,6 +352,10 @@ import {
|
|
|
336
352
|
ListTagsForResourceCommandInput,
|
|
337
353
|
ListTagsForResourceCommandOutput,
|
|
338
354
|
} from "./commands/ListTagsForResourceCommand";
|
|
355
|
+
import {
|
|
356
|
+
ListWirelessDeviceImportTasksCommandInput,
|
|
357
|
+
ListWirelessDeviceImportTasksCommandOutput,
|
|
358
|
+
} from "./commands/ListWirelessDeviceImportTasksCommand";
|
|
339
359
|
import {
|
|
340
360
|
ListWirelessDevicesCommandInput,
|
|
341
361
|
ListWirelessDevicesCommandOutput,
|
|
@@ -388,6 +408,14 @@ import {
|
|
|
388
408
|
StartMulticastGroupSessionCommandInput,
|
|
389
409
|
StartMulticastGroupSessionCommandOutput,
|
|
390
410
|
} from "./commands/StartMulticastGroupSessionCommand";
|
|
411
|
+
import {
|
|
412
|
+
StartSingleWirelessDeviceImportTaskCommandInput,
|
|
413
|
+
StartSingleWirelessDeviceImportTaskCommandOutput,
|
|
414
|
+
} from "./commands/StartSingleWirelessDeviceImportTaskCommand";
|
|
415
|
+
import {
|
|
416
|
+
StartWirelessDeviceImportTaskCommandInput,
|
|
417
|
+
StartWirelessDeviceImportTaskCommandOutput,
|
|
418
|
+
} from "./commands/StartWirelessDeviceImportTaskCommand";
|
|
391
419
|
import {
|
|
392
420
|
TagResourceCommandInput,
|
|
393
421
|
TagResourceCommandOutput,
|
|
@@ -444,6 +472,10 @@ import {
|
|
|
444
472
|
UpdateWirelessDeviceCommandInput,
|
|
445
473
|
UpdateWirelessDeviceCommandOutput,
|
|
446
474
|
} from "./commands/UpdateWirelessDeviceCommand";
|
|
475
|
+
import {
|
|
476
|
+
UpdateWirelessDeviceImportTaskCommandInput,
|
|
477
|
+
UpdateWirelessDeviceImportTaskCommandOutput,
|
|
478
|
+
} from "./commands/UpdateWirelessDeviceImportTaskCommand";
|
|
447
479
|
import {
|
|
448
480
|
UpdateWirelessGatewayCommandInput,
|
|
449
481
|
UpdateWirelessGatewayCommandOutput,
|
|
@@ -480,9 +512,11 @@ export type ServiceInputTypes =
|
|
|
480
512
|
| DeleteQueuedMessagesCommandInput
|
|
481
513
|
| DeleteServiceProfileCommandInput
|
|
482
514
|
| DeleteWirelessDeviceCommandInput
|
|
515
|
+
| DeleteWirelessDeviceImportTaskCommandInput
|
|
483
516
|
| DeleteWirelessGatewayCommandInput
|
|
484
517
|
| DeleteWirelessGatewayTaskCommandInput
|
|
485
518
|
| DeleteWirelessGatewayTaskDefinitionCommandInput
|
|
519
|
+
| DeregisterWirelessDeviceCommandInput
|
|
486
520
|
| DisassociateAwsAccountFromPartnerAccountCommandInput
|
|
487
521
|
| DisassociateMulticastGroupFromFuotaTaskCommandInput
|
|
488
522
|
| DisassociateWirelessDeviceFromFuotaTaskCommandInput
|
|
@@ -508,6 +542,7 @@ export type ServiceInputTypes =
|
|
|
508
542
|
| GetServiceEndpointCommandInput
|
|
509
543
|
| GetServiceProfileCommandInput
|
|
510
544
|
| GetWirelessDeviceCommandInput
|
|
545
|
+
| GetWirelessDeviceImportTaskCommandInput
|
|
511
546
|
| GetWirelessDeviceStatisticsCommandInput
|
|
512
547
|
| GetWirelessGatewayCertificateCommandInput
|
|
513
548
|
| GetWirelessGatewayCommandInput
|
|
@@ -517,6 +552,7 @@ export type ServiceInputTypes =
|
|
|
517
552
|
| GetWirelessGatewayTaskDefinitionCommandInput
|
|
518
553
|
| ListDestinationsCommandInput
|
|
519
554
|
| ListDeviceProfilesCommandInput
|
|
555
|
+
| ListDevicesForWirelessDeviceImportTaskCommandInput
|
|
520
556
|
| ListEventConfigurationsCommandInput
|
|
521
557
|
| ListFuotaTasksCommandInput
|
|
522
558
|
| ListMulticastGroupsByFuotaTaskCommandInput
|
|
@@ -527,6 +563,7 @@ export type ServiceInputTypes =
|
|
|
527
563
|
| ListQueuedMessagesCommandInput
|
|
528
564
|
| ListServiceProfilesCommandInput
|
|
529
565
|
| ListTagsForResourceCommandInput
|
|
566
|
+
| ListWirelessDeviceImportTasksCommandInput
|
|
530
567
|
| ListWirelessDevicesCommandInput
|
|
531
568
|
| ListWirelessGatewayTaskDefinitionsCommandInput
|
|
532
569
|
| ListWirelessGatewaysCommandInput
|
|
@@ -540,6 +577,8 @@ export type ServiceInputTypes =
|
|
|
540
577
|
| StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput
|
|
541
578
|
| StartFuotaTaskCommandInput
|
|
542
579
|
| StartMulticastGroupSessionCommandInput
|
|
580
|
+
| StartSingleWirelessDeviceImportTaskCommandInput
|
|
581
|
+
| StartWirelessDeviceImportTaskCommandInput
|
|
543
582
|
| TagResourceCommandInput
|
|
544
583
|
| TestWirelessDeviceCommandInput
|
|
545
584
|
| UntagResourceCommandInput
|
|
@@ -554,6 +593,7 @@ export type ServiceInputTypes =
|
|
|
554
593
|
| UpdateResourceEventConfigurationCommandInput
|
|
555
594
|
| UpdateResourcePositionCommandInput
|
|
556
595
|
| UpdateWirelessDeviceCommandInput
|
|
596
|
+
| UpdateWirelessDeviceImportTaskCommandInput
|
|
557
597
|
| UpdateWirelessGatewayCommandInput;
|
|
558
598
|
export type ServiceOutputTypes =
|
|
559
599
|
| AssociateAwsAccountWithPartnerAccountCommandOutput
|
|
@@ -582,9 +622,11 @@ export type ServiceOutputTypes =
|
|
|
582
622
|
| DeleteQueuedMessagesCommandOutput
|
|
583
623
|
| DeleteServiceProfileCommandOutput
|
|
584
624
|
| DeleteWirelessDeviceCommandOutput
|
|
625
|
+
| DeleteWirelessDeviceImportTaskCommandOutput
|
|
585
626
|
| DeleteWirelessGatewayCommandOutput
|
|
586
627
|
| DeleteWirelessGatewayTaskCommandOutput
|
|
587
628
|
| DeleteWirelessGatewayTaskDefinitionCommandOutput
|
|
629
|
+
| DeregisterWirelessDeviceCommandOutput
|
|
588
630
|
| DisassociateAwsAccountFromPartnerAccountCommandOutput
|
|
589
631
|
| DisassociateMulticastGroupFromFuotaTaskCommandOutput
|
|
590
632
|
| DisassociateWirelessDeviceFromFuotaTaskCommandOutput
|
|
@@ -610,6 +652,7 @@ export type ServiceOutputTypes =
|
|
|
610
652
|
| GetServiceEndpointCommandOutput
|
|
611
653
|
| GetServiceProfileCommandOutput
|
|
612
654
|
| GetWirelessDeviceCommandOutput
|
|
655
|
+
| GetWirelessDeviceImportTaskCommandOutput
|
|
613
656
|
| GetWirelessDeviceStatisticsCommandOutput
|
|
614
657
|
| GetWirelessGatewayCertificateCommandOutput
|
|
615
658
|
| GetWirelessGatewayCommandOutput
|
|
@@ -619,6 +662,7 @@ export type ServiceOutputTypes =
|
|
|
619
662
|
| GetWirelessGatewayTaskDefinitionCommandOutput
|
|
620
663
|
| ListDestinationsCommandOutput
|
|
621
664
|
| ListDeviceProfilesCommandOutput
|
|
665
|
+
| ListDevicesForWirelessDeviceImportTaskCommandOutput
|
|
622
666
|
| ListEventConfigurationsCommandOutput
|
|
623
667
|
| ListFuotaTasksCommandOutput
|
|
624
668
|
| ListMulticastGroupsByFuotaTaskCommandOutput
|
|
@@ -629,6 +673,7 @@ export type ServiceOutputTypes =
|
|
|
629
673
|
| ListQueuedMessagesCommandOutput
|
|
630
674
|
| ListServiceProfilesCommandOutput
|
|
631
675
|
| ListTagsForResourceCommandOutput
|
|
676
|
+
| ListWirelessDeviceImportTasksCommandOutput
|
|
632
677
|
| ListWirelessDevicesCommandOutput
|
|
633
678
|
| ListWirelessGatewayTaskDefinitionsCommandOutput
|
|
634
679
|
| ListWirelessGatewaysCommandOutput
|
|
@@ -642,6 +687,8 @@ export type ServiceOutputTypes =
|
|
|
642
687
|
| StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput
|
|
643
688
|
| StartFuotaTaskCommandOutput
|
|
644
689
|
| StartMulticastGroupSessionCommandOutput
|
|
690
|
+
| StartSingleWirelessDeviceImportTaskCommandOutput
|
|
691
|
+
| StartWirelessDeviceImportTaskCommandOutput
|
|
645
692
|
| TagResourceCommandOutput
|
|
646
693
|
| TestWirelessDeviceCommandOutput
|
|
647
694
|
| UntagResourceCommandOutput
|
|
@@ -656,6 +703,7 @@ export type ServiceOutputTypes =
|
|
|
656
703
|
| UpdateResourceEventConfigurationCommandOutput
|
|
657
704
|
| UpdateResourcePositionCommandOutput
|
|
658
705
|
| UpdateWirelessDeviceCommandOutput
|
|
706
|
+
| UpdateWirelessDeviceImportTaskCommandOutput
|
|
659
707
|
| UpdateWirelessGatewayCommandOutput;
|
|
660
708
|
export interface ClientDefaults
|
|
661
709
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTWirelessClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTWirelessClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteWirelessDeviceImportTaskRequest,
|
|
16
|
+
DeleteWirelessDeviceImportTaskResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DeleteWirelessDeviceImportTaskCommandInput
|
|
19
|
+
extends DeleteWirelessDeviceImportTaskRequest {}
|
|
20
|
+
export interface DeleteWirelessDeviceImportTaskCommandOutput
|
|
21
|
+
extends DeleteWirelessDeviceImportTaskResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteWirelessDeviceImportTaskCommand extends $Command<
|
|
24
|
+
DeleteWirelessDeviceImportTaskCommandInput,
|
|
25
|
+
DeleteWirelessDeviceImportTaskCommandOutput,
|
|
26
|
+
IoTWirelessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteWirelessDeviceImportTaskCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteWirelessDeviceImportTaskCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTWirelessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteWirelessDeviceImportTaskCommandInput,
|
|
37
|
+
DeleteWirelessDeviceImportTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTWirelessClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTWirelessClient";
|
|
14
|
+
import {
|
|
15
|
+
DeregisterWirelessDeviceRequest,
|
|
16
|
+
DeregisterWirelessDeviceResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DeregisterWirelessDeviceCommandInput
|
|
19
|
+
extends DeregisterWirelessDeviceRequest {}
|
|
20
|
+
export interface DeregisterWirelessDeviceCommandOutput
|
|
21
|
+
extends DeregisterWirelessDeviceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeregisterWirelessDeviceCommand extends $Command<
|
|
24
|
+
DeregisterWirelessDeviceCommandInput,
|
|
25
|
+
DeregisterWirelessDeviceCommandOutput,
|
|
26
|
+
IoTWirelessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeregisterWirelessDeviceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeregisterWirelessDeviceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTWirelessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeregisterWirelessDeviceCommandInput,
|
|
37
|
+
DeregisterWirelessDeviceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTWirelessClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTWirelessClient";
|
|
14
|
+
import {
|
|
15
|
+
GetWirelessDeviceImportTaskRequest,
|
|
16
|
+
GetWirelessDeviceImportTaskResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface GetWirelessDeviceImportTaskCommandInput
|
|
19
|
+
extends GetWirelessDeviceImportTaskRequest {}
|
|
20
|
+
export interface GetWirelessDeviceImportTaskCommandOutput
|
|
21
|
+
extends GetWirelessDeviceImportTaskResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetWirelessDeviceImportTaskCommand extends $Command<
|
|
24
|
+
GetWirelessDeviceImportTaskCommandInput,
|
|
25
|
+
GetWirelessDeviceImportTaskCommandOutput,
|
|
26
|
+
IoTWirelessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetWirelessDeviceImportTaskCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetWirelessDeviceImportTaskCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTWirelessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetWirelessDeviceImportTaskCommandInput,
|
|
37
|
+
GetWirelessDeviceImportTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTWirelessClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTWirelessClient";
|
|
14
|
+
import {
|
|
15
|
+
ListDevicesForWirelessDeviceImportTaskRequest,
|
|
16
|
+
ListDevicesForWirelessDeviceImportTaskResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListDevicesForWirelessDeviceImportTaskCommandInput
|
|
19
|
+
extends ListDevicesForWirelessDeviceImportTaskRequest {}
|
|
20
|
+
export interface ListDevicesForWirelessDeviceImportTaskCommandOutput
|
|
21
|
+
extends ListDevicesForWirelessDeviceImportTaskResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListDevicesForWirelessDeviceImportTaskCommand extends $Command<
|
|
24
|
+
ListDevicesForWirelessDeviceImportTaskCommandInput,
|
|
25
|
+
ListDevicesForWirelessDeviceImportTaskCommandOutput,
|
|
26
|
+
IoTWirelessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDevicesForWirelessDeviceImportTaskCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListDevicesForWirelessDeviceImportTaskCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTWirelessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDevicesForWirelessDeviceImportTaskCommandInput,
|
|
37
|
+
ListDevicesForWirelessDeviceImportTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
IoTWirelessClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../IoTWirelessClient";
|
|
14
|
+
import {
|
|
15
|
+
ListWirelessDeviceImportTasksRequest,
|
|
16
|
+
ListWirelessDeviceImportTasksResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListWirelessDeviceImportTasksCommandInput
|
|
19
|
+
extends ListWirelessDeviceImportTasksRequest {}
|
|
20
|
+
export interface ListWirelessDeviceImportTasksCommandOutput
|
|
21
|
+
extends ListWirelessDeviceImportTasksResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListWirelessDeviceImportTasksCommand extends $Command<
|
|
24
|
+
ListWirelessDeviceImportTasksCommandInput,
|
|
25
|
+
ListWirelessDeviceImportTasksCommandOutput,
|
|
26
|
+
IoTWirelessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListWirelessDeviceImportTasksCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListWirelessDeviceImportTasksCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTWirelessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListWirelessDeviceImportTasksCommandInput,
|
|
37
|
+
ListWirelessDeviceImportTasksCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../IoTWirelessClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
ListWirelessDevicesResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
14
|
+
import { ListWirelessDevicesRequest } from "../models/models_0";
|
|
15
|
+
import { ListWirelessDevicesResponse } from "../models/models_1";
|
|
18
16
|
export interface ListWirelessDevicesCommandInput
|
|
19
17
|
extends ListWirelessDevicesRequest {}
|
|
20
18
|
export interface ListWirelessDevicesCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListWirelessGatewayTaskDefinitionsRequest,
|
|
16
16
|
ListWirelessGatewayTaskDefinitionsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ListWirelessGatewayTaskDefinitionsCommandInput
|
|
19
19
|
extends ListWirelessGatewayTaskDefinitionsRequest {}
|
|
20
20
|
export interface ListWirelessGatewayTaskDefinitionsCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ListWirelessGatewaysRequest,
|
|
16
16
|
ListWirelessGatewaysResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface ListWirelessGatewaysCommandInput
|
|
19
19
|
extends ListWirelessGatewaysRequest {}
|
|
20
20
|
export interface ListWirelessGatewaysCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
PutPositionConfigurationRequest,
|
|
16
16
|
PutPositionConfigurationResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface PutPositionConfigurationCommandInput
|
|
19
19
|
extends PutPositionConfigurationRequest {}
|
|
20
20
|
export interface PutPositionConfigurationCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
PutResourceLogLevelRequest,
|
|
16
16
|
PutResourceLogLevelResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface PutResourceLogLevelCommandInput
|
|
19
19
|
extends PutResourceLogLevelRequest {}
|
|
20
20
|
export interface PutResourceLogLevelCommandOutput
|