aws-sdk-codecatalyst 1.34.0 → 1.35.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: a1674a6ec9416a9a8e226d2fbe2c8300848b7891e186c7999468661302edee30
4
- data.tar.gz: 7721b62902f7b34c1b343449cd3345b083dd12b34740c71e3ee3026ce56ce1b7
3
+ metadata.gz: aea1b5b13438fb1f32413da3a688b02a9b9dac81ab26313b5832626b9f20f981
4
+ data.tar.gz: daf3980a5c1de477381522eaf2200694ef0efa32b42d281b1e0d531fa8a97181
5
5
  SHA512:
6
- metadata.gz: f707fa342c6d9feff80088e5b40acae2e09bdf60c9c92c96862884ce3a7ad3beac87cd8f177ca9ce9f95d1b028b3b1dc8fcceea66a19bc35e8d778022ded32ac
7
- data.tar.gz: 2f66867ac602db9670e305dd28c1d0fdfe0a4b34ddd22fa6b2581e135788b6445a0efe356634563b05f24bdea34ed160c29a99252512fc8de547f7e68f04c781
6
+ metadata.gz: c0531fcf47bbc58a512d72b569a94431b659acf7a23bd52ec980f9d254a585fbd7b29ef8577829a2027245f3160a1fd6b625fa019e340017e5d25903d1099197
7
+ data.tar.gz: 3e3f68346608c9118d6c5c3772100b25a4a74d3c38faae28efc9f051c4922ddd2569c380fbf8f395d80999967772c8c7644cd042af999a02b12dde6dbbb4fd5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.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.34.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -200,8 +200,7 @@ module Aws::CodeCatalyst
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
@@ -2484,7 +2483,7 @@ module Aws::CodeCatalyst
2484
2483
  tracer: tracer
2485
2484
  )
2486
2485
  context[:gem_name] = 'aws-sdk-codecatalyst'
2487
- context[:gem_version] = '1.34.0'
2486
+ context[:gem_version] = '1.35.0'
2488
2487
  Seahorse::Client::Request.new(handlers, context)
2489
2488
  end
2490
2489
 
@@ -54,7 +54,7 @@ module Aws::CodeCatalyst
54
54
  autoload :EndpointProvider, 'aws-sdk-codecatalyst/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codecatalyst/endpoints'
56
56
 
57
- GEM_VERSION = '1.34.0'
57
+ GEM_VERSION = '1.35.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-codecatalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services