aws-sdk-iotwireless 1.29.0 → 1.31.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotwireless/client.rb +432 -12
- data/lib/aws-sdk-iotwireless/client_api.rb +321 -0
- data/lib/aws-sdk-iotwireless/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-iotwireless/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-iotwireless/endpoints.rb +112 -0
- data/lib/aws-sdk-iotwireless/plugins/endpoints.rb +16 -0
- data/lib/aws-sdk-iotwireless/types.rb +711 -16
- 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: a2a735bcfeebc6459ae15a86736477b0349d2cf5be4ab67e8e4c68e82a76fb8d
|
4
|
+
data.tar.gz: 0ead8c224f44fcedf3ad621fcd8641817938a44737b4453ec00630ff86181bac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe888ed05e2b88c09fe1bb833a6261add3ff0b4b7963d096712e889581e7998b103f072c3ebf69ce7359c92c260a7cd9f59b6e2adead1fa6bb5dc8140ad59376
|
7
|
+
data.tar.gz: 2fbe152acc6ef2b9ae444a00ecda2e93e76012153faa1852eae78e7811e7e5657d77a30ee85fc134b792415ed2db96bc43d526a0a4896bf82f0253b28bd88473
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.31.0 (2023-03-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Introducing new APIs that enable Sidewalk devices to communicate with AWS IoT Core through Sidewalk gateways. This will empower AWS customers to connect Sidewalk devices with other AWS IoT Services, creating possibilities for seamless integration and advanced device management.
|
8
|
+
|
9
|
+
1.30.0 (2023-02-23)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - In this release, we add additional capabilities for the FUOTA which allows user to configure the fragment size, the sending interval and the redundancy ratio of the FUOTA tasks
|
13
|
+
|
4
14
|
1.29.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|