aws-sdk-artifact 1.28.0 → 1.29.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: 61e25c282ae6798f4da92b468d932361a265f70a5b1bf3931bea8cc7d2b4b5b1
4
+ data.tar.gz: ac3cef90af7523f676d27763e185ba5c526411dc38a8d6aceb02e53182299bd5
5
5
  SHA512:
6
- metadata.gz: 39d2a6b153169578171a5e7a74aff509c2dc7791e63e4346126f0fc681f1a188ec731c4b746954380b476f12d59cb00c08c6edd980c37f3af726bcbffd4a592d
7
- data.tar.gz: be0b41fdddeedd77707b3f713f1045e7a5cc18574740870921c9147f258269b848e42dc9cb61a69a796a08638ecf4e5bdb2fad3d41e2702a04b6473b933e692c
6
+ metadata.gz: 4898e63d49cbde21b617601eaa9c53fcaafe406b55dcf337746b710db11bdbd5af5ddb4335c5ae9f32cc2b5ca8ea6869d24e2d16aa6cc3a4c3c80fe05c9d6a74
7
+ data.tar.gz: 5b723616c5817e7fe8c77047f0ed451cf204e53dc2b40a146bd56d94cf89e7cae12fa8474dbef3e4ba23bc1519e7c436c42ae0ddc69de692edd2d6c1dd8b4376
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.28.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.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.29.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.29.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.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services