aws-sdk-controlcatalog 1.23.0 → 1.24.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: 32ea6c5813463f01bb342032d5358f5ab96b7774c82b603108595fde9af25191
4
- data.tar.gz: d5b75ee9341602d2783bb91a05b0f6e061324c360c07732a8f1bda721af4e1b4
3
+ metadata.gz: a66a6c623141dfaf27f3573fc9a094f81fad649c23805714d02cd2c12aa711cc
4
+ data.tar.gz: 10a582bd4b02620a9fa6915c46ba5122f2545f6e377eb5f01064e6648739b32e
5
5
  SHA512:
6
- metadata.gz: 9e3c9a56cd0cc57d8fb442844c89c1d6ac583cb92616d915e7fae1fd4f7e051bc75b8af779e606ad569fb66e40d09a0edf1ba1d3c831d8347ab895531e476c26
7
- data.tar.gz: 60d865e1478657731dcc172eed6001aa7af48d0848c9754529b6ee261f616028f835b72d37b4cef97e95d95af01db387fa178316e71ede619937cd72b87f41c2
6
+ metadata.gz: 81bc41b251dab743fc9ea7c32989287e2498073264aa40f9bba9a0db70400ac1915f54113f0cced2981ce8bfc7987e70de535742f5869325ffc658ebbd8cc35f
7
+ data.tar.gz: 88b964d33104c9e35b078f032a218d7bfb5351c3113441cbbc63342ae0887376fc3607aba428c4c45de6d08b51689054f519a1ae40d886426ef270b7d3aa7853
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -200,8 +200,7 @@ module Aws::ControlCatalog
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
@@ -774,7 +773,7 @@ module Aws::ControlCatalog
774
773
  tracer: tracer
775
774
  )
776
775
  context[:gem_name] = 'aws-sdk-controlcatalog'
777
- context[:gem_version] = '1.23.0'
776
+ context[:gem_version] = '1.24.0'
778
777
  Seahorse::Client::Request.new(handlers, context)
779
778
  end
780
779
 
@@ -55,7 +55,7 @@ module Aws::ControlCatalog
55
55
  autoload :EndpointProvider, 'aws-sdk-controlcatalog/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-controlcatalog/endpoints'
57
57
 
58
- GEM_VERSION = '1.23.0'
58
+ GEM_VERSION = '1.24.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-controlcatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services