aws-sdk-iotwireless 1.22.0 → 1.25.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotwireless/client.rb +584 -28
- data/lib/aws-sdk-iotwireless/client_api.rb +444 -0
- data/lib/aws-sdk-iotwireless/types.rb +1455 -88
- data/lib/aws-sdk-iotwireless.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 445b0deebc8f94f3017b7798d1a9e423aef276a5e9574e4e1f87116255a0940f
|
4
|
+
data.tar.gz: 6e46180d05501f84b64b31a28edbddb499e32d7e9860cebbf3a6f480ed6852df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45161cbc0c72fc1087bae2e1c27abd0a28c564f2642989b19d53917f849402c67247f5cfd27794e54a82f730131c8ffc30cede06338cba27b7c93cff34bc8f2b
|
7
|
+
data.tar.gz: ff7d7dc9b15b5db407a23518407a63aecefa003ca38f10488fdd67fbb6346b5ab41a0f40d1418b27fc1287904bd436a6a4ed5b7e29fd51b6cbf50d5efbbc3da1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.25.0 (2022-08-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS IoT Wireless release support for sidewalk data reliability.
|
8
|
+
|
9
|
+
1.24.0 (2022-07-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds 5 APIs: PutPositionConfiguration, GetPositionConfiguration, ListPositionConfigurations, UpdatePosition, GetPosition for the new Positioning Service feature which enables customers to configure solvers to calculate position of LoRaWAN devices, or specify position of LoRaWAN devices & gateways.
|
13
|
+
|
14
|
+
1.23.0 (2022-04-27)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice.
|
18
|
+
|
4
19
|
1.22.0 (2022-02-24)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.25.0
|