Skip to content

Commit fff6dd0

Browse files
author
awstools
committed
feat(client-iot-wireless): Added LoRaWAN version 1.0.4 support
1 parent 360adba commit fff6dd0

File tree

7 files changed

+236
-180
lines changed

7 files changed

+236
-180
lines changed

Diff for: clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export interface CreateWirelessDeviceCommandOutput extends CreateWirelessDeviceR
6262
* OtaaV1_0_x: { // OtaaV1_0_x
6363
* AppKey: "STRING_VALUE",
6464
* AppEui: "STRING_VALUE",
65+
* JoinEui: "STRING_VALUE",
6566
* GenAppKey: "STRING_VALUE",
6667
* },
6768
* AbpV1_1: { // AbpV1_1

Diff for: clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export interface GetWirelessDeviceCommandOutput extends GetWirelessDeviceRespons
7171
* // OtaaV1_0_x: { // OtaaV1_0_x
7272
* // AppKey: "STRING_VALUE",
7373
* // AppEui: "STRING_VALUE",
74+
* // JoinEui: "STRING_VALUE",
7475
* // GenAppKey: "STRING_VALUE",
7576
* // },
7677
* // AbpV1_1: { // AbpV1_1

Diff for: clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export interface GetWirelessDeviceImportTaskCommandOutput
4242

4343
/**
4444
* @public
45-
* <p>Get information about an import task and count of device onboarding summary information for the
46-
* import task.</p>
45+
* <p>Get information about an import task and count of device onboarding summary
46+
* information for the import task.</p>
4747
* @example
4848
* Use a bare-bones client and the command you need to make an API call.
4949
* ```javascript

Diff for: clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ export interface StartWirelessDeviceImportTaskCommandOutput
4242

4343
/**
4444
* @public
45-
* <p>Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.</p>
45+
* <p>Start import task for provisioning Sidewalk devices in bulk using an S3 CSV
46+
* file.</p>
4647
* @example
4748
* Use a bare-bones client and the command you need to make an API call.
4849
* ```javascript

0 commit comments

Comments
 (0)