aws-sdk-lookoutequipment 1.65.0 → 1.66.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: 0d5a27964858689da35910af0fd5f892bdca1422e4bfc10a9872ad93eee5a395
4
- data.tar.gz: 8bbb2d042f6cc144750525d81a4829843b64e6bbbd4dfd0fd6dc6a33de01c450
3
+ metadata.gz: f08041017040ab615309d6ad7cf36f70b324d21e3633f79e27805b6f5cf105bc
4
+ data.tar.gz: fc9ea4abcdbf91fd206d6bdbf137f935cb87a4a0e1b76c183c873791bb54c845
5
5
  SHA512:
6
- metadata.gz: d7ac6d3587b51ee48e12549c38cb57aa4ba15dbf1a15ae104f033e8cdedc20c3e2f7e479fbe3b621ac53ae74660ce2f1d3d7487148a99810682d24a7f4588c09
7
- data.tar.gz: c565a216329c24e6504310cef53e902756eaed6ef1fb4e6f5af9edf09c512291c3ff68fd70f2c1b0b5ffe0766e8bf208b132751c51366ad9054385318fbf55e6
6
+ metadata.gz: daba9e1ba46564cc10640c2c5cc8736f9febcf53d023c79e46a3bf2dff9fbd1eb1887e5500676c59cb1d4b2ebd67ad1dae50e0ca8e9734125e6ffc01b70e3f1b
7
+ data.tar.gz: f110be74fa1fa218d71f9e9e9fdccb431cb725db0bb28971a8c3d0f4fb59b6f7ab218a09ae234d07ddfc6f3394c82432f1a8a7d8c8d0572e6847144fbe8f0a98
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2026-05-28)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.65.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -3390,7 +3390,7 @@ module Aws::LookoutEquipment
3390
3390
  tracer: tracer
3391
3391
  )
3392
3392
  context[:gem_name] = 'aws-sdk-lookoutequipment'
3393
- context[:gem_version] = '1.65.0'
3393
+ context[:gem_version] = '1.66.0'
3394
3394
  Seahorse::Client::Request.new(handlers, context)
3395
3395
  end
3396
3396
 
@@ -54,7 +54,7 @@ module Aws::LookoutEquipment
54
54
  autoload :EndpointProvider, 'aws-sdk-lookoutequipment/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lookoutequipment/endpoints'
56
56
 
57
- GEM_VERSION = '1.65.0'
57
+ GEM_VERSION = '1.66.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-lookoutequipment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.65.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services