aws-sdk-artifact 1.20.0 → 1.22.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: f3c1e39ab135f1e6b80c9f0032f98bbd2d7fb42435c812dd47cd2922140a82b2
4
+ data.tar.gz: 7100ff6926a5c23a16cf91a2ac8cf28552083562c450db6f601676ea5f7e9f75
5
5
  SHA512:
6
- metadata.gz: 8bb82d1af8e58b90ffe4137cd2a2f220421fccb23f9607cf0da8b534333b1878e75d908e5098bd3c14bd3d46944ba9e332daf9a5b011e827f00214efad4609a5
7
- data.tar.gz: 1622c72aa6fa17f3f4ac2ff8c34dba027f85abf97d9541cf3936e13b63400a2b5dadc6dab8ffc28399d0c5d1ea9fe224f3caa4eeeedaee10a4ba92e463892a94
6
+ metadata.gz: 52e09e92c140572bb9852401020c87a8a739aac02eb3634ec796f522f33b7ffa4c7dbcd975990299e67808a32354ad1e206556fa28070170852c40364ea8df89
7
+ data.tar.gz: 1eb82d265d3e0ea80afc4948d477108b934efaf85b372bcc9e010160b6a6ad1235f15b9bd25ad899c4d2507c3ae8b490b576e64f05132a361ff99766390d7a82
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.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.21.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.20.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.22.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.22.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.22.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.22.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
  - - ">="