aws-sdk-iotwireless 1.15.0 → 1.16.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotwireless/client.rb +930 -11
- data/lib/aws-sdk-iotwireless/client_api.rb +741 -0
- data/lib/aws-sdk-iotwireless/types.rb +1408 -4
- data/lib/aws-sdk-iotwireless.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '082b4058fcb7539f4e668616b56a8e4dca4b568eb6984f3fbc388b63eb9acf5b'
|
|
4
|
+
data.tar.gz: c932440d7e15b2be1bef2bb9c90902498867a53a9d74f6f50ca9c7c246c78f99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b931f258f38cc62852fe27ddf93450fd39d617e9cf9814fb48941f4ac91eaeede9187a58c4e4d33e53b33a99ac671233e282aac6354664e0818310bb9884c961
|
|
7
|
+
data.tar.gz: b7313389fce1a09d2d4d7e04257967dc18e7ca5f36066f797d2eee89ca4fdc779a87bf221f3026479b49ab38cf61113062e42d16330edb7b0ef3d5c803e9a5d2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.16.0 (2021-11-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature.
|
|
8
|
+
|
|
4
9
|
1.15.0 (2021-10-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.16.0
|