aws-sdk-panorama 1.40.0 → 1.41.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: 841e8116a8d56ff085822d0a87ce73d0e9f23b7eb101ee1223e646c0465fdd00
4
- data.tar.gz: d785acbffd076339fe464778da230f8eb342f97dd8c005252f3854fd0b9e751e
3
+ metadata.gz: c26526b102bc59d5ed05e1ce7676d27067ab3d7faee4925e51168efd996e73a6
4
+ data.tar.gz: 45939e91d4ac1ada0ddbc3c5832f0114c3ddbf98f9f5fd2044a56ec248e39489
5
5
  SHA512:
6
- metadata.gz: 0f8e2d9beffc32473f3097d901496cc23250bc90e7c4272f6b5be47a612ff47ad7fad1327090fff06a1aec2bc2d57e93b14e62423a916deff659a862abc4887d
7
- data.tar.gz: 5d1a98f3b8337e3aed6210deec4e20418247c8f018b5cd00895dfc33673563f1643e03ca3a10452276c8a7bd7f76180ecd191a91e70605cab70193158f9c544d
6
+ metadata.gz: 190779481d94ca731a5b1093dcaf730417840a8ffc16d9dd19f2ab5a5ba0a18e2ecd41ff64b63ef5c657af70a50ed8f5b586c27b04e4fffdaa02b4606b84288a
7
+ data.tar.gz: 8c8b7f0c0c1895be5fa17384b9b08d0a9a15db2fe091ab191ba837d2fcd8e169aeec2d63fe5ec04cf321e25c415290406492090bfb8f0df93fc5092e49bbc8ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.40.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -200,8 +200,7 @@ module Aws::Panorama
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2148,7 +2147,7 @@ module Aws::Panorama
2148
2147
  tracer: tracer
2149
2148
  )
2150
2149
  context[:gem_name] = 'aws-sdk-panorama'
2151
- context[:gem_version] = '1.40.0'
2150
+ context[:gem_version] = '1.41.0'
2152
2151
  Seahorse::Client::Request.new(handlers, context)
2153
2152
  end
2154
2153
 
@@ -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.40.0'
57
+ GEM_VERSION = '1.41.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.40.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services