aws-sdk-panorama 1.45.0 → 1.46.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: ab0493a0e6de605d23c687aba7a8937092bf4fa6d0174335b1a045b4d73f6c5e
4
- data.tar.gz: 8649d8d8f427da99e91642456fa0e6c5e3687cb85a5f442793e5953b937a63e7
3
+ metadata.gz: 17463bfa2de76fad3721c976a1ed7326a92484aeb2ff84706667134c5fb22c66
4
+ data.tar.gz: 1b9b7007592bb96432459b2b5e0dc7620f82b6bb0c792a144fc7d071211da3cf
5
5
  SHA512:
6
- metadata.gz: e8cc73e1f717870c678f1ea015e3556bc8bf68c1c0eb1f7b7f7c4a6888db6fd03a62e1bf75b7e13963e7a248a2f1edf4296be8b9cda3fbb518ff0a5aaf350155
7
- data.tar.gz: 9f4ae0b5f9b34e781613d8467880f79b1ca5b9350f0a1572a51cbc1648049f8c5c9498c0a38e0eefc5da550a134cd816c155282d2e6cb8993a91a123fda103ca
6
+ metadata.gz: 491b99857c32e52431a9f292c1c8e0cf08bd1e6104c898cf0acdb8c82d4372c5ea425c2755e4791d27127c56717382350474e9bbd43a3608664f34206653f5d5
7
+ data.tar.gz: b5b2ca4ef77bd3d4af21354163f27cb7cacc9f79746e431b557b5a958375fee12be320d88cf3631e4b5b2f9b443f5b1b0a895eb49202eaa19a5adfb66a3ec8dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.45.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -2154,7 +2154,7 @@ module Aws::Panorama
2154
2154
  tracer: tracer
2155
2155
  )
2156
2156
  context[:gem_name] = 'aws-sdk-panorama'
2157
- context[:gem_version] = '1.45.0'
2157
+ context[:gem_version] = '1.46.0'
2158
2158
  Seahorse::Client::Request.new(handlers, context)
2159
2159
  end
2160
2160
 
@@ -28,7 +28,7 @@ module Aws::Panorama
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://panorama-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -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.45.0'
57
+ GEM_VERSION = '1.46.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.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services