aws-sdk-iot 1.80.0 → 1.111.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 +158 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-iot/client.rb +1464 -197
- data/lib/aws-sdk-iot/client_api.rb +584 -3
- data/lib/aws-sdk-iot/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-iot/endpoint_provider.rb +63 -0
- data/lib/aws-sdk-iot/endpoints.rb +3516 -0
- data/lib/aws-sdk-iot/errors.rb +37 -0
- data/lib/aws-sdk-iot/plugins/endpoints.rb +568 -0
- data/lib/aws-sdk-iot/types.rb +1752 -5345
- data/lib/aws-sdk-iot.rb +5 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdc5d391636eb0f1d6b0d3f7a4468b07307cbf6666ca43dc850f14a865c3dc68
|
4
|
+
data.tar.gz: 6bd773712d0c5b31215103f45cb81ce7c8311559dc9d2ba833d2ca8e2941997a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7c6f9c007320877cc142e5b2c284ed9cdda124b28e69c245af745596087091bb1437a4cba8c9c58c2282ace1cd6335b92a80d38f58380b26a9e0e1a378393ea
|
7
|
+
data.tar.gz: e1a755e547ee6eb890a426b4c5e2763cac437818d218e097f8c3a5c9cfc4bb8efa1fd9f09491539fd2fc0c45ab584a2a6c9428cbfbb6a79710b45ef7c0c1167f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,163 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.111.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for IoT Rules Engine Kafka Action Headers
|
8
|
+
|
9
|
+
1.110.0 (2023-07-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.109.0 (2023-07-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.108.0 (2023-06-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.107.0 (2023-06-15)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.106.0 (2023-06-06)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location.
|
33
|
+
|
34
|
+
1.105.0 (2023-05-31)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.104.0 (2023-04-28)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - This release allows AWS IoT Core users to specify a TLS security policy when creating and updating AWS IoT Domain Configurations.
|
43
|
+
|
44
|
+
1.103.0 (2023-04-20)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Support additional OTA states in GetOTAUpdate API
|
48
|
+
|
49
|
+
1.102.0 (2023-04-11)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Re-release to remove unexpected API changes
|
53
|
+
|
54
|
+
1.101.0 (2023-03-02)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs.
|
58
|
+
|
59
|
+
1.100.0 (2023-01-31)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Added support for IoT Rules Engine Cloudwatch Logs action batch mode.
|
63
|
+
|
64
|
+
1.99.0 (2023-01-18)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
68
|
+
|
69
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
70
|
+
|
71
|
+
1.98.0 (2022-11-28)
|
72
|
+
------------------
|
73
|
+
|
74
|
+
* Feature - Job scheduling enables the scheduled rollout of a Job with start and end times and a customizable end behavior when end time is reached. This is available for continuous and snapshot jobs. Added support for MQTT5 properties to AWS IoT TopicRule Republish Action.
|
75
|
+
|
76
|
+
1.97.0 (2022-11-11)
|
77
|
+
------------------
|
78
|
+
|
79
|
+
* Feature - This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.
|
80
|
+
|
81
|
+
1.96.0 (2022-10-31)
|
82
|
+
------------------
|
83
|
+
|
84
|
+
* Feature - This release adds the Amazon Location action to IoT Rules Engine.
|
85
|
+
|
86
|
+
1.95.0 (2022-10-25)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
90
|
+
|
91
|
+
1.94.0 (2022-08-04)
|
92
|
+
------------------
|
93
|
+
|
94
|
+
* Feature - The release is to support attach a provisioning template to CACert for JITP function, Customer now doesn't have to hardcode a roleArn and templateBody during register a CACert to enable JITP.
|
95
|
+
|
96
|
+
1.93.0 (2022-07-20)
|
97
|
+
------------------
|
98
|
+
|
99
|
+
* Feature - GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.
|
100
|
+
|
101
|
+
1.92.0 (2022-07-07)
|
102
|
+
------------------
|
103
|
+
|
104
|
+
* Feature - This release adds support to register a CA certificate without having to provide a verification certificate. This also allows multiple AWS accounts to register the same CA in the same region.
|
105
|
+
|
106
|
+
1.91.0 (2022-06-27)
|
107
|
+
------------------
|
108
|
+
|
109
|
+
* Feature - This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0.
|
110
|
+
|
111
|
+
1.90.0 (2022-05-12)
|
112
|
+
------------------
|
113
|
+
|
114
|
+
* Feature - Documentation update for China region ListMetricValues for IoT
|
115
|
+
|
116
|
+
1.89.0 (2022-05-05)
|
117
|
+
------------------
|
118
|
+
|
119
|
+
* Feature - AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control.
|
120
|
+
|
121
|
+
1.88.0 (2022-04-04)
|
122
|
+
------------------
|
123
|
+
|
124
|
+
* Feature - AWS IoT - AWS IoT Device Defender adds support to list metric datapoints collected for IoT devices through the ListMetricValues API
|
125
|
+
|
126
|
+
1.87.0 (2022-03-30)
|
127
|
+
------------------
|
128
|
+
|
129
|
+
* Feature - Doc only update for IoT that fixes customer-reported issues.
|
130
|
+
|
131
|
+
1.86.0 (2022-02-24)
|
132
|
+
------------------
|
133
|
+
|
134
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
135
|
+
|
136
|
+
1.85.0 (2022-02-03)
|
137
|
+
------------------
|
138
|
+
|
139
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
140
|
+
|
141
|
+
1.84.0 (2022-02-02)
|
142
|
+
------------------
|
143
|
+
|
144
|
+
* Feature - This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
|
145
|
+
|
146
|
+
1.83.0 (2022-01-05)
|
147
|
+
------------------
|
148
|
+
|
149
|
+
* Feature - This release adds an automatic retry mechanism for AWS IoT Jobs. You can now define a maximum number of retries for each Job rollout, along with the criteria to trigger the retry for FAILED/TIMED_OUT/ALL(both FAILED an TIMED_OUT) job.
|
150
|
+
|
151
|
+
1.82.0 (2021-12-21)
|
152
|
+
------------------
|
153
|
+
|
154
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
155
|
+
|
156
|
+
1.81.0 (2021-12-08)
|
157
|
+
------------------
|
158
|
+
|
159
|
+
* Feature - This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations.
|
160
|
+
|
4
161
|
1.80.0 (2021-11-30)
|
5
162
|
------------------
|
6
163
|
|
@@ -465,4 +622,4 @@ Unreleased Changes
|
|
465
622
|
1.0.0.rc1 (2016-12-05)
|
466
623
|
------------------
|
467
624
|
|
468
|
-
* Feature - Initial preview release of the `aws-sdk-iot` gem.
|
625
|
+
* Feature - Initial preview release of the `aws-sdk-iot` gem.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.111.0
|