aws-sdk-s3tables 1.31.0 → 1.32.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: 26a6d19d84c55c65c9f8d4254f9689845b75c05ed646fe3f9297027adcf51806
4
- data.tar.gz: 3ca98a7fa8ca18ec0103f6cfb3c3772807f56af738d41151ec3c7acc299e8941
3
+ metadata.gz: 2833e1a13dd9b26759b7c004f6bc05be3f7d07c6ff3961d8bf7dd2ef1760dee7
4
+ data.tar.gz: bfd9cf219fccf6720f64af4840ee0a1a22b6ea268711721ad30c12826ac2fe7d
5
5
  SHA512:
6
- metadata.gz: 9092705aa6f2d2bab2f82039fa011ed2a6059704e8f24e4c4bdc8d6e98e469262b784d1ea01422067fd5168b7b2edb5df103036e0c2a276994637c37e914c4d4
7
- data.tar.gz: dbf27f73a8d2fa11d8035ddfc61c9bdab736037d1b71d66779647ef848e2f517a0a828cca96c2dbdf3afb12827d69159a3fbe2ca76782627236237b475d8e4fd
6
+ metadata.gz: 7ceb1f9088b42d410db1d9abae69f88ed6b6ecda2a36ae031857d62ce734267c8a057759bc604e03d964203ed263465534f230c4284b93966de32e8a966218ea
7
+ data.tar.gz: 42371e4a2b413b7d9e522b291ff3f8afcf6d23c1586b299067a5b6311a1d08c57191fab9620a73f4371adef223e1dfbd3c1397c4145a5d5cf371ef5ec32abd9a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2026-05-26)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.31.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -2974,7 +2974,7 @@ module Aws::S3Tables
2974
2974
  tracer: tracer
2975
2975
  )
2976
2976
  context[:gem_name] = 'aws-sdk-s3tables'
2977
- context[:gem_version] = '1.31.0'
2977
+ context[:gem_version] = '1.32.0'
2978
2978
  Seahorse::Client::Request.new(handlers, context)
2979
2979
  end
2980
2980
 
@@ -55,7 +55,7 @@ module Aws::S3Tables
55
55
  autoload :EndpointProvider, 'aws-sdk-s3tables/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-s3tables/endpoints'
57
57
 
58
- GEM_VERSION = '1.31.0'
58
+ GEM_VERSION = '1.32.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-s3tables
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services