@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
|
@@ -26,6 +26,38 @@ export interface CreateWirelessGatewayCommandOutput extends CreateWirelessGatewa
|
|
|
26
26
|
* import { IoTWirelessClient, CreateWirelessGatewayCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateWirelessGatewayCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // CreateWirelessGatewayRequest
|
|
30
|
+
* Name: "STRING_VALUE",
|
|
31
|
+
* Description: "STRING_VALUE",
|
|
32
|
+
* LoRaWAN: { // LoRaWANGateway
|
|
33
|
+
* GatewayEui: "STRING_VALUE",
|
|
34
|
+
* RfRegion: "STRING_VALUE",
|
|
35
|
+
* JoinEuiFilters: [ // JoinEuiFilters
|
|
36
|
+
* [ // JoinEuiRange
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* ],
|
|
40
|
+
* NetIdFilters: [ // NetIdFilters
|
|
41
|
+
* "STRING_VALUE",
|
|
42
|
+
* ],
|
|
43
|
+
* SubBands: [ // SubBands
|
|
44
|
+
* Number("int"),
|
|
45
|
+
* ],
|
|
46
|
+
* Beaconing: { // Beaconing
|
|
47
|
+
* DataRate: Number("int"),
|
|
48
|
+
* Frequencies: [ // BeaconingFrequencies
|
|
49
|
+
* Number("int"),
|
|
50
|
+
* ],
|
|
51
|
+
* },
|
|
52
|
+
* },
|
|
53
|
+
* Tags: [ // TagList
|
|
54
|
+
* { // Tag
|
|
55
|
+
* Key: "STRING_VALUE", // required
|
|
56
|
+
* Value: "STRING_VALUE", // required
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
60
|
+
* };
|
|
29
61
|
* const command = new CreateWirelessGatewayCommand(input);
|
|
30
62
|
* const response = await client.send(command);
|
|
31
63
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface CreateWirelessGatewayTaskCommandOutput extends CreateWirelessGa
|
|
|
26
26
|
* import { IoTWirelessClient, CreateWirelessGatewayTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateWirelessGatewayTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // CreateWirelessGatewayTaskRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* WirelessGatewayTaskDefinitionId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new CreateWirelessGatewayTaskCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,35 @@ export interface CreateWirelessGatewayTaskDefinitionCommandOutput extends Create
|
|
|
26
26
|
* import { IoTWirelessClient, CreateWirelessGatewayTaskDefinitionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, CreateWirelessGatewayTaskDefinitionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // CreateWirelessGatewayTaskDefinitionRequest
|
|
30
|
+
* AutoCreateTasks: true || false, // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* Update: { // UpdateWirelessGatewayTaskCreate
|
|
33
|
+
* UpdateDataSource: "STRING_VALUE",
|
|
34
|
+
* UpdateDataRole: "STRING_VALUE",
|
|
35
|
+
* LoRaWAN: { // LoRaWANUpdateGatewayTaskCreate
|
|
36
|
+
* UpdateSignature: "STRING_VALUE",
|
|
37
|
+
* SigKeyCrc: Number("long"),
|
|
38
|
+
* CurrentVersion: { // LoRaWANGatewayVersion
|
|
39
|
+
* PackageVersion: "STRING_VALUE",
|
|
40
|
+
* Model: "STRING_VALUE",
|
|
41
|
+
* Station: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* UpdateVersion: {
|
|
44
|
+
* PackageVersion: "STRING_VALUE",
|
|
45
|
+
* Model: "STRING_VALUE",
|
|
46
|
+
* Station: "STRING_VALUE",
|
|
47
|
+
* },
|
|
48
|
+
* },
|
|
49
|
+
* },
|
|
50
|
+
* ClientRequestToken: "STRING_VALUE",
|
|
51
|
+
* Tags: [ // TagList
|
|
52
|
+
* { // Tag
|
|
53
|
+
* Key: "STRING_VALUE", // required
|
|
54
|
+
* Value: "STRING_VALUE", // required
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
57
|
+
* };
|
|
29
58
|
* const command = new CreateWirelessGatewayTaskDefinitionCommand(input);
|
|
30
59
|
* const response = await client.send(command);
|
|
31
60
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteDestinationCommandOutput extends DeleteDestinationRespons
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteDestinationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteDestinationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteDestinationRequest
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteDestinationCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteDeviceProfileCommandOutput extends DeleteDeviceProfileRes
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteDeviceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteDeviceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteDeviceProfileRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteDeviceProfileCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteFuotaTaskCommandOutput extends DeleteFuotaTaskResponse, _
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteFuotaTaskRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteFuotaTaskCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteMulticastGroupCommandOutput extends DeleteMulticastGroupR
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteMulticastGroupRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteMulticastGroupCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteNetworkAnalyzerConfigurationCommandOutput extends DeleteN
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteNetworkAnalyzerConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteNetworkAnalyzerConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteNetworkAnalyzerConfigurationRequest
|
|
30
|
+
* ConfigurationName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteNetworkAnalyzerConfigurationCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface DeleteQueuedMessagesCommandOutput extends DeleteQueuedMessagesR
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteQueuedMessagesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteQueuedMessagesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteQueuedMessagesRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* MessageId: "STRING_VALUE", // required
|
|
32
|
+
* WirelessDeviceType: "Sidewalk" || "LoRaWAN",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new DeleteQueuedMessagesCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteServiceProfileCommandOutput extends DeleteServiceProfileR
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteServiceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteServiceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteServiceProfileRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteServiceProfileCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteWirelessDeviceCommandOutput extends DeleteWirelessDeviceR
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteWirelessDeviceRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteWirelessDeviceCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
+
import { DeleteWirelessDeviceImportTaskRequest, DeleteWirelessDeviceImportTaskResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DeleteWirelessDeviceImportTaskCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DeleteWirelessDeviceImportTaskCommandInput extends DeleteWirelessDeviceImportTaskRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DeleteWirelessDeviceImportTaskCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteWirelessDeviceImportTaskCommandOutput extends DeleteWirelessDeviceImportTaskResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Delete an import task.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { IoTWirelessClient, DeleteWirelessDeviceImportTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
|
+
* // const { IoTWirelessClient, DeleteWirelessDeviceImportTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
|
+
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteWirelessDeviceImportTaskRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
32
|
+
* const command = new DeleteWirelessDeviceImportTaskCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @param DeleteWirelessDeviceImportTaskCommandInput - {@link DeleteWirelessDeviceImportTaskCommandInput}
|
|
37
|
+
* @returns {@link DeleteWirelessDeviceImportTaskCommandOutput}
|
|
38
|
+
* @see {@link DeleteWirelessDeviceImportTaskCommandInput} for command's `input` shape.
|
|
39
|
+
* @see {@link DeleteWirelessDeviceImportTaskCommandOutput} for command's `response` shape.
|
|
40
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
43
|
+
* <p>User does not have permission to perform this action.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ConflictException} (client fault)
|
|
46
|
+
* <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InternalServerException} (server fault)
|
|
49
|
+
* <p>An unexpected error occurred while processing a request.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>Resource does not exist.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
55
|
+
* <p>The request was denied because it exceeded the allowed API request rate.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ValidationException} (client fault)
|
|
58
|
+
* <p>The input did not meet the specified constraints.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
export declare class DeleteWirelessDeviceImportTaskCommand extends $Command<DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
63
|
+
readonly input: DeleteWirelessDeviceImportTaskCommandInput;
|
|
64
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
constructor(input: DeleteWirelessDeviceImportTaskCommandInput);
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWirelessDeviceImportTaskCommandInput, DeleteWirelessDeviceImportTaskCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
76
|
+
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
80
|
+
private deserialize;
|
|
81
|
+
}
|
|
@@ -26,6 +26,9 @@ export interface DeleteWirelessGatewayCommandOutput extends DeleteWirelessGatewa
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteWirelessGatewayCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteWirelessGatewayCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteWirelessGatewayRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteWirelessGatewayCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteWirelessGatewayTaskCommandOutput extends DeleteWirelessGa
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteWirelessGatewayTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteWirelessGatewayTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteWirelessGatewayTaskRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteWirelessGatewayTaskCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteWirelessGatewayTaskDefinitionCommandOutput extends Delete
|
|
|
26
26
|
* import { IoTWirelessClient, DeleteWirelessGatewayTaskDefinitionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DeleteWirelessGatewayTaskDefinitionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeleteWirelessGatewayTaskDefinitionRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteWirelessGatewayTaskDefinitionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTWirelessClient";
|
|
5
|
+
import { DeregisterWirelessDeviceRequest, DeregisterWirelessDeviceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DeregisterWirelessDeviceCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DeregisterWirelessDeviceCommandInput extends DeregisterWirelessDeviceRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DeregisterWirelessDeviceCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DeregisterWirelessDeviceCommandOutput extends DeregisterWirelessDeviceResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deregister a wireless device from AWS IoT Wireless.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { IoTWirelessClient, DeregisterWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
|
+
* // const { IoTWirelessClient, DeregisterWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
|
+
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DeregisterWirelessDeviceRequest
|
|
30
|
+
* Identifier: "STRING_VALUE", // required
|
|
31
|
+
* WirelessDeviceType: "Sidewalk" || "LoRaWAN",
|
|
32
|
+
* };
|
|
33
|
+
* const command = new DeregisterWirelessDeviceCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param DeregisterWirelessDeviceCommandInput - {@link DeregisterWirelessDeviceCommandInput}
|
|
38
|
+
* @returns {@link DeregisterWirelessDeviceCommandOutput}
|
|
39
|
+
* @see {@link DeregisterWirelessDeviceCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link DeregisterWirelessDeviceCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>An unexpected error occurred while processing a request.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>Resource does not exist.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The request was denied because it exceeded the allowed API request rate.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The input did not meet the specified constraints.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
export declare class DeregisterWirelessDeviceCommand extends $Command<DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
58
|
+
readonly input: DeregisterWirelessDeviceCommandInput;
|
|
59
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
constructor(input: DeregisterWirelessDeviceCommandInput);
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
67
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterWirelessDeviceCommandInput, DeregisterWirelessDeviceCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
71
|
+
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
75
|
+
private deserialize;
|
|
76
|
+
}
|
|
@@ -26,6 +26,10 @@ export interface DisassociateAwsAccountFromPartnerAccountCommandOutput extends D
|
|
|
26
26
|
* import { IoTWirelessClient, DisassociateAwsAccountFromPartnerAccountCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DisassociateAwsAccountFromPartnerAccountCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DisassociateAwsAccountFromPartnerAccountRequest
|
|
30
|
+
* PartnerAccountId: "STRING_VALUE", // required
|
|
31
|
+
* PartnerType: "Sidewalk", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DisassociateAwsAccountFromPartnerAccountCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DisassociateMulticastGroupFromFuotaTaskCommandOutput extends Di
|
|
|
26
26
|
* import { IoTWirelessClient, DisassociateMulticastGroupFromFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DisassociateMulticastGroupFromFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DisassociateMulticastGroupFromFuotaTaskRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* MulticastGroupId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DisassociateMulticastGroupFromFuotaTaskCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DisassociateWirelessDeviceFromFuotaTaskCommandOutput extends Di
|
|
|
26
26
|
* import { IoTWirelessClient, DisassociateWirelessDeviceFromFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DisassociateWirelessDeviceFromFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DisassociateWirelessDeviceFromFuotaTaskRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* WirelessDeviceId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DisassociateWirelessDeviceFromFuotaTaskCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DisassociateWirelessDeviceFromMulticastGroupCommandOutput exten
|
|
|
26
26
|
* import { IoTWirelessClient, DisassociateWirelessDeviceFromMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DisassociateWirelessDeviceFromMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DisassociateWirelessDeviceFromMulticastGroupRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* WirelessDeviceId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DisassociateWirelessDeviceFromMulticastGroupCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DisassociateWirelessDeviceFromThingCommandOutput extends Disass
|
|
|
26
26
|
* import { IoTWirelessClient, DisassociateWirelessDeviceFromThingCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DisassociateWirelessDeviceFromThingCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DisassociateWirelessDeviceFromThingRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DisassociateWirelessDeviceFromThingCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DisassociateWirelessGatewayFromCertificateCommandOutput extends
|
|
|
26
26
|
* import { IoTWirelessClient, DisassociateWirelessGatewayFromCertificateCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DisassociateWirelessGatewayFromCertificateCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DisassociateWirelessGatewayFromCertificateRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DisassociateWirelessGatewayFromCertificateCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DisassociateWirelessGatewayFromThingCommandOutput extends Disas
|
|
|
26
26
|
* import { IoTWirelessClient, DisassociateWirelessGatewayFromThingCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, DisassociateWirelessGatewayFromThingCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // DisassociateWirelessGatewayFromThingRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DisassociateWirelessGatewayFromThingCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetDestinationCommandOutput extends GetDestinationResponse, __M
|
|
|
26
26
|
* import { IoTWirelessClient, GetDestinationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, GetDestinationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // GetDestinationRequest
|
|
30
|
+
* Name: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetDestinationCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetDeviceProfileCommandOutput extends GetDeviceProfileResponse,
|
|
|
26
26
|
* import { IoTWirelessClient, GetDeviceProfileCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, GetDeviceProfileCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // GetDeviceProfileRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetDeviceProfileCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,7 @@ export interface GetEventConfigurationByResourceTypesCommandOutput extends GetEv
|
|
|
26
26
|
* import { IoTWirelessClient, GetEventConfigurationByResourceTypesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, GetEventConfigurationByResourceTypesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {};
|
|
29
30
|
* const command = new GetEventConfigurationByResourceTypesCommand(input);
|
|
30
31
|
* const response = await client.send(command);
|
|
31
32
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetFuotaTaskCommandOutput extends GetFuotaTaskResponse, __Metad
|
|
|
26
26
|
* import { IoTWirelessClient, GetFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, GetFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // GetFuotaTaskRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetFuotaTaskCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,7 @@ export interface GetLogLevelsByResourceTypesCommandOutput extends GetLogLevelsBy
|
|
|
27
27
|
* import { IoTWirelessClient, GetLogLevelsByResourceTypesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
28
28
|
* // const { IoTWirelessClient, GetLogLevelsByResourceTypesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
29
29
|
* const client = new IoTWirelessClient(config);
|
|
30
|
+
* const input = {};
|
|
30
31
|
* const command = new GetLogLevelsByResourceTypesCommand(input);
|
|
31
32
|
* const response = await client.send(command);
|
|
32
33
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetMulticastGroupCommandOutput extends GetMulticastGroupRespons
|
|
|
26
26
|
* import { IoTWirelessClient, GetMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, GetMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // GetMulticastGroupRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetMulticastGroupCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetMulticastGroupSessionCommandOutput extends GetMulticastGroup
|
|
|
26
26
|
* import { IoTWirelessClient, GetMulticastGroupSessionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, GetMulticastGroupSessionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // GetMulticastGroupSessionRequest
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetMulticastGroupSessionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetNetworkAnalyzerConfigurationCommandOutput extends GetNetwork
|
|
|
26
26
|
* import { IoTWirelessClient, GetNetworkAnalyzerConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, GetNetworkAnalyzerConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // GetNetworkAnalyzerConfigurationRequest
|
|
30
|
+
* ConfigurationName: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetNetworkAnalyzerConfigurationCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface GetPartnerAccountCommandOutput extends GetPartnerAccountRespons
|
|
|
26
26
|
* import { IoTWirelessClient, GetPartnerAccountCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, GetPartnerAccountCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = { // GetPartnerAccountRequest
|
|
30
|
+
* PartnerAccountId: "STRING_VALUE", // required
|
|
31
|
+
* PartnerType: "Sidewalk", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new GetPartnerAccountCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -33,6 +33,10 @@ export interface GetPositionCommandOutput extends GetPositionResponse, __Metadat
|
|
|
33
33
|
* import { IoTWirelessClient, GetPositionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
34
34
|
* // const { IoTWirelessClient, GetPositionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
35
35
|
* const client = new IoTWirelessClient(config);
|
|
36
|
+
* const input = { // GetPositionRequest
|
|
37
|
+
* ResourceIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* ResourceType: "WirelessDevice" || "WirelessGateway", // required
|
|
39
|
+
* };
|
|
36
40
|
* const command = new GetPositionCommand(input);
|
|
37
41
|
* const response = await client.send(command);
|
|
38
42
|
* ```
|
|
@@ -33,6 +33,10 @@ export interface GetPositionConfigurationCommandOutput extends GetPositionConfig
|
|
|
33
33
|
* import { IoTWirelessClient, GetPositionConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
34
34
|
* // const { IoTWirelessClient, GetPositionConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
35
35
|
* const client = new IoTWirelessClient(config);
|
|
36
|
+
* const input = { // GetPositionConfigurationRequest
|
|
37
|
+
* ResourceIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* ResourceType: "WirelessDevice" || "WirelessGateway", // required
|
|
39
|
+
* };
|
|
36
40
|
* const command = new GetPositionConfigurationCommand(input);
|
|
37
41
|
* const response = await client.send(command);
|
|
38
42
|
* ```
|