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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3edc49d7a9be4721e357ccdda28a4c23bbd08b375e4f91f028f8191483be3da9
4
- data.tar.gz: aaaee0a83f958042f8153e19459d044d3e3fbcd750d5f4efa2316983b4039c42
3
+ metadata.gz: 1d07fae35d3ab37b292125de42d945e1e6c1aaafc0049e7399fea565cdec9dda
4
+ data.tar.gz: ae871b063fdf4a19017202148432a8c33c75b3ff650c9ac6286b5ee13f6e33e3
5
5
  SHA512:
6
- metadata.gz: c7126ee711c9ae4aaef9e6469cf4d0d254526c741951b4424fb7ec55cad8d1d7de49d928156f27552eeb0b6036eaff730de1d8b6b918303d4ffdb5cb135cbd99
7
- data.tar.gz: e1f7208ea461981bbd97208ea9fb0e9940e9ff8c9a127995d8a8c882cc0f4e43087dda324147808c7be59cbd52a814496bacca71115a4664cda8707fc061d94a
6
+ metadata.gz: c03171248b1f125f6210c8a0f8ae3cb9b529d2ea603d1fb30df0801b7bec244e73f0a85c02ae69e09f8b832f4b3576bd7a29ecca669c6662d2534abe9f60f67c
7
+ data.tar.gz: 79c96ea2b88f8aac1de775b1b49a19a4d5ca43213df86f95d99f6fdbb19012598de4ad4c0a31287040b6b99f7737c99990f2c06fefbf72d13e0412a9f1907762
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.171.0 (2026-06-02)
5
+ ------------------
6
+
7
+ * Feature - Fleet indexing documentation update
8
+
4
9
  1.170.0 (2026-06-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.170.0
1
+ 1.171.0
@@ -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
- # The query search index.
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.170.0'
16710
+ context[:gem_version] = '1.171.0'
16701
16711
  Seahorse::Client::Request.new(handlers, context)
16702
16712
  end
16703
16713
 
@@ -8979,17 +8979,11 @@ module Aws::IoT
8979
8979
  # @return [Boolean]
8980
8980
  #
8981
8981
  # @!attribute [rw] timestamp
8982
- # The timestamp of when the event occurred. When you enable or update
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 why the client is disconnecting. When you enable or
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. If the thing has been disconnected for approximately
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 why the client is disconnected. When you enable or update
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
@@ -54,7 +54,7 @@ module Aws::IoT
54
54
  autoload :EndpointProvider, 'aws-sdk-iot/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iot/endpoints'
56
56
 
57
- GEM_VERSION = '1.170.0'
57
+ GEM_VERSION = '1.171.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.170.0
4
+ version: 1.171.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services