aws-sdk-panorama 1.45.0 → 1.47.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: 362160e1c8fa6f14168c18d3d0b2f9e9b0ac6124d8bffea0c218f687c4393383
4
+ data.tar.gz: 63eada2dfe09ca5df941cbed4bc9343c68596152ba6e32731b78700a01e6b99a
5
5
  SHA512:
6
- metadata.gz: e8cc73e1f717870c678f1ea015e3556bc8bf68c1c0eb1f7b7f7c4a6888db6fd03a62e1bf75b7e13963e7a248a2f1edf4296be8b9cda3fbb518ff0a5aaf350155
7
- data.tar.gz: 9f4ae0b5f9b34e781613d8467880f79b1ca5b9350f0a1572a51cbc1648049f8c5c9498c0a38e0eefc5da550a134cd816c155282d2e6cb8993a91a123fda103ca
6
+ metadata.gz: bb47502407e0cf48e2f65b3ca0efebee2fe31b4b4d3e1f8f393c4f7a5d00c74810c6ccdba296515ef9263ab7f1319f22feaee1b3dd529ace7c8b6e53ee9f77f4
7
+ data.tar.gz: 863b7de1de752a4376b99fafa308e0d281efe120f1fe2ef599671b02c46c5f7fdadf9a8bd5d2fb42974dac6c73fa34b9b0b1496aeef03aba49e6d0b858771692
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.46.0 (2025-08-21)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.45.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.47.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.47.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.47.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.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement