aws-sdk-s3vectors 1.6.0 → 1.7.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: bb946f8e97c247aac41f5e9379c792996c35c9fe0d16b921f75d7fafb612569a
4
- data.tar.gz: f40452bd27ec4b078a198b9fea6299cc3d000217461e4b040f65ed19bfee8b3e
3
+ metadata.gz: effaa2ad8ff2282b601166957c5776ae535c07ac28462c9d20258322a49627ba
4
+ data.tar.gz: a8ad8d3a4b0857883c560af9668c07fcfd01e27b7d421c31a2a5d8cea4dc12b4
5
5
  SHA512:
6
- metadata.gz: a7c3e943d87cd5bd1da96684cd34db08af21e3a2cc48e4b6694670ae3205e85427a18928cd2a172b9ec5b87c3eb03b31eb79c0ab56410a7767d7804d93aa9362
7
- data.tar.gz: 13bcb4d74063202eb5285c0bdf99a68469bc61367b32036895d661ea898c654945979216525d53a34a158dd28aa7eeba9dd6d7e388072b1e6d19120075f86f81
6
+ metadata.gz: 4a09e72cf440ed493e63efd5920817bcef7c40367c2d24cf3d921dce39a711165efeaad704eaeeed72e6169d14c873fe5654b92156ed215021b5fc6363188e84
7
+ data.tar.gz: 4a965c10970861ba221e3d02e67c1d86f73fee0ca9f3173616490c53ef3939a1d7dcb7aa679c42b17c15180da61ffa8fc9d1785dfdd5539c84c0ad79766f9862
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.6.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -1482,7 +1482,7 @@ module Aws::S3Vectors
1482
1482
  tracer: tracer
1483
1483
  )
1484
1484
  context[:gem_name] = 'aws-sdk-s3vectors'
1485
- context[:gem_version] = '1.6.0'
1485
+ context[:gem_version] = '1.7.0'
1486
1486
  Seahorse::Client::Request.new(handlers, context)
1487
1487
  end
1488
1488
 
@@ -13,17 +13,17 @@ module Aws::S3Vectors
13
13
  # @!attribute use_fips
14
14
  # 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.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -55,7 +55,7 @@ module Aws::S3Vectors
55
55
  autoload :EndpointProvider, 'aws-sdk-s3vectors/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-s3vectors/endpoints'
57
57
 
58
- GEM_VERSION = '1.6.0'
58
+ GEM_VERSION = '1.7.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-s3vectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services