aws-partitions 1.1119.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +7 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65f6a8075bcd2941dc8b2ed044b76e872f9af145b9a12a933d2db13e543a89ab
|
4
|
+
data.tar.gz: ada814f8528dda991beb68ff455df8ba0f390bbd855c5dcb05e8e3aaaa2df212
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26ee3549a96b51071c2b12f53b78b61d9836bdf5d6b071dceee14f60abacc97e2bf08778b267356859b53d9ca73b2432bb6cdf25440ead45b72eb5061a97396d
|
7
|
+
data.tar.gz: cd67d1e91bf468f5bb2649a4206c688c1539dec5fcc593013ddb7310ebebbcf0d9a2291996c66005212afb99402ce152568faf432b102157a7dae1dc2812333b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.1120.0 (2025-06-23)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::WorkspacesInstances`.
|
13
|
+
|
4
14
|
1.1119.0 (2025-06-20)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1121.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -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',
|
@@ -650,6 +651,7 @@ module Aws
|
|
650
651
|
'WorkSpaces' => 'workspaces',
|
651
652
|
'WorkSpacesThinClient' => 'thinclient',
|
652
653
|
'WorkSpacesWeb' => 'workspaces-web',
|
654
|
+
'WorkspacesInstances' => 'workspaces-instances',
|
653
655
|
'XRay' => 'xray',
|
654
656
|
}
|
655
657
|
# end service ids
|
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" : { },
|