aws-sdk-panorama 1.57.0 → 1.58.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: 906fcae036678cc40d0b5b16543b5ea5671365c5d2674631d6beb69d65abd0dd
4
- data.tar.gz: fb3b66d63d2ed65af5a7dda8936ff24e78db7d1c75683fe05b7f1e404285e69f
3
+ metadata.gz: 48e4c67de6a1da389a18ac723c924c180c01c18c293fc18b02adf326fb773a65
4
+ data.tar.gz: e5c11a5dc09954352a48a553dfcee2b59e3cf8badf92b67191009c033af6216d
5
5
  SHA512:
6
- metadata.gz: ae3c2790f0e4ff3f617c837c1dd08dcb274470ff62aaa6e4ecd45da8ad82fa1eef9cf8d67b6b2dc45a07d022a17a05bc5194f07487020ec99638e69cd1f1754d
7
- data.tar.gz: 4d4a0e4e7b689588c6538eded0db489fabd0197189a68e28d739b17524ea2b996df036ddf30f35963f5d702356587879cc76f31a409c5785d1bef58d9b3dd194
6
+ metadata.gz: 417d507e4fd2342b71d63f2dcc79eadcfd49600abf6fca24785f87d56f8b9bf3bbba658c943798b4655ce2734dc29d3e68496ab100d57f50e9b3c54fe9ddb6c7
7
+ data.tar.gz: cd0483774d0fbd1d10733b240e042fdfb79a5e5e24f8e7150f722bcc4466a8ba4a6c89f033f2921fdf0af90c4ac89e4835159258fe37ef2469d71ce26f9a90e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2026-05-22)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.57.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -2152,7 +2152,7 @@ module Aws::Panorama
2152
2152
  tracer: tracer
2153
2153
  )
2154
2154
  context[:gem_name] = 'aws-sdk-panorama'
2155
- context[:gem_version] = '1.57.0'
2155
+ context[:gem_version] = '1.58.0'
2156
2156
  Seahorse::Client::Request.new(handlers, context)
2157
2157
  end
2158
2158
 
@@ -54,7 +54,7 @@ module Aws::Panorama
54
54
  autoload :EndpointProvider, 'aws-sdk-panorama/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-panorama/endpoints'
56
56
 
57
- GEM_VERSION = '1.57.0'
57
+ GEM_VERSION = '1.58.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-panorama
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services