aws-sdk-artifact 1.20.0 → 1.21.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: ab1c1d6fe53cdcfebd486110806ce702272d45ee696c5a5bcc252ab16c0fd00a
4
- data.tar.gz: 187ec19f8100cbf86494e60d6fc5084c5adbd041cd8ad4613e2da66b9297a17a
3
+ metadata.gz: 9acadb481aeff6faa31a8c626d13aa9c0d12dab6b59a3fc849f525e4c8a77fea
4
+ data.tar.gz: 3c742772f32f36d9ba88e3b00b51963e43cfe4c95e6ce690dc17ce0ed949d40a
5
5
  SHA512:
6
- metadata.gz: 8bb82d1af8e58b90ffe4137cd2a2f220421fccb23f9607cf0da8b534333b1878e75d908e5098bd3c14bd3d46944ba9e332daf9a5b011e827f00214efad4609a5
7
- data.tar.gz: 1622c72aa6fa17f3f4ac2ff8c34dba027f85abf97d9541cf3936e13b63400a2b5dadc6dab8ffc28399d0c5d1ea9fe224f3caa4eeeedaee10a4ba92e463892a94
6
+ metadata.gz: a1df521f604410590332332cbd85727669145f45e4fb23396b5af63ac949d957ae04debba5acb52e2ca0efd8eae9d6ebfc3ede46b4b6ace141db69cbb19fc389
7
+ data.tar.gz: 00ea7319ed8d60aeb5260d9ddde3f2111999e9884d8fee346f933af9dffc257f90e6adaf3511b1763418beea6490a8831ca45475579d10866255d85f3e32de25
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.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.20.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -200,8 +200,7 @@ module Aws::Artifact
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
@@ -915,7 +914,7 @@ module Aws::Artifact
915
914
  tracer: tracer
916
915
  )
917
916
  context[:gem_name] = 'aws-sdk-artifact'
918
- context[:gem_version] = '1.20.0'
917
+ context[:gem_version] = '1.21.0'
919
918
  Seahorse::Client::Request.new(handlers, context)
920
919
  end
921
920
 
@@ -55,7 +55,7 @@ module Aws::Artifact
55
55
  autoload :EndpointProvider, 'aws-sdk-artifact/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-artifact/endpoints'
57
57
 
58
- GEM_VERSION = '1.20.0'
58
+ GEM_VERSION = '1.21.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-artifact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services