@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
|
@@ -25,9 +25,11 @@ import { DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerCo
|
|
|
25
25
|
import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
|
|
26
26
|
import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
|
|
27
27
|
import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
|
|
28
|
+
import { DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput } from "./commands/DeleteWirelessDeviceImportTaskCommand";
|
|
28
29
|
import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
|
|
29
30
|
import { DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput } from "./commands/DeleteWirelessGatewayTaskCommand";
|
|
30
31
|
import { DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput } from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
|
|
32
|
+
import { DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput } from "./commands/DeregisterWirelessDeviceCommand";
|
|
31
33
|
import { DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput } from "./commands/DisassociateAwsAccountFromPartnerAccountCommand";
|
|
32
34
|
import { DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput } from "./commands/DisassociateMulticastGroupFromFuotaTaskCommand";
|
|
33
35
|
import { DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput } from "./commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
|
|
@@ -53,6 +55,7 @@ import { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } fro
|
|
|
53
55
|
import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
|
|
54
56
|
import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "./commands/GetServiceProfileCommand";
|
|
55
57
|
import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "./commands/GetWirelessDeviceCommand";
|
|
58
|
+
import { GetWirelessDeviceImportTaskCommandInput, GetWirelessDeviceImportTaskCommandOutput } from "./commands/GetWirelessDeviceImportTaskCommand";
|
|
56
59
|
import { GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput } from "./commands/GetWirelessDeviceStatisticsCommand";
|
|
57
60
|
import { GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput } from "./commands/GetWirelessGatewayCertificateCommand";
|
|
58
61
|
import { GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput } from "./commands/GetWirelessGatewayCommand";
|
|
@@ -62,6 +65,7 @@ import { GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput
|
|
|
62
65
|
import { GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput } from "./commands/GetWirelessGatewayTaskDefinitionCommand";
|
|
63
66
|
import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
|
|
64
67
|
import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "./commands/ListDeviceProfilesCommand";
|
|
68
|
+
import { ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput } from "./commands/ListDevicesForWirelessDeviceImportTaskCommand";
|
|
65
69
|
import { ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput } from "./commands/ListEventConfigurationsCommand";
|
|
66
70
|
import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "./commands/ListFuotaTasksCommand";
|
|
67
71
|
import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
|
|
@@ -72,6 +76,7 @@ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsComma
|
|
|
72
76
|
import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
|
|
73
77
|
import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
|
|
74
78
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
79
|
+
import { ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput } from "./commands/ListWirelessDeviceImportTasksCommand";
|
|
75
80
|
import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
|
|
76
81
|
import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
|
|
77
82
|
import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
|
|
@@ -85,6 +90,8 @@ import { StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBu
|
|
|
85
90
|
import { StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
86
91
|
import { StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput } from "./commands/StartFuotaTaskCommand";
|
|
87
92
|
import { StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput } from "./commands/StartMulticastGroupSessionCommand";
|
|
93
|
+
import { StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput } from "./commands/StartSingleWirelessDeviceImportTaskCommand";
|
|
94
|
+
import { StartWirelessDeviceImportTaskCommandInput, StartWirelessDeviceImportTaskCommandOutput } from "./commands/StartWirelessDeviceImportTaskCommand";
|
|
88
95
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
89
96
|
import { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "./commands/TestWirelessDeviceCommand";
|
|
90
97
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -99,6 +106,7 @@ import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./comma
|
|
|
99
106
|
import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
|
|
100
107
|
import { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "./commands/UpdateResourcePositionCommand";
|
|
101
108
|
import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
|
|
109
|
+
import { UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput } from "./commands/UpdateWirelessDeviceImportTaskCommand";
|
|
102
110
|
import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
|
|
103
111
|
import { IoTWirelessClient } from "./IoTWirelessClient";
|
|
104
112
|
/**
|
|
@@ -298,6 +306,13 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
298
306
|
deleteWirelessDevice(args: DeleteWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWirelessDeviceCommandOutput>;
|
|
299
307
|
deleteWirelessDevice(args: DeleteWirelessDeviceCommandInput, cb: (err: any, data?: DeleteWirelessDeviceCommandOutput) => void): void;
|
|
300
308
|
deleteWirelessDevice(args: DeleteWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWirelessDeviceCommandOutput) => void): void;
|
|
309
|
+
/**
|
|
310
|
+
* @public
|
|
311
|
+
* <p>Delete an import task.</p>
|
|
312
|
+
*/
|
|
313
|
+
deleteWirelessDeviceImportTask(args: DeleteWirelessDeviceImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWirelessDeviceImportTaskCommandOutput>;
|
|
314
|
+
deleteWirelessDeviceImportTask(args: DeleteWirelessDeviceImportTaskCommandInput, cb: (err: any, data?: DeleteWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
315
|
+
deleteWirelessDeviceImportTask(args: DeleteWirelessDeviceImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
301
316
|
/**
|
|
302
317
|
* @public
|
|
303
318
|
* <p>Deletes a wireless gateway.</p>
|
|
@@ -319,6 +334,13 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
319
334
|
deleteWirelessGatewayTaskDefinition(args: DeleteWirelessGatewayTaskDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWirelessGatewayTaskDefinitionCommandOutput>;
|
|
320
335
|
deleteWirelessGatewayTaskDefinition(args: DeleteWirelessGatewayTaskDefinitionCommandInput, cb: (err: any, data?: DeleteWirelessGatewayTaskDefinitionCommandOutput) => void): void;
|
|
321
336
|
deleteWirelessGatewayTaskDefinition(args: DeleteWirelessGatewayTaskDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWirelessGatewayTaskDefinitionCommandOutput) => void): void;
|
|
337
|
+
/**
|
|
338
|
+
* @public
|
|
339
|
+
* <p>Deregister a wireless device from AWS IoT Wireless.</p>
|
|
340
|
+
*/
|
|
341
|
+
deregisterWirelessDevice(args: DeregisterWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterWirelessDeviceCommandOutput>;
|
|
342
|
+
deregisterWirelessDevice(args: DeregisterWirelessDeviceCommandInput, cb: (err: any, data?: DeregisterWirelessDeviceCommandOutput) => void): void;
|
|
343
|
+
deregisterWirelessDevice(args: DeregisterWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWirelessDeviceCommandOutput) => void): void;
|
|
322
344
|
/**
|
|
323
345
|
* @public
|
|
324
346
|
* <p>Disassociates your AWS account from a partner account. If <code>PartnerAccountId</code> and <code>PartnerType</code> are <code>null</code>, disassociates your AWS account from all partner accounts.</p>
|
|
@@ -513,6 +535,14 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
513
535
|
getWirelessDevice(args: GetWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessDeviceCommandOutput>;
|
|
514
536
|
getWirelessDevice(args: GetWirelessDeviceCommandInput, cb: (err: any, data?: GetWirelessDeviceCommandOutput) => void): void;
|
|
515
537
|
getWirelessDevice(args: GetWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessDeviceCommandOutput) => void): void;
|
|
538
|
+
/**
|
|
539
|
+
* @public
|
|
540
|
+
* <p>Get information about an import task and count of device onboarding summary information for the
|
|
541
|
+
* import task.</p>
|
|
542
|
+
*/
|
|
543
|
+
getWirelessDeviceImportTask(args: GetWirelessDeviceImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetWirelessDeviceImportTaskCommandOutput>;
|
|
544
|
+
getWirelessDeviceImportTask(args: GetWirelessDeviceImportTaskCommandInput, cb: (err: any, data?: GetWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
545
|
+
getWirelessDeviceImportTask(args: GetWirelessDeviceImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
516
546
|
/**
|
|
517
547
|
* @public
|
|
518
548
|
* <p>Gets operating information about a wireless device.</p>
|
|
@@ -576,6 +606,13 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
576
606
|
listDeviceProfiles(args: ListDeviceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeviceProfilesCommandOutput>;
|
|
577
607
|
listDeviceProfiles(args: ListDeviceProfilesCommandInput, cb: (err: any, data?: ListDeviceProfilesCommandOutput) => void): void;
|
|
578
608
|
listDeviceProfiles(args: ListDeviceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeviceProfilesCommandOutput) => void): void;
|
|
609
|
+
/**
|
|
610
|
+
* @public
|
|
611
|
+
* <p>List the Sidewalk devices in an import task and their onboarding status.</p>
|
|
612
|
+
*/
|
|
613
|
+
listDevicesForWirelessDeviceImportTask(args: ListDevicesForWirelessDeviceImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesForWirelessDeviceImportTaskCommandOutput>;
|
|
614
|
+
listDevicesForWirelessDeviceImportTask(args: ListDevicesForWirelessDeviceImportTaskCommandInput, cb: (err: any, data?: ListDevicesForWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
615
|
+
listDevicesForWirelessDeviceImportTask(args: ListDevicesForWirelessDeviceImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesForWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
579
616
|
/**
|
|
580
617
|
* @public
|
|
581
618
|
* <p>List event configurations where at least one event topic has been enabled.</p>
|
|
@@ -653,6 +690,13 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
653
690
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
654
691
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
655
692
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
693
|
+
/**
|
|
694
|
+
* @public
|
|
695
|
+
* <p>List wireless devices that have been added to an import task.</p>
|
|
696
|
+
*/
|
|
697
|
+
listWirelessDeviceImportTasks(args: ListWirelessDeviceImportTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListWirelessDeviceImportTasksCommandOutput>;
|
|
698
|
+
listWirelessDeviceImportTasks(args: ListWirelessDeviceImportTasksCommandInput, cb: (err: any, data?: ListWirelessDeviceImportTasksCommandOutput) => void): void;
|
|
699
|
+
listWirelessDeviceImportTasks(args: ListWirelessDeviceImportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWirelessDeviceImportTasksCommandOutput) => void): void;
|
|
656
700
|
/**
|
|
657
701
|
* @public
|
|
658
702
|
* <p>Lists the wireless devices registered to your AWS account.</p>
|
|
@@ -752,6 +796,20 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
752
796
|
startMulticastGroupSession(args: StartMulticastGroupSessionCommandInput, options?: __HttpHandlerOptions): Promise<StartMulticastGroupSessionCommandOutput>;
|
|
753
797
|
startMulticastGroupSession(args: StartMulticastGroupSessionCommandInput, cb: (err: any, data?: StartMulticastGroupSessionCommandOutput) => void): void;
|
|
754
798
|
startMulticastGroupSession(args: StartMulticastGroupSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMulticastGroupSessionCommandOutput) => void): void;
|
|
799
|
+
/**
|
|
800
|
+
* @public
|
|
801
|
+
* <p>Start import task for a single wireless device.</p>
|
|
802
|
+
*/
|
|
803
|
+
startSingleWirelessDeviceImportTask(args: StartSingleWirelessDeviceImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartSingleWirelessDeviceImportTaskCommandOutput>;
|
|
804
|
+
startSingleWirelessDeviceImportTask(args: StartSingleWirelessDeviceImportTaskCommandInput, cb: (err: any, data?: StartSingleWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
805
|
+
startSingleWirelessDeviceImportTask(args: StartSingleWirelessDeviceImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSingleWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
806
|
+
/**
|
|
807
|
+
* @public
|
|
808
|
+
* <p>Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.</p>
|
|
809
|
+
*/
|
|
810
|
+
startWirelessDeviceImportTask(args: StartWirelessDeviceImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartWirelessDeviceImportTaskCommandOutput>;
|
|
811
|
+
startWirelessDeviceImportTask(args: StartWirelessDeviceImportTaskCommandInput, cb: (err: any, data?: StartWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
812
|
+
startWirelessDeviceImportTask(args: StartWirelessDeviceImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
755
813
|
/**
|
|
756
814
|
* @public
|
|
757
815
|
* <p>Adds a tag to a resource.</p>
|
|
@@ -859,6 +917,13 @@ export declare class IoTWireless extends IoTWirelessClient {
|
|
|
859
917
|
updateWirelessDevice(args: UpdateWirelessDeviceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWirelessDeviceCommandOutput>;
|
|
860
918
|
updateWirelessDevice(args: UpdateWirelessDeviceCommandInput, cb: (err: any, data?: UpdateWirelessDeviceCommandOutput) => void): void;
|
|
861
919
|
updateWirelessDevice(args: UpdateWirelessDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWirelessDeviceCommandOutput) => void): void;
|
|
920
|
+
/**
|
|
921
|
+
* @public
|
|
922
|
+
* <p>Update an import task to add more devices to the task.</p>
|
|
923
|
+
*/
|
|
924
|
+
updateWirelessDeviceImportTask(args: UpdateWirelessDeviceImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWirelessDeviceImportTaskCommandOutput>;
|
|
925
|
+
updateWirelessDeviceImportTask(args: UpdateWirelessDeviceImportTaskCommandInput, cb: (err: any, data?: UpdateWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
926
|
+
updateWirelessDeviceImportTask(args: UpdateWirelessDeviceImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWirelessDeviceImportTaskCommandOutput) => void): void;
|
|
862
927
|
/**
|
|
863
928
|
* @public
|
|
864
929
|
* <p>Updates properties of a wireless gateway.</p>
|
|
@@ -33,9 +33,11 @@ import { DeleteNetworkAnalyzerConfigurationCommandInput, DeleteNetworkAnalyzerCo
|
|
|
33
33
|
import { DeleteQueuedMessagesCommandInput, DeleteQueuedMessagesCommandOutput } from "./commands/DeleteQueuedMessagesCommand";
|
|
34
34
|
import { DeleteServiceProfileCommandInput, DeleteServiceProfileCommandOutput } from "./commands/DeleteServiceProfileCommand";
|
|
35
35
|
import { DeleteWirelessDeviceCommandInput, DeleteWirelessDeviceCommandOutput } from "./commands/DeleteWirelessDeviceCommand";
|
|
36
|
+
import { DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput } from "./commands/DeleteWirelessDeviceImportTaskCommand";
|
|
36
37
|
import { DeleteWirelessGatewayCommandInput, DeleteWirelessGatewayCommandOutput } from "./commands/DeleteWirelessGatewayCommand";
|
|
37
38
|
import { DeleteWirelessGatewayTaskCommandInput, DeleteWirelessGatewayTaskCommandOutput } from "./commands/DeleteWirelessGatewayTaskCommand";
|
|
38
39
|
import { DeleteWirelessGatewayTaskDefinitionCommandInput, DeleteWirelessGatewayTaskDefinitionCommandOutput } from "./commands/DeleteWirelessGatewayTaskDefinitionCommand";
|
|
40
|
+
import { DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput } from "./commands/DeregisterWirelessDeviceCommand";
|
|
39
41
|
import { DisassociateAwsAccountFromPartnerAccountCommandInput, DisassociateAwsAccountFromPartnerAccountCommandOutput } from "./commands/DisassociateAwsAccountFromPartnerAccountCommand";
|
|
40
42
|
import { DisassociateMulticastGroupFromFuotaTaskCommandInput, DisassociateMulticastGroupFromFuotaTaskCommandOutput } from "./commands/DisassociateMulticastGroupFromFuotaTaskCommand";
|
|
41
43
|
import { DisassociateWirelessDeviceFromFuotaTaskCommandInput, DisassociateWirelessDeviceFromFuotaTaskCommandOutput } from "./commands/DisassociateWirelessDeviceFromFuotaTaskCommand";
|
|
@@ -61,6 +63,7 @@ import { GetResourcePositionCommandInput, GetResourcePositionCommandOutput } fro
|
|
|
61
63
|
import { GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput } from "./commands/GetServiceEndpointCommand";
|
|
62
64
|
import { GetServiceProfileCommandInput, GetServiceProfileCommandOutput } from "./commands/GetServiceProfileCommand";
|
|
63
65
|
import { GetWirelessDeviceCommandInput, GetWirelessDeviceCommandOutput } from "./commands/GetWirelessDeviceCommand";
|
|
66
|
+
import { GetWirelessDeviceImportTaskCommandInput, GetWirelessDeviceImportTaskCommandOutput } from "./commands/GetWirelessDeviceImportTaskCommand";
|
|
64
67
|
import { GetWirelessDeviceStatisticsCommandInput, GetWirelessDeviceStatisticsCommandOutput } from "./commands/GetWirelessDeviceStatisticsCommand";
|
|
65
68
|
import { GetWirelessGatewayCertificateCommandInput, GetWirelessGatewayCertificateCommandOutput } from "./commands/GetWirelessGatewayCertificateCommand";
|
|
66
69
|
import { GetWirelessGatewayCommandInput, GetWirelessGatewayCommandOutput } from "./commands/GetWirelessGatewayCommand";
|
|
@@ -70,6 +73,7 @@ import { GetWirelessGatewayTaskCommandInput, GetWirelessGatewayTaskCommandOutput
|
|
|
70
73
|
import { GetWirelessGatewayTaskDefinitionCommandInput, GetWirelessGatewayTaskDefinitionCommandOutput } from "./commands/GetWirelessGatewayTaskDefinitionCommand";
|
|
71
74
|
import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
|
|
72
75
|
import { ListDeviceProfilesCommandInput, ListDeviceProfilesCommandOutput } from "./commands/ListDeviceProfilesCommand";
|
|
76
|
+
import { ListDevicesForWirelessDeviceImportTaskCommandInput, ListDevicesForWirelessDeviceImportTaskCommandOutput } from "./commands/ListDevicesForWirelessDeviceImportTaskCommand";
|
|
73
77
|
import { ListEventConfigurationsCommandInput, ListEventConfigurationsCommandOutput } from "./commands/ListEventConfigurationsCommand";
|
|
74
78
|
import { ListFuotaTasksCommandInput, ListFuotaTasksCommandOutput } from "./commands/ListFuotaTasksCommand";
|
|
75
79
|
import { ListMulticastGroupsByFuotaTaskCommandInput, ListMulticastGroupsByFuotaTaskCommandOutput } from "./commands/ListMulticastGroupsByFuotaTaskCommand";
|
|
@@ -80,6 +84,7 @@ import { ListPositionConfigurationsCommandInput, ListPositionConfigurationsComma
|
|
|
80
84
|
import { ListQueuedMessagesCommandInput, ListQueuedMessagesCommandOutput } from "./commands/ListQueuedMessagesCommand";
|
|
81
85
|
import { ListServiceProfilesCommandInput, ListServiceProfilesCommandOutput } from "./commands/ListServiceProfilesCommand";
|
|
82
86
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
87
|
+
import { ListWirelessDeviceImportTasksCommandInput, ListWirelessDeviceImportTasksCommandOutput } from "./commands/ListWirelessDeviceImportTasksCommand";
|
|
83
88
|
import { ListWirelessDevicesCommandInput, ListWirelessDevicesCommandOutput } from "./commands/ListWirelessDevicesCommand";
|
|
84
89
|
import { ListWirelessGatewaysCommandInput, ListWirelessGatewaysCommandOutput } from "./commands/ListWirelessGatewaysCommand";
|
|
85
90
|
import { ListWirelessGatewayTaskDefinitionsCommandInput, ListWirelessGatewayTaskDefinitionsCommandOutput } from "./commands/ListWirelessGatewayTaskDefinitionsCommand";
|
|
@@ -93,6 +98,8 @@ import { StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput, StartBu
|
|
|
93
98
|
import { StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput, StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput } from "./commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
94
99
|
import { StartFuotaTaskCommandInput, StartFuotaTaskCommandOutput } from "./commands/StartFuotaTaskCommand";
|
|
95
100
|
import { StartMulticastGroupSessionCommandInput, StartMulticastGroupSessionCommandOutput } from "./commands/StartMulticastGroupSessionCommand";
|
|
101
|
+
import { StartSingleWirelessDeviceImportTaskCommandInput, StartSingleWirelessDeviceImportTaskCommandOutput } from "./commands/StartSingleWirelessDeviceImportTaskCommand";
|
|
102
|
+
import { StartWirelessDeviceImportTaskCommandInput, StartWirelessDeviceImportTaskCommandOutput } from "./commands/StartWirelessDeviceImportTaskCommand";
|
|
96
103
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
97
104
|
import { TestWirelessDeviceCommandInput, TestWirelessDeviceCommandOutput } from "./commands/TestWirelessDeviceCommand";
|
|
98
105
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
@@ -107,16 +114,17 @@ import { UpdatePositionCommandInput, UpdatePositionCommandOutput } from "./comma
|
|
|
107
114
|
import { UpdateResourceEventConfigurationCommandInput, UpdateResourceEventConfigurationCommandOutput } from "./commands/UpdateResourceEventConfigurationCommand";
|
|
108
115
|
import { UpdateResourcePositionCommandInput, UpdateResourcePositionCommandOutput } from "./commands/UpdateResourcePositionCommand";
|
|
109
116
|
import { UpdateWirelessDeviceCommandInput, UpdateWirelessDeviceCommandOutput } from "./commands/UpdateWirelessDeviceCommand";
|
|
117
|
+
import { UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput } from "./commands/UpdateWirelessDeviceImportTaskCommand";
|
|
110
118
|
import { UpdateWirelessGatewayCommandInput, UpdateWirelessGatewayCommandOutput } from "./commands/UpdateWirelessGatewayCommand";
|
|
111
119
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
112
120
|
/**
|
|
113
121
|
* @public
|
|
114
122
|
*/
|
|
115
|
-
export type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateNetworkAnalyzerConfigurationCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteNetworkAnalyzerConfigurationCommandInput | DeleteQueuedMessagesCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetEventConfigurationByResourceTypesCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetPositionCommandInput | GetPositionConfigurationCommandInput | GetPositionEstimateCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetResourcePositionCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListEventConfigurationsCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListNetworkAnalyzerConfigurationsCommandInput | ListPartnerAccountsCommandInput | ListPositionConfigurationsCommandInput | ListQueuedMessagesCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutPositionConfigurationCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateEventConfigurationByResourceTypesCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdatePositionCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateResourcePositionCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessGatewayCommandInput;
|
|
123
|
+
export type ServiceInputTypes = AssociateAwsAccountWithPartnerAccountCommandInput | AssociateMulticastGroupWithFuotaTaskCommandInput | AssociateWirelessDeviceWithFuotaTaskCommandInput | AssociateWirelessDeviceWithMulticastGroupCommandInput | AssociateWirelessDeviceWithThingCommandInput | AssociateWirelessGatewayWithCertificateCommandInput | AssociateWirelessGatewayWithThingCommandInput | CancelMulticastGroupSessionCommandInput | CreateDestinationCommandInput | CreateDeviceProfileCommandInput | CreateFuotaTaskCommandInput | CreateMulticastGroupCommandInput | CreateNetworkAnalyzerConfigurationCommandInput | CreateServiceProfileCommandInput | CreateWirelessDeviceCommandInput | CreateWirelessGatewayCommandInput | CreateWirelessGatewayTaskCommandInput | CreateWirelessGatewayTaskDefinitionCommandInput | DeleteDestinationCommandInput | DeleteDeviceProfileCommandInput | DeleteFuotaTaskCommandInput | DeleteMulticastGroupCommandInput | DeleteNetworkAnalyzerConfigurationCommandInput | DeleteQueuedMessagesCommandInput | DeleteServiceProfileCommandInput | DeleteWirelessDeviceCommandInput | DeleteWirelessDeviceImportTaskCommandInput | DeleteWirelessGatewayCommandInput | DeleteWirelessGatewayTaskCommandInput | DeleteWirelessGatewayTaskDefinitionCommandInput | DeregisterWirelessDeviceCommandInput | DisassociateAwsAccountFromPartnerAccountCommandInput | DisassociateMulticastGroupFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromFuotaTaskCommandInput | DisassociateWirelessDeviceFromMulticastGroupCommandInput | DisassociateWirelessDeviceFromThingCommandInput | DisassociateWirelessGatewayFromCertificateCommandInput | DisassociateWirelessGatewayFromThingCommandInput | GetDestinationCommandInput | GetDeviceProfileCommandInput | GetEventConfigurationByResourceTypesCommandInput | GetFuotaTaskCommandInput | GetLogLevelsByResourceTypesCommandInput | GetMulticastGroupCommandInput | GetMulticastGroupSessionCommandInput | GetNetworkAnalyzerConfigurationCommandInput | GetPartnerAccountCommandInput | GetPositionCommandInput | GetPositionConfigurationCommandInput | GetPositionEstimateCommandInput | GetResourceEventConfigurationCommandInput | GetResourceLogLevelCommandInput | GetResourcePositionCommandInput | GetServiceEndpointCommandInput | GetServiceProfileCommandInput | GetWirelessDeviceCommandInput | GetWirelessDeviceImportTaskCommandInput | GetWirelessDeviceStatisticsCommandInput | GetWirelessGatewayCertificateCommandInput | GetWirelessGatewayCommandInput | GetWirelessGatewayFirmwareInformationCommandInput | GetWirelessGatewayStatisticsCommandInput | GetWirelessGatewayTaskCommandInput | GetWirelessGatewayTaskDefinitionCommandInput | ListDestinationsCommandInput | ListDeviceProfilesCommandInput | ListDevicesForWirelessDeviceImportTaskCommandInput | ListEventConfigurationsCommandInput | ListFuotaTasksCommandInput | ListMulticastGroupsByFuotaTaskCommandInput | ListMulticastGroupsCommandInput | ListNetworkAnalyzerConfigurationsCommandInput | ListPartnerAccountsCommandInput | ListPositionConfigurationsCommandInput | ListQueuedMessagesCommandInput | ListServiceProfilesCommandInput | ListTagsForResourceCommandInput | ListWirelessDeviceImportTasksCommandInput | ListWirelessDevicesCommandInput | ListWirelessGatewayTaskDefinitionsCommandInput | ListWirelessGatewaysCommandInput | PutPositionConfigurationCommandInput | PutResourceLogLevelCommandInput | ResetAllResourceLogLevelsCommandInput | ResetResourceLogLevelCommandInput | SendDataToMulticastGroupCommandInput | SendDataToWirelessDeviceCommandInput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput | StartFuotaTaskCommandInput | StartMulticastGroupSessionCommandInput | StartSingleWirelessDeviceImportTaskCommandInput | StartWirelessDeviceImportTaskCommandInput | TagResourceCommandInput | TestWirelessDeviceCommandInput | UntagResourceCommandInput | UpdateDestinationCommandInput | UpdateEventConfigurationByResourceTypesCommandInput | UpdateFuotaTaskCommandInput | UpdateLogLevelsByResourceTypesCommandInput | UpdateMulticastGroupCommandInput | UpdateNetworkAnalyzerConfigurationCommandInput | UpdatePartnerAccountCommandInput | UpdatePositionCommandInput | UpdateResourceEventConfigurationCommandInput | UpdateResourcePositionCommandInput | UpdateWirelessDeviceCommandInput | UpdateWirelessDeviceImportTaskCommandInput | UpdateWirelessGatewayCommandInput;
|
|
116
124
|
/**
|
|
117
125
|
* @public
|
|
118
126
|
*/
|
|
119
|
-
export type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateNetworkAnalyzerConfigurationCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteNetworkAnalyzerConfigurationCommandOutput | DeleteQueuedMessagesCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetEventConfigurationByResourceTypesCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetPositionCommandOutput | GetPositionConfigurationCommandOutput | GetPositionEstimateCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetResourcePositionCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListEventConfigurationsCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListNetworkAnalyzerConfigurationsCommandOutput | ListPartnerAccountsCommandOutput | ListPositionConfigurationsCommandOutput | ListQueuedMessagesCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutPositionConfigurationCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateEventConfigurationByResourceTypesCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdatePositionCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateResourcePositionCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessGatewayCommandOutput;
|
|
127
|
+
export type ServiceOutputTypes = AssociateAwsAccountWithPartnerAccountCommandOutput | AssociateMulticastGroupWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithFuotaTaskCommandOutput | AssociateWirelessDeviceWithMulticastGroupCommandOutput | AssociateWirelessDeviceWithThingCommandOutput | AssociateWirelessGatewayWithCertificateCommandOutput | AssociateWirelessGatewayWithThingCommandOutput | CancelMulticastGroupSessionCommandOutput | CreateDestinationCommandOutput | CreateDeviceProfileCommandOutput | CreateFuotaTaskCommandOutput | CreateMulticastGroupCommandOutput | CreateNetworkAnalyzerConfigurationCommandOutput | CreateServiceProfileCommandOutput | CreateWirelessDeviceCommandOutput | CreateWirelessGatewayCommandOutput | CreateWirelessGatewayTaskCommandOutput | CreateWirelessGatewayTaskDefinitionCommandOutput | DeleteDestinationCommandOutput | DeleteDeviceProfileCommandOutput | DeleteFuotaTaskCommandOutput | DeleteMulticastGroupCommandOutput | DeleteNetworkAnalyzerConfigurationCommandOutput | DeleteQueuedMessagesCommandOutput | DeleteServiceProfileCommandOutput | DeleteWirelessDeviceCommandOutput | DeleteWirelessDeviceImportTaskCommandOutput | DeleteWirelessGatewayCommandOutput | DeleteWirelessGatewayTaskCommandOutput | DeleteWirelessGatewayTaskDefinitionCommandOutput | DeregisterWirelessDeviceCommandOutput | DisassociateAwsAccountFromPartnerAccountCommandOutput | DisassociateMulticastGroupFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromFuotaTaskCommandOutput | DisassociateWirelessDeviceFromMulticastGroupCommandOutput | DisassociateWirelessDeviceFromThingCommandOutput | DisassociateWirelessGatewayFromCertificateCommandOutput | DisassociateWirelessGatewayFromThingCommandOutput | GetDestinationCommandOutput | GetDeviceProfileCommandOutput | GetEventConfigurationByResourceTypesCommandOutput | GetFuotaTaskCommandOutput | GetLogLevelsByResourceTypesCommandOutput | GetMulticastGroupCommandOutput | GetMulticastGroupSessionCommandOutput | GetNetworkAnalyzerConfigurationCommandOutput | GetPartnerAccountCommandOutput | GetPositionCommandOutput | GetPositionConfigurationCommandOutput | GetPositionEstimateCommandOutput | GetResourceEventConfigurationCommandOutput | GetResourceLogLevelCommandOutput | GetResourcePositionCommandOutput | GetServiceEndpointCommandOutput | GetServiceProfileCommandOutput | GetWirelessDeviceCommandOutput | GetWirelessDeviceImportTaskCommandOutput | GetWirelessDeviceStatisticsCommandOutput | GetWirelessGatewayCertificateCommandOutput | GetWirelessGatewayCommandOutput | GetWirelessGatewayFirmwareInformationCommandOutput | GetWirelessGatewayStatisticsCommandOutput | GetWirelessGatewayTaskCommandOutput | GetWirelessGatewayTaskDefinitionCommandOutput | ListDestinationsCommandOutput | ListDeviceProfilesCommandOutput | ListDevicesForWirelessDeviceImportTaskCommandOutput | ListEventConfigurationsCommandOutput | ListFuotaTasksCommandOutput | ListMulticastGroupsByFuotaTaskCommandOutput | ListMulticastGroupsCommandOutput | ListNetworkAnalyzerConfigurationsCommandOutput | ListPartnerAccountsCommandOutput | ListPositionConfigurationsCommandOutput | ListQueuedMessagesCommandOutput | ListServiceProfilesCommandOutput | ListTagsForResourceCommandOutput | ListWirelessDeviceImportTasksCommandOutput | ListWirelessDevicesCommandOutput | ListWirelessGatewayTaskDefinitionsCommandOutput | ListWirelessGatewaysCommandOutput | PutPositionConfigurationCommandOutput | PutResourceLogLevelCommandOutput | ResetAllResourceLogLevelsCommandOutput | ResetResourceLogLevelCommandOutput | SendDataToMulticastGroupCommandOutput | SendDataToWirelessDeviceCommandOutput | StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput | StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput | StartFuotaTaskCommandOutput | StartMulticastGroupSessionCommandOutput | StartSingleWirelessDeviceImportTaskCommandOutput | StartWirelessDeviceImportTaskCommandOutput | TagResourceCommandOutput | TestWirelessDeviceCommandOutput | UntagResourceCommandOutput | UpdateDestinationCommandOutput | UpdateEventConfigurationByResourceTypesCommandOutput | UpdateFuotaTaskCommandOutput | UpdateLogLevelsByResourceTypesCommandOutput | UpdateMulticastGroupCommandOutput | UpdateNetworkAnalyzerConfigurationCommandOutput | UpdatePartnerAccountCommandOutput | UpdatePositionCommandOutput | UpdateResourceEventConfigurationCommandOutput | UpdateResourcePositionCommandOutput | UpdateWirelessDeviceCommandOutput | UpdateWirelessDeviceImportTaskCommandOutput | UpdateWirelessGatewayCommandOutput;
|
|
120
128
|
/**
|
|
121
129
|
* @public
|
|
122
130
|
*/
|
|
@@ -26,6 +26,19 @@ export interface AssociateAwsAccountWithPartnerAccountCommandOutput extends Asso
|
|
|
26
26
|
* import { IoTWirelessClient, AssociateAwsAccountWithPartnerAccountCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, AssociateAwsAccountWithPartnerAccountCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Sidewalk: {
|
|
31
|
+
* AmazonId: "STRING_VALUE",
|
|
32
|
+
* AppServerPrivateKey: "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
35
|
+
* Tags: [
|
|
36
|
+
* {
|
|
37
|
+
* Key: "STRING_VALUE", // required
|
|
38
|
+
* Value: "STRING_VALUE", // required
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* };
|
|
29
42
|
* const command = new AssociateAwsAccountWithPartnerAccountCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface AssociateMulticastGroupWithFuotaTaskCommandOutput extends Assoc
|
|
|
26
26
|
* import { IoTWirelessClient, AssociateMulticastGroupWithFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, AssociateMulticastGroupWithFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* MulticastGroupId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new AssociateMulticastGroupWithFuotaTaskCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface AssociateWirelessDeviceWithFuotaTaskCommandOutput extends Assoc
|
|
|
26
26
|
* import { IoTWirelessClient, AssociateWirelessDeviceWithFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, AssociateWirelessDeviceWithFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* WirelessDeviceId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new AssociateWirelessDeviceWithFuotaTaskCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface AssociateWirelessDeviceWithMulticastGroupCommandOutput extends
|
|
|
26
26
|
* import { IoTWirelessClient, AssociateWirelessDeviceWithMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, AssociateWirelessDeviceWithMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* WirelessDeviceId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new AssociateWirelessDeviceWithMulticastGroupCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface AssociateWirelessDeviceWithThingCommandOutput extends Associate
|
|
|
26
26
|
* import { IoTWirelessClient, AssociateWirelessDeviceWithThingCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, AssociateWirelessDeviceWithThingCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* ThingArn: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new AssociateWirelessDeviceWithThingCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface AssociateWirelessGatewayWithCertificateCommandOutput extends As
|
|
|
26
26
|
* import { IoTWirelessClient, AssociateWirelessGatewayWithCertificateCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, AssociateWirelessGatewayWithCertificateCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* IotCertificateId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new AssociateWirelessGatewayWithCertificateCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface AssociateWirelessGatewayWithThingCommandOutput extends Associat
|
|
|
26
26
|
* import { IoTWirelessClient, AssociateWirelessGatewayWithThingCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, AssociateWirelessGatewayWithThingCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* ThingArn: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new AssociateWirelessGatewayWithThingCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface CancelMulticastGroupSessionCommandOutput extends CancelMulticas
|
|
|
26
26
|
* import { IoTWirelessClient, CancelMulticastGroupSessionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CancelMulticastGroupSessionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new CancelMulticastGroupSessionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,20 @@ export interface CreateDestinationCommandOutput extends CreateDestinationRespons
|
|
|
26
26
|
* import { IoTWirelessClient, CreateDestinationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateDestinationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* ExpressionType: "RuleName" || "MqttTopic", // required
|
|
32
|
+
* Expression: "STRING_VALUE", // required
|
|
33
|
+
* Description: "STRING_VALUE",
|
|
34
|
+
* RoleArn: "STRING_VALUE", // required
|
|
35
|
+
* Tags: [
|
|
36
|
+
* {
|
|
37
|
+
* Key: "STRING_VALUE", // required
|
|
38
|
+
* Value: "STRING_VALUE", // required
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
29
43
|
* const command = new CreateDestinationCommand(input);
|
|
30
44
|
* const response = await client.send(command);
|
|
31
45
|
* ```
|
|
@@ -26,6 +26,40 @@ export interface CreateDeviceProfileCommandOutput extends CreateDeviceProfileRes
|
|
|
26
26
|
* import { IoTWirelessClient, CreateDeviceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateDeviceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE",
|
|
31
|
+
* LoRaWAN: {
|
|
32
|
+
* SupportsClassB: true || false,
|
|
33
|
+
* ClassBTimeout: Number("int"),
|
|
34
|
+
* PingSlotPeriod: Number("int"),
|
|
35
|
+
* PingSlotDr: Number("int"),
|
|
36
|
+
* PingSlotFreq: Number("int"),
|
|
37
|
+
* SupportsClassC: true || false,
|
|
38
|
+
* ClassCTimeout: Number("int"),
|
|
39
|
+
* MacVersion: "STRING_VALUE",
|
|
40
|
+
* RegParamsRevision: "STRING_VALUE",
|
|
41
|
+
* RxDelay1: Number("int"),
|
|
42
|
+
* RxDrOffset1: Number("int"),
|
|
43
|
+
* RxDataRate2: Number("int"),
|
|
44
|
+
* RxFreq2: Number("int"),
|
|
45
|
+
* FactoryPresetFreqsList: [
|
|
46
|
+
* Number("int"),
|
|
47
|
+
* ],
|
|
48
|
+
* MaxEirp: Number("int"),
|
|
49
|
+
* MaxDutyCycle: Number("int"),
|
|
50
|
+
* RfRegion: "STRING_VALUE",
|
|
51
|
+
* SupportsJoin: true || false,
|
|
52
|
+
* Supports32BitFCnt: true || false,
|
|
53
|
+
* },
|
|
54
|
+
* Tags: [
|
|
55
|
+
* {
|
|
56
|
+
* Key: "STRING_VALUE", // required
|
|
57
|
+
* Value: "STRING_VALUE", // required
|
|
58
|
+
* },
|
|
59
|
+
* ],
|
|
60
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
61
|
+
* Sidewalk: {},
|
|
62
|
+
* };
|
|
29
63
|
* const command = new CreateDeviceProfileCommand(input);
|
|
30
64
|
* const response = await client.send(command);
|
|
31
65
|
* ```
|
|
@@ -26,6 +26,25 @@ export interface CreateFuotaTaskCommandOutput extends CreateFuotaTaskResponse, _
|
|
|
26
26
|
* import { IoTWirelessClient, CreateFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE",
|
|
31
|
+
* Description: "STRING_VALUE",
|
|
32
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
33
|
+
* LoRaWAN: {
|
|
34
|
+
* RfRegion: "EU868" || "US915" || "AU915" || "AS923-1" || "AS923-2" || "AS923-3" || "AS923-4" || "EU433" || "CN470" || "CN779" || "RU864" || "KR920" || "IN865",
|
|
35
|
+
* },
|
|
36
|
+
* FirmwareUpdateImage: "STRING_VALUE", // required
|
|
37
|
+
* FirmwareUpdateRole: "STRING_VALUE", // required
|
|
38
|
+
* Tags: [
|
|
39
|
+
* {
|
|
40
|
+
* Key: "STRING_VALUE", // required
|
|
41
|
+
* Value: "STRING_VALUE", // required
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* RedundancyPercent: Number("int"),
|
|
45
|
+
* FragmentSizeBytes: Number("int"),
|
|
46
|
+
* FragmentIntervalMS: Number("int"),
|
|
47
|
+
* };
|
|
29
48
|
* const command = new CreateFuotaTaskCommand(input);
|
|
30
49
|
* const response = await client.send(command);
|
|
31
50
|
* ```
|
|
@@ -26,6 +26,21 @@ export interface CreateMulticastGroupCommandOutput extends CreateMulticastGroupR
|
|
|
26
26
|
* import { IoTWirelessClient, CreateMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE",
|
|
31
|
+
* Description: "STRING_VALUE",
|
|
32
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
33
|
+
* LoRaWAN: {
|
|
34
|
+
* RfRegion: "EU868" || "US915" || "AU915" || "AS923-1" || "AS923-2" || "AS923-3" || "AS923-4" || "EU433" || "CN470" || "CN779" || "RU864" || "KR920" || "IN865",
|
|
35
|
+
* DlClass: "ClassB" || "ClassC",
|
|
36
|
+
* },
|
|
37
|
+
* Tags: [
|
|
38
|
+
* {
|
|
39
|
+
* Key: "STRING_VALUE", // required
|
|
40
|
+
* Value: "STRING_VALUE", // required
|
|
41
|
+
* },
|
|
42
|
+
* ],
|
|
43
|
+
* };
|
|
29
44
|
* const command = new CreateMulticastGroupCommand(input);
|
|
30
45
|
* const response = await client.send(command);
|
|
31
46
|
* ```
|
|
@@ -26,6 +26,27 @@ export interface CreateNetworkAnalyzerConfigurationCommandOutput extends CreateN
|
|
|
26
26
|
* import { IoTWirelessClient, CreateNetworkAnalyzerConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateNetworkAnalyzerConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* TraceContent: {
|
|
32
|
+
* WirelessDeviceFrameInfo: "ENABLED" || "DISABLED",
|
|
33
|
+
* LogLevel: "INFO" || "ERROR" || "DISABLED",
|
|
34
|
+
* },
|
|
35
|
+
* WirelessDevices: [
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* WirelessGateways: [
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* Description: "STRING_VALUE",
|
|
42
|
+
* Tags: [
|
|
43
|
+
* {
|
|
44
|
+
* Key: "STRING_VALUE", // required
|
|
45
|
+
* Value: "STRING_VALUE", // required
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
49
|
+
* };
|
|
29
50
|
* const command = new CreateNetworkAnalyzerConfigurationCommand(input);
|
|
30
51
|
* const response = await client.send(command);
|
|
31
52
|
* ```
|
|
@@ -26,6 +26,21 @@ export interface CreateServiceProfileCommandOutput extends CreateServiceProfileR
|
|
|
26
26
|
* import { IoTWirelessClient, CreateServiceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateServiceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Name: "STRING_VALUE",
|
|
31
|
+
* LoRaWAN: {
|
|
32
|
+
* AddGwMetadata: true || false,
|
|
33
|
+
* DrMin: Number("int"),
|
|
34
|
+
* DrMax: Number("int"),
|
|
35
|
+
* },
|
|
36
|
+
* Tags: [
|
|
37
|
+
* {
|
|
38
|
+
* Key: "STRING_VALUE", // required
|
|
39
|
+
* Value: "STRING_VALUE", // required
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
43
|
+
* };
|
|
29
44
|
* const command = new CreateServiceProfileCommand(input);
|
|
30
45
|
* const response = await client.send(command);
|
|
31
46
|
* ```
|
|
@@ -26,6 +26,73 @@ export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceR
|
|
|
26
26
|
* import { IoTWirelessClient, CreateWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Type: "Sidewalk" || "LoRaWAN", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* Description: "STRING_VALUE",
|
|
33
|
+
* DestinationName: "STRING_VALUE", // required
|
|
34
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
35
|
+
* LoRaWAN: {
|
|
36
|
+
* DevEui: "STRING_VALUE",
|
|
37
|
+
* DeviceProfileId: "STRING_VALUE",
|
|
38
|
+
* ServiceProfileId: "STRING_VALUE",
|
|
39
|
+
* OtaaV1_1: {
|
|
40
|
+
* AppKey: "STRING_VALUE",
|
|
41
|
+
* NwkKey: "STRING_VALUE",
|
|
42
|
+
* JoinEui: "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* OtaaV1_0_x: {
|
|
45
|
+
* AppKey: "STRING_VALUE",
|
|
46
|
+
* AppEui: "STRING_VALUE",
|
|
47
|
+
* GenAppKey: "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* AbpV1_1: {
|
|
50
|
+
* DevAddr: "STRING_VALUE",
|
|
51
|
+
* SessionKeys: {
|
|
52
|
+
* FNwkSIntKey: "STRING_VALUE",
|
|
53
|
+
* SNwkSIntKey: "STRING_VALUE",
|
|
54
|
+
* NwkSEncKey: "STRING_VALUE",
|
|
55
|
+
* AppSKey: "STRING_VALUE",
|
|
56
|
+
* },
|
|
57
|
+
* FCntStart: Number("int"),
|
|
58
|
+
* },
|
|
59
|
+
* AbpV1_0_x: {
|
|
60
|
+
* DevAddr: "STRING_VALUE",
|
|
61
|
+
* SessionKeys: {
|
|
62
|
+
* NwkSKey: "STRING_VALUE",
|
|
63
|
+
* AppSKey: "STRING_VALUE",
|
|
64
|
+
* },
|
|
65
|
+
* FCntStart: Number("int"),
|
|
66
|
+
* },
|
|
67
|
+
* FPorts: {
|
|
68
|
+
* Fuota: Number("int"),
|
|
69
|
+
* Multicast: Number("int"),
|
|
70
|
+
* ClockSync: Number("int"),
|
|
71
|
+
* Positioning: {
|
|
72
|
+
* ClockSync: Number("int"),
|
|
73
|
+
* Stream: Number("int"),
|
|
74
|
+
* Gnss: Number("int"),
|
|
75
|
+
* },
|
|
76
|
+
* Applications: [
|
|
77
|
+
* {
|
|
78
|
+
* FPort: Number("int"),
|
|
79
|
+
* Type: "SemtechGeolocation",
|
|
80
|
+
* DestinationName: "STRING_VALUE",
|
|
81
|
+
* },
|
|
82
|
+
* ],
|
|
83
|
+
* },
|
|
84
|
+
* },
|
|
85
|
+
* Tags: [
|
|
86
|
+
* {
|
|
87
|
+
* Key: "STRING_VALUE", // required
|
|
88
|
+
* Value: "STRING_VALUE", // required
|
|
89
|
+
* },
|
|
90
|
+
* ],
|
|
91
|
+
* Positioning: "Enabled" || "Disabled",
|
|
92
|
+
* Sidewalk: {
|
|
93
|
+
* DeviceProfileId: "STRING_VALUE",
|
|
94
|
+
* },
|
|
95
|
+
* };
|
|
29
96
|
* const command = new CreateWirelessDeviceCommand(input);
|
|
30
97
|
* const response = await client.send(command);
|
|
31
98
|
* ```
|