aws-sdk-iot 1.170.0 → 1.171.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-iot/client.rb +13 -3
- data/lib/aws-sdk-iot/types.rb +4 -17
- data/lib/aws-sdk-iot.rb +1 -1
- 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: 1d07fae35d3ab37b292125de42d945e1e6c1aaafc0049e7399fea565cdec9dda
|
|
4
|
+
data.tar.gz: ae871b063fdf4a19017202148432a8c33c75b3ff650c9ac6286b5ee13f6e33e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c03171248b1f125f6210c8a0f8ae3cb9b529d2ea603d1fb30df0801b7bec244e73f0a85c02ae69e09f8b832f4b3576bd7a29ecca669c6662d2534abe9f60f67c
|
|
7
|
+
data.tar.gz: 79c96ea2b88f8aac1de775b1b49a19a4d5ca43213df86f95d99f6fdbb19012598de4ad4c0a31287040b6b99f7737c99990f2c06fefbf72d13e0412a9f1907762
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.171.0
|
data/lib/aws-sdk-iot/client.rb
CHANGED
|
@@ -8645,7 +8645,11 @@ module Aws::IoT
|
|
|
8645
8645
|
req.send_request(options)
|
|
8646
8646
|
end
|
|
8647
8647
|
|
|
8648
|
-
# Retrieves the live connectivity status per device.
|
|
8648
|
+
# Retrieves the live connectivity status per device. If a device has
|
|
8649
|
+
# never connected to IoT Core or was disconnected for more than 1 hour
|
|
8650
|
+
# before fleet indexing's `thingConnectivityIndexingMode` was enabled,
|
|
8651
|
+
# the response will have the `connected` field set to `false` with no
|
|
8652
|
+
# additional session details.
|
|
8649
8653
|
#
|
|
8650
8654
|
# @option params [required, String] :thing_name
|
|
8651
8655
|
# The name of your IoT thing.
|
|
@@ -13820,7 +13824,13 @@ module Aws::IoT
|
|
|
13820
13824
|
req.send_request(options)
|
|
13821
13825
|
end
|
|
13822
13826
|
|
|
13823
|
-
#
|
|
13827
|
+
# Searches the specified index.
|
|
13828
|
+
#
|
|
13829
|
+
# If a device has never connected to IoT Core or was disconnected for
|
|
13830
|
+
# more than 1 hour before fleet indexing's
|
|
13831
|
+
# `thingConnectivityIndexingMode` was enabled, the `connectivity` object
|
|
13832
|
+
# for this device in the response will have the `connected` field set to
|
|
13833
|
+
# `false` with no additional session details.
|
|
13824
13834
|
#
|
|
13825
13835
|
# Requires permission to access the [SearchIndex][1] action.
|
|
13826
13836
|
#
|
|
@@ -16697,7 +16707,7 @@ module Aws::IoT
|
|
|
16697
16707
|
tracer: tracer
|
|
16698
16708
|
)
|
|
16699
16709
|
context[:gem_name] = 'aws-sdk-iot'
|
|
16700
|
-
context[:gem_version] = '1.
|
|
16710
|
+
context[:gem_version] = '1.171.0'
|
|
16701
16711
|
Seahorse::Client::Request.new(handlers, context)
|
|
16702
16712
|
end
|
|
16703
16713
|
|
data/lib/aws-sdk-iot/types.rb
CHANGED
|
@@ -8979,17 +8979,11 @@ module Aws::IoT
|
|
|
8979
8979
|
# @return [Boolean]
|
|
8980
8980
|
#
|
|
8981
8981
|
# @!attribute [rw] timestamp
|
|
8982
|
-
# The timestamp of when the
|
|
8983
|
-
# the indexing configuration, this value might be the Unix epoch time
|
|
8984
|
-
# (0) for devices that have never connected or have been disconnected
|
|
8985
|
-
# for more than an hour.
|
|
8982
|
+
# The timestamp of when the device connected or disconnected.
|
|
8986
8983
|
# @return [Time]
|
|
8987
8984
|
#
|
|
8988
8985
|
# @!attribute [rw] disconnect_reason
|
|
8989
|
-
# The reason
|
|
8990
|
-
# update the indexing configuration, this value might be `UNKNOWN` for
|
|
8991
|
-
# devices that have never connected or have been disconnected for more
|
|
8992
|
-
# than an hour.
|
|
8986
|
+
# The reason that the client is disconnected.
|
|
8993
8987
|
# @return [String]
|
|
8994
8988
|
#
|
|
8995
8989
|
# @!attribute [rw] source_ip
|
|
@@ -16472,18 +16466,11 @@ module Aws::IoT
|
|
|
16472
16466
|
#
|
|
16473
16467
|
# @!attribute [rw] timestamp
|
|
16474
16468
|
# The epoch time (in milliseconds) when the thing last connected or
|
|
16475
|
-
# disconnected.
|
|
16476
|
-
# an hour, the time value might be missing. When you enable or update
|
|
16477
|
-
# the indexing configuration, this value might be `0` (the Unix epoch
|
|
16478
|
-
# time) for devices that have never connected or have been
|
|
16479
|
-
# disconnected for more than an hour.
|
|
16469
|
+
# disconnected.
|
|
16480
16470
|
# @return [Integer]
|
|
16481
16471
|
#
|
|
16482
16472
|
# @!attribute [rw] disconnect_reason
|
|
16483
|
-
# The reason
|
|
16484
|
-
# the indexing configuration, this value might be missing for devices
|
|
16485
|
-
# that have never connected or have been disconnected for more than an
|
|
16486
|
-
# hour.
|
|
16473
|
+
# The reason that the client is disconnected.
|
|
16487
16474
|
# @return [String]
|
|
16488
16475
|
#
|
|
16489
16476
|
# @!attribute [rw] keep_alive_duration
|
data/lib/aws-sdk-iot.rb
CHANGED