aws-sdk-iottwinmaker 1.6.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iottwinmaker/client.rb +1002 -471
- data/lib/aws-sdk-iottwinmaker/client_api.rb +557 -118
- data/lib/aws-sdk-iottwinmaker/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-iottwinmaker/endpoint_provider.rb +75 -77
- data/lib/aws-sdk-iottwinmaker/endpoints.rb +112 -0
- data/lib/aws-sdk-iottwinmaker/errors.rb +20 -0
- data/lib/aws-sdk-iottwinmaker/plugins/endpoints.rb +16 -0
- data/lib/aws-sdk-iottwinmaker/types.rb +1426 -1976
- data/lib/aws-sdk-iottwinmaker.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: 33241438d697024be47d1fdb2e5e0d3bb638cbd83132dbef63c2b703e6e90991
|
4
|
+
data.tar.gz: 85e033ec1f3dbdcf040a66397fee17627d811fd2df284b0c0799b1fd50ce2b8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c97ed3bc593b5d7a6219a9f4309ce5dd1b9c0fe90cdd0481029ed01c0b28a6acf3e12a9148015fed6a4f782b5fad9b60e996d6f05dbeace5454f2f62471b473
|
7
|
+
data.tar.gz: 4a43c42a4be000f6da5e4815d68aa0a6b35692f906bbe95c01fe3550080441befabdb133e0d63bd08aa475cc8c869434a9e6d0d371a57dd671bf6d3ab8ba65f6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.8.0 (2022-12-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds the following new features: 1) New APIs for managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user friendly names for component types (ComponentTypeName) and properties (DisplayName).
|
8
|
+
|
9
|
+
1.7.0 (2022-11-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds the following: 1) ExecuteQuery API allows users to query their AWS IoT TwinMaker Knowledge Graph 2) Pricing plan APIs allow users to configure and manage their pricing mode 3) Support for property groups and tabular property values in existing AWS IoT TwinMaker APIs.
|
13
|
+
|
4
14
|
1.6.0 (2022-10-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.8.0
|