aws-partitions 1.1124.0 → 1.1126.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/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: 2a16699fd84884ccb0fe9904d09cbb09e695a8b0f21654d89f334ebf0d64a992
|
4
|
+
data.tar.gz: fa39670435cd840b8d869c048c10526a053095435344f48de4f5623d10cd2d4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76d149b7117f8f916acf19a632cf0015bee4ae740559fc658cfadb48b4c54ed7eb2dda0b90bb8b6749efbb9a62972b8fecab5ea625bb49bd1b790bc30c767ab2
|
7
|
+
data.tar.gz: bd2c126192c5887a3a0437881b9d9dba5054b3d729f75735ff0464f64d12ce07bb87998f20cde165c434dbb1e858993512b9e4743c5497d08f5fff19b280ee97
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1126.0 (2025-07-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1125.0 (2025-07-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1124.0 (2025-07-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1126.0
|
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",
|
@@ -14251,6 +14253,7 @@
|
|
14251
14253
|
"endpoints" : {
|
14252
14254
|
"af-south-1" : { },
|
14253
14255
|
"ap-east-1" : { },
|
14256
|
+
"ap-east-2" : { },
|
14254
14257
|
"ap-northeast-1" : { },
|
14255
14258
|
"ap-northeast-2" : { },
|
14256
14259
|
"ap-northeast-3" : { },
|
@@ -22504,6 +22507,7 @@
|
|
22504
22507
|
"endpoints" : {
|
22505
22508
|
"af-south-1" : { },
|
22506
22509
|
"ap-east-1" : { },
|
22510
|
+
"ap-east-2" : { },
|
22507
22511
|
"ap-northeast-1" : { },
|
22508
22512
|
"ap-northeast-2" : { },
|
22509
22513
|
"ap-northeast-3" : { },
|
@@ -22513,6 +22517,8 @@
|
|
22513
22517
|
"ap-southeast-2" : { },
|
22514
22518
|
"ap-southeast-3" : { },
|
22515
22519
|
"ap-southeast-4" : { },
|
22520
|
+
"ap-southeast-5" : { },
|
22521
|
+
"ap-southeast-7" : { },
|
22516
22522
|
"ca-central-1" : { },
|
22517
22523
|
"ca-west-1" : { },
|
22518
22524
|
"eu-central-1" : { },
|
@@ -22526,6 +22532,7 @@
|
|
22526
22532
|
"il-central-1" : { },
|
22527
22533
|
"me-central-1" : { },
|
22528
22534
|
"me-south-1" : { },
|
22535
|
+
"mx-central-1" : { },
|
22529
22536
|
"sa-east-1" : { },
|
22530
22537
|
"us-east-1" : { },
|
22531
22538
|
"us-east-2" : { },
|
@@ -37809,6 +37816,11 @@
|
|
37809
37816
|
}
|
37810
37817
|
}
|
37811
37818
|
},
|
37819
|
+
"wafv2" : {
|
37820
|
+
"endpoints" : {
|
37821
|
+
"us-iso-east-1" : { }
|
37822
|
+
}
|
37823
|
+
},
|
37812
37824
|
"workspaces" : {
|
37813
37825
|
"endpoints" : {
|
37814
37826
|
"fips-us-iso-east-1" : {
|
@@ -38679,6 +38691,11 @@
|
|
38679
38691
|
"us-isob-east-1" : { }
|
38680
38692
|
}
|
38681
38693
|
},
|
38694
|
+
"wafv2" : {
|
38695
|
+
"endpoints" : {
|
38696
|
+
"us-isob-east-1" : { }
|
38697
|
+
}
|
38698
|
+
},
|
38682
38699
|
"workspaces" : {
|
38683
38700
|
"endpoints" : {
|
38684
38701
|
"fips-us-isob-east-1" : {
|