aws-sdk-codeartifact 1.60.0 → 1.61.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: b70c33d118d33814eaf27ee8f64a4edc98f51c99ca0fff5a11829dfcec24eba3
4
- data.tar.gz: 3615abb6e1c49e133fe17b27c50a51ba2d84998e853bbddfcbb263f7658d1855
3
+ metadata.gz: 79d31945047b478f8aeddb4b0193f893056f49177930daae637a83016402e6b1
4
+ data.tar.gz: ea79a754ca5dc15eaa776cc544f5150811103969f63b8f1c6d5c6053d8216976
5
5
  SHA512:
6
- metadata.gz: bbc7a38ca896dc71970f0f251c92dac1d8f2c9d166b8f92ce6823736631da0895125d1ddde163f6297ebac76244f1dac763c8bafd219e809609ac5c23594ced1
7
- data.tar.gz: f663a1e99bc52bb1bc2a17a75781168b553c489c1d57b8af25eeedb04c1ac035a427a44a689a0e9d4d371efb75d8a47462f261e4dabfabf077f6997e483266a8
6
+ metadata.gz: eafb224c2eb4e224ac0efb0445a69ebab217c56f9fe8fb1c8cde18a5dcb50d7bbb53475a209b31cc2a11e9e8a15c338f603b9c475ce7ab2239195793afb529b7
7
+ data.tar.gz: be9ee0fc79a58e3bfb9a44a94a9c36c93363ad2c3524d652075543fcd06661d739f0d515fec85e4c2931dfccc5246d57f206a1c5749b8a01cae46304cd55b4bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.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.60.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -200,8 +200,7 @@ module Aws::CodeArtifact
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
@@ -4044,7 +4043,7 @@ module Aws::CodeArtifact
4044
4043
  tracer: tracer
4045
4044
  )
4046
4045
  context[:gem_name] = 'aws-sdk-codeartifact'
4047
- context[:gem_version] = '1.60.0'
4046
+ context[:gem_version] = '1.61.0'
4048
4047
  Seahorse::Client::Request.new(handlers, context)
4049
4048
  end
4050
4049
 
@@ -54,7 +54,7 @@ module Aws::CodeArtifact
54
54
  autoload :EndpointProvider, 'aws-sdk-codeartifact/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codeartifact/endpoints'
56
56
 
57
- GEM_VERSION = '1.60.0'
57
+ GEM_VERSION = '1.61.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-codeartifact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services