aws-sdk-artifact 1.28.0 → 1.30.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: 55b35bcea8d3003fd1996d46af0d7431e835889da057811c25b1001aef6e7df2
4
- data.tar.gz: d3c4fe3208c3d988edd4831f53cabd99af4f195335546f5ade959ec5e194f5cf
3
+ metadata.gz: 6ad34c0919d9936f00da0534cd169b1441a6bef6c4fa0e6279968a5362cee099
4
+ data.tar.gz: fe463cd36b1494ea622905714852928cb52099f1a05fefcc5195c1c1f684c46b
5
5
  SHA512:
6
- metadata.gz: 39d2a6b153169578171a5e7a74aff509c2dc7791e63e4346126f0fc681f1a188ec731c4b746954380b476f12d59cb00c08c6edd980c37f3af726bcbffd4a592d
7
- data.tar.gz: be0b41fdddeedd77707b3f713f1045e7a5cc18574740870921c9147f258269b848e42dc9cb61a69a796a08638ecf4e5bdb2fad3d41e2702a04b6473b933e692c
6
+ metadata.gz: 606b25d1233dacd3a86abb3ef5e8b45e9796282f430ca689b9d259231bc03e1b5affa36bd2d2c9d8a38a237f7a96b6c169ceb7fc35c87934261e60682121eda6
7
+ data.tar.gz: 0bed45bdb08810d136a3acc997548e8b7f93025cf77f3142c6d1dcec36cfe93fab0e605e1f4d747a3bcf8889bd4bd5149034017a568311c4e0db7461e2dd942c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.29.0 (2025-10-30)
10
+ ------------------
11
+
12
+ * Feature - Update endpoint ruleset parameters casing
13
+
4
14
  1.28.0 (2025-10-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.30.0
@@ -921,7 +921,7 @@ module Aws::Artifact
921
921
  tracer: tracer
922
922
  )
923
923
  context[:gem_name] = 'aws-sdk-artifact'
924
- context[:gem_version] = '1.28.0'
924
+ context[:gem_version] = '1.30.0'
925
925
  Seahorse::Client::Request.new(handlers, context)
926
926
  end
927
927
 
@@ -13,22 +13,22 @@ module Aws::Artifact
13
13
  # @!attribute use_dual_stack
14
14
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute use_fips
19
19
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  # @!attribute region
29
29
  # The AWS region used to dispatch the request.
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :use_dual_stack,
@@ -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.28.0'
58
+ GEM_VERSION = '1.30.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.28.0
4
+ version: 1.30.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.234.0
21
+ version: 3.239.1
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.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement