aws-sdk-panorama 1.57.0 → 1.59.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: 2aa6574686b156af0569d2d1ae388b43345224b985515484cb21741e2193f344
4
+ data.tar.gz: 04b8442d009c36e9539b8beb398dab683f023b50cc7de3b822eee8bf1b17b9af
5
5
  SHA512:
6
- metadata.gz: ae3c2790f0e4ff3f617c837c1dd08dcb274470ff62aaa6e4ecd45da8ad82fa1eef9cf8d67b6b2dc45a07d022a17a05bc5194f07487020ec99638e69cd1f1754d
7
- data.tar.gz: 4d4a0e4e7b689588c6538eded0db489fabd0197189a68e28d739b17524ea2b996df036ddf30f35963f5d702356587879cc76f31a409c5785d1bef58d9b3dd194
6
+ metadata.gz: 2f5006b7fcb2d0a3f8de59e7830c84411ce1085b552f4e23fccd0596158e9e01a9f6275df81091941da4cfd1e67958308ea7683973f4f08a0d67de071b7c9092
7
+ data.tar.gz: c3d1519a58a97bb812845a30a613f222f3e66563e764cdd28ae303a4f75fd52726cacc6238ed3f91fa9ce63d72ec5aa16b33a57d4c1c86599d1bba3fa9094b5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2026-06-29)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Feature - Panorama has been removed from the SDK because it has been discontinued.
10
+
11
+ 1.58.0 (2026-05-22)
12
+ ------------------
13
+
14
+ * Feature - Adding new BDD representation of endpoint ruleset
15
+
4
16
  1.57.0 (2026-05-21)
5
17
  ------------------
6
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.59.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.59.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.59.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.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -43,8 +43,8 @@ dependencies:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
45
  version: '1.1'
46
- description: Official AWS Ruby gem for AWS Panorama (Panorama). This gem is part of
47
- the AWS SDK for Ruby.
46
+ description: "[DEPRECATED] Official AWS Ruby gem for AWS Panorama (Panorama). This
47
+ gem is part of the AWS SDK for Ruby."
48
48
  email:
49
49
  - aws-dr-rubygems@amazon.com
50
50
  executables: []
@@ -77,6 +77,7 @@ licenses:
77
77
  metadata:
78
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-panorama
79
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-panorama/CHANGELOG.md
80
+ post_install_message: "*** aws-sdk-panorama is deprecated ***"
80
81
  rdoc_options: []
81
82
  require_paths:
82
83
  - lib