aws-sdk-codecommit 1.84.0 → 1.85.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: 234b4fb4b3ea91a5a8d95c72e46c2640817d1fc0c10014ddc9f764367e89dc87
4
- data.tar.gz: 2912286e2e3c9d319a4b353e90b8cb20e18068180ad7714a906a4a08d8af5aed
3
+ metadata.gz: 1f833cc746a8645eb231455b4afd7649f2aa5696093cc5cf72890c8dd1030391
4
+ data.tar.gz: a9be549b308bacacb2eb0be434a391db2ba2f016ec72416577223c7adb615dac
5
5
  SHA512:
6
- metadata.gz: 706904abe84a2465fc298c024cb70c990bcf5450e90562285532dae6961dcd22b93a3122e7efa8ce89b37345fa3016028588ef4dae6a42ee92ebf8298d411922
7
- data.tar.gz: f7473ddbd7afdf592c60a2b4e6a4970ca357b85f2bbc4be83fce68881b274cd19dbe9fbe9775199af7ace9d7001af88bdf475fa790401a1cf0fdf4d54d282238
6
+ metadata.gz: 160b3cda5aabae426f494d8a5d9f1a9a429a492360c699e46a03e218967967bc9da0640572bf09b6c402aa6d19dc28a1ca069835f9bc9692a31a9892528aff0a
7
+ data.tar.gz: a38f39d23db4a8a394d45692e9f3a5416ee078ae090128c3685fe118cae242cc5ab4fedff120e184a0a2697729ee5d19f309d972c18c379039465074971f9083
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.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.84.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -200,8 +200,7 @@ module Aws::CodeCommit
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
@@ -5203,7 +5202,7 @@ module Aws::CodeCommit
5203
5202
  tracer: tracer
5204
5203
  )
5205
5204
  context[:gem_name] = 'aws-sdk-codecommit'
5206
- context[:gem_version] = '1.84.0'
5205
+ context[:gem_version] = '1.85.0'
5207
5206
  Seahorse::Client::Request.new(handlers, context)
5208
5207
  end
5209
5208
 
@@ -54,7 +54,7 @@ module Aws::CodeCommit
54
54
  autoload :EndpointProvider, 'aws-sdk-codecommit/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codecommit/endpoints'
56
56
 
57
- GEM_VERSION = '1.84.0'
57
+ GEM_VERSION = '1.85.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-codecommit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services