@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 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.</p>
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 Wireless Service
24
- endpoints</a> in the <i>AWS General Reference</i>.</p>
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