aws-partitions 1.1125.0 → 1.1127.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 +1 -0
- data/partitions.json +17 -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: 5003e84c9c37b5f95374038fbe9edd5a9cccb619bc2a7be5517d33c3308e2120
|
4
|
+
data.tar.gz: 19097e2911bed4f90e77ceee2c5bb2daffae8c0154395d9d03ee91f64de8c0c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f830dddd1075e8df36000cb6df2e83719bfdf9b0eb362b288c0de1ba3668669c086e8fbf49920d1d3e91550bd455ad0352c009acebaffa85cb056ab24238eb20
|
7
|
+
data.tar.gz: c9761225408b9e4501ea605ddc0fed49c2fd20d447f06664bcdbfe3428f8fff2a4015fd9fd7263ffb2b0006fba5f837069a68ad3d22762448e24862e9165650d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1127.0 (2025-07-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::S3Vectors`.
|
8
|
+
|
9
|
+
1.1126.0 (2025-07-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1125.0 (2025-07-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1127.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -1625,6 +1625,7 @@
|
|
1625
1625
|
"endpoints" : {
|
1626
1626
|
"af-south-1" : { },
|
1627
1627
|
"ap-east-1" : { },
|
1628
|
+
"ap-east-2" : { },
|
1628
1629
|
"ap-northeast-1" : { },
|
1629
1630
|
"ap-northeast-2" : { },
|
1630
1631
|
"ap-northeast-3" : { },
|
@@ -9338,6 +9339,7 @@
|
|
9338
9339
|
"tags" : [ "dualstack" ]
|
9339
9340
|
} ]
|
9340
9341
|
},
|
9342
|
+
"me-central-1" : { },
|
9341
9343
|
"me-south-1" : {
|
9342
9344
|
"variants" : [ {
|
9343
9345
|
"hostname" : "elasticbeanstalk.me-south-1.api.aws",
|
@@ -11508,6 +11510,7 @@
|
|
11508
11510
|
"endpoints" : {
|
11509
11511
|
"af-south-1" : { },
|
11510
11512
|
"ap-east-1" : { },
|
11513
|
+
"ap-east-2" : { },
|
11511
11514
|
"ap-northeast-1" : { },
|
11512
11515
|
"ap-northeast-2" : { },
|
11513
11516
|
"ap-northeast-3" : { },
|
@@ -14251,6 +14254,7 @@
|
|
14251
14254
|
"endpoints" : {
|
14252
14255
|
"af-south-1" : { },
|
14253
14256
|
"ap-east-1" : { },
|
14257
|
+
"ap-east-2" : { },
|
14254
14258
|
"ap-northeast-1" : { },
|
14255
14259
|
"ap-northeast-2" : { },
|
14256
14260
|
"ap-northeast-3" : { },
|
@@ -16970,6 +16974,8 @@
|
|
16970
16974
|
"ap-southeast-2" : { },
|
16971
16975
|
"ap-southeast-3" : { },
|
16972
16976
|
"ap-southeast-4" : { },
|
16977
|
+
"ap-southeast-5" : { },
|
16978
|
+
"ap-southeast-7" : { },
|
16973
16979
|
"ca-central-1" : { },
|
16974
16980
|
"eu-central-1" : { },
|
16975
16981
|
"eu-central-2" : { },
|
@@ -17216,6 +17222,7 @@
|
|
17216
17222
|
"endpoints" : {
|
17217
17223
|
"af-south-1" : { },
|
17218
17224
|
"ap-east-1" : { },
|
17225
|
+
"ap-east-2" : { },
|
17219
17226
|
"ap-northeast-1" : { },
|
17220
17227
|
"ap-northeast-2" : { },
|
17221
17228
|
"ap-northeast-3" : { },
|
@@ -22504,6 +22511,7 @@
|
|
22504
22511
|
"endpoints" : {
|
22505
22512
|
"af-south-1" : { },
|
22506
22513
|
"ap-east-1" : { },
|
22514
|
+
"ap-east-2" : { },
|
22507
22515
|
"ap-northeast-1" : { },
|
22508
22516
|
"ap-northeast-2" : { },
|
22509
22517
|
"ap-northeast-3" : { },
|
@@ -22513,6 +22521,8 @@
|
|
22513
22521
|
"ap-southeast-2" : { },
|
22514
22522
|
"ap-southeast-3" : { },
|
22515
22523
|
"ap-southeast-4" : { },
|
22524
|
+
"ap-southeast-5" : { },
|
22525
|
+
"ap-southeast-7" : { },
|
22516
22526
|
"ca-central-1" : { },
|
22517
22527
|
"ca-west-1" : { },
|
22518
22528
|
"eu-central-1" : { },
|
@@ -22526,6 +22536,7 @@
|
|
22526
22536
|
"il-central-1" : { },
|
22527
22537
|
"me-central-1" : { },
|
22528
22538
|
"me-south-1" : { },
|
22539
|
+
"mx-central-1" : { },
|
22529
22540
|
"sa-east-1" : { },
|
22530
22541
|
"us-east-1" : { },
|
22531
22542
|
"us-east-2" : { },
|
@@ -39902,6 +39913,12 @@
|
|
39902
39913
|
"us-isof-south-1" : { }
|
39903
39914
|
}
|
39904
39915
|
},
|
39916
|
+
"runtime.sagemaker" : {
|
39917
|
+
"endpoints" : {
|
39918
|
+
"us-isof-east-1" : { },
|
39919
|
+
"us-isof-south-1" : { }
|
39920
|
+
}
|
39921
|
+
},
|
39905
39922
|
"s3" : {
|
39906
39923
|
"defaults" : {
|
39907
39924
|
"protocols" : [ "http", "https" ],
|