@aws-sdk/client-iot-wireless 3.758.0 → 3.774.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 +6 -3
- package/dist-cjs/index.js +108 -108
- package/dist-types/IoTWireless.d.ts +6 -3
- package/dist-types/IoTWirelessClient.d.ts +6 -3
- package/dist-types/commands/CreateWirelessGatewayCommand.d.ts +5 -5
- package/dist-types/commands/DeleteMulticastGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWirelessGatewayCommand.d.ts +6 -6
- package/dist-types/commands/DisassociateMulticastGroupFromFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetLogLevelsByResourceTypesCommand.d.ts +3 -3
- package/dist-types/commands/GetPositionEstimateCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceLogLevelCommand.d.ts +2 -2
- package/dist-types/commands/ListMulticastGroupsByFuotaTaskCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceLogLevelCommand.d.ts +2 -3
- package/dist-types/commands/ResetAllResourceLogLevelsCommand.d.ts +1 -1
- package/dist-types/commands/ResetResourceLogLevelCommand.d.ts +2 -2
- package/dist-types/commands/UpdateLogLevelsByResourceTypesCommand.d.ts +1 -1
- package/dist-types/index.d.ts +6 -3
- package/dist-types/models/models_0.d.ts +113 -89
- package/dist-types/models/models_1.d.ts +25 -21
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ AWS SDK for JavaScript IoTWireless Client for Node.js, Browser and React Native.
|
|
|
9
9
|
<p>AWS IoT Wireless provides bi-directional communication between internet-connected
|
|
10
10
|
wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS
|
|
11
11
|
IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area
|
|
12
|
-
Networking (LPWAN) communication protocol to communicate with AWS IoT
|
|
12
|
+
Networking (LPWAN) communication protocol to communicate with AWS IoT. </p>
|
|
13
13
|
<p>Using the API, you can perform create, read, update, and delete operations for your
|
|
14
14
|
wireless devices, gateways, destinations, and profiles. After onboarding your devices,
|
|
15
15
|
you can use the API operations to set log levels and monitor your devices with
|
|
@@ -20,8 +20,11 @@ Firmware Updates Over-The-Air (FUOTA) API operations, you can create a FUOTA tas
|
|
|
20
20
|
schedule a session to update the firmware of individual devices or an entire group of
|
|
21
21
|
devices in a multicast group.</p>
|
|
22
22
|
<p>To connect to the AWS IoT Wireless Service, use the Service endpoints as described in
|
|
23
|
-
<a href="https://docs.aws.amazon.com/general/latest/gr/iot-lorawan.html#iot-wireless_region">IoT
|
|
24
|
-
endpoints</a
|
|
23
|
+
<a href="https://docs.aws.amazon.com/general/latest/gr/iot-lorawan.html#iot-wireless_region">IoT
|
|
24
|
+
Wireless Service endpoints</a>. You can use both IPv4 and IPv6 protocols to connect
|
|
25
|
+
to the endpoints and send requests to the AWS IoT Wireless service. For more information,
|
|
26
|
+
see <a href="https://docs.aws.amazon.com/iot-wireless/latest/developerguide/wireless-ipv6-access.html">Using
|
|
27
|
+
IPv6 with AWS IoT Wireless</a>.</p>
|
|
25
28
|
|
|
26
29
|
## Installing
|
|
27
30
|
|