aws-sdk-iotsitewise 1.106.0 → 1.107.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-iotsitewise/client.rb +3198 -115
- data/lib/aws-sdk-iotsitewise/client_api.rb +2083 -31
- data/lib/aws-sdk-iotsitewise/types.rb +4406 -137
- data/lib/aws-sdk-iotsitewise.rb +1 -1
- data/sig/client.rbs +879 -19
- data/sig/params.rbs +56 -4
- data/sig/types.rbs +1191 -15
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bfb3d1c7024e9f1ee341d494ff51baaa374115b23fc829af5faf1895756b8c8
|
|
4
|
+
data.tar.gz: b2b95aaf16cae233dc24d1bbbb07592b183ca44a31e26f583d1415ea398ddb0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b40797e9422e89a22b334e76b644e6c780cf770e3a7a8cd750ce1dd1a799ac175300c5956b262425b9f178636e13419b446d3a59770bd3dc4863961c462939a
|
|
7
|
+
data.tar.gz: 035477c095db056150fa524f94ed2012d6b57b53d04859c671744e9f7eb182578d9e31f092ea11e1fc929bea0de802d079bc39131fd601b76bab59bfc27ade89
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.107.0 (2026-07-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - We have released a new set of APIs in support of a major new feature within AWS IoT SiteWise called Scenario Discover. Please see user guide about the feature and the API guide in public documentation for new APIs.
|
|
8
|
+
|
|
4
9
|
1.106.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.107.0
|