aws-sdk-iotsecuretunneling 1.68.0 → 1.69.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: d476ae2c3a986a94c037d8c86b0510f8230e428d7a9720575cfe336b05c60662
4
- data.tar.gz: 5c637c1a5992cda70fee1319c5a08650fce3ac8709ef418650b53f8bfe8a1f5e
3
+ metadata.gz: fc3f430dce0373e59c9dee0f928f20c9d43f50b29df52ce98387ac3ef03cdcec
4
+ data.tar.gz: 35159be10eaa6a5c5179160d70b554ecbbf1a39af0311c9eb078db490f4a3c05
5
5
  SHA512:
6
- metadata.gz: f46a1dce2c012cc66c45df02d2b4c0646af7b1fdbaddff45f7f2eb1430a8b51b7e7b7ebb2d3dcd52132fa85d4a8addbf207cb4040c0326bf5248264be24aa27f
7
- data.tar.gz: 7cb1963091bcb7738583b95f95258466be12666ab4f70893027a689295b16758b41b1f6ba6bff5d5dfa7a48c184e1b5902d91153bab2483aa87e9b385222f990
6
+ metadata.gz: efb7942f6ae9ac19efa542ea16f3365ed1473c96354d864ef655f3d557b26017e18c248e9abc707582b883ecfa43693ac431fc4553788b11d29acae8a631712a
7
+ data.tar.gz: 2c6013d6c2be6b5da3d4d6f8e370d46b6c42bd6033c23f413b33fe6700d228793d6fef28e73fd8496329bb47dcd73ccfe562e139e0738e73dba8ee38efa90f3c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2026-06-03)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.68.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -832,7 +832,7 @@ module Aws::IoTSecureTunneling
832
832
  tracer: tracer
833
833
  )
834
834
  context[:gem_name] = 'aws-sdk-iotsecuretunneling'
835
- context[:gem_version] = '1.68.0'
835
+ context[:gem_version] = '1.69.0'
836
836
  Seahorse::Client::Request.new(handlers, context)
837
837
  end
838
838
 
@@ -54,7 +54,7 @@ module Aws::IoTSecureTunneling
54
54
  autoload :EndpointProvider, 'aws-sdk-iotsecuretunneling/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotsecuretunneling/endpoints'
56
56
 
57
- GEM_VERSION = '1.68.0'
57
+ GEM_VERSION = '1.69.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-iotsecuretunneling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services