aws-sdk-controlcatalog 1.23.0 → 1.25.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: c1a2b9d74d644166ae67a07007461cc1277992bda1bce94773c76f5fb8db59b9
4
+ data.tar.gz: b5580589fa8c7ca4357226ddd955c6ef27f57b6d1ef3734236861eb80daec2f3
5
5
  SHA512:
6
- metadata.gz: 9e3c9a56cd0cc57d8fb442844c89c1d6ac583cb92616d915e7fae1fd4f7e051bc75b8af779e606ad569fb66e40d09a0edf1ba1d3c831d8347ab895531e476c26
7
- data.tar.gz: 60d865e1478657731dcc172eed6001aa7af48d0848c9754529b6ee261f616028f835b72d37b4cef97e95d95af01db387fa178316e71ede619937cd72b87f41c2
6
+ metadata.gz: 3fdbd0db8ad66d4673c91f9e34560d62ffaf9de77745cda9f090f9b86ce71ecf8cc90f604e587c1ca8479999404242e6d413f1a2a2ab6e436f48367fb634d3e2
7
+ data.tar.gz: 199f129af43b7f192dc1f49213a261a2bc48b07fbd91b13ad5d14485a94320382b6ae34e48b90283b90e23cacbef64b23ac686d87013f3c3fc03400059ef03b9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.24.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.23.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.25.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.25.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.25.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.25.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.216.0
21
+ version: 3.225.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.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="