aws-sdk-servicecatalog 1.113.0 → 1.114.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: ecc30cc696c4ef1b296d928c0a302b517b29795f4459d0cf7dba233e2f0a9890
4
- data.tar.gz: 11f99f74e0c530f06950cb9851faaa35aa4be885e8d0cbe1f5b079a3d2aa1341
3
+ metadata.gz: 2cff8350ebbbb08d2903426c821613c9e20f38c417efe206a5793061c8c6ec98
4
+ data.tar.gz: 3945ea1f89281669a20a4329d5b60b7c91851d712678cd3ea0544891da1e21da
5
5
  SHA512:
6
- metadata.gz: 62d05fac4bee0086551a4900849b8b1e3b2e17985c74f98365c0612858f0aa70ad8b1cc7ab89a5852b45f37fe89732cd2a82e371af87bd9e2614f0bca5052fb5
7
- data.tar.gz: 9214b2d3905c9797048fbf2d2a3ae444a2b817b2360b0ce491b332e2c18d94cab899a626b49d061b73feb1e3254613d6060ea3251ee059d1a6c5851f45b96332
6
+ metadata.gz: 1b7012333fd9db8a27481c162a0541ee13c06eec1bb08ef0c1e1ed83cfad98f3fb29a640a0c6a522d3beec52b5dc0a8b2afaf6ed4a426ea2e3dae57a80f8460e
7
+ data.tar.gz: 34d12f72c094f172cadb59030373bbd4e399fff2807d960070c180830ea248b7b9b6db9add7225d0f5921e9964fadf814917be77030a870d4694cdd7cb509cd8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.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.113.0 (2025-05-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.0
@@ -200,8 +200,7 @@ module Aws::ServiceCatalog
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
@@ -6373,7 +6372,7 @@ module Aws::ServiceCatalog
6373
6372
  tracer: tracer
6374
6373
  )
6375
6374
  context[:gem_name] = 'aws-sdk-servicecatalog'
6376
- context[:gem_version] = '1.113.0'
6375
+ context[:gem_version] = '1.114.0'
6377
6376
  Seahorse::Client::Request.new(handlers, context)
6378
6377
  end
6379
6378
 
@@ -54,7 +54,7 @@ module Aws::ServiceCatalog
54
54
  autoload :EndpointProvider, 'aws-sdk-servicecatalog/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-servicecatalog/endpoints'
56
56
 
57
- GEM_VERSION = '1.113.0'
57
+ GEM_VERSION = '1.114.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-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.113.0
4
+ version: 1.114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services