aws-sdk-iot 1.72.0 → 1.76.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iot/client.rb +1944 -131
- data/lib/aws-sdk-iot/client_api.rb +266 -0
- data/lib/aws-sdk-iot/types.rb +852 -134
- data/lib/aws-sdk-iot.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5775a8d8d9df11921ef1514c92e01ab967f296a45e9d7432bb6c44f6ac11045
|
4
|
+
data.tar.gz: 20cee15e7d5575401c5ace2df264c53ff0015220953403c3e7dcda0b9e95bcc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '03795a0eb460723bcb13aed53846f09bfb6b35f7db434905a1800bb29cf1e9963298248ebdf8c19ff70f2ef7e5329b19fa219b72ce1824f79b3523a3c0617c81'
|
7
|
+
data.tar.gz: d67db06013a512f5ef65e01e5b18c59a06793d2702922e85e3ff21282b3f3b018f833047405a17e4afdeb24df850c27ae025f153e3d28f773c9e16c0f8930802
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.76.0 (2021-09-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for verifying, viewing and filtering AWS IoT Device Defender detect violations with four verification states.
|
8
|
+
|
9
|
+
1.75.0 (2021-09-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS IoT Rules Engine adds OpenSearch action. The OpenSearch rule action lets you stream data from IoT sensors and applications to Amazon OpenSearch Service which is a successor to Amazon Elasticsearch Service.
|
13
|
+
|
14
|
+
1.74.0 (2021-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.73.0 (2021-08-31)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Added Create/Update/Delete/Describe/List APIs for a new IoT resource named FleetMetric. Added a new Fleet Indexing query API named GetBucketsAggregation. Added a new field named DisconnectedReason in Fleet Indexing query response. Updated their related documentations.
|
23
|
+
|
4
24
|
1.72.0 (2021-07-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.76.0
|