@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
|
@@ -26,6 +26,19 @@ export interface UpdateFuotaTaskCommandOutput extends UpdateFuotaTaskResponse, _
|
|
|
26
26
|
* import { IoTWirelessClient, UpdateFuotaTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, UpdateFuotaTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* Description: "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",
|
|
37
|
+
* FirmwareUpdateRole: "STRING_VALUE",
|
|
38
|
+
* RedundancyPercent: Number("int"),
|
|
39
|
+
* FragmentSizeBytes: Number("int"),
|
|
40
|
+
* FragmentIntervalMS: Number("int"),
|
|
41
|
+
* };
|
|
29
42
|
* const command = new UpdateFuotaTaskCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -27,6 +27,33 @@ export interface UpdateLogLevelsByResourceTypesCommandOutput extends UpdateLogLe
|
|
|
27
27
|
* import { IoTWirelessClient, UpdateLogLevelsByResourceTypesCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
28
28
|
* // const { IoTWirelessClient, UpdateLogLevelsByResourceTypesCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
29
29
|
* const client = new IoTWirelessClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* DefaultLogLevel: "INFO" || "ERROR" || "DISABLED",
|
|
32
|
+
* WirelessDeviceLogOptions: [
|
|
33
|
+
* {
|
|
34
|
+
* Type: "Sidewalk" || "LoRaWAN", // required
|
|
35
|
+
* LogLevel: "INFO" || "ERROR" || "DISABLED", // required
|
|
36
|
+
* Events: [
|
|
37
|
+
* {
|
|
38
|
+
* Event: "Join" || "Rejoin" || "Uplink_Data" || "Downlink_Data" || "Registration", // required
|
|
39
|
+
* LogLevel: "INFO" || "ERROR" || "DISABLED", // required
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* WirelessGatewayLogOptions: [
|
|
45
|
+
* {
|
|
46
|
+
* Type: "LoRaWAN", // required
|
|
47
|
+
* LogLevel: "INFO" || "ERROR" || "DISABLED", // required
|
|
48
|
+
* Events: [
|
|
49
|
+
* {
|
|
50
|
+
* Event: "CUPS_Request" || "Certificate", // required
|
|
51
|
+
* LogLevel: "INFO" || "ERROR" || "DISABLED", // required
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* };
|
|
30
57
|
* const command = new UpdateLogLevelsByResourceTypesCommand(input);
|
|
31
58
|
* const response = await client.send(command);
|
|
32
59
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface UpdateMulticastGroupCommandOutput extends UpdateMulticastGroupR
|
|
|
26
26
|
* import { IoTWirelessClient, UpdateMulticastGroupCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, UpdateMulticastGroupCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* Description: "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
|
+
* };
|
|
29
38
|
* const command = new UpdateMulticastGroupCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -26,6 +26,26 @@ export interface UpdateNetworkAnalyzerConfigurationCommandOutput extends UpdateN
|
|
|
26
26
|
* import { IoTWirelessClient, UpdateNetworkAnalyzerConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, UpdateNetworkAnalyzerConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ConfigurationName: "STRING_VALUE", // required
|
|
31
|
+
* TraceContent: {
|
|
32
|
+
* WirelessDeviceFrameInfo: "ENABLED" || "DISABLED",
|
|
33
|
+
* LogLevel: "INFO" || "ERROR" || "DISABLED",
|
|
34
|
+
* },
|
|
35
|
+
* WirelessDevicesToAdd: [
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* WirelessDevicesToRemove: [
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* WirelessGatewaysToAdd: [
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* WirelessGatewaysToRemove: [
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* Description: "STRING_VALUE",
|
|
48
|
+
* };
|
|
29
49
|
* const command = new UpdateNetworkAnalyzerConfigurationCommand(input);
|
|
30
50
|
* const response = await client.send(command);
|
|
31
51
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface UpdatePartnerAccountCommandOutput extends UpdatePartnerAccountR
|
|
|
26
26
|
* import { IoTWirelessClient, UpdatePartnerAccountCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, UpdatePartnerAccountCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Sidewalk: {
|
|
31
|
+
* AppServerPrivateKey: "STRING_VALUE",
|
|
32
|
+
* },
|
|
33
|
+
* PartnerAccountId: "STRING_VALUE", // required
|
|
34
|
+
* PartnerType: "Sidewalk", // required
|
|
35
|
+
* };
|
|
29
36
|
* const command = new UpdatePartnerAccountCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -32,6 +32,13 @@ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __M
|
|
|
32
32
|
* import { IoTWirelessClient, UpdatePositionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
33
33
|
* // const { IoTWirelessClient, UpdatePositionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
34
34
|
* const client = new IoTWirelessClient(config);
|
|
35
|
+
* const input = {
|
|
36
|
+
* ResourceIdentifier: "STRING_VALUE", // required
|
|
37
|
+
* ResourceType: "WirelessDevice" || "WirelessGateway", // required
|
|
38
|
+
* Position: [ // required
|
|
39
|
+
* Number("float"),
|
|
40
|
+
* ],
|
|
41
|
+
* };
|
|
35
42
|
* const command = new UpdatePositionCommand(input);
|
|
36
43
|
* const response = await client.send(command);
|
|
37
44
|
* ```
|
|
@@ -26,6 +26,41 @@ export interface UpdateResourceEventConfigurationCommandOutput extends UpdateRes
|
|
|
26
26
|
* import { IoTWirelessClient, UpdateResourceEventConfigurationCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, UpdateResourceEventConfigurationCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Identifier: "STRING_VALUE", // required
|
|
31
|
+
* IdentifierType: "PartnerAccountId" || "DevEui" || "GatewayEui" || "WirelessDeviceId" || "WirelessGatewayId", // required
|
|
32
|
+
* PartnerType: "Sidewalk",
|
|
33
|
+
* DeviceRegistrationState: {
|
|
34
|
+
* Sidewalk: {
|
|
35
|
+
* AmazonIdEventTopic: "Enabled" || "Disabled",
|
|
36
|
+
* },
|
|
37
|
+
* WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
|
|
38
|
+
* },
|
|
39
|
+
* Proximity: {
|
|
40
|
+
* Sidewalk: {
|
|
41
|
+
* AmazonIdEventTopic: "Enabled" || "Disabled",
|
|
42
|
+
* },
|
|
43
|
+
* WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
|
|
44
|
+
* },
|
|
45
|
+
* Join: {
|
|
46
|
+
* LoRaWAN: {
|
|
47
|
+
* DevEuiEventTopic: "Enabled" || "Disabled",
|
|
48
|
+
* },
|
|
49
|
+
* WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
|
|
50
|
+
* },
|
|
51
|
+
* ConnectionStatus: {
|
|
52
|
+
* LoRaWAN: {
|
|
53
|
+
* GatewayEuiEventTopic: "Enabled" || "Disabled",
|
|
54
|
+
* },
|
|
55
|
+
* WirelessGatewayIdEventTopic: "Enabled" || "Disabled",
|
|
56
|
+
* },
|
|
57
|
+
* MessageDeliveryStatus: {
|
|
58
|
+
* Sidewalk: {
|
|
59
|
+
* AmazonIdEventTopic: "Enabled" || "Disabled",
|
|
60
|
+
* },
|
|
61
|
+
* WirelessDeviceIdEventTopic: "Enabled" || "Disabled",
|
|
62
|
+
* },
|
|
63
|
+
* };
|
|
29
64
|
* const command = new UpdateResourceEventConfigurationCommand(input);
|
|
30
65
|
* const response = await client.send(command);
|
|
31
66
|
* ```
|
|
@@ -28,6 +28,11 @@ export interface UpdateResourcePositionCommandOutput extends UpdateResourcePosit
|
|
|
28
28
|
* import { IoTWirelessClient, UpdateResourcePositionCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
29
29
|
* // const { IoTWirelessClient, UpdateResourcePositionCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
30
30
|
* const client = new IoTWirelessClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* ResourceIdentifier: "STRING_VALUE", // required
|
|
33
|
+
* ResourceType: "WirelessDevice" || "WirelessGateway", // required
|
|
34
|
+
* GeoJsonPayload: "BLOB_VALUE",
|
|
35
|
+
* };
|
|
31
36
|
* const command = new UpdateResourcePositionCommand(input);
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
@@ -26,6 +26,37 @@ export interface UpdateWirelessDeviceCommandOutput extends UpdateWirelessDeviceR
|
|
|
26
26
|
* import { IoTWirelessClient, UpdateWirelessDeviceCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, UpdateWirelessDeviceCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* DestinationName: "STRING_VALUE",
|
|
32
|
+
* Name: "STRING_VALUE",
|
|
33
|
+
* Description: "STRING_VALUE",
|
|
34
|
+
* LoRaWAN: {
|
|
35
|
+
* DeviceProfileId: "STRING_VALUE",
|
|
36
|
+
* ServiceProfileId: "STRING_VALUE",
|
|
37
|
+
* AbpV1_1: {
|
|
38
|
+
* FCntStart: Number("int"),
|
|
39
|
+
* },
|
|
40
|
+
* AbpV1_0_x: {
|
|
41
|
+
* FCntStart: Number("int"),
|
|
42
|
+
* },
|
|
43
|
+
* FPorts: {
|
|
44
|
+
* Positioning: {
|
|
45
|
+
* ClockSync: Number("int"),
|
|
46
|
+
* Stream: Number("int"),
|
|
47
|
+
* Gnss: Number("int"),
|
|
48
|
+
* },
|
|
49
|
+
* Applications: [
|
|
50
|
+
* {
|
|
51
|
+
* FPort: Number("int"),
|
|
52
|
+
* Type: "SemtechGeolocation",
|
|
53
|
+
* DestinationName: "STRING_VALUE",
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* },
|
|
57
|
+
* },
|
|
58
|
+
* Positioning: "Enabled" || "Disabled",
|
|
59
|
+
* };
|
|
29
60
|
* const command = new UpdateWirelessDeviceCommand(input);
|
|
30
61
|
* const response = await client.send(command);
|
|
31
62
|
* ```
|
|
@@ -0,0 +1,84 @@
|
|
|
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 { UpdateWirelessDeviceImportTaskRequest, UpdateWirelessDeviceImportTaskResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link UpdateWirelessDeviceImportTaskCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface UpdateWirelessDeviceImportTaskCommandInput extends UpdateWirelessDeviceImportTaskRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link UpdateWirelessDeviceImportTaskCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateWirelessDeviceImportTaskCommandOutput extends UpdateWirelessDeviceImportTaskResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Update an import task to add more devices to the 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, UpdateWirelessDeviceImportTaskCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
|
+
* // const { IoTWirelessClient, UpdateWirelessDeviceImportTaskCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
|
+
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* Sidewalk: {
|
|
32
|
+
* DeviceCreationFile: "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* };
|
|
35
|
+
* const command = new UpdateWirelessDeviceImportTaskCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* @param UpdateWirelessDeviceImportTaskCommandInput - {@link UpdateWirelessDeviceImportTaskCommandInput}
|
|
40
|
+
* @returns {@link UpdateWirelessDeviceImportTaskCommandOutput}
|
|
41
|
+
* @see {@link UpdateWirelessDeviceImportTaskCommandInput} for command's `input` shape.
|
|
42
|
+
* @see {@link UpdateWirelessDeviceImportTaskCommandOutput} for command's `response` shape.
|
|
43
|
+
* @see {@link IoTWirelessClientResolvedConfig | config} for IoTWirelessClient's `config` shape.
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
46
|
+
* <p>User does not have permission to perform this action.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ConflictException} (client fault)
|
|
49
|
+
* <p>Adding, updating, or deleting the resource can cause an inconsistent state.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InternalServerException} (server fault)
|
|
52
|
+
* <p>An unexpected error occurred while processing a request.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>Resource does not exist.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The request was denied because it exceeded the allowed API request rate.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ValidationException} (client fault)
|
|
61
|
+
* <p>The input did not meet the specified constraints.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
export declare class UpdateWirelessDeviceImportTaskCommand extends $Command<UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig> {
|
|
66
|
+
readonly input: UpdateWirelessDeviceImportTaskCommandInput;
|
|
67
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
constructor(input: UpdateWirelessDeviceImportTaskCommandInput);
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
75
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTWirelessClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWirelessDeviceImportTaskCommandInput, UpdateWirelessDeviceImportTaskCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
83
|
+
private deserialize;
|
|
84
|
+
}
|
|
@@ -26,6 +26,19 @@ export interface UpdateWirelessGatewayCommandOutput extends UpdateWirelessGatewa
|
|
|
26
26
|
* import { IoTWirelessClient, UpdateWirelessGatewayCommand } from "@aws-sdk/client-iot-wireless"; // ES Modules import
|
|
27
27
|
* // const { IoTWirelessClient, UpdateWirelessGatewayCommand } = require("@aws-sdk/client-iot-wireless"); // CommonJS import
|
|
28
28
|
* const client = new IoTWirelessClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Id: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE",
|
|
32
|
+
* Description: "STRING_VALUE",
|
|
33
|
+
* JoinEuiFilters: [
|
|
34
|
+
* [
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* ],
|
|
38
|
+
* NetIdFilters: [
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* };
|
|
29
42
|
* const command = new UpdateWirelessGatewayCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -24,9 +24,11 @@ export * from "./DeleteNetworkAnalyzerConfigurationCommand";
|
|
|
24
24
|
export * from "./DeleteQueuedMessagesCommand";
|
|
25
25
|
export * from "./DeleteServiceProfileCommand";
|
|
26
26
|
export * from "./DeleteWirelessDeviceCommand";
|
|
27
|
+
export * from "./DeleteWirelessDeviceImportTaskCommand";
|
|
27
28
|
export * from "./DeleteWirelessGatewayCommand";
|
|
28
29
|
export * from "./DeleteWirelessGatewayTaskCommand";
|
|
29
30
|
export * from "./DeleteWirelessGatewayTaskDefinitionCommand";
|
|
31
|
+
export * from "./DeregisterWirelessDeviceCommand";
|
|
30
32
|
export * from "./DisassociateAwsAccountFromPartnerAccountCommand";
|
|
31
33
|
export * from "./DisassociateMulticastGroupFromFuotaTaskCommand";
|
|
32
34
|
export * from "./DisassociateWirelessDeviceFromFuotaTaskCommand";
|
|
@@ -52,6 +54,7 @@ export * from "./GetResourcePositionCommand";
|
|
|
52
54
|
export * from "./GetServiceEndpointCommand";
|
|
53
55
|
export * from "./GetServiceProfileCommand";
|
|
54
56
|
export * from "./GetWirelessDeviceCommand";
|
|
57
|
+
export * from "./GetWirelessDeviceImportTaskCommand";
|
|
55
58
|
export * from "./GetWirelessDeviceStatisticsCommand";
|
|
56
59
|
export * from "./GetWirelessGatewayCertificateCommand";
|
|
57
60
|
export * from "./GetWirelessGatewayCommand";
|
|
@@ -61,6 +64,7 @@ export * from "./GetWirelessGatewayTaskCommand";
|
|
|
61
64
|
export * from "./GetWirelessGatewayTaskDefinitionCommand";
|
|
62
65
|
export * from "./ListDestinationsCommand";
|
|
63
66
|
export * from "./ListDeviceProfilesCommand";
|
|
67
|
+
export * from "./ListDevicesForWirelessDeviceImportTaskCommand";
|
|
64
68
|
export * from "./ListEventConfigurationsCommand";
|
|
65
69
|
export * from "./ListFuotaTasksCommand";
|
|
66
70
|
export * from "./ListMulticastGroupsByFuotaTaskCommand";
|
|
@@ -71,6 +75,7 @@ export * from "./ListPositionConfigurationsCommand";
|
|
|
71
75
|
export * from "./ListQueuedMessagesCommand";
|
|
72
76
|
export * from "./ListServiceProfilesCommand";
|
|
73
77
|
export * from "./ListTagsForResourceCommand";
|
|
78
|
+
export * from "./ListWirelessDeviceImportTasksCommand";
|
|
74
79
|
export * from "./ListWirelessDevicesCommand";
|
|
75
80
|
export * from "./ListWirelessGatewayTaskDefinitionsCommand";
|
|
76
81
|
export * from "./ListWirelessGatewaysCommand";
|
|
@@ -84,6 +89,8 @@ export * from "./StartBulkAssociateWirelessDeviceWithMulticastGroupCommand";
|
|
|
84
89
|
export * from "./StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand";
|
|
85
90
|
export * from "./StartFuotaTaskCommand";
|
|
86
91
|
export * from "./StartMulticastGroupSessionCommand";
|
|
92
|
+
export * from "./StartSingleWirelessDeviceImportTaskCommand";
|
|
93
|
+
export * from "./StartWirelessDeviceImportTaskCommand";
|
|
87
94
|
export * from "./TagResourceCommand";
|
|
88
95
|
export * from "./TestWirelessDeviceCommand";
|
|
89
96
|
export * from "./UntagResourceCommand";
|
|
@@ -98,4 +105,5 @@ export * from "./UpdatePositionCommand";
|
|
|
98
105
|
export * from "./UpdateResourceEventConfigurationCommand";
|
|
99
106
|
export * from "./UpdateResourcePositionCommand";
|
|
100
107
|
export * from "./UpdateWirelessDeviceCommand";
|
|
108
|
+
export * from "./UpdateWirelessDeviceImportTaskCommand";
|
|
101
109
|
export * from "./UpdateWirelessGatewayCommand";
|