aws-partitions 1.1120.0 → 1.1121.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: ccd86d8813594769bb0b46a2f0b40e6518d1d0c0698c30e47cd20cff42f6850a
4
- data.tar.gz: ddcbc831c681acc9c41f95e81556d5497582702426808e093001c8b6cd31e647
3
+ metadata.gz: 65f6a8075bcd2941dc8b2ed044b76e872f9af145b9a12a933d2db13e543a89ab
4
+ data.tar.gz: ada814f8528dda991beb68ff455df8ba0f390bbd855c5dcb05e8e3aaaa2df212
5
5
  SHA512:
6
- metadata.gz: 4eba7ffc1bcc8c75a2fb65c4b71cf646a25b6bd187637c1ec521939e43986b2416826593aceb9e05ff965698c4c7260f7f78ba46e410c1e45122077602755dce
7
- data.tar.gz: 0affbd79063bbe8f9241c62667800ae17f3f86537bff1aeb93a6de98aadcf44fd4d20d3eca00869620d5aca45329a9cbd0334574b72bb2027dc50c111e19ba81
6
+ metadata.gz: 26ee3549a96b51071c2b12f53b78b61d9836bdf5d6b071dceee14f60abacc97e2bf08778b267356859b53d9ca73b2432bb6cdf25440ead45b72eb5061a97396d
7
+ data.tar.gz: cd67d1e91bf468f5bb2649a4206c688c1539dec5fcc593013ddb7310ebebbcf0d9a2291996c66005212afb99402ce152568faf432b102157a7dae1dc2812333b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1121.0 (2025-06-26)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::KeyspacesStreams`.
8
+
4
9
  1.1120.0 (2025-06-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1120.0
1
+ 1.1121.0
@@ -451,6 +451,7 @@ module Aws
451
451
  'Kendra' => 'kendra',
452
452
  'KendraRanking' => 'kendra-ranking',
453
453
  'Keyspaces' => 'cassandra',
454
+ 'KeyspacesStreams' => 'cassandra-streams',
454
455
  'Kinesis' => 'kinesis',
455
456
  'KinesisAnalytics' => 'kinesisanalytics',
456
457
  'KinesisAnalyticsV2' => 'kinesisanalytics',
data/partitions.json CHANGED
@@ -11716,6 +11716,8 @@
11716
11716
  "ap-south-1" : { },
11717
11717
  "ap-southeast-1" : { },
11718
11718
  "ap-southeast-2" : { },
11719
+ "ap-southeast-5" : { },
11720
+ "ap-southeast-7" : { },
11719
11721
  "ca-central-1" : { },
11720
11722
  "eu-central-1" : { },
11721
11723
  "eu-north-1" : { },
@@ -37208,6 +37210,11 @@
37208
37210
  }
37209
37211
  }
37210
37212
  },
37213
+ "lakeformation" : {
37214
+ "endpoints" : {
37215
+ "us-iso-east-1" : { }
37216
+ }
37217
+ },
37211
37218
  "lambda" : {
37212
37219
  "endpoints" : {
37213
37220
  "us-iso-east-1" : { },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1120.0
4
+ version: 1.1121.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services