@aws-sdk/client-iot-wireless 3.299.0 → 3.301.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
package/README.md
CHANGED
|
@@ -423,6 +423,14 @@ DeleteWirelessDevice
|
|
|
423
423
|
|
|
424
424
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/deletewirelessdevicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/deletewirelessdevicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/deletewirelessdevicecommandoutput.html)
|
|
425
425
|
|
|
426
|
+
</details>
|
|
427
|
+
<details>
|
|
428
|
+
<summary>
|
|
429
|
+
DeleteWirelessDeviceImportTask
|
|
430
|
+
</summary>
|
|
431
|
+
|
|
432
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/deletewirelessdeviceimporttaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/deletewirelessdeviceimporttaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/deletewirelessdeviceimporttaskcommandoutput.html)
|
|
433
|
+
|
|
426
434
|
</details>
|
|
427
435
|
<details>
|
|
428
436
|
<summary>
|
|
@@ -447,6 +455,14 @@ DeleteWirelessGatewayTaskDefinition
|
|
|
447
455
|
|
|
448
456
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/deletewirelessgatewaytaskdefinitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/deletewirelessgatewaytaskdefinitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/deletewirelessgatewaytaskdefinitioncommandoutput.html)
|
|
449
457
|
|
|
458
|
+
</details>
|
|
459
|
+
<details>
|
|
460
|
+
<summary>
|
|
461
|
+
DeregisterWirelessDevice
|
|
462
|
+
</summary>
|
|
463
|
+
|
|
464
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/deregisterwirelessdevicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/deregisterwirelessdevicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/deregisterwirelessdevicecommandoutput.html)
|
|
465
|
+
|
|
450
466
|
</details>
|
|
451
467
|
<details>
|
|
452
468
|
<summary>
|
|
@@ -647,6 +663,14 @@ GetWirelessDevice
|
|
|
647
663
|
|
|
648
664
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/getwirelessdevicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/getwirelessdevicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/getwirelessdevicecommandoutput.html)
|
|
649
665
|
|
|
666
|
+
</details>
|
|
667
|
+
<details>
|
|
668
|
+
<summary>
|
|
669
|
+
GetWirelessDeviceImportTask
|
|
670
|
+
</summary>
|
|
671
|
+
|
|
672
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/getwirelessdeviceimporttaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/getwirelessdeviceimporttaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/getwirelessdeviceimporttaskcommandoutput.html)
|
|
673
|
+
|
|
650
674
|
</details>
|
|
651
675
|
<details>
|
|
652
676
|
<summary>
|
|
@@ -719,6 +743,14 @@ ListDeviceProfiles
|
|
|
719
743
|
|
|
720
744
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/listdeviceprofilescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/listdeviceprofilescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/listdeviceprofilescommandoutput.html)
|
|
721
745
|
|
|
746
|
+
</details>
|
|
747
|
+
<details>
|
|
748
|
+
<summary>
|
|
749
|
+
ListDevicesForWirelessDeviceImportTask
|
|
750
|
+
</summary>
|
|
751
|
+
|
|
752
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/listdevicesforwirelessdeviceimporttaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/listdevicesforwirelessdeviceimporttaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/listdevicesforwirelessdeviceimporttaskcommandoutput.html)
|
|
753
|
+
|
|
722
754
|
</details>
|
|
723
755
|
<details>
|
|
724
756
|
<summary>
|
|
@@ -799,6 +831,14 @@ ListTagsForResource
|
|
|
799
831
|
|
|
800
832
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/listtagsforresourcecommandoutput.html)
|
|
801
833
|
|
|
834
|
+
</details>
|
|
835
|
+
<details>
|
|
836
|
+
<summary>
|
|
837
|
+
ListWirelessDeviceImportTasks
|
|
838
|
+
</summary>
|
|
839
|
+
|
|
840
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/listwirelessdeviceimporttaskscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/listwirelessdeviceimporttaskscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/listwirelessdeviceimporttaskscommandoutput.html)
|
|
841
|
+
|
|
802
842
|
</details>
|
|
803
843
|
<details>
|
|
804
844
|
<summary>
|
|
@@ -903,6 +943,22 @@ StartMulticastGroupSession
|
|
|
903
943
|
|
|
904
944
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/startmulticastgroupsessioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/startmulticastgroupsessioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/startmulticastgroupsessioncommandoutput.html)
|
|
905
945
|
|
|
946
|
+
</details>
|
|
947
|
+
<details>
|
|
948
|
+
<summary>
|
|
949
|
+
StartSingleWirelessDeviceImportTask
|
|
950
|
+
</summary>
|
|
951
|
+
|
|
952
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/startsinglewirelessdeviceimporttaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/startsinglewirelessdeviceimporttaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/startsinglewirelessdeviceimporttaskcommandoutput.html)
|
|
953
|
+
|
|
954
|
+
</details>
|
|
955
|
+
<details>
|
|
956
|
+
<summary>
|
|
957
|
+
StartWirelessDeviceImportTask
|
|
958
|
+
</summary>
|
|
959
|
+
|
|
960
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/startwirelessdeviceimporttaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/startwirelessdeviceimporttaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/startwirelessdeviceimporttaskcommandoutput.html)
|
|
961
|
+
|
|
906
962
|
</details>
|
|
907
963
|
<details>
|
|
908
964
|
<summary>
|
|
@@ -1015,6 +1071,14 @@ UpdateWirelessDevice
|
|
|
1015
1071
|
|
|
1016
1072
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/updatewirelessdevicecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/updatewirelessdevicecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/updatewirelessdevicecommandoutput.html)
|
|
1017
1073
|
|
|
1074
|
+
</details>
|
|
1075
|
+
<details>
|
|
1076
|
+
<summary>
|
|
1077
|
+
UpdateWirelessDeviceImportTask
|
|
1078
|
+
</summary>
|
|
1079
|
+
|
|
1080
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/classes/updatewirelessdeviceimporttaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/updatewirelessdeviceimporttaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iot-wireless/interfaces/updatewirelessdeviceimporttaskcommandoutput.html)
|
|
1081
|
+
|
|
1018
1082
|
</details>
|
|
1019
1083
|
<details>
|
|
1020
1084
|
<summary>
|
package/dist-cjs/IoTWireless.js
CHANGED
|
@@ -27,9 +27,11 @@ const DeleteNetworkAnalyzerConfigurationCommand_1 = require("./commands/DeleteNe
|
|
|
27
27
|
const DeleteQueuedMessagesCommand_1 = require("./commands/DeleteQueuedMessagesCommand");
|
|
28
28
|
const DeleteServiceProfileCommand_1 = require("./commands/DeleteServiceProfileCommand");
|
|
29
29
|
const DeleteWirelessDeviceCommand_1 = require("./commands/DeleteWirelessDeviceCommand");
|
|
30
|
+
const DeleteWirelessDeviceImportTaskCommand_1 = require("./commands/DeleteWirelessDeviceImportTaskCommand");
|
|
30
31
|
const DeleteWirelessGatewayCommand_1 = require("./commands/DeleteWirelessGatewayCommand");
|
|
31
32
|
const DeleteWirelessGatewayTaskCommand_1 = require("./commands/DeleteWirelessGatewayTaskCommand");
|
|
32
33
|
const DeleteWirelessGatewayTaskDefinitionCommand_1 = require("./commands/DeleteWirelessGatewayTaskDefinitionCommand");
|
|
34
|
+
const DeregisterWirelessDeviceCommand_1 = require("./commands/DeregisterWirelessDeviceCommand");
|
|
33
35
|
const DisassociateAwsAccountFromPartnerAccountCommand_1 = require("./commands/DisassociateAwsAccountFromPartnerAccountCommand");
|
|
34
36
|
const DisassociateMulticastGroupFromFuotaTaskCommand_1 = require("./commands/DisassociateMulticastGroupFromFuotaTaskCommand");
|
|
35
37
|
const DisassociateWirelessDeviceFromFuotaTaskCommand_1 = require("./commands/DisassociateWirelessDeviceFromFuotaTaskCommand");
|
|
@@ -55,6 +57,7 @@ const GetResourcePositionCommand_1 = require("./commands/GetResourcePositionComm
|
|
|
55
57
|
const GetServiceEndpointCommand_1 = require("./commands/GetServiceEndpointCommand");
|
|
56
58
|
const GetServiceProfileCommand_1 = require("./commands/GetServiceProfileCommand");
|
|
57
59
|
const GetWirelessDeviceCommand_1 = require("./commands/GetWirelessDeviceCommand");
|
|
60
|
+
const GetWirelessDeviceImportTaskCommand_1 = require("./commands/GetWirelessDeviceImportTaskCommand");
|
|
58
61
|
const GetWirelessDeviceStatisticsCommand_1 = require("./commands/GetWirelessDeviceStatisticsCommand");
|
|
59
62
|
const GetWirelessGatewayCertificateCommand_1 = require("./commands/GetWirelessGatewayCertificateCommand");
|
|
60
63
|
const GetWirelessGatewayCommand_1 = require("./commands/GetWirelessGatewayCommand");
|
|
@@ -64,6 +67,7 @@ const GetWirelessGatewayTaskCommand_1 = require("./commands/GetWirelessGatewayTa
|
|
|
64
67
|
const GetWirelessGatewayTaskDefinitionCommand_1 = require("./commands/GetWirelessGatewayTaskDefinitionCommand");
|
|
65
68
|
const ListDestinationsCommand_1 = require("./commands/ListDestinationsCommand");
|
|
66
69
|
const ListDeviceProfilesCommand_1 = require("./commands/ListDeviceProfilesCommand");
|
|
70
|
+
const ListDevicesForWirelessDeviceImportTaskCommand_1 = require("./commands/ListDevicesForWirelessDeviceImportTaskCommand");
|
|
67
71
|
const ListEventConfigurationsCommand_1 = require("./commands/ListEventConfigurationsCommand");
|
|
68
72
|
const ListFuotaTasksCommand_1 = require("./commands/ListFuotaTasksCommand");
|
|
69
73
|
const ListMulticastGroupsByFuotaTaskCommand_1 = require("./commands/ListMulticastGroupsByFuotaTaskCommand");
|
|
@@ -74,6 +78,7 @@ const ListPositionConfigurationsCommand_1 = require("./commands/ListPositionConf
|
|
|
74
78
|
const ListQueuedMessagesCommand_1 = require("./commands/ListQueuedMessagesCommand");
|
|
75
79
|
const ListServiceProfilesCommand_1 = require("./commands/ListServiceProfilesCommand");
|
|
76
80
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
81
|
+
const ListWirelessDeviceImportTasksCommand_1 = require("./commands/ListWirelessDeviceImportTasksCommand");
|
|
77
82
|
const ListWirelessDevicesCommand_1 = require("./commands/ListWirelessDevicesCommand");
|
|
78
83
|
const ListWirelessGatewaysCommand_1 = require("./commands/ListWirelessGatewaysCommand");
|
|
79
84
|
const ListWirelessGatewayTaskDefinitionsCommand_1 = require("./commands/ListWirelessGatewayTaskDefinitionsCommand");
|
|
@@ -87,6 +92,8 @@ const StartBulkAssociateWirelessDeviceWithMulticastGroupCommand_1 = require("./c
|
|
|
87
92
|
const StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand_1 = require("./commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand");
|
|
88
93
|
const StartFuotaTaskCommand_1 = require("./commands/StartFuotaTaskCommand");
|
|
89
94
|
const StartMulticastGroupSessionCommand_1 = require("./commands/StartMulticastGroupSessionCommand");
|
|
95
|
+
const StartSingleWirelessDeviceImportTaskCommand_1 = require("./commands/StartSingleWirelessDeviceImportTaskCommand");
|
|
96
|
+
const StartWirelessDeviceImportTaskCommand_1 = require("./commands/StartWirelessDeviceImportTaskCommand");
|
|
90
97
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
91
98
|
const TestWirelessDeviceCommand_1 = require("./commands/TestWirelessDeviceCommand");
|
|
92
99
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
@@ -101,6 +108,7 @@ const UpdatePositionCommand_1 = require("./commands/UpdatePositionCommand");
|
|
|
101
108
|
const UpdateResourceEventConfigurationCommand_1 = require("./commands/UpdateResourceEventConfigurationCommand");
|
|
102
109
|
const UpdateResourcePositionCommand_1 = require("./commands/UpdateResourcePositionCommand");
|
|
103
110
|
const UpdateWirelessDeviceCommand_1 = require("./commands/UpdateWirelessDeviceCommand");
|
|
111
|
+
const UpdateWirelessDeviceImportTaskCommand_1 = require("./commands/UpdateWirelessDeviceImportTaskCommand");
|
|
104
112
|
const UpdateWirelessGatewayCommand_1 = require("./commands/UpdateWirelessGatewayCommand");
|
|
105
113
|
const IoTWirelessClient_1 = require("./IoTWirelessClient");
|
|
106
114
|
class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
@@ -468,6 +476,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
468
476
|
return this.send(command, optionsOrCb);
|
|
469
477
|
}
|
|
470
478
|
}
|
|
479
|
+
deleteWirelessDeviceImportTask(args, optionsOrCb, cb) {
|
|
480
|
+
const command = new DeleteWirelessDeviceImportTaskCommand_1.DeleteWirelessDeviceImportTaskCommand(args);
|
|
481
|
+
if (typeof optionsOrCb === "function") {
|
|
482
|
+
this.send(command, optionsOrCb);
|
|
483
|
+
}
|
|
484
|
+
else if (typeof cb === "function") {
|
|
485
|
+
if (typeof optionsOrCb !== "object")
|
|
486
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
487
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
488
|
+
}
|
|
489
|
+
else {
|
|
490
|
+
return this.send(command, optionsOrCb);
|
|
491
|
+
}
|
|
492
|
+
}
|
|
471
493
|
deleteWirelessGateway(args, optionsOrCb, cb) {
|
|
472
494
|
const command = new DeleteWirelessGatewayCommand_1.DeleteWirelessGatewayCommand(args);
|
|
473
495
|
if (typeof optionsOrCb === "function") {
|
|
@@ -510,6 +532,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
510
532
|
return this.send(command, optionsOrCb);
|
|
511
533
|
}
|
|
512
534
|
}
|
|
535
|
+
deregisterWirelessDevice(args, optionsOrCb, cb) {
|
|
536
|
+
const command = new DeregisterWirelessDeviceCommand_1.DeregisterWirelessDeviceCommand(args);
|
|
537
|
+
if (typeof optionsOrCb === "function") {
|
|
538
|
+
this.send(command, optionsOrCb);
|
|
539
|
+
}
|
|
540
|
+
else if (typeof cb === "function") {
|
|
541
|
+
if (typeof optionsOrCb !== "object")
|
|
542
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
543
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
544
|
+
}
|
|
545
|
+
else {
|
|
546
|
+
return this.send(command, optionsOrCb);
|
|
547
|
+
}
|
|
548
|
+
}
|
|
513
549
|
disassociateAwsAccountFromPartnerAccount(args, optionsOrCb, cb) {
|
|
514
550
|
const command = new DisassociateAwsAccountFromPartnerAccountCommand_1.DisassociateAwsAccountFromPartnerAccountCommand(args);
|
|
515
551
|
if (typeof optionsOrCb === "function") {
|
|
@@ -860,6 +896,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
860
896
|
return this.send(command, optionsOrCb);
|
|
861
897
|
}
|
|
862
898
|
}
|
|
899
|
+
getWirelessDeviceImportTask(args, optionsOrCb, cb) {
|
|
900
|
+
const command = new GetWirelessDeviceImportTaskCommand_1.GetWirelessDeviceImportTaskCommand(args);
|
|
901
|
+
if (typeof optionsOrCb === "function") {
|
|
902
|
+
this.send(command, optionsOrCb);
|
|
903
|
+
}
|
|
904
|
+
else if (typeof cb === "function") {
|
|
905
|
+
if (typeof optionsOrCb !== "object")
|
|
906
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
907
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
908
|
+
}
|
|
909
|
+
else {
|
|
910
|
+
return this.send(command, optionsOrCb);
|
|
911
|
+
}
|
|
912
|
+
}
|
|
863
913
|
getWirelessDeviceStatistics(args, optionsOrCb, cb) {
|
|
864
914
|
const command = new GetWirelessDeviceStatisticsCommand_1.GetWirelessDeviceStatisticsCommand(args);
|
|
865
915
|
if (typeof optionsOrCb === "function") {
|
|
@@ -986,6 +1036,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
986
1036
|
return this.send(command, optionsOrCb);
|
|
987
1037
|
}
|
|
988
1038
|
}
|
|
1039
|
+
listDevicesForWirelessDeviceImportTask(args, optionsOrCb, cb) {
|
|
1040
|
+
const command = new ListDevicesForWirelessDeviceImportTaskCommand_1.ListDevicesForWirelessDeviceImportTaskCommand(args);
|
|
1041
|
+
if (typeof optionsOrCb === "function") {
|
|
1042
|
+
this.send(command, optionsOrCb);
|
|
1043
|
+
}
|
|
1044
|
+
else if (typeof cb === "function") {
|
|
1045
|
+
if (typeof optionsOrCb !== "object")
|
|
1046
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1047
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1048
|
+
}
|
|
1049
|
+
else {
|
|
1050
|
+
return this.send(command, optionsOrCb);
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
989
1053
|
listEventConfigurations(args, optionsOrCb, cb) {
|
|
990
1054
|
const command = new ListEventConfigurationsCommand_1.ListEventConfigurationsCommand(args);
|
|
991
1055
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1126,6 +1190,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
1126
1190
|
return this.send(command, optionsOrCb);
|
|
1127
1191
|
}
|
|
1128
1192
|
}
|
|
1193
|
+
listWirelessDeviceImportTasks(args, optionsOrCb, cb) {
|
|
1194
|
+
const command = new ListWirelessDeviceImportTasksCommand_1.ListWirelessDeviceImportTasksCommand(args);
|
|
1195
|
+
if (typeof optionsOrCb === "function") {
|
|
1196
|
+
this.send(command, optionsOrCb);
|
|
1197
|
+
}
|
|
1198
|
+
else if (typeof cb === "function") {
|
|
1199
|
+
if (typeof optionsOrCb !== "object")
|
|
1200
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1201
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1202
|
+
}
|
|
1203
|
+
else {
|
|
1204
|
+
return this.send(command, optionsOrCb);
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1129
1207
|
listWirelessDevices(args, optionsOrCb, cb) {
|
|
1130
1208
|
const command = new ListWirelessDevicesCommand_1.ListWirelessDevicesCommand(args);
|
|
1131
1209
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1308,6 +1386,34 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
1308
1386
|
return this.send(command, optionsOrCb);
|
|
1309
1387
|
}
|
|
1310
1388
|
}
|
|
1389
|
+
startSingleWirelessDeviceImportTask(args, optionsOrCb, cb) {
|
|
1390
|
+
const command = new StartSingleWirelessDeviceImportTaskCommand_1.StartSingleWirelessDeviceImportTaskCommand(args);
|
|
1391
|
+
if (typeof optionsOrCb === "function") {
|
|
1392
|
+
this.send(command, optionsOrCb);
|
|
1393
|
+
}
|
|
1394
|
+
else if (typeof cb === "function") {
|
|
1395
|
+
if (typeof optionsOrCb !== "object")
|
|
1396
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1397
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1398
|
+
}
|
|
1399
|
+
else {
|
|
1400
|
+
return this.send(command, optionsOrCb);
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
startWirelessDeviceImportTask(args, optionsOrCb, cb) {
|
|
1404
|
+
const command = new StartWirelessDeviceImportTaskCommand_1.StartWirelessDeviceImportTaskCommand(args);
|
|
1405
|
+
if (typeof optionsOrCb === "function") {
|
|
1406
|
+
this.send(command, optionsOrCb);
|
|
1407
|
+
}
|
|
1408
|
+
else if (typeof cb === "function") {
|
|
1409
|
+
if (typeof optionsOrCb !== "object")
|
|
1410
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1411
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1412
|
+
}
|
|
1413
|
+
else {
|
|
1414
|
+
return this.send(command, optionsOrCb);
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1311
1417
|
tagResource(args, optionsOrCb, cb) {
|
|
1312
1418
|
const command = new TagResourceCommand_1.TagResourceCommand(args);
|
|
1313
1419
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1504,6 +1610,20 @@ class IoTWireless extends IoTWirelessClient_1.IoTWirelessClient {
|
|
|
1504
1610
|
return this.send(command, optionsOrCb);
|
|
1505
1611
|
}
|
|
1506
1612
|
}
|
|
1613
|
+
updateWirelessDeviceImportTask(args, optionsOrCb, cb) {
|
|
1614
|
+
const command = new UpdateWirelessDeviceImportTaskCommand_1.UpdateWirelessDeviceImportTaskCommand(args);
|
|
1615
|
+
if (typeof optionsOrCb === "function") {
|
|
1616
|
+
this.send(command, optionsOrCb);
|
|
1617
|
+
}
|
|
1618
|
+
else if (typeof cb === "function") {
|
|
1619
|
+
if (typeof optionsOrCb !== "object")
|
|
1620
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1621
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1622
|
+
}
|
|
1623
|
+
else {
|
|
1624
|
+
return this.send(command, optionsOrCb);
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1507
1627
|
updateWirelessGateway(args, optionsOrCb, cb) {
|
|
1508
1628
|
const command = new UpdateWirelessGatewayCommand_1.UpdateWirelessGatewayCommand(args);
|
|
1509
1629
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteWirelessDeviceImportTaskCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DeleteWirelessDeviceImportTaskCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteWirelessDeviceImportTaskCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "IoTWirelessClient";
|
|
27
|
+
const commandName = "DeleteWirelessDeviceImportTaskCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1DeleteWirelessDeviceImportTaskCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWirelessDeviceImportTaskCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.DeleteWirelessDeviceImportTaskCommand = DeleteWirelessDeviceImportTaskCommand;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeregisterWirelessDeviceCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class DeregisterWirelessDeviceCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeregisterWirelessDeviceCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "IoTWirelessClient";
|
|
27
|
+
const commandName = "DeregisterWirelessDeviceCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1DeregisterWirelessDeviceCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1DeregisterWirelessDeviceCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.DeregisterWirelessDeviceCommand = DeregisterWirelessDeviceCommand;
|
|
@@ -4,6 +4,7 @@ exports.GetDeviceProfileCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
7
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
9
|
class GetDeviceProfileCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -30,7 +31,7 @@ class GetDeviceProfileCommand extends smithy_client_1.Command {
|
|
|
30
31
|
clientName,
|
|
31
32
|
commandName,
|
|
32
33
|
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog:
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.GetDeviceProfileResponseFilterSensitiveLog,
|
|
34
35
|
};
|
|
35
36
|
const { requestHandler } = configuration;
|
|
36
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetWirelessDeviceImportTaskCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class GetWirelessDeviceImportTaskCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetWirelessDeviceImportTaskCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "IoTWirelessClient";
|
|
27
|
+
const commandName = "GetWirelessDeviceImportTaskCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1GetWirelessDeviceImportTaskCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1GetWirelessDeviceImportTaskCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.GetWirelessDeviceImportTaskCommand = GetWirelessDeviceImportTaskCommand;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListDevicesForWirelessDeviceImportTaskCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class ListDevicesForWirelessDeviceImportTaskCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListDevicesForWirelessDeviceImportTaskCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "IoTWirelessClient";
|
|
27
|
+
const commandName = "ListDevicesForWirelessDeviceImportTaskCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1ListDevicesForWirelessDeviceImportTaskCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1ListDevicesForWirelessDeviceImportTaskCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.ListDevicesForWirelessDeviceImportTaskCommand = ListDevicesForWirelessDeviceImportTaskCommand;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListWirelessDeviceImportTasksCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class ListWirelessDeviceImportTasksCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListWirelessDeviceImportTasksCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "IoTWirelessClient";
|
|
27
|
+
const commandName = "ListWirelessDeviceImportTasksCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1ListWirelessDeviceImportTasksCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1ListWirelessDeviceImportTasksCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.ListWirelessDeviceImportTasksCommand = ListWirelessDeviceImportTasksCommand;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartSingleWirelessDeviceImportTaskCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class StartSingleWirelessDeviceImportTaskCommand extends smithy_client_1.Command {
|
|
9
|
+
static getEndpointParameterInstructions() {
|
|
10
|
+
return {
|
|
11
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
12
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
13
|
+
Region: { type: "builtInParams", name: "region" },
|
|
14
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(input) {
|
|
18
|
+
super();
|
|
19
|
+
this.input = input;
|
|
20
|
+
}
|
|
21
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
22
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
23
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartSingleWirelessDeviceImportTaskCommand.getEndpointParameterInstructions()));
|
|
24
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
25
|
+
const { logger } = configuration;
|
|
26
|
+
const clientName = "IoTWirelessClient";
|
|
27
|
+
const commandName = "StartSingleWirelessDeviceImportTaskCommand";
|
|
28
|
+
const handlerExecutionContext = {
|
|
29
|
+
logger,
|
|
30
|
+
clientName,
|
|
31
|
+
commandName,
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
};
|
|
35
|
+
const { requestHandler } = configuration;
|
|
36
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
|
+
}
|
|
38
|
+
serialize(input, context) {
|
|
39
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1StartSingleWirelessDeviceImportTaskCommand)(input, context);
|
|
40
|
+
}
|
|
41
|
+
deserialize(output, context) {
|
|
42
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1StartSingleWirelessDeviceImportTaskCommand)(output, context);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.StartSingleWirelessDeviceImportTaskCommand = StartSingleWirelessDeviceImportTaskCommand;
|